Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

VoxelOpt: Voxel-Adaptive Message Passing for Discrete Optimization in Deformable Abdominal CT Registration

Created by
  • Haebom

Author

Hang Zhang, Yuxi Zhang, Jiazheng Wang, Xiang Chen, Renjiu Hu, Xin Tian, Gaolei Li, Min Liu

Outline

VoxelOpt is a discrete optimization-based DIR framework that combines the advantages of learning-based and iterative-based deformational image registration (DIR) methods to improve the trade-off between accuracy and runtime. Unlike existing methods, VoxelOpt uses displacement entropy of the local cost volume to measure displacement signal intensity at each voxel. Key features include voxel-wise adaptive message passing, computational complexity reduction using multi-level image pyramids, and feature extraction using a pre-trained segmentation model. In abdominal CT registration experiments, VoxelOpt outperforms existing state-of-the-art iterative-based methods in both efficiency and accuracy, and achieves comparable performance to state-of-the-art learning-based methods trained under label supervision.

Takeaways, Limitations

Takeaways:
By effectively combining the advantages of learning-based and iteration-based DIR methods, we improve both accuracy and speed.
Computational efficiency is improved through voxel-wise adaptive message passing and multi-level image pyramids.
We improved the feature extraction process by using a pre-trained segmentation model.
It showed excellent performance in abdominal CT registration.
Limitations:
Currently, only results for abdominal CT registration are presented, and generalization performance to other domains or datasets requires further study.
There is a dependency on the pre-trained segmentation model. The performance of VoxelOpt may also be affected by the performance of the model.
Although the source code is available, additional explanation or support for actual implementation and use may be needed.
👍