中文
相关论文

相关论文: Visibility Guided NMS: Efficient Boosting of Amoda…

200 篇论文

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

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

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

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

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

计算机视觉与模式识别 · 计算机科学 2019-04-09 Songtao Liu , Di Huang , Yunhong Wang

Modern 3D object detectors have immensely benefited from the end-to-end learning idea. However, most of them use a post-processing algorithm called Non-Maximal Suppression (NMS) only during inference. While there were attempts to include…

计算机视觉与模式识别 · 计算机科学 2021-04-01 Abhinav Kumar , Garrick Brazil , Xiaoming Liu

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…

计算机视觉与模式识别 · 计算机科学 2020-02-20 Irene Cortes , Jorge Beltran , Arturo de la Escalera , Fernando Garcia

In recent years, the field of autonomous driving has witnessed remarkable advancements, driven by the integration of a multitude of sensors, including cameras and LiDAR systems, in different prototypes. However, with the proliferation of…

计算机视觉与模式识别 · 计算机科学 2023-10-10 Irene Cortés , Jorge Beltrán , Arturo de la Escalera , Fernando García

With the rapid advancement of hardware and software technologies, research in autonomous driving has seen significant growth. The prevailing framework for multi-sensor autonomous driving encompasses sensor installation, perception, path…

机器人学 · 计算机科学 2024-03-07 Chuanyu Luo , Nuo Cheng , Ren Zhong , Haipeng Jiang , Wenyu Chen , Aoli Wang , Pu Li

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

We present an efficient 3D object detection framework based on a single RGB image in the scenario of autonomous driving. Our efforts are put on extracting the underlying 3D information in a 2D image and determining the accurate 3D bounding…

计算机视觉与模式识别 · 计算机科学 2019-03-28 Buyu Li , Wanli Ouyang , Lu Sheng , Xingyu Zeng , Xiaogang Wang

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

Object detection is an essential task for autonomous robots operating in dynamic and changing environments. A robot should be able to detect objects in the presence of sensor noise that can be induced by changing lighting conditions for…

机器人学 · 计算机科学 2019-11-20 Oier Mees , Andreas Eitel , Wolfram Burgard

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…

计算机视觉与模式识别 · 计算机科学 2023-06-21 Shi-Xue Zhang , Xiaobin Zhu , Jie-Bo Hou , Xu-Cheng Yin

In this paper, we design a multimodal framework for object detection, recognition and mapping based on the fusion of stereo camera frames, point cloud Velodyne Lidar scans, and Vehicle-to-Vehicle (V2V) Basic Safety Messages (BSMs) exchanged…

计算机视觉与模式识别 · 计算机科学 2017-05-25 Yassine Maalej , Sameh Sorour , Ahmed Abdel-Rahim , Mohsen Guizani

Background modeling is widely used for intelligent surveillance systems to detect moving targets by subtracting the static background components. Most roadside LiDAR object detection methods filter out foreground points by comparing new…

计算机视觉与模式识别 · 计算机科学 2024-08-13 Tianya Zhang , Yi Ge , Peter J. Jin

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…

计算机视觉与模式识别 · 计算机科学 2017-08-09 Navaneeth Bodla , Bharat Singh , Rama Chellappa , Larry S. Davis

Moving object detection has been a central topic of discussion in computer vision for its wide range of applications like in self-driving cars, video surveillance, security, and enforcement. Neuromorphic Vision Sensors (NVS) are…

计算机视觉与模式识别 · 计算机科学 2021-12-03 Anindya Mondal , Shashant R , Jhony H. Giraldo , Thierry Bouwmans , Ananda S. Chowdhury

We show a simple NMS-free, end-to-end object detection framework, of which the network is a minimal modification to a one-stage object detector such as the FCOS detection model [Tian et al. 2019]. We attain on par or even improved detection…

计算机视觉与模式识别 · 计算机科学 2021-03-01 Qiang Zhou , Chaohui Yu , Chunhua Shen , Zhibin Wang , Hao Li

A reliable and accurate 3D tracking framework is essential for predicting future locations of surrounding objects and planning the observer's actions in numerous applications such as autonomous driving. We propose a framework that can…

计算机视觉与模式识别 · 计算机科学 2021-03-15 Hou-Ning Hu , Yung-Hsu Yang , Tobias Fischer , Trevor Darrell , Fisher Yu , Min Sun
‹ 上一页 1 2 3 10 下一页 ›