paper-with-me

홈 › Papers

SAMConvex: Fast Discrete Optimization for CT Registration using Self-supervised Anatomical Embedding and Correlation Pyramid

2023-07-19 · Zi Li, Lin Tian, Tony C. W. Mok, Xiaoyu Bai, Puyang Wang, Jia Ge, Jingren Zhou, Le Lu, Xianghua Ye, Ke Yan, Dakai Jin

Estimating displacement vector field via a cost volume computed in the feature space has shown great success in image registration, but it suffers excessive computation burdens. Moreover, existing feature descriptors only extract local features incapable of representing the global semantic information, which is especially important for solving large transformations. To address the discussed issues, we propose SAMConvex, a fast coarse-to-fine discrete optimization method for CT registration that includes a decoupled convex optimization procedure to obtain deformation fields based on a self-supervised anatomical embedding (SAM) feature extractor that captures both local and global information. To be specific, SAMConvex extracts per-voxel features and builds 6D correlation volumes based on SAM features, and iteratively updates a flow field by performing lookups on the correlation volumes with a coarse-to-fine scheme. SAMConvex outperforms the state-of-the-art learning-based methods and optimization-based methods over two inter-patient registration datasets (Abdomen CT and HeadNeck CT) and one intra-patient registration dataset (Lung CT). Moreover, as an optimization-based method, SAMConvex only takes $\sim2$s ($\sim5s$ with instance optimization) for one paired images.

📄 PDF Abstract BibTeX arXiv:2307.09727

Code (1)

alibaba-damo-academy/samconvex 공식 구현 pytorch

Tasks

Image Registration

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Warm-Started Reinforcement Learning for Iterative 3D/2D Liver Registration

2026-04-11 · Hanyuan Zhang, Lucas He, Zijie Cheng, Abdolrahim Kadkhodamohammadi 외 arxiv

Registration between preoperative CT and intraoperative laparoscopic video plays a crucial role in augmented reality (AR) guidance for minimally invasive surgery. Learning-based methods have recently achieved registratio…

Reinforcement LearningPose Estimation

Fast Graph-Cut Based Optimization for Practical Dense Deformable Registration of Volume Images

2018-10-19 · Simon Ekström, Filip Malmberg, Håkan Ahlström, Joel Kullberg 외

Objective: Deformable image registration is a fundamental problem in medical image analysis, with applications such as longitudinal studies, population modeling, and atlas based image segmentation. Registration is often …

Combinatorial OptimizationImage RegistrationImage SegmentationMedical Image Analysis+1

SAME++: A Self-supervised Anatomical eMbeddings Enhanced medical image registration framework using stable sampling and regularized transformation

2023-11-25 · Lin Tian, Zi Li, Fengze Liu, Xiaoyu Bai 외

Image registration is a fundamental medical image analysis task. Ideally, registration should focus on aligning semantically corresponding voxels, i.e., the same anatomical locations. However, existing methods often opti…

Image RegistrationMedical Image AnalysisMedical Image Registration

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

2025-06-24 · Hang Zhang, Yuxi Zhang, Jiazheng Wang, Xiang Chen 외

Recent developments in neural networks have improved deformable image registration (DIR) by amortizing iterative optimization, enabling fast and accurate DIR results. However, learning-based methods often face challenges…

Contrastive LearningImage Registration

To Learn or Not to Learn Features for Deformable Registration?

2017-09-04 · Aabhas Majumdar, Raghav Mehta, Jayanthi Sivaswamy

Feature-based registration has been popular with a variety of features ranging from voxel intensity to Self-Similarity Context (SSC). In this paper, we examine the question on how features learnt using various Deep Learn…