• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

基于特征一致性和流归一化的大变形图像配准多级网络。

Multilevel network for large deformation image registration based on feature consistency and flow normalization.

作者信息

Huang Xingyu, Zhang Jian, Tang Kun, Cheng Xinyu, Ye Chen, Wang Lihui

机构信息

Engineering Research Center of Text Computing & Cognitive Intelligence, Ministry of Education, Key Laboratory of Intelligent Medical Image Analysis and Precise Diagnosis of Guizhou Province, State Key Laboratory of Public Big Data, College of Computer Science and Technology, Guizhou University, Guiyang, China.

出版信息

Med Phys. 2024 Dec;51(12):8962-8978. doi: 10.1002/mp.17390. Epub 2024 Sep 20.

DOI:10.1002/mp.17390
PMID:39302604
Abstract

BACKGROUND

Deformable image registration is an essential technique of medical image analysis, which plays important roles in several clinical applications. Existing deep learning-based registration methods have already achieved promising performance for the registrations with small deformations, while it is still challenging to deal with the large deformation registration due to the limits of the image intensity-similarity-based objective function.

PURPOSE

To achieve the image registration with large-scale deformations, we proposed a multilevel network architecture FCNet to gradually refine the registration results based on semantic feature consistency constraint and flow normalization (FN) strategy.

METHODS

At each level of FCNet, the architecture is mainly composed to a FeaExtractor, a FN module, and a spatial transformation module. FeaExtractor consists of three parallel streams which are used to extract the individual features of fixed and moving images, as well as their joint features, respectively. Using these features, the initial deformation field is estimated, which passes through a FN module to refine the deformation field based on the difference map of deformation filed between two adjacent levels. This allows the FCNet to progressively improve the registration performance. Finally, a spatial transformation module is used to get the warped image based on the deformation field. Moreover, in addition to the image intensity-similarity-based objective function, a semantic-feature consistency constraint is also introduced, which can further promote the alignments by imposing the similarity between the fixed and warped image features. To validate the effectiveness of the proposed method, we compared our method with the state-of-the-art methods on three different datasets. In EMPIRE10 dataset, 20, 3, and 7 fixed and moving 3D computer tomography (CT) image pairs were used for training, validation, and testing respectively; in IXI dataset, atlas to individual image registration task was performed, with 3D MR images of 408, 58, and 115 individuals were used for training, validation, and testing respectively; in the in-house dataset, patient to atlas registration task was implemented, with the 3D MR images of 94, 3, and 15 individuals being training, validation, and testing sets, respectively.

RESULTS

The qualitative and quantitative comparison results demonstrated that the proposed method is beneficial for handling large deformation image registration problems, with the DSC and ASSD improved by at least 1.0% and 25.9% on EMPIRE10 dataset. The ablation experiments also verified the effectiveness of the proposed feature combination strategy, feature consistency constraint, and FN module.

CONCLUSIONS

Our proposed FCNet enables multiscale registration from coarse to fine, surpassing existing SOTA registration methods and effectively handling long-range spatial relationships.

摘要

背景

可变形图像配准是医学图像分析的一项重要技术,在多个临床应用中发挥着重要作用。现有的基于深度学习的配准方法在处理小变形配准时已经取得了良好的性能,但由于基于图像强度相似性的目标函数的局限性,处理大变形配准仍然具有挑战性。

目的

为了实现大尺度变形的图像配准,我们提出了一种多级网络架构FCNet,基于语义特征一致性约束和流归一化(FN)策略逐步细化配准结果。

方法

在FCNet的每个级别,架构主要由一个特征提取器、一个FN模块和一个空间变换模块组成。特征提取器由三个并行流组成,分别用于提取固定图像和移动图像的个体特征以及它们的联合特征。利用这些特征估计初始变形场,该变形场通过一个FN模块,根据相邻两级变形场的差异图来细化变形场。这使得FCNet能够逐步提高配准性能。最后,使用空间变换模块根据变形场得到变形后的图像。此外,除了基于图像强度相似性的目标函数外,还引入了语义特征一致性约束,通过强制固定图像和变形后图像特征之间的相似性,可以进一步促进对齐。为了验证所提方法的有效性,我们在三个不同的数据集上把我们的方法与最先进的方法进行了比较。在EMPIRE10数据集中,分别使用20对、3对和7对固定和移动的3D计算机断层扫描(CT)图像进行训练、验证和测试;在IXI数据集中,执行图谱到个体的图像配准任务,分别使用408个、58个和115个个体的3D磁共振(MR)图像进行训练、验证和测试;在内部数据集中,执行患者到图谱的配准任务,分别使用94个、3个和15个个体的3D MR图像作为训练集、验证集和测试集。

