中文
相关论文

相关论文: CenterNet3D: An Anchor Free Object Detector for Po…

200 篇论文

Spatio-temporal action recognition has been a challenging task that involves detecting where and when actions occur. Current state-of-the-art action detectors are mostly anchor-based, requiring sensitive anchor designs and huge computations…

计算机视觉与模式识别 · 计算机科学 2022-03-22 Shentong Mo , Jingfei Xia , Xiaoqing Tan , Bhiksha Raj

There are two mainstreams for object detection: top-down and bottom-up. The state-of-the-art approaches mostly belong to the first category. In this paper, we demonstrate that the bottom-up approaches are as competitive as the top-down and…

计算机视觉与模式识别 · 计算机科学 2022-04-19 Kaiwen Duan , Song Bai , Lingxi Xie , Honggang Qi , Qingming Huang , Qi Tian

In this work, we address the problem of 3D object detection from point cloud data in real time. For autonomous vehicles to work, it is very important for the perception component to detect the real world objects with both high accuracy and…

计算机视觉与模式识别 · 计算机科学 2021-06-23 Abhinav Sagar

Methods tackling multi-object tracking need to estimate the number of targets in the sensing area as well as to estimate their continuous state. While the majority of existing methods focus on data association, precise state (3D pose)…

计算机视觉与模式识别 · 计算机科学 2019-10-11 Johannes Groß , Aljosa Osep , Bastian Leibe

We present RoarNet, a new approach for 3D object detection from a 2D image and 3D Lidar point clouds. Based on two-stage object detection framework with PointNet as our backbone network, we suggest several novel ideas to improve 3D object…

计算机视觉与模式识别 · 计算机科学 2018-11-12 Kiwoo Shin , Youngwook Paul Kwon , Masayoshi Tomizuka

Current 3D object detection methods for indoor scenes mainly follow the voting-and-grouping strategy to generate proposals. However, most methods utilize instance-agnostic groupings, such as ball query, leading to inconsistent semantic…

计算机视觉与模式识别 · 计算机科学 2023-12-22 Yun Zhu , Le Hui , Yaqi Shen , Jin Xie

In this paper, we propose SpotNet: a fast, single stage, image-centric but LiDAR anchored approach for long range 3D object detection. We demonstrate that our approach to LiDAR/image sensor fusion, combined with the joint learning of 2D and…

计算机视觉与模式识别 · 计算机科学 2024-05-28 Louis Foucard , Samar Khanna , Yi Shi , Chi-Kuei Liu , Quinn Z Shen , Thuyen Ngo , Zi-Xiang Xia

Monocular 3D object detection is very challenging in autonomous driving due to the lack of depth information. This paper proposes a one-stage monocular 3D object detection algorithm based on multi-scale depth stratification, which uses the…

计算机视觉与模式识别 · 计算机科学 2022-04-29 Zhouzhen Xie , Yuying Song , Jingxuan Wu , Zecheng Li , Chunyi Song , Zhiwei Xu

Accurate detection of objects in 3D point clouds is a central problem in many applications, such as autonomous navigation, housekeeping robots, and augmented/virtual reality. To interface a highly sparse LiDAR point cloud with a region…

计算机视觉与模式识别 · 计算机科学 2017-11-20 Yin Zhou , Oncel Tuzel

Object discovery is a core task in computer vision. While fast progresses have been made in supervised object detection, its unsupervised counterpart remains largely unexplored. With the growth of data volume, the expensive cost of…

计算机视觉与模式识别 · 计算机科学 2022-10-11 Yuqi Wang , Yuntao Chen , Zhaoxiang Zhang

A crucial task in scene understanding is 3D object detection, which aims to detect and localize the 3D bounding boxes of objects belonging to specific classes. Existing 3D object detectors heavily rely on annotated 3D bounding boxes during…

计算机视觉与模式识别 · 计算机科学 2020-07-29 Zengyi Qin , Jinglu Wang , Yan Lu

In object detection, keypoint-based approaches often suffer a large number of incorrect object bounding boxes, arguably due to the lack of an additional look into the cropped regions. This paper presents an efficient solution which explores…

计算机视觉与模式识别 · 计算机科学 2019-04-22 Kaiwen Duan , Song Bai , Lingxi Xie , Honggang Qi , Qingming Huang , Qi Tian

Object detection is a basic but challenging task in computer vision, which plays a key role in a variety of industrial applications. However, object detectors based on deep learning usually require greater storage requirements and longer…

计算机视觉与模式识别 · 计算机科学 2021-04-29 Ying Xin , Guanzhong Wang , Mingyuan Mao , Yuan Feng , Qingqing Dang , Yanjun Ma , Errui Ding , Shumin Han

Existing anchor-based and anchor-free object detectors in multi-stage or one-stage pipelines have achieved very promising detection performance. However, they still encounter the design difficulty in hand-crafted 2D anchor definition and…

计算机视觉与模式识别 · 计算机科学 2020-05-13 Geng Zhan , Dan Xu , Guo Lu , Wei Wu , Chunhua Shen , Wanli Ouyang

3D object detection from raw and sparse point clouds has been far less treated to date, compared with its 2D counterpart. In this paper, we propose a novel framework called FVNet for 3D front-view proposal generation and object detection…

计算机视觉与模式识别 · 计算机科学 2019-11-27 Jie Zhou , Xin Tan , Zhiwei Shao , Lizhuang Ma

There has been significant progress made in the field of autonomous vehicles. Object detection and tracking are the primary tasks for any autonomous vehicle. The task of object detection in autonomous vehicles relies on a variety of sensors…

计算机视觉与模式识别 · 计算机科学 2023-12-27 Gaurav Raut , Advait Patole

Current 3D object detection methods are heavily influenced by 2D detectors. In order to leverage architectures in 2D detectors, they often convert 3D point clouds to regular grids (i.e., to voxel grids or to bird's eye view images), or rely…

计算机视觉与模式识别 · 计算机科学 2019-08-26 Charles R. Qi , Or Litany , Kaiming He , Leonidas J. Guibas

The field of 3D object detection from point clouds is rapidly advancing in computer vision, aiming to accurately and efficiently detect and localize objects in three-dimensional space. Current 3D detectors commonly fall short in terms of…

计算机视觉与模式识别 · 计算机科学 2024-06-13 Hualian Sheng , Sijia Cai , Na Zhao , Bing Deng , Qiao Liang , Min-Jian Zhao , Jieping Ye

Recent machine learning-based multi-object tracking (MOT) frameworks are becoming popular for 3-D point clouds. Most traditional tracking approaches use filters (e.g., Kalman filter or particle filter) to predict object locations in a time…

计算机视觉与模式识别 · 计算机科学 2020-02-27 Sukai Wang , Yuxiang Sun , Chengju Liu , Ming Liu

LiDAR-based 3D detection in point cloud is essential in the perception system of autonomous driving. In this paper, we present LiDAR R-CNN, a second stage detector that can generally improve any existing 3D detector. To fulfill the…

计算机视觉与模式识别 · 计算机科学 2021-03-30 Zhichao Li , Feng Wang , Naiyan Wang