Skip to content

cnmy-ro/roci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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.

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:

MR signal simulation:

Coming Soon

  • Deep image prior
  • Compressed-sensing with generative modeling (CSGM)
  • Diffusion model-based reconstruction
  • Flow matching-based reconstruction
  • Implicit neural representations
  • Gaussian splatting
  • Plug-and-play denoiser-based reconstruction
  • Magnetic resonance spin tomography in time-domain (MR-STAT)