Introduction

January 31, 2023 · View on GitHub

Based on SeLo, we conduct a more in-depth exploration and propose SeLo v2. Compared with initial SeLo framework, SeLo v2 has better semantic localization performance with only half the time consumed, which show the great advantages of SeLo v2 in terms of time and accuracy.

fig1

(a) Caption (b) SeLo (c) SeLo v2. SeLo refers to the task of obtaining the most relevant locations in large-scale RS images using semantic information such as text. Compared with SeLo, SeLo v2 weakens the attention of non-target pixels and achieves more detailed semantic-level retrieval.

Method

Multilevel Likelihood Expansion

stage1

In the first stage, the RS image is cropped with a larger scale and a single ratio. The purpose of this cropping method is to make the large slice contain more semantic information and roughly lock the slice where the target object may be located.

stage2

In the second stage, we use the pixel continuity of the target object to perform multi-scale expansion inward and outward on the initially determined large slice.

Chaotic Self-feeding Mechanism

csm

Fig. 3. Schematic diagram of the proposed chaotic self-feeding mechanism.In the case of a small number of samples, the features generated by the text encoder are not stable. For this reason, CSM regards it as a high-frequency feature, and generates a fundamental frequency representationthrough confusion to obtain a more stable representation.

Results

visual_data

Quantitative Comparison of SeLo Performance on Different

Model↑Rsu↑Rda↓Ras↑RmiTime(m)
VSE++0.63640.58290.41660.604525.23
LW-MCR0.66980.60210.43350.616725.01
SCAN0.64210.61320.38710.624726.38
CAMP0.68190.63140.39120.643729.48
AMFMN0.69200.66670.33230.677227.35
AMFMN-ours0.71990.66580.29250.702113.34

Experimental Results of SeLo V2 Method with Different Structures

Ablation MethodVSMLESTECSMMedGass↑Rsu↑Rda↓Ras↑RmiTime(m)
m10.69200.66670.33230.677227.3510
m20.69760.63810.33020.673022.7770
m30.69420.67920.31640.686723.2008
m40.70020.65750.33300.678014.3155
m50.71990.66580.29750.702113.3447

This paper proposes a multilevel likelihood expansion and chaotic self-feeding mechanism for faster and higher SeLo task. Qualitative and quantitative experiments show that the proposed SeLo v2 has effectively promoted the development of RS image SeLo tasks.