paper-with-me

홈 › Papers

Graph-DETR3D: Rethinking Overlapping Regions for Multi-View 3D Object Detection

2022-04-25 · Zehui Chen, Zhenyu Li, Shiquan Zhang, Liangji Fang, Qinhong Jiang, Feng Zhao

3D object detection from multiple image views is a fundamental and challenging task for visual scene understanding. Due to its low cost and high efficiency, multi-view 3D object detection has demonstrated promising application prospects. However, accurately detecting objects through perspective views in the 3D space is extremely difficult due to the lack of depth information. Recently, DETR3D introduces a novel 3D-2D query paradigm in aggregating multi-view images for 3D object detection and achieves state-of-the-art performance. In this paper, with intensive pilot experiments, we quantify the objects located at different regions and find that the "truncated instances" (i.e., at the border regions of each image) are the main bottleneck hindering the performance of DETR3D. Although it merges multiple features from two adjacent views in the overlapping regions, DETR3D still suffers from insufficient feature aggregation, thus missing the chance to fully boost the detection performance. In an effort to tackle the problem, we propose Graph-DETR3D to automatically aggregate multi-view imagery information through graph structure learning (GSL). It constructs a dynamic 3D graph between each object query and 2D feature maps to enhance the object representations, especially at the border regions. Besides, Graph-DETR3D benefits from a novel depth-invariant multi-scale training strategy, which maintains the visual depth consistency by simultaneously scaling the image size and the object depth. Extensive experiments on the nuScenes dataset demonstrate the effectiveness and efficiency of our Graph-DETR3D. Notably, our best model achieves 49.5 NDS on the nuScenes test leaderboard, achieving new state-of-the-art in comparison with various published image-view 3D object detectors.

📄 PDF Abstract BibTeX arXiv:2204.11582

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionGraph structure learningObjectobject-detectionObject DetectionScene Understanding

Similar Papers 제목 키워드 기반

AO-DETR: Anti-Overlapping DETR for X-Ray Prohibited Items Detection

2024-03-07 · Mingyuan Li, Tong Jia, Hao Wang, Bowen Ma 외

Prohibited item detection in X-ray images is one of the most essential and highly effective methods widely employed in various security inspection scenarios. Considering the significant overlapping phenomenon in X-ray pr…

Decoder

ConQueR: Query Contrast Voxel-DETR for 3D Object Detection

2022-12-14 · CVPR 2023 1 · Benjin Zhu, Zhe Wang, Shaoshuai Shi, Hang Xu 외

Although DETR-based 3D detectors can simplify the detection pipeline and achieve direct sparse predictions, their performance still lags behind dense detectors with post-processing for 3D object detection from point clou…

3D Object DetectionObjectobject-detectionObject Detection

Natural Image Stitching Using Depth Maps

2022-02-13 · Tianli Liao, Nan Li

Natural image stitching (NIS) aims to create one natural-looking mosaic from two overlapping images that capture the same 3D scene from different viewing positions. Challenges inevitably arise when the scene is non-plana…

Image InpaintingImage Stitching

LD-DETR: Loop Decoder DEtection TRansformer for Video Moment Retrieval and Highlight Detection

2025-01-18 · Pengcheng Zhao, Zhixian He, Fuwei Zhang, Shujin Lin 외

Video Moment Retrieval and Highlight Detection aim to find corresponding content in the video based on a text query. Existing models usually first use contrastive learning methods to align video and text features, then f…

Contrastive LearningDecoderHighlight DetectionMoment Retrieval+2

Rethinking Transformer-based Set Prediction for Object Detection

2020-11-21 · ICCV 2021 10 · Zhiqing Sun, Shengcao Cao, Yiming Yang, Kris Kitani

DETR is a recently proposed Transformer-based method which views object detection as a set prediction problem and achieves state-of-the-art performance but demands extra-long training time to converge. In this paper, we …

Objectobject-detectionObject DetectionPrediction