paper-with-me

홈 › Papers

Small Object Detection via Coarse-to-fine Proposal Generation and Imitation Learning

2023-08-18 · ICCV 2023 1 · Xiang Yuan, Gong Cheng, Kebing Yan, Qinghua Zeng, Junwei Han

The past few years have witnessed the immense success of object detection, while current excellent detectors struggle on tackling size-limited instances. Concretely, the well-known challenge of low overlaps between the priors and object regions leads to a constrained sample pool for optimization, and the paucity of discriminative information further aggravates the recognition. To alleviate the aforementioned issues, we propose CFINet, a two-stage framework tailored for small object detection based on the Coarse-to-fine pipeline and Feature Imitation learning. Firstly, we introduce Coarse-to-fine RPN (CRPN) to ensure sufficient and high-quality proposals for small objects through the dynamic anchor selection strategy and cascade regression. Then, we equip the conventional detection head with a Feature Imitation (FI) branch to facilitate the region representations of size-limited instances that perplex the model in an imitation manner. Moreover, an auxiliary imitation loss following supervised contrastive learning paradigm is devised to optimize this branch. When integrated with Faster RCNN, CFINet achieves state-of-the-art performance on the large-scale small object detection benchmarks, SODA-D and SODA-A, underscoring its superiority over baseline detector and other mainstream detection approaches.

📄 PDF Abstract BibTeX arXiv:2308.09534

Code (1)

shaunyuan22/cfinet 공식 구현 pytorch

Tasks

Contrastive LearningImitation LearningObjectobject-detectionObject DetectionSmall Object Detection

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…

Similar Papers 제목 키워드 기반

DeepProposals: Hunting Objects and Actions by Cascading Deep Convolutional Layers

2016-06-15 · Amir Ghodrati, Ali Diba, Marco Pedersoli, Tinne Tuytelaars 외

In this paper, a new method for generating object and action proposals in images and videos is proposed. It builds on activations of different convolutional layers of a pretrained CNN, combining the localization accuracy…

Object

What leads to generalization of object proposals?

2020-08-13 · Rui Wang, Dhruv Mahajan, Vignesh Ramanathan

Object proposal generation is often the first step in many detection models. It is lucrative to train a good proposal model, that generalizes to unseen classes. This could help scaling detection models to larger number o…

DiversityObjectObject Proposal Generation

DeepProposal: Hunting Objects by Cascading Deep Convolutional Layers

2015-10-15 · ICCV 2015 12 · Amir Ghodrati, Ali Diba, Marco Pedersoli, Tinne Tuytelaars 외

In this paper we evaluate the quality of the activation layers of a convolutional neural network (CNN) for the gen- eration of object proposals. We generate hypotheses in a sliding-window fashion over different activatio…

Object

Detecting 11K Classes: Large Scale Object Detection without Fine-Grained Bounding Boxes

2019-08-14 · ICCV 2019 10 · Hao Yang, Hao Wu, Hao Chen

Recent advances in deep learning greatly boost the performance of object detection. State-of-the-art methods such as Faster-RCNN, FPN and R-FCN have achieved high accuracy in challenging benchmark datasets. However, thes…

Objectobject-detectionObject DetectionRe-Ranking

Anchor-free Oriented Proposal Generator for Object Detection

2021-10-05 · Gong Cheng, Jiabao Wang, Ke Li, Xingxing Xie 외

Oriented object detection is a practical and challenging task in remote sensing image interpretation. Nowadays, oriented detectors mostly use horizontal boxes as intermedium to derive oriented boxes from them. However, t…

Objectobject-detectionObject DetectionOriented Object Detection