paper-with-me

홈 › Papers

Narrowing the Gap: Improved Detector Training with Noisy Location Annotations

2022-06-12 · Shaoru Wang, Jin Gao, Bing Li, Weiming Hu

Deep learning methods require massive of annotated data for optimizing parameters. For example, datasets attached with accurate bounding box annotations are essential for modern object detection tasks. However, labeling with such pixel-wise accuracy is laborious and time-consuming, and elaborate labeling procedures are indispensable for reducing man-made noise, involving annotation review and acceptance testing. In this paper, we focus on the impact of noisy location annotations on the performance of object detection approaches and aim to, on the user side, reduce the adverse effect of the noise. First, noticeable performance degradation is experimentally observed for both one-stage and two-stage detectors when noise is introduced to the bounding box annotations. For instance, our synthesized noise results in performance decrease from 38.9% AP to 33.6% AP for FCOS detector on COCO test split, and 37.8%AP to 33.7%AP for Faster R-CNN. Second, a self-correction technique based on a Bayesian filter for prediction ensemble is proposed to better exploit the noisy location annotations following a Teacher-Student learning paradigm. Experiments for both synthesized and real-world scenarios consistently demonstrate the effectiveness of our approach, e.g., our method increases the degraded performance of the FCOS detector from 33.6% AP to 35.6% AP on COCO.

📄 PDF Abstract BibTeX arXiv:2206.05708

Code (1)

wangsr126/ndet 공식 구현

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음
FPN 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIPool 설명 없음
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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 제목 키워드 기반

Training Object Detectors With Noisy Data

2019-05-17 · Simon Chadwick, Paul Newman

The availability of a large quantity of labelled training data is crucial for the training of modern object detectors. Hand labelling training data is time consuming and expensive while automatic labelling methods inevit…

General ClassificationObjectobject-detectionObject Detection+1

Active Frame, Location, and Detector Selection for Automated and Manual Video Annotation

2014-06-01 · CVPR 2014 6 · Vasiliy Karasev, Avinash Ravichandran, Stefano Soatto

We describe an information-driven active selection approach to determine which detectors to deploy at which location in which frame of a video to minimize semantic class label uncertainty at every pixel, with the smalles…

All

Robust Object Detection in Remote Sensing Imagery with Noisy and Sparse Geo-Annotations (Full Version)

2022-10-24 · Maximilian Bernhard, Matthias Schubert

Recently, the availability of remote sensing imagery from aerial vehicles and satellites constantly improved. For an automated interpretation of such data, deep-learning-based object detectors achieve state-of-the-art pe…

Objectobject-detectionObject DetectionObject Localization+1

What Makes for End-to-End Object Detection?

2020-12-10 · Peize Sun, Yi Jiang, Enze Xie, Wenqi Shao 외

Object detection has recently achieved a breakthrough for removing the last one non-differentiable component in the pipeline, Non-Maximum Suppression (NMS), and building up an end-to-end system. However, what makes for i…

General ClassificationObjectobject-detectionObject Detection

Multi-fold MIL Training for Weakly Supervised Object Localization

2014-06-01 · CVPR 2014 6 · Ramazan Gokberk Cinbis, Jakob Verbeek, Cordelia Schmid

Object category localization is a challenging problem in computer vision. Standard supervised training requires bounding box annotations of object instances. This time-consuming annotation process is sidestepped in weakl…

Multiple Instance LearningObjectObject LocalizationWeakly-supervised Learning+1