Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dalca2019MedIA - probabilistic diffeomorphism #7

Open
YipengHu opened this issue Jan 15, 2021 · 0 comments
Open

Dalca2019MedIA - probabilistic diffeomorphism #7

YipengHu opened this issue Jan 15, 2021 · 0 comments
Assignees

Comments

@YipengHu
Copy link
Member

YipengHu commented Jan 15, 2021

Benchmarking the selected configurations in:
Dalca, A.V., Balakrishnan, G., Guttag, J. and Sabuncu, M.R., 2019. Unsupervised learning of probabilistic diffeomorphic registration for images and surfaces. Medical image analysis, 57, pp.226-236.

This is related to #3.

Summary:

  • Tasks:
    Unsupervised algorithms
    Optional: surface-based registration (segmentation maps)

  • Transformation:
    Stationary-ODE-based diffeomorphism by predicting velocity and integration using scaling-and-square integration (DVF in DeepReg).

  • Network and loss:
    3D UNet starting with 32 filters; (although similar, maybe worth a re-implementation), outputting at 1/2 voxel size (equivalent to extract_levels: [3] in DeepReg)
    difference using reparameterisation to predict the Gaussian parameters for the probabilistic loss; and the loss is minimising the lower bound, resulting in an image data term and a regularising term - interesting to see the difference to intra-SSD and inter-NCC.

  • Data:
    atlas-based registration, i.e. register each image to an atlas computed independently

  • Metrics:
    Dice on warped segmentation maps
    Jacobian

@mathpluscode mathpluscode self-assigned this Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants