Confidence Propagation Cluster: Unleash Full Potential of Object
Detectors
- URL: http://arxiv.org/abs/2112.00342v1
- Date: Wed, 1 Dec 2021 08:22:00 GMT
- Title: Confidence Propagation Cluster: Unleash Full Potential of Object
Detectors
- Authors: Yichun Shen*, Wanli Jiang*, Zhen Xu, Rundong Li, Junghyun Kwon, Siyi
Li
- Abstract summary: Most object detection methods obtain objects by using the non-maximum suppression (NMS) and its improved versions like Soft-NMS to remove redundant bounding boxes.
We challenge those NMS-based methods from three aspects: 1) The bounding box with highest confidence value may not be the true positive having the biggest overlap with the ground-truth box, 2) Not only suppression is required for redundant boxes, but also confidence enhancement is needed for those true positives, and 3) Sorting candidate boxes by confidence values is not necessary so that full parallelism is achievable.
In this paper, inspired by belief propagation (BP), we propose the
- Score: 8.996530151621661
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: It has been a long history that most object detection methods obtain objects
by using the non-maximum suppression (NMS) and its improved versions like
Soft-NMS to remove redundant bounding boxes. We challenge those NMS-based
methods from three aspects: 1) The bounding box with highest confidence value
may not be the true positive having the biggest overlap with the ground-truth
box. 2) Not only suppression is required for redundant boxes, but also
confidence enhancement is needed for those true positives. 3) Sorting candidate
boxes by confidence values is not necessary so that full parallelism is
achievable.
In this paper, inspired by belief propagation (BP), we propose the Confidence
Propagation Cluster (CP-Cluster) to replace NMS-based methods, which is fully
parallelizable as well as better in accuracy. In CP-Cluster, we borrow the
message passing mechanism from BP to penalize redundant boxes and enhance true
positives simultaneously in an iterative way until convergence. We verified the
effectiveness of CP-Cluster by applying it to various mainstream detectors such
as FasterRCNN, SSD, FCOS, YOLOv3, YOLOv5, Centernet etc. Experiments on MS COCO
show that our plug and play method, without retraining detectors, is able to
steadily improve average mAP of all those state-of-the-art models with a clear
margin from 0.2 to 1.9 respectively when compared with NMS-based methods.
Source code is available at https://github.com/shenyi0220/CP-Cluster
Related papers
- BoostTrack++: using tracklet information to detect more objects in multiple object tracking [0.0]
We propose a soft detection confidence boost technique which calculates new confidence scores based on the similarity measure and the previous confidence scores.
Our method achieves near state of the art results on the MOT17 dataset and new state of the art HOTA and IDF1 scores on the MOT20 dataset.
arXiv Detail & Related papers (2024-08-23T11:44:21Z) - Theoretically Achieving Continuous Representation of Oriented Bounding Boxes [64.15627958879053]
This paper endeavors to completely solve the issue of discontinuity in Oriented Bounding Box representation.
We propose a novel representation method called Continuous OBB (COBB) which can be readily integrated into existing detectors.
For fairness and transparency of experiments, we have developed a modularized benchmark based on the open-source deep learning framework Jittor's detection toolbox JDet for OOD evaluation.
arXiv Detail & Related papers (2024-02-29T09:27:40Z) - Semi-DETR: Semi-Supervised Object Detection with Detection Transformers [105.45018934087076]
We analyze the DETR-based framework on semi-supervised object detection (SSOD)
We present Semi-DETR, the first transformer-based end-to-end semi-supervised object detector.
Our method outperforms all state-of-the-art methods by clear margins.
arXiv Detail & Related papers (2023-07-16T16:32:14Z) - Accurate and Reliable Methods for 5G UAV Jamming Identification With
Calibrated Uncertainty [3.4208659698673127]
Only increasing accuracy without considering uncertainty may negatively impact Deep Neural Network (DNN) decision-making.
This paper proposes five combined preprocessing and post-processing methods for time-series binary classification problems.
arXiv Detail & Related papers (2022-11-05T15:04:45Z) - A Large-scale Multiple-objective Method for Black-box Attack against
Object Detection [70.00150794625053]
We propose to minimize the true positive rate and maximize the false positive rate, which can encourage more false positive objects to block the generation of new true positive bounding boxes.
We extend the standard Genetic Algorithm with Random Subset selection and Divide-and-Conquer, called GARSDC, which significantly improves the efficiency.
Compared with the state-of-art attack methods, GARSDC decreases by an average 12.0 in the mAP and queries by about 1000 times in extensive experiments.
arXiv Detail & Related papers (2022-09-16T08:36:42Z) - Disentangle Your Dense Object Detector [82.22771433419727]
Deep learning-based dense object detectors have achieved great success in the past few years and have been applied to numerous multimedia applications such as video understanding.
However, the current training pipeline for dense detectors is compromised to lots of conjunctions that may not hold.
We propose Disentangled Dense Object Detector (DDOD), in which simple and effective disentanglement mechanisms are designed and integrated into the current state-of-the-art detectors.
arXiv Detail & Related papers (2021-07-07T00:52:16Z) - Probabilistic Ranking-Aware Ensembles for Enhanced Object Detections [50.096540945099704]
We propose a novel ensemble called the Probabilistic Ranking Aware Ensemble (PRAE) that refines the confidence of bounding boxes from detectors.
We also introduce a bandit approach to address the confidence imbalance problem caused by the need to deal with different numbers of boxes.
arXiv Detail & Related papers (2021-05-07T09:37:06Z) - Confluence: A Robust Non-IoU Alternative to Non-Maxima Suppression in
Object Detection [0.570896453969985]
Confluence is an algorithm which does not rely solely on individual confidence scores to select optimal bounding boxes.
It is experimentally validated on RetinaNet, YOLOv3 and Mask-RCNN, using both the MS COCO and PASCAL VOC 2007 datasets.
Confluence outperforms Greedy NMS in both mAP and recall on both datasets.
arXiv Detail & Related papers (2020-12-01T04:22:01Z) - Hashing-based Non-Maximum Suppression for Crowded Object Detection [63.761451382081844]
We propose an algorithm, named hashing-based non-maximum suppression (HNMS) to efficiently suppress the non-maximum boxes for object detection.
For two-stage detectors, we replace NMS in region proposal network with HNMS, and observe significant speed-up with comparable accuracy.
Experiments are conducted on CARPK, SKU-110K, CrowdHuman datasets to demonstrate the efficiency and effectiveness of HNMS.
arXiv Detail & Related papers (2020-05-22T23:45:59Z)
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.