Skip to content

I-Halder/a-solvable-generative-model-with-a-linear-one-step-denoiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A solvable generative model with a linear, one-step denoiser

This repository contains the code necessary to reproduce the results obtained by Indranil Halder in his recent paper - available here.

Experiments

The experiments on the linear diffusion model are run using LDM.py. The U-Net-based non-linear diffusion model with attention layers is defined in model.py, and modules.py. Simulations with it can be performed using simulation.py.

Dependencies

We use Python 3.10.12, and dependencies with their exact version numbers listed in environment.yml.

Citing this work

@misc{halder2025solvablegenerativemodellinear,
      title={A solvable generative model with a linear, one-step denoiser}, 
      author={Indranil Halder},
      year={2025},
      eprint={2411.17807},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2411.17807}, 
}

About

Role of diffusion steps in production quality and memorization to generalization transition

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages