paper-with-me

Papers

AutoAlignV2: Deformable Feature Aggregation for Dynamic Multi-Modal 3D Object Detection

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

Point clouds and RGB images are two general perceptional sources in autonomous driving. The former can provide accurate localization of objects, and the latter is denser and richer in semantic information. Recently, AutoAlign presents a learnable paradigm in combining these two modalities for 3D object detection. However, it suffers from high computational cost introduced by the global-wise attention. To solve the problem, we propose Cross-Domain DeformCAFA module in this work. It attends to sparse learnable sampling points for cross-modal relational modeling, which enhances the tolerance to calibration error and greatly speeds up the feature aggregation across different modalities. To overcome the complex GT-AUG under multi-modal settings, we design a simple yet effective cross-modal augmentation strategy on convex combination of image patches given their depth information. Moreover, by carrying out a novel image-level dropout training scheme, our model is able to infer in a dynamic manner. To this end, we propose AutoAlignV2, a faster and stronger multi-modal 3D detection framework, built on top of AutoAlign. Extensive experiments on nuScenes benchmark demonstrate the effectiveness and efficiency of AutoAlignV2. Notably, our best model reaches 72.4 NDS on nuScenes test leaderboard, achieving new state-of-the-art results among all published multi-modal 3D object detectors. Code will be available at https://github.com/zehuichen123/AutoAlignV2.

📄 PDF Abstract BibTeX arXiv:2207.10316

Code (1)

zehuichen123/autoalignv2 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Spatial-Temporal Deformable Attention based Framework for Breast Lesion Detection in Videos

2023-09-09 · Chao Qin, Jiale Cao, Huazhu Fu, Rao Muhammad Anwer 외

Detecting breast lesion in videos is crucial for computer-aided diagnosis. Existing video-based breast lesion detection approaches typically perform temporal feature aggregation of deep backbone features based on the sel…

DecoderLesion Detection

CADTrack: Learning Contextual Aggregation with Deformable Alignment for Robust RGBT Tracking

2025-11-22 · Hao Li, Yuhao Wang, Xiantao Hu, Wenning Hao 외 arxiv

RGB-Thermal (RGBT) tracking aims to exploit visible and thermal infrared modalities for robust all-weather object tracking. However, existing RGBT trackers struggle to resolve modality discrepancies, which poses great ch…

Object Tracking

DN-4DGS: Denoised Deformable Network with Temporal-Spatial Aggregation for Dynamic Scene Rendering

2024-10-17 · Jiahao Lu, Jiacheng Deng, Ruijie Zhu, Yanzhe Liang 외

Dynamic scenes rendering is an intriguing yet challenging problem. Although current methods based on NeRF have achieved satisfactory performance, they still can not reach real-time levels. Recently, 3D Gaussian Splatting…

3DGSNeRF

DeU-Net: Deformable U-Net for 3D Cardiac MRI Video Segmentation

2020-07-13 · Shunjie Dong, Jinlong Zhao, Maojun Zhang, Zhengxue Shi 외

Automatic segmentation of cardiac magnetic resonance imaging (MRI) facilitates efficient and accurate volume measurement in clinical applications. However, due to anisotropic resolution and ambiguous border (e.g., right …

Video SegmentationVideo Semantic Segmentation

DFA: Dynamic Feature Aggregation for Efficient Video Object Detection

2022-10-02 · Yiming Cui

Video object detection is a fundamental yet challenging task in computer vision. One practical solution is to take advantage of temporal information from the video and apply feature aggregation to enhance the object feat…

Objectobject-detectionObject DetectionVideo Object Detection