CVNov 3, 2025

UniLION: Towards Unified Autonomous Driving Model with Linear Group RNNs

arXiv:2511.01768v12 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

It addresses the problem of high computational costs in multi-modal autonomous driving systems for researchers and developers, offering a simplified design with incremental improvements.

The paper tackles the computational inefficiency of transformers for long-sequence data in autonomous driving by proposing UniLION, a unified model using linear group RNNs that achieves competitive or state-of-the-art performance across multiple tasks like 3D object detection and planning.

Although transformers have demonstrated remarkable capabilities across various domains, their quadratic attention mechanisms introduce significant computational overhead when processing long-sequence data. In this paper, we present a unified autonomous driving model, UniLION, which efficiently handles large-scale LiDAR point clouds, high-resolution multi-view images, and even temporal sequences based on the linear group RNN operator (i.e., performs linear RNN for grouped features). Remarkably, UniLION serves as a single versatile architecture that can seamlessly support multiple specialized variants (i.e., LiDAR-only, temporal LiDAR, multi-modal, and multi-modal temporal fusion configurations) without requiring explicit temporal or multi-modal fusion modules. Moreover, UniLION consistently delivers competitive and even state-of-the-art performance across a wide range of core tasks, including 3D perception (e.g., 3D object detection, 3D object tracking, 3D occupancy prediction, BEV map segmentation), prediction (e.g., motion prediction), and planning (e.g., end-to-end planning). This unified paradigm naturally simplifies the design of multi-modal and multi-task autonomous driving systems while maintaining superior performance. Ultimately, we hope UniLION offers a fresh perspective on the development of 3D foundation models in autonomous driving. Code is available at https://github.com/happinesslz/UniLION

Foundations

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

Your Notes