CVAIROJun 2

Towards Compact Autonomous Driving Perception with Balanced Learning and Multi-sensor Fusion

arXiv:2606.0297910.440 citationsHas Code
Predicted impact top 86% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

This work addresses the need for efficient, multi-sensor fusion in autonomous driving perception, but the improvements are incremental over existing multi-task learning approaches.

The paper presents a compact multi-task model for autonomous driving perception that handles semantic segmentation, depth estimation, LiDAR segmentation, and bird's eye view projection in one forward pass. It achieves better performance with fewer parameters and faster inference compared to recent models, validated on multiple datasets.

We present a novel compact deep multi-task learning model to handle various autonomous driving perception tasks in one forward pass. The model performs multiple views of semantic segmentation, depth estimation, light detection and ranging (LiDAR) segmentation, and bird's eye view projection simultaneously without being supported by other models. We also provide an adaptive loss weighting algorithm to tackle the imbalanced learning issue that occurred due to plenty of given tasks. Through data pre-processing and intermediate sensor fusion techniques, the model can process and combine multiple input modalities retrieved from RGB cameras, dynamic vision sensors (DVS), and LiDAR placed at several positions on the ego vehicle. Therefore, a better understanding of a dynamically changing environment can be achieved. Based on the ablation study, the model variant trained with our proposed method achieves a better performance. Furthermore, a comparative study is also conducted to clarify its performance and effectiveness against the combination of some recent models. As a result, our model maintains better performance even with much fewer parameters. Hence, the model can inference faster with less GPU memory utilization. Moreover, the result tends to be consistent in 3 different CARLA simulation datasets and 1 real-world nuScenes-lidarseg dataset. To support future research, we share codes and other files publicly at https://github.com/oskarnatan/compact-perception.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes