Ren Yang, Yang Menglong, Han Yanqiao, Li Weizheng
School of Aeronautics and Astronautics, Sichuan University, Chengdu 610207, China.
Sensors (Basel). 2024 May 27;24(11):3456. doi: 10.3390/s24113456.
Few-shot object detection is a challenging task aimed at recognizing novel classes and localizing with limited labeled data. Although substantial achievements have been obtained, existing methods mostly struggle with forgetting and lack stability across various few-shot training samples. In this paper, we reveal two gaps affecting meta-knowledge transfer, leading to unstable performance and forgetting in meta-learning-based frameworks. To this end, we propose sample normalization, a simple yet effective method that enhances performance stability and decreases forgetting. Additionally, we apply Z-score normalization to mitigate the hubness problem in high-dimensional feature space. Experimental results on the PASCAL VOC data set demonstrate that our approach outperforms existing methods in both accuracy and stability, achieving up to +4.4 mAP@0.5 and +5.3 mAR in a single run, with +4.8 mAP@0.5 and +5.1 mAR over 10 random experiments on average. Furthermore, our method alleviates the drop in performance of base classes. The code will be released to facilitate future research.
少样本目标检测是一项具有挑战性的任务,旨在识别新类别并利用有限的标注数据进行定位。尽管已经取得了显著成就,但现有方法大多难以应对遗忘问题,并且在各种少样本训练样本上缺乏稳定性。在本文中,我们揭示了影响元知识转移的两个差距,导致基于元学习的框架性能不稳定和出现遗忘现象。为此,我们提出了样本归一化,这是一种简单而有效的方法,可提高性能稳定性并减少遗忘。此外,我们应用Z分数归一化来缓解高维特征空间中的中心性问题。在PASCAL VOC数据集上的实验结果表明,我们的方法在准确性和稳定性方面均优于现有方法,单次运行时最高可实现+4.4 mAP@0.5和+5.3 mAR,在10次随机实验中平均为+4.8 mAP@0.5和+5.1 mAR。此外,我们的方法减轻了基础类别的性能下降。代码将被发布以促进未来的研究。