SlideShare a Scribd company logo
CycleMorph: Cycle consistent unsupervised
deformable image registration
Medical Image Analysis
Boah Kim, Dong Hwan Kim, Seong Ho Park,
Jieun Kim, June-Goo Lee, Jong Chul Ye
CycleMorph 2
Introduction
Image Registration
MRI
Abdominal CT
 Deforming data into one coordinate system
• subjects / time / modalities / ...
Du, Juan, et al. "Intensity-based robust similarity for multimodal image registration."
International Journal of Computer Mathematics 83.1 (2006): 49-57.
 Fundamental task to analyze data
• Tumor volumetry studies
• Multimodal information fusion
• Therapy planning
PET
CycleMorph 3
Background
Classical iterative method Deep-learning-based method
Supervised
learning Method
Unsupervised
learning method
Image Registration Methods
CycleMorph 4
• Deformation field
A vector field of all displacement vectors for all coordinate in images
Background
Classical Iterative Method Deep-learning-based method
• Spatial transformer
Grid sampling to warp moving image into fixed image
𝑥𝑥 𝑦𝑦
Moving image Fixed image
𝜙𝜙
Deformation field
𝑇𝑇(𝑥𝑥; 𝜙𝜙)
Deformed image
𝑇𝑇
Spatial
transformer
CycleMorph 5
Background
𝑳𝑳 𝑥𝑥, 𝑦𝑦, 𝑇𝑇, 𝜙𝜙 = 𝑳𝑳𝒔𝒔𝒔𝒔𝒔𝒔 𝑇𝑇 𝑥𝑥; 𝜙𝜙 , 𝑦𝑦 + 𝑳𝑳𝒓𝒓𝒓𝒓𝒓𝒓(𝜙𝜙)
Deep-learning-based method
𝑥𝑥 𝑦𝑦
Moving image Fixed image
𝜙𝜙
Deformation field
𝑇𝑇(𝑥𝑥; 𝜙𝜙)
Deformed image
𝑇𝑇
 Cost function
• 𝑳𝑳𝒔𝒔𝒔𝒔𝒔𝒔: Similarity cost function
• 𝑳𝑳𝒓𝒓𝒓𝒓𝒓𝒓: Regularization function
Classical Iterative Method
Spatial
transformer
CycleMorph 6
Background
 Advantages
 Pitfalls
• Preserve topology between two different images
• sufficient iteration / parameter tuning
• Require substantial time, extensive computation
Deep-learning-based method
𝑥𝑥 𝑦𝑦
Moving image Fixed image
𝜙𝜙
Deformation field
𝑇𝑇(𝑥𝑥; 𝜙𝜙)
Deformed image
𝑇𝑇
Classical Iterative Method
Spatial
transformer
CycleMorph 7
Background
Classical iterative method Deep-learning-based Method
𝑥𝑥 𝑦𝑦
Moving image Fixed image
𝜙𝜙
Deformation field
𝑇𝑇(𝑥𝑥; 𝜙𝜙)
Deformed image
𝑇𝑇
Deep neural network
Supervised learning Unsupervised learning
Spatial
transformer
CycleMorph 8
Background
 Require the ground-truth registration fields
Cao. et al. “Non-rigid Brain MRI Registration Using Two-Stage
Deep Perceptive Networks.” ISMRM 2018
Supervised learning Unsupervised learning
Classical iterative method Deep-learning-based Method
CycleMorph 9
Background
 Limitation
• Difficult to obtain the real ground-truth in practice
• Depend on the quality of the ground-truth registration fields
 Advantages
• No parameter tuning for the inference
• Applicable to various image domains
Supervised learning Unsupervised learning
Classical iterative method Deep-learning-based Method
CycleMorph 10
Background
 Does not require any ground-truth label
