Probabilistic Anchor Assignment with IoU Prediction for Object Detection
- URL: http://arxiv.org/abs/2007.08103v2
- Date: Sat, 5 Sep 2020 07:44:24 GMT
- Title: Probabilistic Anchor Assignment with IoU Prediction for Object Detection
- Authors: Kang Kim and Hee Seok Lee
- Abstract summary: In object detection, determining which anchors to assign as positive or negative samples, known as anchor assignment, has been revealed as a core procedure that can significantly affect a model's performance.
We propose a novel anchor assignment strategy that adaptively separates anchors into positive and negative samples for a ground truth bounding box according to the model's learning status.
- Score: 9.703212439661097
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: In object detection, determining which anchors to assign as positive or
negative samples, known as anchor assignment, has been revealed as a core
procedure that can significantly affect a model's performance. In this paper we
propose a novel anchor assignment strategy that adaptively separates anchors
into positive and negative samples for a ground truth bounding box according to
the model's learning status such that it is able to reason about the separation
in a probabilistic manner. To do so we first calculate the scores of anchors
conditioned on the model and fit a probability distribution to these scores.
The model is then trained with anchors separated into positive and negative
samples according to their probabilities. Moreover, we investigate the gap
between the training and testing objectives and propose to predict the
Intersection-over-Unions of detected boxes as a measure of localization quality
to reduce the discrepancy. The combined score of classification and
localization qualities serving as a box selection metric in non-maximum
suppression well aligns with the proposed anchor assignment strategy and leads
significant performance improvements. The proposed methods only add a single
convolutional layer to RetinaNet baseline and does not require multiple anchors
per location, so are efficient. Experimental results verify the effectiveness
of the proposed methods. Especially, our models set new records for
single-stage detectors on MS COCO test-dev dataset with various backbones. Code
is available at https://github.com/kkhoot/PAA.
Related papers
- Noisy Correspondence Learning with Self-Reinforcing Errors Mitigation [63.180725016463974]
Cross-modal retrieval relies on well-matched large-scale datasets that are laborious in practice.
We introduce a novel noisy correspondence learning framework, namely textbfSelf-textbfReinforcing textbfErrors textbfMitigation (SREM)
arXiv Detail & Related papers (2023-12-27T09:03:43Z) - Robust Outlier Rejection for 3D Registration with Variational Bayes [70.98659381852787]
We develop a novel variational non-local network-based outlier rejection framework for robust alignment.
We propose a voting-based inlier searching strategy to cluster the high-quality hypothetical inliers for transformation estimation.
arXiv Detail & Related papers (2023-04-04T03:48:56Z) - Learning Classifiers of Prototypes and Reciprocal Points for Universal
Domain Adaptation [79.62038105814658]
Universal Domain aims to transfer the knowledge between datasets by handling two shifts: domain-shift and categoryshift.
Main challenge is correctly distinguishing the unknown target samples while adapting the distribution of known class knowledge from source to target.
Most existing methods approach this problem by first training the target adapted known and then relying on the single threshold to distinguish unknown target samples.
arXiv Detail & Related papers (2022-12-16T09:01:57Z) - Bayes Classification using an approximation to the Joint Probability
Distribution of the Attributes [1.0660480034605242]
We propose an approach that estimates conditional probabilities using information in the neighbourhood of the test sample.
We illustrate the performance of the proposed approach on a wide range of datasets taken from the University of California at Irvine (UCI) Machine Learning Repository.
arXiv Detail & Related papers (2022-05-29T22:24:02Z) - Dynamic Label Assignment for Object Detection by Combining Predicted and
Anchor IoUs [20.41563386339572]
We introduce a simple and effective approach to perform label assignment dynamically based on the training status with predictions.
Our approach shows improvements in the performance of the detection models with the adaptive label assignment algorithm.
arXiv Detail & Related papers (2022-01-23T23:14:07Z) - DAAIN: Detection of Anomalous and Adversarial Input using Normalizing
Flows [52.31831255787147]
We introduce a novel technique, DAAIN, to detect out-of-distribution (OOD) inputs and adversarial attacks (AA)
Our approach monitors the inner workings of a neural network and learns a density estimator of the activation distribution.
Our model can be trained on a single GPU making it compute efficient and deployable without requiring specialized accelerators.
arXiv Detail & Related papers (2021-05-30T22:07:13Z) - ANL: Anti-Noise Learning for Cross-Domain Person Re-Identification [25.035093667770052]
We propose an Anti-Noise Learning (ANL) approach, which contains two modules.
FDA module is designed to gather the id-related samples and disperse id-unrelated samples, through the camera-wise contrastive learning and adversarial adaptation.
Reliable Sample Selection ( RSS) module utilizes an Auxiliary Model to correct noisy labels and select reliable samples for the Main Model.
arXiv Detail & Related papers (2020-12-27T02:38:45Z) - Learning a Unified Sample Weighting Network for Object Detection [113.98404690619982]
Region sampling or weighting is significantly important to the success of modern region-based object detectors.
We argue that sample weighting should be data-dependent and task-dependent.
We propose a unified sample weighting network to predict a sample's task weights.
arXiv Detail & Related papers (2020-06-11T16:19:16Z) - Scope Head for Accurate Localization in Object Detection [135.9979405835606]
We propose a novel detector coined as ScopeNet, which models anchors of each location as a mutually dependent relationship.
With our concise and effective design, the proposed ScopeNet achieves state-of-the-art results on COCO.
arXiv Detail & Related papers (2020-05-11T04:00:09Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.