paper-with-me

홈 › Papers

D-Align: Dual Query Co-attention Network for 3D Object Detection Based on Multi-frame Point Cloud Sequence

2022-09-30 · Junhyung Lee, Junho Koh, Youngwoo Lee, Jun Won Choi

LiDAR sensors are widely used for 3D object detection in various mobile robotics applications. LiDAR sensors continuously generate point cloud data in real-time. Conventional 3D object detectors detect objects using a set of points acquired over a fixed duration. However, recent studies have shown that the performance of object detection can be further enhanced by utilizing spatio-temporal information obtained from point cloud sequences. In this paper, we propose a new 3D object detector, named D-Align, which can effectively produce strong bird's-eye-view (BEV) features by aligning and aggregating the features obtained from a sequence of point sets. The proposed method includes a novel dual-query co-attention network that uses two types of queries, including target query set (T-QS) and support query set (S-QS), to update the features of target and support frames, respectively. D-Align aligns S-QS to T-QS based on the temporal context features extracted from the adjacent feature maps and then aggregates S-QS with T-QS using a gated attention mechanism. The dual queries are updated through multiple attention layers to progressively enhance the target frame features used to produce the detection results. Our experiments on the nuScenes dataset show that the proposed D-Align method greatly improved the performance of a single frame-based baseline method and significantly outperformed the latest 3D object detectors.

📄 PDF Abstract BibTeX arXiv:2210.00087

Code (1)

junhyung-SPALab/D-Align 공식 구현 pytorch

Tasks

3D Object DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Align Your Query: Representation Alignment for Multimodality Medical Object Detection

2025-10-03 · Ara Seo, Bryan Sangwoo Kim, Hyungjin Chung, Jong Chul Ye arxiv

Medical object detection suffers when a single detector is trained on mixed medical modalities (e.g., CXR, CT, MRI) due to heterogeneous statistics and disjoint representation spaces. To address this challenge, we turn t…

Medical Object Detection

QueryCraft: Transformer-Guided Query Initialization for Enhanced Human-Object Interaction Detection

2025-08-12 · Yuxiao Wang, Wolin Liang, Yu Lei, Weiying Xue 외 arxiv

Human-Object Interaction (HOI) detection aims to localize human-object pairs and recognize their interactions in images. Although DETR-based methods have recently emerged as the mainstream framework for HOI detection, th…

Human-Object Interaction Detection

3D Dual-Fusion: Dual-Domain Dual-Query Camera-LiDAR Fusion for 3D Object Detection

2022-11-24 · Yecheol Kim, Konyul Park, Minwook Kim, Dongsuk Kum 외

Fusing data from cameras and LiDAR sensors is an essential technique to achieve robust 3D object detection. One key challenge in camera-LiDAR fusion involves mitigating the large domain gap between the two sensors in ter…

3D Object Detectionobject-detectionObject DetectionRobust 3D Object Detection

Dual-R-DETR: Resolving Query Competition with Pairwise Routing in Transformer Decoders

2025-12-15 · Ye Zhang, Qi Chen, Wenyou Huang, Rui Liu 외 arxiv

Detection Transformers (DETR) formulate object detection as a set prediction problem and enable end-to-end training without post-processing. However, object queries in DETR interact through symmetric self-attention, whic…

Object Detection

RefOnce: Distilling References into a Prototype Memory for Referring Camouflaged Object Detection

2025-11-26 · Yu-Huan Wu, Zi-Xuan Zhu, Yan Wang, Liangli Zhen 외 arxiv

Referring Camouflaged Object Detection (Ref-COD) segments specified camouflaged objects in a scene by leveraging a small set of referring images. Though effective, current systems adopt a dual-branch design that requires…

Object Detection