Skip to content

[NeurIPS'23 Spotlight] Official Repo for "Extraction and Recovery of Dpatio-temporal Structure in Latent Dynamics Alignment with Diffusion Models"

License

Notifications You must be signed in to change notification settings

yulewang97/ERDiff

Repository files navigation

Extraction and Recovery of Spatio-Temporal Structure in Latent Dynamics Alignment with Diffusion Models [NeurIPS'2023 Spotlight]

Yule Wang, Zijing Wu, Chengrui Li, and Anqi Wu
Georgia Institute of Technology
Atlanta, GA, USA

                                                          GTVertical_RGBGTVertical_RGB

March 8 Update

A new tag v1.0.1 has been created.

Changes:

  • Initialized linear probing layers with an identity matrix to enhance alignment stability.
  • Improved diffusion model stability using data augmentation and cosine_beta_schedule.
  • Resolved NaN issues for better numerical stability.

Environment Setup

To install the required dependancies using conda, run:

conda create --name erdiff --file requirements.txt

To install the required dependancies using Python virtual environment, run:

python3 -m venv erdiff
source erdiff/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -e .

To train the diffusion model on the source session, run:

cd scripts/ && sbatch run_diffusion_train.sh

To perform the diffusion-guided maximum likelihood alignment, run:

cd scripts/ && sbatch run_mla.sh

The alignment process across epochs can be viewed in scripts/mla_erdiff_398637.out.

Neural Latent Trajectories and their Dynamics Visualization

results

Cited as

If you find the code useful for your research, please consider citing our work:

@article{wang2024extraction,
  title={Extraction and recovery of spatio-temporal structure in latent dynamics alignment with diffusion model},
  author={Wang, Yule and Wu, Zijing and Li, Chengrui and Wu, Anqi},
  journal={Advances in Neural Information Processing Systems},
  volume={36},
  year={2024}
}

Poster for NeurIPS 2023

results

About

[NeurIPS'23 Spotlight] Official Repo for "Extraction and Recovery of Dpatio-temporal Structure in Latent Dynamics Alignment with Diffusion Models"

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published