Balakrishnan. et al. “An
unsupervised learning model for
deformable medical image
registration,.” CVPR 2018l
• Spatial transformer network = Field generator + Spatial transformer
• To provide deformable registration without labels for registration fields
• Pitfalls: Potential for the degeneracy of mapping on large deformable volumes
ex) liver CT scans
Supervised learning Unsupervised learning
Classical iterative method Deep-learning-based Method
CycleMorph 11
Proposed Method
Cycle Consistency
Zhu, Jun-Yan, et al. "Unpaired image-to-image translation using
cycle-consistent adversarial networks." arXiv preprint (2017).
 Motivation model: cycleGAN
Horse
𝑭𝑭
𝑹𝑹
Zebra
• To adopt cyclic constraint in network training
→ Improve topology preservation (less degeneracy)
CycleMorph 12
CycleMorph
Overall Framework
CycleMorph 13
CycleMorph
min
GX,GY
𝑳𝑳(𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌)
𝑳𝑳 𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌 = 𝑳𝑳𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟 𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋 + 𝑳𝑳𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟 𝑌𝑌, 𝑋𝑋, 𝐺𝐺𝑌𝑌
+𝛼𝛼𝑳𝑳𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐(𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌) + 𝛽𝛽𝑳𝑳𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖(𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌)
Loss Function
CycleMorph 14
Loss Function
CycleMorph
𝑳𝑳𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟(𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋) = − 𝑇𝑇 𝑋𝑋, 𝜙𝜙𝑋𝑋𝑋𝑋 ⨂𝑌𝑌 + 𝜆𝜆∑ 𝛻𝛻𝜙𝜙𝑋𝑋𝑋𝑋 2
• Registration loss
Similarity metric Regularization
Local normalized
cross-correlation
CycleMorph 15
CycleMorph
𝑳𝑳𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐(𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌) = 𝑇𝑇 �
𝑌𝑌, �
𝜙𝜙𝑌𝑌𝑌𝑌 − 𝑋𝑋
1
+ 𝑇𝑇 �
𝑋𝑋, �
𝜙𝜙𝑋𝑋𝑋𝑋 − 𝑌𝑌
1
Loss Function
• Cycle loss: to retain the topology between moving and deformed images
CycleMorph 16
CycleMorph
𝑳𝑳𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖 𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌 = − 𝑇𝑇(𝑌𝑌, 𝐺𝐺𝑋𝑋(𝑌𝑌, 𝑌𝑌) ⨂𝑌𝑌) − 𝑇𝑇(𝑋𝑋, 𝐺𝐺𝑌𝑌(𝑋𝑋, 𝑋𝑋) ⨂𝑋𝑋)
Loss Function
• Identity loss: to prevent the network from deforming fixed points
CycleMorph 17
CycleMorph
Multiscale image registration
• To solve a problem of limitation on GPU memory
• CycleMorph can be applied to full-sized images / local patches
• Training stage: (global registration) + (local registration)
CycleMorph 18
CycleMorph
Multiscale image registration
• Test stage: Deformation only once for the moving image
- Get global deformation fields 𝜙𝜙𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔
- Get and fuse patch fields 𝜙𝜙𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝
- Obtain local deformation field 𝜙𝜙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙 at the fine scale
- Compose 𝜙𝜙𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔° 𝜙𝜙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙
CycleMorph 19
 Dataset
• Moving image = T1 scans from OASIS-3 dataset
• Fixed image = Atlas volume
Experiment 1
Application to Brain MRI Registration (3D)
Moving image Registration Fixed image (atlas)
CycleMorph 20
 Results
Experiment 1
Application to Brain MRI Registration (3D)
CycleMorph 21
 Results
Experiment 1
Application to Brain MRI Registration (3D)
CycleMorph 22
Experiment 2
Application to Liver CT Registration (3D)
 Dataset
• Multiphase abdominal CT images (from Asan Medical Center)
• Registration images before and after the injection of contrast agents
CycleMorph 23
Experiment 2
Application to Liver CT Registration (3D)
 Results (multiscale registration)
CycleMorph 24
 Target registration error & Tumor size measurement
