Open yuanpengpeng opened 5 months ago
May I ask if the code provided below can be used for 3D medical image registration, especially for multi-modal registration of lung of CT image and lung of CBCT image
请问你用在了三维吗?
Although the provided code is only performing 2D modality translation of multimodal data into CoMIR representations, you may apply the code slice-wise, and then use a 3D image registration on the assembled 3D-CoMIR volumes. We have done so successfully for T1-T2 weighted MRI data in the paper: "Is image-to-image translation the panacea for multimodal image registration? A comparative study" https://doi.org/10.1371/journal.pone.0276196, for which we share a complete and well documented source code repository MultiRegEval, wherein 3D processing is explicitly supported.
I am not aware that we have tried CT-CBCT registration explicitly, but I believe it should not be more difficult than T1-T2. In case you need deformable registration of the computed CoMIRs, you may wish to try INSPIRE, which is a fast deformable extension of the alpha-AMD registration framework.
For more deformable CoMIR (however 2D only), you can also take a look at: L. Nordling, J. Öfverstedt, J. Lindblad, N. Sladoje. Contrastive Learning of Equivariant Image Representations for Multimodal Deformable Registration. In Proceedings of the 20th IEEE International Symposium on Biomedical Imaging (ISBI), IEEE, pp. 1-5, Cartagena, Colombia, April 2023. doi:10.1109/ISBI53787.2023.10230465 Code available at github.com/MIDA-group/CoMIR_INSPIRE
May I ask if the code provided below can be used for 3D medical image registration, especially for multi-modal registration of lung of CT image and lung of CBCT image