paper-with-me

홈 › Papers

LiteFusion: Taming 3D Object Detectors from Vision-Based to Multi-Modal with Minimal Adaptation

2025-12-23 · Xiangxuan Ren, Zhongdao Wang, Pin Tang, Guoqing Wang, Jilai Zheng, Chao Ma arxiv

3D object detection is fundamental for safe and robust intelligent transportation systems. Current multi-modal 3D object detectors often rely on complex architectures and training strategies to achieve higher detection accuracy. However, these methods heavily rely on the LiDAR sensor so that they suffer from large performance drops when LiDAR is absent, which compromises the robustness and safety of autonomous systems in practical scenarios. Moreover, existing multi-modal detectors face difficulties in deployment on diverse hardware platforms, such as NPUs and FPGAs, due to their reliance on 3D sparse convolution operators, which are primarily optimized for NVIDIA GPUs. To address these challenges, we reconsider the role of LiDAR in the camera-LiDAR fusion paradigm and introduce a novel multi-modal 3D detector, LiteFusion. Instead of treating LiDAR point clouds as an independent modality with a separate feature extraction backbone, LiteFusion utilizes LiDAR data as a complementary source of geometric information to enhance camera-based detection. This straightforward approach completely eliminates the reliance on a 3D backbone, making the method highly deployment-friendly. Specifically, LiteFusion integrates complementary features from LiDAR points into image features within a quaternion space, where the orthogonal constraints are well-preserved during network training. This helps model domain-specific relations across modalities, yielding a compact cross-modal embedding. Experiments on the nuScenes dataset show that LiteFusion improves the baseline vision-based detector by +20.4% mAP and +19.7% NDS with a minimal increase in parameters (1.1%) without using dedicated LiDAR encoders. Notably, even in the absence of LiDAR input, LiteFusion maintains strong results , highlighting its favorable robustness and effectiveness across diverse fusion paradigms and deployment scenarios.

📄 PDF Abstract BibTeX arXiv:2512.20217

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionPoint Clouds

Results from the Paper

RankTaskDatasetModelMetrics
#1 3D Object Detection nuScenes LiteFusion NDS: 1.1

Similar Papers 제목 키워드 기반

LFA-Net: A Lightweight Network with LiteFusion Attention for Retinal Vessel Segmentation

2025-09-26 · Mehwish Mehmood, Ivor Spence, Muhammad Fahim arxiv

Lightweight retinal vessel segmentation is important for the early diagnosis of vision-threatening and systemic diseases, especially in a real-world clinical environment with limited computational resources. Although seg…

Retinal Vessel Segmentation

DETR++: Taming Your Multi-Scale Detection Transformer

2022-06-07 · Chi Zhang, Lijuan Liu, Xiaoxue Zang, Frederick Liu 외

Convolutional Neural Networks (CNN) have dominated the field of detection ever since the success of AlexNet in ImageNet classification [12]. With the sweeping reform of Transformers [27] in natural language processing, C…

object-detectionObject DetectionSmall Object Detection

YOLO Object Detectors for Robotics -- a Comparative Study

2026-03-27 · Patryk Niżeniec, Marcin Iwanowski, Marcin Gahbler arxiv

YOLO object detectors recently became a key component of vision systems in many domains. The family of available YOLO models consists of multiple versions, each in various variants. The research reported in this paper ai…

Visual Modality Prompt for Adapting Vision-Language Object Detectors

2024-12-01 · Heitor R. Medeiros, Atif Belal, Srikanth Muralidharan, Eric Granger 외

The zero-shot performance of object detectors degrades when tested on different modalities, such as infrared and depth. While recent work has explored image translation techniques to adapt detectors to new modalities, th…

DecoderTranslation

Inverting and Understanding Object Detectors

2021-06-26 · Ang Cao, Justin Johnson

As a core problem in computer vision, the performance of object detection has improved drastically in the past few years. Despite their impressive performance, object detectors suffer from a lack of interpretability. Vis…

Objectobject-detectionObject Detection