Experiment 2
Application to Liver CT Registration (3D)
 Effect of cycle consistency : less folding problem
CycleMorph 25
Experiment 3
Application to Face Registration (2D)
 Dataset
• RaFD dataset: 8 types x 3 eye orientation of emotion faces per person
• Use all pairs of face images gazing both the same and different directions
CycleMorph 26
Experiment 3
Application to Face Registration (2D)
 Results
CycleMorph 27
Experiment 3
Application to Face Registration (2D)
 Results
CycleMorph 28
Experiment 3
Application to Face Registration (2D)
 Results
 Quantitative evaluation
 Study on the consistency
CycleMorph 29
Medical Image Analysis
Thank you.

More Related Content

PDF
Medical Image Synthesis with Improved Cycle-GAN: CT from CECT
PDF
Multi-energy Bone Subtraction in Chest Radiography by Eigenvalue Decomposition
PDF
Liver segmentationwith2du net
PPTX
CT computer aided diagnosis system
PPTX
An automated 3D cup planning in total hip arthroplasty from a standard X‑ray ...
PDF
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
PDF
Lec6: Pre-Processing for Nuclear Medicine Images
PPT
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Medical Image Synthesis with Improved Cycle-GAN: CT from CECT
Multi-energy Bone Subtraction in Chest Radiography by Eigenvalue Decomposition
Liver segmentationwith2du net
CT computer aided diagnosis system
An automated 3D cup planning in total hip arthroplasty from a standard X‑ray ...
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Lec6: Pre-Processing for Nuclear Medicine Images
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...

What's hot (20)

PPT
CT Scan Image reconstruction
PDF
Video-Based Hand Tracking for Screening Cervical Myelopathy (ISVC2021)
PPTX
Segmentation techniques for extraction and description of tumour region from ...
PPTX
Brain tumor detection
PDF
From filtered back-projection to statistical tomography reconstruction
PPTX
Modeling Cardiac Pacemakers With Timed Coloured Petri Nets And Related Tools
PPTX
Unpaired MR Motion Artifact Deep Learning Using Outlier-Rejecting Bootstrap A...
PDF
Literature Survey on Detection of Brain Tumor from MRI Images
PPT
Tumour detection
PDF
2013 modabber-zygoma-reconstruction
PDF
Brain Tumor Detection using CNN
PDF
PR-159 : Synergistic Image and Feature Adaptation: Towards Cross-Modality Dom...
PDF
An Image Segmentation and Classification for Brain Tumor Detection using Pill...
PDF
3D Position Tracking System for Flexible Cystoscopy
PPTX
Image reconstruction in computed tomography
PPTX
Basic Medical Imaging Processing and Analysis
PDF
Comparitive study of brain tumor detection using morphological operators
PPTX
Alzheimer's disease classification using Deep learning Neural a Network and G...
PPTX
Brain tumor detection using image segmentation ppt
PPTX
Neural networks
CT Scan Image reconstruction
Video-Based Hand Tracking for Screening Cervical Myelopathy (ISVC2021)
Segmentation techniques for extraction and description of tumour region from ...
Brain tumor detection
From filtered back-projection to statistical tomography reconstruction
Modeling Cardiac Pacemakers With Timed Coloured Petri Nets And Related Tools
Unpaired MR Motion Artifact Deep Learning Using Outlier-Rejecting Bootstrap A...
Literature Survey on Detection of Brain Tumor from MRI Images
Tumour detection
2013 modabber-zygoma-reconstruction
Brain Tumor Detection using CNN
PR-159 : Synergistic Image and Feature Adaptation: Towards Cross-Modality Dom...
An Image Segmentation and Classification for Brain Tumor Detection using Pill...
3D Position Tracking System for Flexible Cystoscopy
Image reconstruction in computed tomography
Basic Medical Imaging Processing and Analysis
Comparitive study of brain tumor detection using morphological operators
Alzheimer's disease classification using Deep learning Neural a Network and G...
Brain tumor detection using image segmentation ppt
Neural networks
Ad

