FASTer: Focal Token Acquiring-and-Scaling Transformer for Long-term 3D Object Detection
Chenxu Dang, Zaipeng Duan, Pei An, Xinmin Zhang, Xuzhong Hu, Jie Ma
TL;DR
FASTer addresses the exponential growth in storage and computation in long-term LiDAR-based 3D detection by introducing focal tokens guided by Adaptive Scaling, which compresses point sequences while preserving salient geometry. It further employs a memory-efficient framework that stores only focal points and uses a Grouped Hierarchical Fusion strategy with a dual-layer decoder to integrate spatial and temporal information across frames. The key contributions are the focal-token representation with adaptive acquisition, a memory-efficient temporal encoding scheme, and the grouped hierarchical fusion paradigm that enables scalable long-term fusion with improved robustness. Empirical results on the Waymo Open Dataset show state-of-the-art performance and favorable efficiency, highlighting FASTer’s practical potential for real-time, long-span autonomous driving perception. The approach reduces a potential $O(FN)$ complexity to roughly $O(N)$, enabling longer temporal reasoning without prohibitive overhead.
Abstract
Recent top-performing temporal 3D detectors based on Lidars have increasingly adopted region-based paradigms. They first generate coarse proposals, followed by encoding and fusing regional features. However, indiscriminate sampling and fusion often overlook the varying contributions of individual points and lead to exponentially increased complexity as the number of input frames grows. Moreover, arbitrary result-level concatenation limits the global information extraction. In this paper, we propose a Focal Token Acquring-and-Scaling Transformer (FASTer), which dynamically selects focal tokens and condenses token sequences in an adaptive and lightweight manner. Emphasizing the contribution of individual tokens, we propose a simple but effective Adaptive Scaling mechanism to capture geometric contexts while sifting out focal points. Adaptively storing and processing only focal points in historical frames dramatically reduces the overall complexity. Furthermore, a novel Grouped Hierarchical Fusion strategy is proposed, progressively performing sequence scaling and Intra-Group Fusion operations to facilitate the exchange of global spatial and temporal information. Experiments on the Waymo Open Dataset demonstrate that our FASTer significantly outperforms other state-of-the-art detectors in both performance and efficiency while also exhibiting improved flexibility and robustness. The code is available at https://github.com/MSunDYY/FASTer.git.