结果

定性和定量比较结果表明,所提方法有利于处理大变形图像配准问题,在EMPIRE10数据集上,DSC和ASSD至少提高了1.0%和25.9%。消融实验也验证了所提特征组合策略、特征一致性约束和FN模块的有效性。

结论

我们提出的FCNet实现了从粗到细的多尺度配准,超越了现有的最先进配准方法,有效地处理了长距离空间关系。

相似文献

1
Multilevel network for large deformation image registration based on feature consistency and flow normalization.基于特征一致性和流归一化的大变形图像配准多级网络。
Med Phys. 2024 Dec;51(12):8962-8978. doi: 10.1002/mp.17390. Epub 2024 Sep 20.
2
Unsupervised registration for liver CT-MR images based on the multiscale integrated spatial-weight module and dual similarity guidance.基于多尺度集成空间权重模块和双相似性引导的肝脏 CT-MR 图像无监督配准。
Comput Med Imaging Graph. 2023 Sep;108:102260. doi: 10.1016/j.compmedimag.2023.102260. Epub 2023 Jun 14.
3
CMAN: Cascaded Multi-scale Spatial Channel Attention-guided Network for large 3D deformable registration of liver CT images.CMAN:用于肝脏 CT 图像大 3D 变形配准的级联多尺度空间通道注意力引导网络。
Med Image Anal. 2024 Aug;96:103212. doi: 10.1016/j.media.2024.103212. Epub 2024 May 22.
4
Multiscale feature fusion network for 3D head MRI image registration.用于 3D 头部 MRI 图像配准的多尺度特征融合网络。
Med Phys. 2023 Sep;50(9):5609-5620. doi: 10.1002/mp.16387. Epub 2023 Mar 31.
5
Lightweight cross-resolution coarse-to-fine network for efficient deformable medical image registration.用于高效可变形医学图像配准的轻量级跨分辨率粗到细网络
Med Phys. 2025 Apr 25. doi: 10.1002/mp.17827.
6
SMILE: Siamese Multi-scale Interactive-representation LEarning for Hierarchical Diffeomorphic Deformable image registration.SMILE:用于分层仿射可变形图像配准的暹罗多尺度交互式表示学习。
Comput Med Imaging Graph. 2024 Jan;111:102322. doi: 10.1016/j.compmedimag.2023.102322. Epub 2023 Dec 27.
7
SFM-Net: Semantic Feature-Based Multi-Stage Network for Unsupervised Image Registration.SFM-Net:基于语义特征的多阶段无监督图像配准网络。
IEEE J Biomed Health Inform. 2025 Apr;29(4):2832-2844. doi: 10.1109/JBHI.2024.3524361. Epub 2025 Apr 4.
8
UDRSNet: An unsupervised deformable registration module based on image structure similarity.UDRSNet:一种基于图像结构相似性的无监督可变形配准模块。
Med Phys. 2024 Jul;51(7):4811-4826. doi: 10.1002/mp.16986. Epub 2024 Feb 14.
9
Uncertain prediction of deformable image registration on lung CT using multi-category features and supervised learning.使用多类别特征和监督学习对肺部 CT 进行可变形图像配准的不确定性预测。
Med Biol Eng Comput. 2024 Sep;62(9):2669-2686. doi: 10.1007/s11517-024-03092-1. Epub 2024 Apr 25.
10
Multiscale unsupervised network for deformable image registration.用于可变形图像配准的多尺度无监督网络。
J Xray Sci Technol. 2024;32(6):1385-1398. doi: 10.3233/XST-240159.