Similar to CycleMorph: Cycle consistent unsupervised deformable image registration (20)

PDF
Unsupervised Deformable Image Registration Using Cycle-Consistent CNN
PPTX
Two stage deep learning for accelerated 3 d time-of-flight mra without matche...
PDF
DiffuseMorph: Unsupervised Deformable Image Registration Using Diffusion Model
PPTX
Seminar nov2017
PPTX
PPTX
Inverse problems in medical imaging
PPTX
Diagnosis Support by Machine Learning Using Posturography Data
PPT
Portal Imaging used to clear setup uncertainty
PDF
CARI-2020, Application of LSTM architectures for next frame forecasting in Se...
PDF
Image guided adaptive radiotherapy
PPTX
Computer aided detection of pulmonary nodules using genetic programming
PDF
Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural...
PPTX
Deep Learning Fast MRI Using Channel Attention in Magnitude Domain
PPTX
Miccai2018 paperlist
PDF
Lec16: Medical Image Registration (Advanced): Deformable Registration
PPTX
presentation_btp
PDF
automatic detection of pulmonary nodules in lung ct images
PDF
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...
PPTX
Image registraiton in Radiation Therapy
PDF
A Re-evaluation of Pedestrian Detection on Riemannian Manifolds
Unsupervised Deformable Image Registration Using Cycle-Consistent CNN
Two stage deep learning for accelerated 3 d time-of-flight mra without matche...
DiffuseMorph: Unsupervised Deformable Image Registration Using Diffusion Model
Seminar nov2017
Inverse problems in medical imaging
Diagnosis Support by Machine Learning Using Posturography Data
Portal Imaging used to clear setup uncertainty
CARI-2020, Application of LSTM architectures for next frame forecasting in Se...
Image guided adaptive radiotherapy
Computer aided detection of pulmonary nodules using genetic programming
Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural...
Deep Learning Fast MRI Using Channel Attention in Magnitude Domain
Miccai2018 paperlist
Lec16: Medical Image Registration (Advanced): Deformable Registration
presentation_btp
automatic detection of pulmonary nodules in lung ct images
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...
Image registraiton in Radiation Therapy
A Re-evaluation of Pedestrian Detection on Riemannian Manifolds
Ad

Recently uploaded (20)

DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
DOCX
573137875-Attendance-Management-System-original
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
composite construction of structures.pdf
PDF
PPT on Performance Review to get promotions
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
737-MAX_SRG.pdf student reference guides
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
573137875-Attendance-Management-System-original
Safety Seminar civil to be ensured for safe working.
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
bas. eng. economics group 4 presentation 1.pptx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
UNIT 4 Total Quality Management .pptx
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
CH1 Production IntroductoryConcepts.pptx
composite construction of structures.pdf
PPT on Performance Review to get promotions
Internet of Things (IOT) - A guide to understanding
OOP with Java - Java Introduction (Basics)
Model Code of Practice - Construction Work - 21102022 .pdf
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
III.4.1.2_The_Space_Environment.p pdffdf
737-MAX_SRG.pdf student reference guides
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx

