Referring Expression Comprehension for Small Objects
Kanoko Goto, Takumi Hirose, Mahiro Ukai, Shuhei Kurita, Nakamasa Inoue
TL;DR
This work tackles the difficulty of referring expression comprehension for extremely small objects in autonomous driving. It introduces SOREC, a dataset of 100,000 referring-expression–bounding-box pairs for tiny road objects, and PIZA, a progressive-iterative zooming adapter for parameter-efficient fine-tuning that enables autoregressive zooming to localize targets. Experiments show that applying PIZA to GroundingDINO yields significant accuracy gains with far fewer trainable parameters, outperforming baselines and ablations across multiple settings. The dataset and method together advance small-object REC and offer practical implications for safe, precise object localization in real-world driving scenarios.
Abstract
Referring expression comprehension (REC) aims to localize the target object described by a natural language expression. Recent advances in vision-language learning have led to significant performance improvements in REC tasks. However, localizing extremely small objects remains a considerable challenge despite its importance in real-world applications such as autonomous driving. To address this issue, we introduce a novel dataset and method for REC targeting small objects. First, we present the small object REC (SOREC) dataset, which consists of 100,000 pairs of referring expressions and corresponding bounding boxes for small objects in driving scenarios. Second, we propose the progressive-iterative zooming adapter (PIZA), an adapter module for parameter-efficient fine-tuning that enables models to progressively zoom in and localize small objects. In a series of experiments, we apply PIZA to GroundingDINO and demonstrate a significant improvement in accuracy on the SOREC dataset. Our dataset, codes and pre-trained models are publicly available on the project page.
