README.md

November 20, 2025 · View on GitHub

Fig. 3: SAARN overall framework

RIS-LAD: Referring Low-Altitude Drone Image Segmentation

arXiv coming soon Code coming soon

RIS-LAD is the first fine-grained Referring Image Segmentation benchmark for low-altitude drone (LAD) scenes, featuring 13,871 image–text–mask triplets.
We introduce SAARN (Semantic-Aware Adaptive Reasoning Network) with CDLE and ARFM to tackle LAD-specific category drift and object drift.



🧾 Introduction

Low-altitude drones (typically operating below ~200 m) are increasingly deployed in real-world perception systems thanks to their flexibility and cost-effectiveness. However, most existing referring image segmentation (RIS) research focuses on conventional ground-view scenes or high-altitude remote sensing imagery. These settings differ substantially from low-altitude drone (LAD) views, where perspectives are oblique, objects are tiny and densely packed, and illumination varies widely (including night scenes).

To bridge this gap, we present RIS-LAD, a fine-grained benchmark specifically designed for Referring Low-Altitude Drone Image Segmentation (RLADIS). RIS-LAD offers 13,871 carefully verified image–text–mask triplets collected from real LAD footage. Beyond providing data, RIS-LAD formalizes two key failure modes frequently observed under LAD settings:

  • Category drift: when tiny targets cause models to latch onto larger, semantically similar objects.
  • Object drift: when crowds of same-class instances lead to confusion about which instance the expression refers to.

We further propose SAARN (Semantic-Aware Adaptive Reasoning Network) to tackle these challenges. SAARN introduces:

  • CDLE (Category-Dominated Linguistic Enhancement): injects class-level linguistic cues early in the encoder to anchor visual features to the correct category and suppress category drift.
  • ARFM (Adaptive Reasoning Fusion Module): performs scale-aware fusion of global (l), class (c), and descriptive (d) text cues, enabling coarse→fine reasoning and disambiguation among dense same-class instances.

RIS-LAD is built with a semi-automatic pipeline that combines high-quality instance masks (prompted SAM-2) and multimodal LLM–generated initial expressions (given cropped instances and location cues), followed by human refinement. Experiments on RIS-LAD show that SAARN achieves state-of-the-art results on core segmentation metrics and yields pronounced gains at stricter localization thresholds (e.g., P@0.9), demonstrating stronger instance-level discrimination under LAD conditions.


✨ Highlights

Fig. 1: RLADIS challenges teaser
Figure 1. RLADIS challenges vs. RRSIS (category/object drift, tiny & dense objects, illumination).

  • Low-altitude & oblique views (≈30–100 m, 30°–60°) → strong perspective change & foreshortening.

  • Tiny & dense targets → easy confusion among many same-class instances.

  • Variable illumination (incl. night) → distribution shift from standard RS/RIS datasets.

  • Category drift: tiny targets bias the model to large, semantically similar objects.

  • Object drift: crowded same-class instances hinder precise instance selection.


📊 Dataset Characteristics

DatasetImage SourceShooting AngleNighttime Scene
RefDIORGoogle Earthfixed
NWPU-ReferGoogle Earthfixed
RISBenchGoogle Earth, GF-2, JL-1fixed
RefSegRSHelicopter (above 1000 m)fixed
RRSIS-DGoogle Earthfixed
RIS-LAD (ours)Drone (30–100 m)30°–60°

📈 Benchmark Results

MethodPublicationoIoU (Val)oIoU (Test)mIoU (Val)mIoU (Test)
LAVTCVPR 202244.0341.9732.2530.14
ASDAMM 202438.7037.5335.4633.33
VATEXWACV 202524.8324.2720.3218.53
LGCEIEEE TGRS 202441.7240.7527.6826.17
FIANetIEEE TGRS 202445.2443.3939.6137.44
RMSINCVPR 202450.1748.8242.0839.60
RSRefSegIGARSS 202550.0447.7143.4241.16
CADFormerJSTARS 202547.3746.4741.3639.32
SAARN (ours)51.5449.6044.3041.67

🖼️ Qualitative Comparisons

Qualitative comparisons: tiny objects & dense scenes
Qualitative Results. SAARN vs. prior SOTA on tiny-object and dense same-class cases.


🧭 Roadmap

  • Release training & evaluation code for SAARN
  • Add dataset loaders for popular toolkits
  • Provide pretrained weights & full configs
  • Add extended qualitative gallery and failure cases

📝 Citation

@misc{ye2025risladbenchmarkmodelreferring, 
  title        = {RIS-LAD: A Benchmark and Model for Referring Low-Altitude Drone Image Segmentation}, 
  author       = {Kai Ye and YingShi Luan and Zhudi Chen and Guangyue Meng and Pingyang Dai and Liujuan Cao},
  year         = {2025},
  eprint       = {2507.20920},
  archivePrefix= {arXiv},
  primaryClass = {cs.CV},
  url          = {https://arxiv.org/abs/2507.20920}
}

📫 Contact & License

  • Issues or questions: yekai@stu.xmu.edu.cn
  • Dataset: research use only (see dataset README)
  • Code: license will be provided upon release