Skip to content

cnmy-ro/roci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

Repository of computational imaging (roci) is a collection of clean, self-contained implementations of algorithms used in computational imaging. Currently focused on computational MRI applications (reconstruction, synthesis, quantification) and techniques based on representation learning and generative modeling. For educational and research purposes only.

Organization

The directory structure is simple: algorithm = python_file + demo_notebook + readme.

algorithms
    |
    |- algo_1
    |   |- algo_1.py
    |   |- Demo.ipynb
    |   |- README.md
    |
    |- algo_2
    |   |- algo_2.py
    |   |- Demo.ipynb
    |   |- README.md
    ...

Available Algorithms

MRI reconstruction:

MRI physics simulation:

Image representations:

Coming Soon

  • Deep image prior
  • Gaussian representations
  • Equivariant imaging
  • Double Blind Imaging with Generative Modeling
  • Compressed-sensing with generative modeling (CSGM)
  • noise2noise denoising
  • Plug-and-play denoiser-based reconstruction
  • Diffusion model-based inversion
  • Flow matching-based inversion
  • ESPIRiT parallel-imaging
  • Magnetic resonance spin tomography in time-domain (MR-STAT)