Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unified Generation-Refinement Planning: Bridging Guided Flow Matching and Sampling-Based MPC for Social Navigation

Project Page Paper

Kazuki Mizuta1 · Karen Leung1,2

1University of Washington     2NVIDIA

Hero Image

Installation

To set up the environment, run the following commands:

conda env create -f conda_environment.yaml
conda activate cfm_mppi
pip install -e . 

Usage

Training

To train the CFM (Conditional Flow Matching) model, run:

python cfm_mppi/train.py

Demos

We provide Jupyter notebook demos for different dynamics models:

Pre-trained Models and Datasets

For quick evaluation, download the pre-trained weights and datasets from Google Drive and organize them into the following directory structure:

  • dataset/./dataset/
  • checkpoint.pt./output_dir/cfm_transformer/checkpoint.pth
  • args.json./output_dir/cfm_transformer/args.json

Citation

If you find our work useful in your research, please consider citing:

@inproceedings{MizutaLeung2026,
  title = {Unified Generation-Refinement Planning: Bridging Guided Flow Matching and Sampling-Based MPC for Social Navigation},
  author = {Kazuki Mizuta and Karen Leung},
  booktitle = {Proc.\ IEEE Conf.\ on Robotics and Automation},
  year = {2026},
}

Acknowledgements

This repository is built upon several excellent open-source projects:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages