English
Related papers

Related papers: Hashing-based Non-Maximum Suppression for Crowded …

200 papers

Pedestrian detection in a crowd is a very challenging issue. This paper addresses this problem by a novel Non-Maximum Suppression (NMS) algorithm to better refine the bounding boxes given by detectors. The contributions are threefold: (1)…

Computer Vision and Pattern Recognition · Computer Science 2019-04-09 Songtao Liu , Di Huang , Yunhong Wang

Non-maximum suppression (NMS) is used in virtually all state-of-the-art object detection pipelines. While essential object detection ingredients such as features, classifiers, and proposal methods have been extensively researched…

Computer Vision and Pattern Recognition · Computer Science 2016-01-11 Jan Hosang , Rodrigo Benenson , Bernt Schiele

Most state of the art object detectors output multiple detections per object. The duplicates are removed in a post-processing step called Non-Maximum Suppression. Classical Non-Maximum Suppression has shortcomings in scenes that contain…

Computer Vision and Pattern Recognition · Computer Science 2020-10-13 Niels Ole Salscheider

Object detectors have hugely profited from moving towards an end-to-end learning paradigm: proposals, features, and the classifier becoming one neural network improved results two-fold on general object detection. One indispensable…

Computer Vision and Pattern Recognition · Computer Science 2017-05-10 Jan Hosang , Rodrigo Benenson , Bernt Schiele

Non-maximum suppression is an integral part of the object detection pipeline. First, it sorts all detection boxes on the basis of their scores. The detection box M with the maximum score is selected and all other detection boxes with a…

Computer Vision and Pattern Recognition · Computer Science 2017-08-09 Navaneeth Bodla , Bharat Singh , Rama Chellappa , Larry S. Davis

Confluence is a novel non-Intersection over Union (IoU) alternative to Non-Maxima Suppression (NMS) in bounding box post-processing in object detection. It overcomes the inherent limitations of IoU-based NMS variants to provide a more…

Computer Vision and Pattern Recognition · Computer Science 2022-08-04 Andrew Shepley , Greg Falzon , Paul Kwan

While visual object detection with deep learning has received much attention in the past decade, cases when heavy intra-class occlusions occur have not been studied thoroughly. In this work, we propose a Non-Maximum-Suppression (NMS)…

Computer Vision and Pattern Recognition · Computer Science 2020-07-21 Chenhongyi Yang , Vitaly Ablavsky , Kaihong Wang , Qi Feng , Margrit Betke

Non-maximum suppression (NMS) is an indispensable post-processing step in object detection. With the continuous optimization of network models, NMS has become the ``last mile'' to enhance the efficiency of object detection. This paper…

Computer Vision and Pattern Recognition · Computer Science 2024-11-26 King-Siong Si , Lu Sun , Weizhan Zhang , Tieliang Gong , Jiahao Wang , Jiang Liu , Hao Sun

The rapid development of embedded hardware in autonomous vehicles broadens their computational capabilities, thus bringing the possibility to mount more complete sensor setups able to handle driving scenarios of higher complexity. As a…

Computer Vision and Pattern Recognition · Computer Science 2020-02-20 Irene Cortes , Jorge Beltran , Arturo de la Escalera , Fernando Garcia

Although significant progress has been made in pedestrian detection recently, pedestrian detection in crowded scenes is still challenging. The heavy occlusion between pedestrians imposes great challenges to the standard Non-Maximum…

Computer Vision and Pattern Recognition · Computer Science 2020-04-22 Xin Huang , Zheng Ge , Zequn Jie , Osamu Yoshie

In object detection, post-processing methods like Non-maximum Suppression (NMS) are widely used. NMS can substantially reduce the number of false positive detections but may still keep some detections with low objectness scores. In order to…

Computer Vision and Pattern Recognition · Computer Science 2023-04-04 Angzhi Fan , Benjamin Ticknor , Yali Amit

Non-maximum suppression (NMS) has been adopted by default for removing redundant object detections for decades. It eliminates false positives by only keeping the image M with highest detection score and images whose overlap ratio with M is…

Computer Vision and Pattern Recognition · Computer Science 2020-07-29 Junde Li , Swaroop Ghosh

CNN-based face detection methods have achieved significant progress in recent years. In addition to the strong representation ability of CNN, post-processing methods are also very important for the performance of face detection. In general,…

Computer Vision and Pattern Recognition · Computer Science 2023-05-19 Lian Liu , liguo Zhou

The non-maximum suppression (NMS) is widely used in frame-based tasks as an essential post-processing algorithm. However, event-based NMS either has high computational complexity or leads to frequent discontinuities. As a result, the…

Computer Vision and Pattern Recognition · Computer Science 2023-03-21 Qianang Zhou , JunLin Xiong , Youfu Li

Object detection is an important task in environment perception for autonomous driving. Modern 2D object detection frameworks such as Yolo, SSD or Faster R-CNN predict multiple bounding boxes per object that are refined using…

Computer Vision and Pattern Recognition · Computer Science 2020-06-16 Nils Gählert , Niklas Hanselmann , Uwe Franke , Joachim Denzler

Non-Maximum Suppression (NMS) is essential for object detection and affects the evaluation results by incorporating False Positives (FP) and False Negatives (FN), especially in crowd occlusion scenes. In this paper, we raise the problem of…

Computer Vision and Pattern Recognition · Computer Science 2021-06-07 Zekun Luo , Zheng Fang , Sixiao Zheng , Yabiao Wang , Yanwei Fu

In object detection, non-maximum suppression (NMS) methods are extensively adopted to remove horizontal duplicates of detected dense boxes for generating final object instances. However, due to the degraded quality of dense detection boxes…

Computer Vision and Pattern Recognition · Computer Science 2023-06-21 Shi-Xue Zhang , Xiaobin Zhu , Jie-Bo Hou , Xu-Cheng Yin

Deep learning-based detectors usually produce a redundant set of object bounding boxes including many duplicate detections of the same object. These boxes are then filtered using non-maximum suppression (NMS) in order to select exactly one…

Computer Vision and Pattern Recognition · Computer Science 2021-02-01 Danila Rukhovich , Konstantin Sofiiuk , Danil Galeev , Olga Barinova , Anton Konushin

Automated detection of contraband items in X-ray images can significantly increase public safety, by enhancing the productivity and alleviating the mental load of security officers in airports, subways, customs/post offices, etc. The large…

Computer Vision and Pattern Recognition · Computer Science 2023-05-04 Georgios Batsis , Ioannis Mademlis , Georgios Th. Papadopoulos

This paper demonstrates that Non-Maximum Suppression (NMS), which is commonly used in Object Detection (OD) tasks to filter redundant detection results, is no longer secure. Considering that NMS has been an integral part of OD systems,…

Computer Vision and Pattern Recognition · Computer Science 2020-06-02 Derui Wang , Chaoran Li , Sheng Wen , Qing-Long Han , Surya Nepal , Xiangyu Zhang , Yang Xiang
‹ Prev 1 2 3 10 Next ›