Purifying, Labeling, and Utilizing: A High-Quality Pipeline for Small Object Detection
Siwei Wang, Zhiwei Chen, Liujuan Cao, Rongrong Ji
TL;DR
The paper addresses the persistent challenge of small object detection by reframing detection as a holistic pipeline and introducing PLUSNet, which combines three modules—Hierarchical Feature Purifier (HFP), Multiple Criteria Label Assignment (MCLA), and Frequency Decoupled Head (FDHead). HFP purifies low-level features via FFT-based highpass filtering, MCLA expands and balances positive samples using IoU, Position Offset, and Shape criteria, and FDHead tailors classification and regression to low- and high-frequency information, respectively. Across SODA-D, AI-TOD, and MS COCO, PLUSNet yields consistent, significant improvements over strong baselines, validating its plug-and-play applicability and generalization across detectors and scales. While FFT-based purification incurs higher computational cost, the approach demonstrates the value of frequency-domain information in enhancing small object detection and offers clear directions for further optimization and efficiency gains.
Abstract
Small object detection is a broadly investigated research task and is commonly conceptualized as a "pipeline-style" engineering process. In the upstream, images serve as raw materials for processing in the detection pipeline, where pre-trained models are employed to generate initial feature maps. In the midstream, an assigner selects training positive and negative samples. Subsequently, these samples and features are fed into the downstream for classification and regression. Previous small object detection methods often focused on improving isolated stages of the pipeline, thereby neglecting holistic optimization and consequently constraining overall performance gains. To address this issue, we have optimized three key aspects, namely Purifying, Labeling, and Utilizing, in this pipeline, proposing a high-quality Small object detection framework termed PLUSNet. Specifically, PLUSNet comprises three sequential components: the Hierarchical Feature Purifier (HFP) for purifying upstream features, the Multiple Criteria Label Assignment (MCLA) for improving the quality of midstream training samples, and the Frequency Decoupled Head (FDHead) for more effectively exploiting information to accomplish downstream tasks. The proposed PLUS modules are readily integrable into various object detectors, thus enhancing their detection capabilities in multi-scale scenarios. Extensive experiments demonstrate the proposed PLUSNet consistently achieves significant and consistent improvements across multiple datasets for small object detection.
