中文
相关论文

相关论文: PETR: Position Embedding Transformation for Multi-…

200 篇论文

Camera-based multi-view 3D detection is crucial for autonomous driving. PETR and its variants (PETRs) excel in benchmarks but face deployment challenges due to high computational cost and memory footprint. Quantization is an effective…

计算机视觉与模式识别 · 计算机科学 2025-11-17 Jiangyong Yu , Changyong Shu , Sifan Zhou , Zichen Yu , Xing Hu , Yan Chen , Dawei Yang

Camera-based multi-view 3D detection is crucial for autonomous driving. PETR and its variants (PETRs) excel in benchmarks but face deployment challenges due to high computational cost and memory footprint. Quantization is an effective…

计算机视觉与模式识别 · 计算机科学 2025-11-20 Jiangyong Yu , Changyong Shu , Sifan Zhou , Zichen Yu , Xing Hu , Yan Chen , Dawei Yang

Accurate depth information is crucial for enhancing the performance of multi-view 3D object detection. Despite the success of some existing multi-view 3D detectors utilizing pixel-wise depth supervision, they overlook two significant…

计算机视觉与模式识别 · 计算机科学 2024-07-16 Jinghua Hou , Tong Wang , Xiaoqing Ye , Zhe Liu , Shi Gong , Xiao Tan , Errui Ding , Jingdong Wang , Xiang Bai

The dominant multi-camera 3D detection paradigm is based on explicit 3D feature construction, which requires complicated indexing of local image-view features via 3D-to-2D projection. Other methods implicitly introduce geometric positional…

计算机视觉与模式识别 · 计算机科学 2022-12-14 Shihao Wang , Xiaohui Jiang , Ying Li

In this paper, we propose PETRv2, a unified framework for 3D perception from multi-view images. Based on PETR, PETRv2 explores the effectiveness of temporal modeling, which utilizes the temporal information of previous frames to boost 3D…

计算机视觉与模式识别 · 计算机科学 2022-11-15 Yingfei Liu , Junjie Yan , Fan Jia , Shuailin Li , Aqi Gao , Tiancai Wang , Xiangyu Zhang , Jian Sun

In this paper, we address the problem of detecting 3D objects from multi-view images. Current query-based methods rely on global 3D position embeddings (PE) to learn the geometric correspondence between images and 3D space. We claim that…

计算机视觉与模式识别 · 计算机科学 2023-03-21 Kaixin Xiong , Shi Gong , Xiaoqing Ye , Xiao Tan , Ji Wan , Errui Ding , Jingdong Wang , Xiang Bai

Transformer-based methods have swept the benchmarks on 2D and 3D detection on images. Because tokenization before the attention mechanism drops the spatial information, positional encoding becomes critical for those methods. Recent works…

计算机视觉与模式识别 · 计算机科学 2023-07-31 Changyong Shu , JIajun Deng , Fisher Yu , Yifan Liu

3D object detection is a significant task for autonomous driving. Recently with the progress of vision transformers, the 2D object detection problem is being treated with the set-to-set loss. Inspired by these approaches on 2D object…

计算机视觉与模式识别 · 计算机科学 2022-10-28 Gopi Krishna Erabati , Helder Araujo

In this paper, we propose a long-sequence modeling framework, named StreamPETR, for multi-view 3D object detection. Built upon the sparse query design in the PETR series, we systematically develop an object-centric temporal mechanism. The…

计算机视觉与模式识别 · 计算机科学 2023-06-08 Shihao Wang , Yingfei Liu , Tiancai Wang , Ying Li , Xiangyu Zhang

We propose 3DETR, an end-to-end Transformer based object detection model for 3D point clouds. Compared to existing detection methods that employ a number of 3D-specific inductive biases, 3DETR requires minimal modifications to the vanilla…

计算机视觉与模式识别 · 计算机科学 2021-09-17 Ishan Misra , Rohit Girdhar , Armand Joulin

Multi-modal sensor fusion in Bird's Eye View (BEV) representation has become the leading approach for 3D object detection. However, existing methods often rely on depth estimators or transformer encoders to transform image features into BEV…

计算机视觉与模式识别 · 计算机科学 2025-07-14 Yongjin Lee , Hyeon-Mun Jeong , Yurim Jeon , Sanghyun Kim

3D object detection from visual sensors is a cornerstone capability of robotic systems. State-of-the-art methods focus on reasoning and decoding object bounding boxes from multi-view camera input. In this work we gain intuition from the…

计算机视觉与模式识别 · 计算机科学 2023-04-10 Dian Chen , Jie Li , Vitor Guizilini , Rares Ambrus , Adrien Gaidon

Detecting 3D objects accurately from multi-view 2D images is a challenging yet essential task in the field of autonomous driving. Current methods resort to integrating depth prediction to recover the spatial information for object query…

计算机视觉与模式识别 · 计算机科学 2025-10-20 Haisheng Su , Junjie Zhang , Feixiang Song , Sanping Zhou , Wei Wu , Nanning Zheng , Junchi Yan

A key challenge for LiDAR-based 3D object detection is to capture sufficient features from large scale 3D scenes especially for distant or/and occluded objects. Albeit recent efforts made by Transformers with the long sequence modeling…

计算机视觉与模式识别 · 计算机科学 2023-03-23 Chao Zhou , Yanan Zhang , Jiaxin Chen , Di Huang

We introduce a highly performant 3D object detector for point clouds using the DETR framework. The prior attempts all end up with suboptimal results because they fail to learn accurate inductive biases from the limited scale of training…

计算机视觉与模式识别 · 计算机科学 2023-08-09 Yichao Shen , Zigang Geng , Yuhui Yuan , Yutong Lin , Ze Liu , Chunyu Wang , Han Hu , Nanning Zheng , Baining Guo

3D object detection using LiDAR data is an indispensable component for autonomous driving systems. Yet, only a few LiDAR-based 3D object detection methods leverage segmentation information to further guide the detection process. In this…

计算机视觉与模式识别 · 计算机科学 2022-03-07 Hamidreza Fazlali , Yixuan Xu , Yuan Ren , Bingbing Liu

3D perception tasks, such as 3D object detection and Bird's-Eye-View (BEV) segmentation using multi-camera images, have drawn significant attention recently. Despite the fact that accurately estimating both semantic and 3D scene layouts are…

计算机视觉与模式识别 · 计算机科学 2024-08-14 Qi Song , Qingyong Hu , Chi Zhang , Yongquan Chen , Rui Huang

DEtection TRansformer (DETR) started a trend that uses a group of learnable queries for unified visual perception. This work begins by applying this appealing paradigm to LiDAR-based point cloud segmentation and obtains a simple yet…

计算机视觉与模式识别 · 计算机科学 2023-03-24 Zeqi Xiao , Wenwei Zhang , Tai Wang , Chen Change Loy , Dahua Lin , Jiangmiao Pang

The astounding performance of transformers in natural language processing (NLP) has motivated researchers to explore their applications in computer vision tasks. DEtection TRansformer (DETR) introduces transformers to object detection tasks…

计算机视觉与模式识别 · 计算机科学 2023-07-13 Tahira Shehzadi , Khurram Azeem Hashmi , Didier Stricker , Muhammad Zeshan Afzal

In the current demand for automation in the agro-food industry, accurately detecting and localizing relevant objects in 3D is essential for successful robotic operations. However, this is a challenge due the presence of occlusions.…

机器人学 · 计算机科学 2024-12-19 David Rapado-Rincon , Henk Nap , Katarina Smolenova , Eldert J. van Henten , Gert Kootstra
‹ 上一页 1 2 3 10 下一页 ›