EAAI Journal 2026 Journal Article
A dual-stream foreground-aware enhancement network with spiralscan-Mamba for vision-based occupancy prediction in autonomous driving
- Rui Zheng
- Nannan Liu
- Yanyin Guo
- Chuiyi Deng
- Zhuoyi Zhao
- Zhiheng Liu
- Junwei Li
In autonomous driving perception, conventional three-dimensional object detection uses a closed set of categories and consequently fails to respond to previously unseen objects. By contrast, occupancy prediction estimates per-voxel occupancy and semantics, delivering finer geometric detail and approximate distance while generalizing beyond known classes to support downstream planning. Despite these advantages, prevailing occupancy architectures suffer from foreground–background imbalance and peripheral feature sparsity, which hinder accurate reasoning about the more critical foreground categories for autonomous driving and distant objects. To address these limitations, we propose a dual-stream framework that combines voxel-based modeling to strengthen foreground representation with a bird’s-eye-view stream for efficient global feature extraction, employs an adaptive foreground-global information fusion module to flexibly integrate complementary information across the two streams. Additionally, we introduce a Mamba-based spiral scanning mechanism that propagates structural priors from dense central areas to peripheral regions, effectively enriching boundary features. Experimental results demonstrate that our method achieves competitive state-of-the-art performance, with notably stronger foreground-category prediction and performance robust to low-resolution inputs. In particular, the proposed framework significantly enhances the representation and prediction of critical traffic participants such as vehicles and pedestrians, thereby improving the reliability of perception for real-world autonomous driving applications. The code will be publicly available at: https: //github. com/Bryan-ZhengRui/DFEOcc.