中文
相关论文

相关论文: RBGNet: Ray-based Grouping for 3D Object Detection

200 篇论文

3D object detection is a fundamental task in scene understanding. Numerous research efforts have been dedicated to better incorporate Hough voting into the 3D object detection pipeline. However, due to the noisy, cluttered, and partial…

计算机视觉与模式识别 · 计算机科学 2024-03-22 Haoran Hou , Mingtao Feng , Zijie Wu , Weisheng Dong , Qing Zhu , Yaonan Wang , Ajmal Mian

3D object detection from LiDAR point cloud is a challenging problem in 3D scene understanding and has many practical applications. In this paper, we extend our preliminary work PointRCNN to a novel and strong point-cloud-based 3D object…

计算机视觉与模式识别 · 计算机科学 2020-03-17 Shaoshuai Shi , Zhe Wang , Jianping Shi , Xiaogang Wang , Hongsheng Li

For current object detectors, the scale of the receptive field of feature extraction operators usually increases layer by layer. Those operators are called scale-oriented operators in this paper, such as the convolution layer in CNN, and…

计算机视觉与模式识别 · 计算机科学 2021-02-09 Jie Li , Yu Hu

We propose a method to detect and reconstruct multiple 3D objects from a single RGB image. The key idea is to optimize for detection, alignment and shape jointly over all objects in the RGB image, while focusing on realistic and physically…

计算机视觉与模式识别 · 计算机科学 2021-06-23 Francis Engelmann , Konstantinos Rematas , Bastian Leibe , Vittorio Ferrari

Current neural networks-based object detection approaches processing LiDAR point clouds are generally trained from one kind of LiDAR sensors. However, their performances decrease when they are tested with data coming from a different LiDAR…

计算机视觉与模式识别 · 计算机科学 2020-12-11 Ruddy Théodose , Dieumet Denis , Thierry Chateau , Vincent Frémont , Paul Checchin

We present PointFusion, a generic 3D object detection method that leverages both image and 3D point cloud information. Unlike existing methods that either use multi-stage pipelines or hold sensor and dataset-specific assumptions,…

计算机视觉与模式识别 · 计算机科学 2018-08-28 Danfei Xu , Dragomir Anguelov , Ashesh Jain

Point cloud salient object detection has attracted the attention of researchers in recent years. Since existing works do not fully utilize the geometry context of 3D objects, blurry boundaries are generated when segmenting objects with…

计算机视觉与模式识别 · 计算机科学 2025-02-25 Chen Wang , Liyuan Zhang , Le Hui , Qi Liu , Yuchao Dai

In this paper, we propose PointRCNN for 3D object detection from raw point cloud. The whole framework is composed of two stages: stage-1 for the bottom-up 3D proposal generation and stage-2 for refining proposals in the canonical…

计算机视觉与模式识别 · 计算机科学 2019-05-17 Shaoshuai Shi , Xiaogang Wang , Hongsheng Li

We introduce H3DNet, which takes a colorless 3D point cloud as input and outputs a collection of oriented object bounding boxes (or BB) and their semantic labels. The critical idea of H3DNet is to predict a hybrid set of geometric…

计算机视觉与模式识别 · 计算机科学 2020-07-27 Zaiwei Zhang , Bo Sun , Haitao Yang , Qixing Huang

In recent years 3D object detection from LiDAR point clouds has made great progress thanks to the development of deep learning technologies. Although voxel or point based methods are popular in 3D object detection, they usually involve…

计算机视觉与模式识别 · 计算机科学 2022-07-18 Jiaqi Gu , Zhiyu Xiang , Pan Zhao , Tingming Bai , Lingxuan Wang , Xijun Zhao , Zhiyuan Zhang

In this paper, we propose a monocular 3D object detection framework in the domain of autonomous driving. Unlike previous image-based methods which focus on RGB feature extracted from 2D images, our method solves this problem in the…

计算机视觉与模式识别 · 计算机科学 2021-03-31 Xinzhu Ma , Zhihui Wang , Haojie Li , Pengbo Zhang , Xin Fan , Wanli Ouyang

Capturing both local and global features of irregular point clouds is essential to 3D object detection (3OD). However, mainstream 3D detectors, e.g., VoteNet and its variants, either abandon considerable local features during pooling…

计算机视觉与模式识别 · 计算机科学 2022-09-01 Baian Chen , Liangliang Nan , Haoran Xie , Dening Lu , Fu Lee Wang , Mingqiang Wei

We present a unified, efficient and effective framework for point-cloud based 3D object detection. Our two-stage approach utilizes both voxel representation and raw point cloud data to exploit respective advantages. The first stage network,…

计算机视觉与模式识别 · 计算机科学 2019-08-19 Yilun Chen , Shu Liu , Xiaoyong Shen , Jiaya Jia

Point cloud 3D object detection has recently received major attention and becomes an active research topic in 3D computer vision community. However, recognizing 3D objects in LiDAR (Light Detection and Ranging) is still a challenge due to…

计算机视觉与模式识别 · 计算机科学 2020-10-30 Yilin Wang , Jiayi Ye

Object detection and classification is one of the most important computer vision problems. Ever since the introduction of deep learning \cite{krizhevsky2012imagenet}, we have witnessed a dramatic increase in the accuracy of this object…

计算机视觉与模式识别 · 计算机科学 2018-11-20 Gurjeet Singh , Sun Miao , Shi Shi , Patrick Chiang

LiDAR-based 3D object detection is an important task for autonomous driving and current approaches suffer from sparse and partial point clouds of distant and occluded objects. In this paper, we propose a novel two-stage approach, namely…

计算机视觉与模式识别 · 计算机科学 2020-12-23 Yanan Zhang , Di Huang , Yunhong Wang

One of the main challenges in LiDAR-based 3D object detection is that the sensors often fail to capture the complete spatial information about the objects due to long distance and occlusion. Two-stage detectors with point cloud completion…

计算机视觉与模式识别 · 计算机科学 2023-07-25 Inyong Koo , Inyoung Lee , Se-Ho Kim , Hee-Seon Kim , Woo-jin Jeon , Changick Kim

In this paper, we investigate the combination of voxel-based methods and point-based methods, and propose a novel end-to-end two-stage 3D object detector named SGNet for point clouds scenes. The voxel-based methods voxelize the scene to…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Hao Peng , Guofeng Tong , Zheng Li , Yaqi Wang , Yuyuan Shao

We focus on the task of amodal 3D object detection in RGB-D images, which aims to produce a 3D bounding box of an object in metric form at its full extent. We introduce Deep Sliding Shapes, a 3D ConvNet formulation that takes a 3D…

计算机视觉与模式识别 · 计算机科学 2016-03-10 Shuran Song , Jianxiong Xiao

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