CVMar 3, 2023

Uncertainty-Aware Gradient Stabilization for Small Object Detection

arXiv:2303.01803v24 citationsh-index: 54
AI Analysis

This work addresses the problem of small object detection for computer vision applications, offering incremental improvements over existing methods.

The paper tackles the performance gap in detecting small objects by addressing gradient instability in conventional localization methods, proposing Uncertainty-Aware Gradient Stabilization (UGS) which improves detection by up to 2.6 AP on benchmarks like VisDrone.

Despite advances in generic object detection, there remains a performance gap in detecting small objects compared to normal-scale objects. We reveal that conventional object localization methods suffer from gradient instability in small objects due to sharper loss curvature, leading to a convergence challenge. To address the issue, we propose Uncertainty-Aware Gradient Stabilization (UGS), a framework that reformulates object localization as a classification task to stabilize gradients. UGS quantizes continuous labels into interval non-uniform discrete representations. Under a classification-based objective, the localization branch generates bounded and confidence-driven gradients, mitigating instability. Furthermore, UGS integrates an uncertainty minimization (UM) loss that reduces prediction variance and an uncertainty-guided refinement (UR) module that identifies and refines high-uncertainty regions via perturbations. Evaluated on four benchmarks, UGS consistently improves anchor-based, anchor-free, and leading small object detectors. Especially, UGS enhances DINO-5scale by 2.6 AP on VisDrone, surpassing previous state-of-the-art results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes