paper-with-me

홈 › Papers

SA-Occ: Satellite-Assisted 3D Occupancy Prediction in Real World

2025-03-20 · Chen Chen, Zhirui Wang, Taowei Sheng, Yi Jiang, Yundu Li, Peirui Cheng, Luning Zhang, Kaiqiang Chen, YanFeng Hu, Xue Yang, Xian Sun

Existing vision-based 3D occupancy prediction methods are inherently limited in accuracy due to their exclusive reliance on street-view imagery, neglecting the potential benefits of incorporating satellite views. We propose SA-Occ, the first Satellite-Assisted 3D occupancy prediction model, which leverages GPS & IMU to integrate historical yet readily available satellite imagery into real-time applications, effectively mitigating limitations of ego-vehicle perceptions, involving occlusions and degraded performance in distant regions. To address the core challenges of cross-view perception, we propose: 1) Dynamic-Decoupling Fusion, which resolves inconsistencies in dynamic regions caused by the temporal asynchrony between satellite and street views; 2) 3D-Proj Guidance, a module that enhances 3D feature extraction from inherently 2D satellite imagery; and 3) Uniform Sampling Alignment, which aligns the sampling density between street and satellite views. Evaluated on Occ3D-nuScenes, SA-Occ achieves state-of-the-art performance, especially among single-frame methods, with a 39.05% mIoU (a 6.97% improvement), while incurring only 6.93 ms of additional latency per frame. Our code and newly curated dataset are available at https://github.com/chenchen235/SA-Occ.

📄 PDF Abstract BibTeX arXiv:2503.16399

Code (1)

chenchen235/sa-occ 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

An Efficient Occupancy World Model via Decoupled Dynamic Flow and Image-assisted Training

2024-12-18 · Haiming Zhang, Ying Xue, Xu Yan, Jiacheng Zhang 외

The field of autonomous driving is experiencing a surge of interest in world models, which aim to predict potential future scenarios based on historical observations. In this paper, we introduce DFIT-OccWorld, an efficie…

Autonomous DrivingMotion Planning

Vehicle Motion Forecasting using Prior Information and Semantic-assisted Occupancy Grid Maps

2023-08-08 · Rabbia Asghar, Manuel Diaz-Zapata, Lukas Rummelhard, Anne Spalanzani 외

Motion prediction is a challenging task for autonomous vehicles due to uncertainty in the sensor data, the non-deterministic nature of future, and complex behavior of agents. In this paper, we tackle this problem by repr…

Autonomous VehiclesMotion Forecastingmotion prediction

SatFed: A Resource-Efficient LEO Satellite-Assisted Heterogeneous Federated Learning Framework

2024-09-20 · Yuxin Zhang, Zheng Lin, Zhe Chen, Zihan Fang 외

Traditional federated learning (FL) frameworks rely heavily on terrestrial networks, where coverage limitations and increasing bandwidth congestion significantly hinder model convergence. Fortunately, the advancement of …

Federated Learning

RadOcc: Learning Cross-Modality Occupancy Knowledge through Rendering Assisted Distillation

2023-12-19 · Haiming Zhang, Xu Yan, Dongfeng Bai, Jiantao Gao 외

3D occupancy prediction is an emerging task that aims to estimate the occupancy states and semantics of 3D scenes using multi-view images. However, image-based scene perception encounters significant challenges in achiev…

Knowledge DistillationPrediction

CubeletWorld: A New Abstraction for Scalable 3D Modeling

2025-11-21 · Azlaan Mustafa Samad, Hoang H. Nguyen, Lukas Berg, Henrik Müller 외 arxiv

Modern cities produce vast streams of heterogeneous data, from infrastructure maps to mobility logs and satellite imagery. However, integrating these sources into coherent spatial models for planning and prediction remai…