paper-with-me

홈 › Papers

Improved Region Proposal Network for Enhanced Few-Shot Object Detection

2023-08-15 · Zeyu Shangguan, Mohammad Rostami

Despite significant success of deep learning in object detection tasks, the standard training of deep neural networks requires access to a substantial quantity of annotated images across all classes. Data annotation is an arduous and time-consuming endeavor, particularly when dealing with infrequent objects. Few-shot object detection (FSOD) methods have emerged as a solution to the limitations of classic object detection approaches based on deep learning. FSOD methods demonstrate remarkable performance by achieving robust object detection using a significantly smaller amount of training data. A challenge for FSOD is that instances from novel classes that do not belong to the fixed set of training classes appear in the background and the base model may pick them up as potential objects. These objects behave similarly to label noise because they are classified as one of the training dataset classes, leading to FSOD performance degradation. We develop a semi-supervised algorithm to detect and then utilize these unlabeled novel objects as positive samples during the FSOD training stage to improve FSOD performance. Specifically, we develop a hierarchical ternary classification region proposal network (HTRPN) to localize the potential unlabeled novel objects and assign them new objectness labels to distinguish these objects from the base training dataset classes. Our improved hierarchical sampling strategy for the region proposal network (RPN) also boosts the perception ability of the object detection model for large objects. We test our approach and COCO and PASCAL VOC baselines that are commonly used in FSOD literature. Our experimental results indicate that our method is effective and outperforms the existing state-of-the-art (SOTA) FSOD methods. Our implementation is provided as a supplement to support reproducibility of the results.

📄 PDF Abstract BibTeX arXiv:2308.07535

Code (1)

zshanggu/htrpn 공식 구현 pytorch

Tasks

Few-Shot Object DetectionObjectobject-detectionObject DetectionRegion ProposalRobust Object Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Generalization-Enhanced Few-Shot Object Detection in Remote Sensing

2025-01-05 · Hui Lin, Nan Li, Pengjuan Yao, Kexin Dong 외

Remote sensing object detection is particularly challenging due to the high resolution, multi-scale features, and diverse ground object characteristics inherent in satellite and UAV imagery. These challenges necessitate …

Few-Shot LearningFew-Shot Object DetectionObjectobject-detection+2

Mixup Regularization for Region Proposal based Object Detectors

2020-03-04 · Shahine Bouabid, Vincent Delaitre

Mixup - a neural network regularization technique based on linear interpolation of labeled sample pairs - has stood out by its capacity to improve model's robustness and generalizability through a surprisingly simple for…

Objectobject-detectionObject DetectionRegion Proposal

Query Adaptive Few-Shot Object Detection with Heterogeneous Graph Convolutional Networks

2021-12-17 · ICCV 2021 10 · Guangxing Han, Yicheng He, Shiyuan Huang, Jiawei Ma 외

Few-shot object detection (FSOD) aims to detect never-seen objects using few examples. This field sees recent improvement owing to the meta-learning techniques by learning how to match between the query image and few-sho…

Few-Shot Object DetectionMeta-Learningobject-detectionObject Detection

LEDetection: A Simple Framework for Semi-Supervised Few-Shot Object Detection

2023-03-10 · Phi Vu Tran

Few-shot object detection (FSOD) is a challenging problem aimed at detecting novel concepts from few exemplars. Existing approaches to FSOD all assume abundant base labels to adapt to novel objects. This paper studies th…

Few-Shot Object DetectionNovel Conceptsobject-detectionObject Detection+1

Identification of Novel Classes for Improving Few-Shot Object Detection

2023-03-18 · Zeyu Shangguan, Mohammad Rostami

Conventional training of deep neural networks requires a large number of the annotated image which is a laborious and time-consuming task, particularly for rare objects. Few-shot object detection (FSOD) methods offer a r…

Few-Shot Object DetectionObjectobject-detectionObject Detection+2