paper-with-me

Papers

Vote2Cap-DETR++: Decoupling Localization and Describing for End-to-End 3D Dense Captioning

2023-09-06 · Sijin Chen, Hongyuan Zhu, Mingsheng Li, Xin Chen, Peng Guo, Yinjie Lei, Gang Yu, Taihao Li, Tao Chen

3D dense captioning requires a model to translate its understanding of an input 3D scene into several captions associated with different object regions. Existing methods adopt a sophisticated "detect-then-describe" pipeline, which builds explicit relation modules upon a 3D detector with numerous hand-crafted components. While these methods have achieved initial success, the cascade pipeline tends to accumulate errors because of duplicated and inaccurate box estimations and messy 3D scenes. In this paper, we first propose Vote2Cap-DETR, a simple-yet-effective transformer framework that decouples the decoding process of caption generation and object localization through parallel decoding. Moreover, we argue that object localization and description generation require different levels of scene understanding, which could be challenging for a shared set of queries to capture. To this end, we propose an advanced version, Vote2Cap-DETR++, which decouples the queries into localization and caption queries to capture task-specific features. Additionally, we introduce the iterative spatial refinement strategy to vote queries for faster convergence and better localization performance. We also insert additional spatial information to the caption head for more accurate descriptions. Without bells and whistles, extensive experiments on two commonly used datasets, ScanRefer and Nr3D, demonstrate Vote2Cap-DETR and Vote2Cap-DETR++ surpass conventional "detect-then-describe" methods by a large margin. Codes will be made available at https://github.com/ch3cook-fdu/Vote2Cap-DETR.

📄 PDF Abstract BibTeX arXiv:2309.02999

Code (1)

ch3cook-fdu/vote2cap-detr 공식 구현 pytorch

Tasks

3D dense captioningCaption GenerationDense CaptioningObjectObject LocalizationScene Understanding

Similar Papers 제목 키워드 기반

End-to-End 3D Dense Captioning with Vote2Cap-DETR

2023-01-06 · CVPR 2023 1 · Sijin Chen, Hongyuan Zhu, Xin Chen, Yinjie Lei 외

3D dense captioning aims to generate multiple captions localized with their associated object regions. Existing methods follow a sophisticated ``detect-then-describe'' pipeline equipped with numerous hand-crafted compone…

3D dense captioningDecoderDense CaptioningObject

Decoupled DETR: Spatially Disentangling Localization and Classification for Improved End-to-End Object Detection

2023-10-24 · ICCV 2023 1 · Manyuan Zhang, Guanglu Song, Yu Liu, Hongsheng Li

The introduction of DETR represents a new paradigm for object detection. However, its decoder conducts classification and box localization using shared queries and cross-attention layers, leading to suboptimal results. W…

ClassificationDecoderobject-detectionObject Detection

RiO-DETR: DETR for Real-time Oriented Object Detection

2026-03-10 · Zhangchi Hu, Yifan Zhao, Yansong Peng, Wenzhang Sun 외 arxiv

We present RiO-DETR: DETR for Real-time Oriented Object Detection, the first real-time oriented detection transformer to the best of our knowledge. Adapting DETR to oriented bounding boxes (OBBs) poses three challenges: …

Object Detection

DeCo-DETR: Decoupled Cognition DETR for efficient Open-Vocabulary Object Detection

2026-04-03 · Siheng Wang, Yanshu Li, Bohan Hu, Zhengdao Li 외 arxiv

Open-vocabulary object detection (OVOD) enables models to recognize objects beyond predefined categories, but existing approaches remain limited in practical deployment. On the one hand, multimodal designs often incur su…

Object Detection

CT-VDETR: Semi-supervised 3D Trauma Detection in Computed Tomography (CT) scans using Dense Vertex Relative Position Encoding

2026-03-12 · Shivam Chaudhary, Sheethal Bhat, Andreas Maier arxiv

Accurate detection and localization of traumatic injuries in abdominal CT remain challenging because voxel-level annotations are limited and expensive to obtain. We present a label-efficient framework for 3D abdominal tr…

Representation Learning