README.md

July 26, 2026 ยท View on GitHub

EgoFSD

Ego-Centric Fully Sparse Paradigm with Uncertainty Denoising and Iterative Refinement for Efficient End-to-End Self-Driving

Haisheng Su1,2, Wei Wu2, Zhenjie Yang1, Isabel Guan3 :email:

1 School of AI and Department of CSE, SJTU, 2 SenseAuto, 3 The Hong Kong University of Science and Technology

:email:: Corresponding author

Paper

News

  • Sep. 9th, 2024: We released our paper on Arxiv. Code/Models are coming soon. Please stay tuned! โ˜•๏ธ

Table of Contents

Introduction

Current end-to-end autonomous driving methods resort to unifying modular designs for various tasks (e.g. perception, prediction and planning). Although optimized in a planning-oriented spirit with a fully differentiable framework, existing end-to-end driving systems without ego-centric designs still suffer from unsatisfactory performance and inferior efficiency, owing to the rasterized scene representation learning and redundant information transmission. In this paper, we revisit the human driving behavior and propose an ego-centric fully sparse paradigm, named EgoFSD, for end-to-end self-driving. Specifically, EgoFSD mainly consists of sparse perception, hierarchical interaction and iterative motion planner. The sparse perception module performs detection, tracking and online mapping based on sparse representation of the driving scene. The hierarchical interaction module aims to select the Closest In-Path Vehicle / Stationary (CIPV / CIPS) from coarse to fine, benefiting from an additional geometric prior. As for the iterative motion planner, both selected interactive agents and ego-vehicle are considered for joint motion prediction, where the output multi-modal ego-trajectories are optimized in an iterative fashion. Besides, both position-level motion diffusion and trajectory-level planning denoising are introduced for uncertainty modeling, thus facilitating the training stability and convergence of the whole framework. Extensive experiments conducted on nuScenes and Bench2Drive datasets demonstrate the superior planning performance and great efficiency of EgoFSD.

Framework

Open-loop Planning Evaluation

Closed-loop Planning Evaluation

Qualitative Visualization

Getting Started

TBD

License

This project is released under the Apache 2.0 license

Contact

If you have any questions, please contact Haisheng Su via email (suhaisheng@sjtu.edu.cn).

Citation

If you find EgoFSD is useful in your research or applications, please consider giving us a star ๐ŸŒŸ and citing it by the following BibTeX entry.

@article{su2024egofsd,
  title={EgoFSD: Ego-Centric Fully Sparse Paradigm with Uncertainty Denoising and Iterative Refinement for Efficient End-to-End Self-Driving},
  author={Su, Haisheng and Wu, Wei and Yang, Zhenjie and Guan, Isabel},
  journal={arXiv preprint arXiv:2409.09777},
  year={2024}
}