CycleMorph: Cycle consistent unsupervised deformable image registration

  • 1. CycleMorph: Cycle consistent unsupervised deformable image registration Medical Image Analysis Boah Kim, Dong Hwan Kim, Seong Ho Park, Jieun Kim, June-Goo Lee, Jong Chul Ye
  • 2. CycleMorph 2 Introduction Image Registration MRI Abdominal CT  Deforming data into one coordinate system • subjects / time / modalities / ... Du, Juan, et al. "Intensity-based robust similarity for multimodal image registration." International Journal of Computer Mathematics 83.1 (2006): 49-57.  Fundamental task to analyze data • Tumor volumetry studies • Multimodal information fusion • Therapy planning PET
  • 3. CycleMorph 3 Background Classical iterative method Deep-learning-based method Supervised learning Method Unsupervised learning method Image Registration Methods
  • 4. CycleMorph 4 • Deformation field A vector field of all displacement vectors for all coordinate in images Background Classical Iterative Method Deep-learning-based method • Spatial transformer Grid sampling to warp moving image into fixed image 𝑥𝑥 𝑦𝑦 Moving image Fixed image 𝜙𝜙 Deformation field 𝑇𝑇(𝑥𝑥; 𝜙𝜙) Deformed image 𝑇𝑇 Spatial transformer
  • 5. CycleMorph 5 Background 𝑳𝑳 𝑥𝑥, 𝑦𝑦, 𝑇𝑇, 𝜙𝜙 = 𝑳𝑳𝒔𝒔𝒔𝒔𝒔𝒔 𝑇𝑇 𝑥𝑥; 𝜙𝜙 , 𝑦𝑦 + 𝑳𝑳𝒓𝒓𝒓𝒓𝒓𝒓(𝜙𝜙) Deep-learning-based method 𝑥𝑥 𝑦𝑦 Moving image Fixed image 𝜙𝜙 Deformation field 𝑇𝑇(𝑥𝑥; 𝜙𝜙) Deformed image 𝑇𝑇  Cost function • 𝑳𝑳𝒔𝒔𝒔𝒔𝒔𝒔: Similarity cost function • 𝑳𝑳𝒓𝒓𝒓𝒓𝒓𝒓: Regularization function Classical Iterative Method Spatial transformer
  • 6. CycleMorph 6 Background  Advantages  Pitfalls • Preserve topology between two different images • sufficient iteration / parameter tuning • Require substantial time, extensive computation Deep-learning-based method 𝑥𝑥 𝑦𝑦 Moving image Fixed image 𝜙𝜙 Deformation field 𝑇𝑇(𝑥𝑥; 𝜙𝜙) Deformed image 𝑇𝑇 Classical Iterative Method Spatial transformer
  • 7. CycleMorph 7 Background Classical iterative method Deep-learning-based Method 𝑥𝑥 𝑦𝑦 Moving image Fixed image 𝜙𝜙 Deformation field 𝑇𝑇(𝑥𝑥; 𝜙𝜙) Deformed image 𝑇𝑇 Deep neural network Supervised learning Unsupervised learning Spatial transformer
  • 8. CycleMorph 8 Background  Require the ground-truth registration fields Cao. et al. “Non-rigid Brain MRI Registration Using Two-Stage Deep Perceptive Networks.” ISMRM 2018 Supervised learning Unsupervised learning Classical iterative method Deep-learning-based Method
  • 9. CycleMorph 9 Background  Limitation • Difficult to obtain the real ground-truth in practice • Depend on the quality of the ground-truth registration fields  Advantages • No parameter tuning for the inference • Applicable to various image domains Supervised learning Unsupervised learning Classical iterative method Deep-learning-based Method
  • 10. CycleMorph 10 Background  Does not require any ground-truth label Balakrishnan. et al. “An unsupervised learning model for deformable medical image registration,.” CVPR 2018l • Spatial transformer network = Field generator + Spatial transformer • To provide deformable registration without labels for registration fields • Pitfalls: Potential for the degeneracy of mapping on large deformable volumes ex) liver CT scans Supervised learning Unsupervised learning Classical iterative method Deep-learning-based Method
  • 11. CycleMorph 11 Proposed Method Cycle Consistency Zhu, Jun-Yan, et al. "Unpaired image-to-image translation using cycle-consistent adversarial networks." arXiv preprint (2017).  Motivation model: cycleGAN Horse 𝑭𝑭 𝑹𝑹 Zebra • To adopt cyclic constraint in network training → Improve topology preservation (less degeneracy)
  • 13. CycleMorph 13 CycleMorph min GX,GY 𝑳𝑳(𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌) 𝑳𝑳 𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌 = 𝑳𝑳𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟 𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋 + 𝑳𝑳𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟 𝑌𝑌, 𝑋𝑋, 𝐺𝐺𝑌𝑌 +𝛼𝛼𝑳𝑳𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐(𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌) + 𝛽𝛽𝑳𝑳𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖(𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌) Loss Function
  • 14. CycleMorph 14 Loss Function CycleMorph 𝑳𝑳𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟(𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋) = − 𝑇𝑇 𝑋𝑋, 𝜙𝜙𝑋𝑋𝑋𝑋 ⨂𝑌𝑌 + 𝜆𝜆∑ 𝛻𝛻𝜙𝜙𝑋𝑋𝑋𝑋 2 • Registration loss Similarity metric Regularization Local normalized cross-correlation
  • 15. CycleMorph 15 CycleMorph 𝑳𝑳𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐(𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌) = 𝑇𝑇 � 𝑌𝑌, � 𝜙𝜙𝑌𝑌𝑌𝑌 − 𝑋𝑋 1 + 𝑇𝑇 � 𝑋𝑋, � 𝜙𝜙𝑋𝑋𝑋𝑋 − 𝑌𝑌 1 Loss Function • Cycle loss: to retain the topology between moving and deformed images
  • 16. CycleMorph 16 CycleMorph 𝑳𝑳𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖 𝑋𝑋, 𝑌𝑌, 𝐺𝐺𝑋𝑋, 𝐺𝐺𝑌𝑌 = − 𝑇𝑇(𝑌𝑌, 𝐺𝐺𝑋𝑋(𝑌𝑌, 𝑌𝑌) ⨂𝑌𝑌) − 𝑇𝑇(𝑋𝑋, 𝐺𝐺𝑌𝑌(𝑋𝑋, 𝑋𝑋) ⨂𝑋𝑋) Loss Function • Identity loss: to prevent the network from deforming fixed points
  • 17. CycleMorph 17 CycleMorph Multiscale image registration • To solve a problem of limitation on GPU memory • CycleMorph can be applied to full-sized images / local patches • Training stage: (global registration) + (local registration)
  • 18. CycleMorph 18 CycleMorph Multiscale image registration • Test stage: Deformation only once for the moving image - Get global deformation fields 𝜙𝜙𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔 - Get and fuse patch fields 𝜙𝜙𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝 - Obtain local deformation field 𝜙𝜙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙 at the fine scale - Compose 𝜙𝜙𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔𝑔° 𝜙𝜙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙𝑙
  • 19. CycleMorph 19  Dataset • Moving image = T1 scans from OASIS-3 dataset • Fixed image = Atlas volume Experiment 1 Application to Brain MRI Registration (3D) Moving image Registration Fixed image (atlas)
  • 20. CycleMorph 20  Results Experiment 1 Application to Brain MRI Registration (3D)
  • 21. CycleMorph 21  Results Experiment 1 Application to Brain MRI Registration (3D)
  • 22. CycleMorph 22 Experiment 2 Application to Liver CT Registration (3D)  Dataset • Multiphase abdominal CT images (from Asan Medical Center) • Registration images before and after the injection of contrast agents
  • 23. CycleMorph 23 Experiment 2 Application to Liver CT Registration (3D)  Results (multiscale registration)
  • 24. CycleMorph 24  Target registration error & Tumor size measurement Experiment 2 Application to Liver CT Registration (3D)  Effect of cycle consistency : less folding problem
  • 25. CycleMorph 25 Experiment 3 Application to Face Registration (2D)  Dataset • RaFD dataset: 8 types x 3 eye orientation of emotion faces per person • Use all pairs of face images gazing both the same and different directions
  • 26. CycleMorph 26 Experiment 3 Application to Face Registration (2D)  Results
  • 27. CycleMorph 27 Experiment 3 Application to Face Registration (2D)  Results
  • 28. CycleMorph 28 Experiment 3 Application to Face Registration (2D)  Results  Quantitative evaluation  Study on the consistency
  • 29. CycleMorph 29 Medical Image Analysis Thank you.