中文
相关论文

相关论文: MVX-Net: Multimodal VoxelNet for 3D Object Detecti…

200 篇论文

Point cloud based 3D deep model has wide applications in many applications such as autonomous driving, house robot, and so on. Inspired by the recent prompt learning in natural language processing, this work proposes a novel Multi-view…

计算机视觉与模式识别 · 计算机科学 2023-08-07 Haoyang Peng , Baopu Li , Bo Zhang , Xin Chen , Tao Chen , Hongyuan Zhu

Recent Transformer-based 3D object detectors learn point cloud features either from point- or voxel-based representations. However, the former requires time-consuming sampling while the latter introduces quantization errors. In this paper,…

计算机视觉与模式识别 · 计算机科学 2023-05-12 Honghui Yang , Wenxiao Wang , Minghao Chen , Binbin Lin , Tong He , Hua Chen , Xiaofei He , Wanli Ouyang

Radars, due to their robustness to adverse weather conditions and ability to measure object motions, have served in autonomous driving and intelligent agents for years. However, Radar-based perception suffers from its unintuitive sensing…

计算机视觉与模式识别 · 计算机科学 2023-07-18 Liu Liu , Shuaifeng Zhi , Zhenhua Du , Li Liu , Xinyu Zhang , Kai Huo , Weidong Jiang

In the field of autonomous driving, 3D object detection is a very important perception module. Although the current SOTA algorithm combines Camera and Lidar sensors, limited by the high price of Lidar, the current mainstream landing schemes…

计算机视觉与模式识别 · 计算机科学 2023-07-24 Kai Lei , Zhan Chen , Shuman Jia , Xiaoteng Zhang

3D single object tracking plays a crucial role in computer vision. Mainstream methods mainly rely on point clouds to achieve geometry matching between target template and search area. However, textureless and incomplete point clouds make it…

计算机视觉与模式识别 · 计算机科学 2023-08-16 Zhiheng Li , Yubo Cui , Yu Lin , Zheng Fang

We present a novel lightweight convolutional neural network for point cloud analysis. In contrast to many current CNNs which increase receptive field by downsampling point cloud, our method directly operates on the entire point sets without…

计算机视觉与模式识别 · 计算机科学 2021-09-27 Xu Wang , Yuyan Li , Ye Duan

Lidars and cameras are critical sensors that provide complementary information for 3D detection in autonomous driving. While most prevalent methods progressively downscale the 3D point clouds and camera images and then fuse the high-level…

计算机视觉与模式识别 · 计算机科学 2023-09-22 Zixuan Yin , Han Sun , Ningzhong Liu , Huiyu Zhou , Jiaquan Shen

Most scanning LiDAR sensors generate a sequence of point clouds in real-time. While conventional 3D object detectors use a set of unordered LiDAR points acquired over a fixed time interval, recent studies have revealed that substantial…

计算机视觉与模式识别 · 计算机科学 2022-12-22 Junho Koh , Junhyung Lee , Youngwoo Lee , Jaekyum Kim , Jun Won Choi

Detecting objects from LiDAR point clouds is of tremendous significance in autonomous driving. In spite of good progress, accurate and reliable 3D detection is yet to be achieved due to the sparsity and irregularity of LiDAR point clouds.…

计算机视觉与模式识别 · 计算机科学 2022-03-21 Shengheng Deng , Zhihao Liang , Lin Sun , Kui Jia

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

Point cloud processing is a challenging task due to its sparsity and irregularity. Prior works introduce delicate designs on either local feature aggregator or global geometric architecture, but few combine both advantages. We propose…

计算机视觉与模式识别 · 计算机科学 2022-05-17 Renrui Zhang , Ziyao Zeng , Ziyu Guo , Xinben Gao , Kexue Fu , Jianbo Shi

Modern machine learning models often combine multiple input streams of data to more accurately capture the information that informs their decisions. In multimodal machine learning, choosing the strategy for fusing data together requires…

机器学习 · 计算机科学 2025-12-01 Regan Willis , Jason Bakos

Multimodal deep sensor fusion has the potential to enable autonomous vehicles to visually understand their surrounding environments in all weather conditions. However, existing deep sensor fusion methods usually employ convoluted…

计算机视觉与模式识别 · 计算机科学 2023-10-31 Sri Aditya Deevi , Connor Lee , Lu Gan , Sushruth Nagesh , Gaurav Pandey , Soon-Jo Chung

Integrating LiDAR and Camera information into Bird's-Eye-View (BEV) has become an essential topic for 3D object detection in autonomous driving. Existing methods mostly adopt an independent dual-branch framework to generate LiDAR and camera…

计算机视觉与模式识别 · 计算机科学 2023-03-31 Hongxiang Cai , Zeyuan Zhang , Zhenyu Zhou , Ziyin Li , Wenbo Ding , Jiuhua Zhao

State-of-the-art LiDAR-camera 3D object detectors usually focus on feature fusion. However, they neglect the factor of depth while designing the fusion strategy. In this work, we are the first to observe that different modalities play…

计算机视觉与模式识别 · 计算机科学 2025-05-13 Mingqian Ji , Jian Yang , Shanshan Zhang

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

In this work, we propose \textit{MVFuseNet}, a novel end-to-end method for joint object detection and motion forecasting from a temporal sequence of LiDAR data. Most existing methods operate in a single view by projecting data in either…

计算机视觉与模式识别 · 计算机科学 2021-04-23 Ankit Laddha , Shivam Gautam , Stefan Palombo , Shreyash Pandey , Carlos Vallespi-Gonzalez

We propose a method for joint detection and tracking of multiple objects in 3D point clouds, a task conventionally treated as a two-step process comprising object detection followed by data association. Our method embeds both steps into a…

计算机视觉与模式识别 · 计算机科学 2022-11-03 Jyoti Kini , Ajmal Mian , Mubarak Shah

Many adaptations of transformers have emerged to address the single-modal vision tasks, where self-attention modules are stacked to handle input sources like images. Intuitively, feeding multiple modalities of data to vision transformers…

计算机视觉与模式识别 · 计算机科学 2022-07-18 Yikai Wang , Xinghao Chen , Lele Cao , Wenbing Huang , Fuchun Sun , Yunhe Wang

Point clouds captured by different sensors such as RGB-D cameras and LiDAR possess non-negligible domain gaps. Most existing methods design different network architectures and train separately on point clouds from various sensors.…

计算机视觉与模式识别 · 计算机科学 2024-03-29 Shengjun Zhang , Xin Fei , Yueqi Duan