paper-with-me

홈 › Papers

NOTE-RCNN: NOise Tolerant Ensemble RCNN for Semi-Supervised Object Detection

2018-12-01 · ICCV 2019 10 · JIyang Gao, Jiang Wang, Shengyang Dai, Li-Jia Li, Ram Nevatia

The labeling cost of large number of bounding boxes is one of the main challenges for training modern object detectors. To reduce the dependence on expensive bounding box annotations, we propose a new semi-supervised object detection formulation, in which a few seed box level annotations and a large scale of image level annotations are used to train the detector. We adopt a training-mining framework, which is widely used in weakly supervised object detection tasks. However, the mining process inherently introduces various kinds of labelling noises: false negatives, false positives and inaccurate boundaries, which can be harmful for training the standard object detectors (e.g. Faster RCNN). We propose a novel NOise Tolerant Ensemble RCNN (NOTE-RCNN) object detector to handle such noisy labels. Comparing to standard Faster RCNN, it contains three highlights: an ensemble of two classification heads and a distillation head to avoid overfitting on noisy labels and improve the mining precision, masking the negative sample loss in box predictor to avoid the harm of false negative labels, and training box regression head only on seed annotations to eliminate the harm from inaccurate boundaries of mined bounding boxes. We evaluate the methods on ILSVRC 2013 and MSCOCO 2017 dataset; we observe that the detection accuracy consistently improves as we iterate between mining and training steps, and state-of-the-art performance is achieved.

📄 PDF Abstract BibTeX arXiv:1812.00124

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionSemi-Supervised Object DetectionWeakly Supervised Object Detection

Similar Papers 제목 키워드 기반

Face Detection Using Improved Faster RCNN

2018-02-06 · Changzheng Zhang, Xiang Xu, Dandan Tu

Faster RCNN has achieved great success for generic object detection including PASCAL object detection and MS COCO object detection. In this report, we propose a detailed designed Faster RCNN method named FDNet1.0 for fac…

Face DetectionObjectobject-detectionObject Detection

PS-RCNN: Detecting Secondary Human Instances in a Crowd via Primary Object Suppression

2020-03-16 · Zheng Ge, Zequn Jie, Xin Huang, Rong Xu 외

Detecting human bodies in highly crowded scenes is a challenging problem. Two main reasons result in such a problem: 1). weak visual cues of heavily occluded instances can hardly provide sufficient information for accura…

Human DetectionObject Detection

Image Denoising using Attention-Residual Convolutional Neural Networks

2021-01-19 · Rafael G. Pires, Daniel F. S. Santos, Marcos C. S. Santana, Claudio F. G. Santos 외

During the image acquisition process, noise is usually added to the data mainly due to physical limitations of the acquisition sensor, and also regarding imprecisions during the data transmission and manipulation. In tha…

DenoisingImage Denoising

Mask-RCNN and U-net Ensembled for Nuclei Segmentation

2019-01-29 · Aarno Oskar Vuola, Saad Ullah Akram, Juho Kannala

Nuclei segmentation is both an important and in some ways ideal task for modern computer vision methods, e.g. convolutional neural networks. While recent developments in theory and open-source software have made these to…

Segmentation

Quaternion-Valued Recurrent Projection Neural Networks on Unit Quaternions

2020-01-30 · Marcos Eduardo Valle, Rodolfo Anibal Lobo

Hypercomplex-valued neural networks, including quaternion-valued neural networks, can treat multi-dimensional data as a single entity. In this paper, we present the quaternion-valued recurrent projection neural networks …