Sparse4D v2: Recurrent Temporal Fusion with Sparse Model
Xuewu Lin, Tianwei Lin, Zixiang Pei, Lichao Huang, Zhizhong Su
TL;DR
Sparse4Dv2 tackles the inefficiency of temporal fusion in sparse-based 3D perception by introducing a recurrent instance-propagation mechanism that decouples image features from anchor states. The approach leverages Efficient Deformable Aggregation, camera-parameter encoding, and dense-depth supervision within an encoder–decoder framework to enable frame-by-frame sparse feature fusion with constant-time temporal complexity. Empirical results on nuScenes show state-of-the-art NDS and mAP among sparse methods and competitive speed, outperforming several BEV- and sparse-query baselines. This work offers a practical, scalable pathway for long-term temporal perception in autonomous systems, with potential extensions to HD maps, trajectory prediction, and end-to-end planning.
Abstract
Sparse algorithms offer great flexibility for multi-view temporal perception tasks. In this paper, we present an enhanced version of Sparse4D, in which we improve the temporal fusion module by implementing a recursive form of multi-frame feature sampling. By effectively decoupling image features and structured anchor features, Sparse4D enables a highly efficient transformation of temporal features, thereby facilitating temporal fusion solely through the frame-by-frame transmission of sparse features. The recurrent temporal fusion approach provides two main benefits. Firstly, it reduces the computational complexity of temporal fusion from $O(T)$ to $O(1)$, resulting in significant improvements in inference speed and memory usage. Secondly, it enables the fusion of long-term information, leading to more pronounced performance improvements due to temporal fusion. Our proposed approach, Sparse4Dv2, further enhances the performance of the sparse perception algorithm and achieves state-of-the-art results on the nuScenes 3D detection benchmark. Code will be available at \url{https://github.com/linxuewu/Sparse4D}.
