中文
相关论文

相关论文: Adaptive NMS: Refining Pedestrian Detection in a C…

200 篇论文

Pedestrian detection is an initial step to perform outdoor scene analysis, which plays an essential role in many real-world applications. Although having enjoyed the merits of deep learning frameworks from the generic object detectors,…

计算机视觉与模式识别 · 计算机科学 2019-12-24 Jialiang Zhang , Lixiang Lin , Yang Li , Yun-chen Chen , Jianke Zhu , Yao Hu , Steven C. H. Hoi

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…

计算机视觉与模式识别 · 计算机科学 2016-01-11 Jan Hosang , Rodrigo Benenson , Bernt Schiele

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…

计算机视觉与模式识别 · 计算机科学 2021-06-07 Zekun Luo , Zheng Fang , Sixiao Zheng , Yabiao Wang , Yanwei Fu

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…

计算机视觉与模式识别 · 计算机科学 2020-04-22 Xin Huang , Zheng Ge , Zequn Jie , Osamu Yoshie

In this paper, we propose an algorithm, named hashing-based non-maximum suppression (HNMS) to efficiently suppress the non-maximum boxes for object detection. Non-maximum suppression (NMS) is an essential component to suppress the boxes at…

计算机视觉与模式识别 · 计算机科学 2020-05-26 Jianfeng Wang , Xi Yin , Lijuan Wang , Lei Zhang

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…

计算机视觉与模式识别 · 计算机科学 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…

计算机视觉与模式识别 · 计算机科学 2017-05-10 Jan Hosang , Rodrigo Benenson , Bernt Schiele

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…

计算机视觉与模式识别 · 计算机科学 2020-06-16 Nils Gählert , Niklas Hanselmann , Uwe Franke , Joachim Denzler

Crowd counting, for estimating the number of people in a crowd using vision-based computer techniques, has attracted much interest in the research community. Although many attempts have been reported, real-world problems, such as huge…

计算机视觉与模式识别 · 计算机科学 2018-04-23 Saeed Amirgholipour Kasmani , Xiangjian He , Wenjing Jia , Dadong Wang , Michelle Zeibots

This paper addresses the problem of unsupervised domain adaptation on the task of pedestrian detection in crowded scenes. First, we utilize an iterative algorithm to iteratively select and auto-annotate positive pedestrian samples with high…

计算机视觉与模式识别 · 计算机科学 2018-02-12 Lihang Liu , Weiyao Lin , Lisheng Wu , Yong Yu , Michael Ying Yang

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)…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Chenhongyi Yang , Vitaly Ablavsky , Kaihong Wang , Qi Feng , Margrit Betke

Crowd counting, i.e., estimation number of the pedestrian in crowd images, is emerging as an important research problem with the public security applications. A key component for the crowd counting systems is the construction of counting…

计算机视觉与模式识别 · 计算机科学 2019-02-13 Xingjiao Wu , Yingbin Zheng , Hao Ye , Wenxin Hu , Jing Yang , Liang He

Compared with the generic scenes, crowded scenes contain highly-overlapped instances, which result in: 1) more ambiguous anchors during training of object detectors, and 2) more predictions are likely to be mistakenly suppressed in…

计算机视觉与模式识别 · 计算机科学 2025-04-15 Chenyang Zhao , Jia Wan , Antoni B. Chan

We present a novel, realtime algorithm to compute the trajectory of each pedestrian in moderately dense crowd scenes. Our formulation is based on an adaptive particle filtering scheme that uses a multi-agent motion model based on…

计算机视觉与模式识别 · 计算机科学 2014-02-13 Aniket Bera , Dinesh Manocha

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…

计算机视觉与模式识别 · 计算机科学 2023-03-21 Qianang Zhou , JunLin Xiong , Youfu Li

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…

计算机视觉与模式识别 · 计算机科学 2024-11-26 King-Siong Si , Lu Sun , Weizhan Zhang , Tieliang Gong , Jiahao Wang , Jiang Liu , Hao Sun

Heavy occlusion and dense gathering in crowd scene make pedestrian detection become a challenging problem, because it's difficult to guess a precise full bounding box according to the invisible human part. To crack this nut, we propose a…

计算机视觉与模式识别 · 计算机科学 2020-09-17 Zhida Huang , Kaiyu Yue , Jiangfan Deng , Feng Zhou

This paper presents a new approach to crowd behaviour anomaly detection that uses a set of efficiently computed, easily interpretable, scene-level holistic features. This low-dimensional descriptor combines two features from the literature:…

计算机视觉与模式识别 · 计算机科学 2016-06-17 M. Marsden , K. McGuinness , S. Little , N. E. O'Connor

Modern crowd counting methods usually employ deep neural networks (DNN) to estimate crowd counts via density regression. Despite their significant improvements, the regression-based methods are incapable of providing the detection of…

计算机视觉与模式识别 · 计算机科学 2019-04-04 Yuting Liu , Miaojing Shi , Qijun Zhao , Xiaofang Wang

Crowd counting is a challenging yet critical task in computer vision with applications ranging from public safety to urban planning. Recent advances using Convolutional Neural Networks (CNNs) that estimate density maps have shown…

计算机视觉与模式识别 · 计算机科学 2025-07-10 Abhinav Sagar
‹ 上一页 1 2 3 10 下一页 ›