Code Monkey home page Code Monkey logo

ptvreg's Introduction

pTVreg is the deformable image registration (alignment) toolbox. It provides the following functionality:

Implemented image dissimilarity metrics:

  • local correlation coefficient (LCC)
    $D_{LCC}=1 - \frac{g_\sigma * (I\cdot J) - (g_\sigma*I)\cdot(g_\sigma*J)}{\sqrt{g_\sigma*I^2 - (g_\sigma*I)^2+\varepsilon }\,\sqrt{g_\sigma*J^2 - (g_\sigma*J)^2+\varepsilon }}$
  • nuclear (PCA) groupwise metric
    $D_{nuclear} =\|\; [\, I_1\circ T(k_1),\quad ..., \quad I_N\circ T(k_N)\, ]\; \|_\ast$
  • sum of squared differences (SSD)
  • sum of absolute differences (SAD)
  • normalized gradient fields (NGF)

Implemented regularizations:

  • temporal regularization
  • transformation Jacobian regularization
  • sparse and nonconvex spatial regularizations based on first- and second- order finite differences

The method works on CT, MRI, US and natural images. It is reported to be successful for registering breathing motion.

The method performs multiresolution (pyramidal) registration approach. On each resolution level it solves unconstrained optimization problem of the following form:

$\min_{k} D(J,\; I\circ T(k) ) + \lambda \text{TV}(k)$,

using LBFGS.

A Few Registration Examples

Figure: input images; registered images; tracking animation;

Figure: input images; registered images; tracking animation;

Figure: input images; registered images; tracking animation;

Figure: overlayed initial images; overlayed registered images;

Figure: registered images; tracking animation;

CT Lung Registration

We achieve state-of-the art registration result in DIR and COPD challenges.

4DCT 1 4DCT 2 4DCT 3 4DCT 4 4DCT 5 4DCT 6 4DCT 7 4DCT 8 4DCT 9 4DCT 10 Mean TRE Mean Time (sec.)
0.77 0.75 0.93 1.26 1.07 0.83 0.80 1.01 0.91 0.84 0.92 130
COPD 1 COPD 2 COPD 3 COPD 4 COPD 5 COPD 6 COPD 7 COPD 8 COPD 9 COPD 10 Mean TRE Mean Time (sec.)
0.71 1.91 0.77 0.67 0.71 0.66 0.75 0.78 0.64 0.85 0.8461 442

For details on lung registration please see examples and DIR and COPDgene pages.

pTV

If you decide to use our registration toolbox please consider referring to this repository or the following paper:

@article{vishnevskiy2017isotropic,
  title={Isotropic total variation regularization of displacements in parametric image registration},
  author={Vishnevskiy, Valery and Gass, Tobias and Szekely, Gabor and Tanner, Christine and Goksel, Orcun},
  journal={IEEE transactions on medical imaging},
  volume={36},
  number={2},
  pages={385--395},
  year={2017},
  publisher={IEEE}
}

The code is developed by Dr. Valery Vishnevskiy [email protected], Cardiac Magnetic Resonance group, Institute for Biomedical Engineering, ETH Zurich, University of Zurich, Computer-assisted Applications in Medicine, Computer Vision Laboratory, ETH Zurich.

ETHZurich ETHZurich

ptvreg's People

Contributors

visva89 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.