Pith. sign in

REVIEW 3 major objections 4 minor 272 references

From Model Based to Learned Regularization in Medical Image Registration: A Comprehensive Review

T0 review · 3 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read All regularization methods in medical image registration sort into three families — model based, problem specific, and learned — ordered by prior information, and the resulting map exposes the field's default to plain smoothing.

desk verdict A genuinely useful taxonomy of regularization in medical image registration that will likely become a standard reference, but its 'comprehensive' claim needs a real search protocol or softer language. read the letter →

arxiv 2412.15740 v1 pith:B2CJXEOW submitted 2024-12-20 eess.IV cs.CV

classification eess.IVcs.CV
keywords medicalimageregistrationregularizationlearning-basedtaxonomylearnedslidingmotiontest-timedeformationspaces
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Medical image registration aligns two images by estimating the deformation between them, and because the problem is ill-posed — many deformations fit, but few are anatomically plausible — the regularization term is what makes the answer trustworthy. This review claims that prior surveys treated regularization as a side topic and supplies the first structured taxonomy of the field: model-based methods that impose global assumptions such as smoothness, invertibility, and diffeomorphism; problem-specific methods that inject segmentation maps, boundary locations, or physiological context; and learned methods that derive deformation properties directly from training data. The three families are ordered by the amount of prior information they encode, with problem-specific and learned methods growing out of model-based roots. If the taxonomy is right, it gives practitioners a map for transferring solutions across applications, gives the field a shared vocabulary, and documents why state-of-the-art frameworks still default to plain diffusion smoothing despite the richer alternatives available.

What carries the argument

The carrying mechanism is the taxonomy itself: three families — model based, problem specific, and learned — arranged on an ascending scale of how much prior information the regularization encodes. Two supporting distinctions do the classification work: explicit versus implicit regularization (a penalty term added to the objective versus smoothness that arises from the transformation model's parameterization, such as B-spline free-form deformations or multiresolution schemes), and guiding loss terms that indirectly enforce plausibility without operating on the deformation field, such as segmentation overlap measures. The Jacobian determinant $\det\mathbf{J}$ of the displacement field is the common technical language throughout: it quantifies folding ($\det\mathbf{J}<0$), volume change ($\det\mathbf{J}>1$ or $<1$), and volume preservation ($\det\mathbf{J}=1$), and most invertibility, incompressibility, and rigidity constraints are stated directly in terms of it. The subcategories inside each family — for example learned regularization split into learned local smoothing, learned deformation spaces, and learned test-time regularization — are what make the transfer analysis possible, since they allow the review to track which conventional methods have or have not been adapted into learning-based frameworks.

What would settle it

Run the review's own search protocol independently — the same three databases, the same keyword combinations, the same October 2024 cutoff — and compare the recovered method set against the review's tables; if a substantial body of published regularization methods is missing or cannot be assigned to exactly one of the three families, the claim of comprehensive structured coverage fails. A cheap first probe is to count how many methods cited within the review's own reference list never appear in its category tables.

Watch

Extended reading notes

Core claim

The paper's central claim is that every regularization method proposed for pairwise medical image registration, conventional or learning-based, can be placed into exactly one of three families organized by the source and amount of prior information, with the literature covered through October 2024. Model-based regularization applies a user-defined assumption globally — smoothness through diffusion or curvature penalties, invertibility through constraints on the Jacobian determinant $\det\mathbf{J}$, inverse- or cycle-consistency, diffeomorphic parameterization, volume preservation, and physics-inspired elasticity or viscous-fluid models. Problem-specific regularization adds data knowledge such as segmentation maps, organ boundaries, or clinical context, making the constraint spatially adaptive; this family covers multi-structure registration, organs with sliding or cyclic motion, and images with topological change. Learned regularization parameterizes the regularizer itself with a machine or deep learning model, either learning local smoothing and discontinuities, learning low-dimensional feasible deformation spaces through PCA models or autoencoders, or learning test-time adaptive regularization weights. The review further argues that prior information increases from family I to III, that most problem-specific and learned methods extend model-based ones, and that measured against this map the field shows a strong default to global $L^2$-norm smoothing — 14 of 21 Learn2Reg 2022 methods — while sliding motion, local rigidity, cyclic motion, and physics-inspired regularization remain underrepresented in learning-based frameworks.

Load-bearing premise

The value of the whole map rests on the literature search being essentially complete and on every regularization method fitting cleanly into exactly one of the three families, even though the search itself is described only briefly and unlisted.

Editorial extensions

If this is right

  • A researcher facing a new registration task can locate the relevant regularization family and transfer solutions from analogous applications instead of defaulting to the standard smoothing term.
  • The documented default to global $L^2$-norm smoothing — 14 of 21 methods in the Learn2Reg 2022 challenge — implies that leading learning-based frameworks are likely leaving anatomical plausibility unaddressed, particularly for sliding motion and locally rigid structures.
  • Sliding-motion, local-rigidity, cyclic-motion, incompressibility, and physics-inspired regularization are the least transferred into learning-based registration, making them concrete targets for new methodological work.
  • Test-time regularization — tuning the regularization weight at inference through hypernetworks or conditional normalization layers — is presented as the bridge between instance-specific conventional tuning and fast learning-based inference.
  • Evaluation based on the fraction of negative Jacobian determinants can mislead, since anatomically realistic sliding motion can increase folding; the review argues for targeted measures such as maximum shear and deformation-space reconstruction error.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Should the taxonomy become the field's standard reference, new hybrid regularizers that combine learned components with model-based constraints — a direction the review itself anticipates — would press hardest on the boundary between families II and III, which is where most future growth is likely to occur.
  • The review notes that learned deformation spaces inherit the properties of whatever algorithm generated their training deformations; an extension of that observation is a circularity risk, namely that data-driven regularization may silently re-encode the global-smoothness bias it is meant to escape, and auditing learned regularizers for behavior beyond their training-generating regularization woul
  • The taxonomy could be operationalized as a decision rule — no extra data leads to model-based choices, segmentations or physiological context to problem-specific ones, large deformation datasets to learned ones — and a benchmark comparing these routes on sliding-motion and topology-change tasks would turn the review's qualitative claims into quantitative ones.
  • Extending the 14-of-21 Learn2Reg count into a broader census of recent registration papers would test whether the identified overreliance on plain smoothing persists as the field evolves.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. This review paper proposes a taxonomy for regularization methods in medical image registration, organizing the literature into three categories: model-based regularization with prior assumptions, problem-specific regularization with prior data knowledge, and learned regularization that derives deformation properties from training data. The paper surveys methods from both conventional and learning-based registration, summarizes them in tables, discusses the transfer of techniques between these frameworks, and concludes with open challenges and future directions. The central claim is that this is the first comprehensive, structured review of regularization in this field.

Significance. If the taxonomy is accepted, the paper could serve as a standard reference for regularization in medical image registration, which is a key component of almost every registration algorithm. The review's strengths include its broad coverage of the literature, the effort to categorize methods along multiple dimensions (explicit/implicit/guidance, conventional/learning-based), and the concrete identification of gaps in method transfer and evaluation. The paper is also honest in stating a caveat about guidance losses, even though this caveat creates an internal inconsistency in the taxonomy. The value of the work depends on whether the category boundaries are principled and consistently applied, and on whether the literature coverage is reproducible enough to support the 'comprehensive' claim.

major comments (3)
  1. [Section 1] The literature search is described in a single sentence ("We searched for papers in Scopus, PubMed and GoogleScholar using combinations of the keywords ..."), with no inclusion/exclusion criteria, no screening protocol, no counts of records screened or included, and no date range specification beyond "up to October 2024." The abstract and introduction claim this is the first comprehensive taxonomy, but the completeness of the literature coverage cannot be verified or replicated from this description. Please add a systematic and auditable search protocol, including exact query strings, inclusion/exclusion criteria, a flow diagram of the screening process, and a list or at least summary counts of excluded papers.
  2. [Section 2 vs. Sections 3.1.3 and 3.2.1] The paper states that guiding loss terms are "strictly speaking, not a type of regularization" (Section 2), but then classifies cycle-consistency losses as model-based regularization (Section 3.1.3 and Table 1) and Dice overlap losses as problem-specific regularization (Section 3.2.1 and Table 2). This is an internal inconsistency in the taxonomy's boundary. The authors should provide a decision rule: either broaden the definition of regularization to explicitly include guidance losses, or place guidance methods in a separate category, and apply this rule consistently across all tables and sections.
  3. [Section 3.3.3] The test-time regularization methods (e.g., Hoopes et al. 2021, Mok and Chung 2021a) do not learn deformation properties; they learn to modulate the weight of a fixed diffusion regularizer, often through hypernetworks or conditional instance normalization. The category III definition in Section 3 and the abstract state that learned regularization "derives deformation properties" from training data, which these methods do not directly do. Clarify whether learning the mapping from a hyperparameter to network weights counts as learned regularization, and if so, refine the definition; otherwise, move these methods to a separate subcategory of hyperparameter adaptation.
minor comments (4)
  1. [Abstract] The abstract states that learned regularization "automatically derive[s] deformation properties from the data," but the test-time regularization methods in Section 3.3.3 primarily learn the effect of a predefined regularizer's weight. Align the abstract's wording with the actual scope of Section 3.3.3.
  2. [Table 2] The entry for "Großbröhmer, 2024" omits the co-author Heinrich, while the text in Section 3.2.1 refers to "Großbröhmer and Heinrich (2024)." Please make the citation consistent.
  3. [References] The references Keall, Joshi, Vedam, Siebers, Kini, Mohan (2005a) and (2005b) appear to be the same paper with identical authors and title but are listed twice. Please verify and merge or distinguish them appropriately.
  4. [Figure 6] Figure 6 caption is somewhat vague about the two approaches being illustrated (PCA models and autoencoder networks); please make the caption self-contained, as the current text relies heavily on the body to explain the figure.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the review's taxonomy is an organizational scheme built from the surveyed literature, not a derived or predicted result, and the self-citations are illustrative examples rather than load-bearing evidence.

full rationale

This paper is a narrative review, not a derivation pipeline. Its central deliverable, the three-category taxonomy of regularization methods, is an organizational scheme imposed on the surveyed literature; it is not fitted to data and does not claim to predict or derive any quantity from a model. The only self-citations (Reithmeir et al. 2024a,b; Spieker et al. 2024; Raveendran et al. 2024) occur as examples of methods within categories, and no load-bearing argument cites these works as evidence. The internal tension flagged in Sec. 2, where guiding loss terms are 'strictly speaking, not a type of regularization' yet are later classified as regularization in Secs. 3.1.3 and 3.2.1, is a boundary-consistency concern, not a circularity: the authors explicitly announce this inclusive choice. The literature search described in Sec. 1 is brief and non-auditable, which weakens the 'comprehensive' claim as a correctness and verifiability matter, but it does not make the taxonomy equivalent to its own inputs. No equation is defined in terms of the answer it is supposed to provide, and no fitted parameter is renamed as a prediction. Therefore no circular step is present.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

No free parameters or invented entities. The taxonomy is a conceptual contribution. The axioms are standard definitions from image registration plus the paper-specific assumption that every regularization method fits one of the three categories.

assumptions (3)
  • domain assumption Image registration is ill-posed, so multiple deformations can match the same image pair, making regularization necessary.
    Section 2 states the optimization problem and the need for regularization.
  • standard math The sign and value of the Jacobian determinant indicate folding, volume change, and local invertibility.
    Section 2, Eq. 3 defines these properties.
  • ad hoc to paper Every regularization method can be classified into exactly one of the three categories: model based, problem specific, learned.
    Section 3 presents the taxonomy; the paper assumes mutual exclusivity and collective exhaustiveness, which is central to the review's contribution.

how reviews work

0 comments
Cite this review

Pith. "Pith review of From Model Based to Learned Regularization in Medical Image Registration: A Comprehensive Review." pith.science (2026). https://pith.science/paper/B2CJXEOW

@misc{pith2026241215740,
  author       = {Pith},
  title        = {Pith review of: From Model Based to Learned Regularization in Medical Image Registration: A Comprehensive Review},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/B2CJXEOW}},
  note         = {Machine review of arXiv:2412.15740}
}
read the original abstract

Image registration is fundamental in medical imaging applications, such as disease progression analysis or radiation therapy planning. The primary objective of image registration is to precisely capture the deformation between two or more images, typically achieved by minimizing an optimization problem. Due to its inherent ill-posedness, regularization is a key component in driving the solution toward anatomically meaningful deformations. A wide range of regularization methods has been proposed for both conventional and deep learning-based registration. However, the appropriate application of regularization techniques often depends on the specific registration problem, and no one-fits-all method exists. Despite its importance, regularization is often overlooked or addressed with default approaches, assuming existing methods are sufficient. A comprehensive and structured review remains missing. This review addresses this gap by introducing a novel taxonomy that systematically categorizes the diverse range of proposed regularization methods. It highlights the emerging field of learned regularization, which leverages data-driven techniques to automatically derive deformation properties from the data. Moreover, this review examines the transfer of regularization methods from conventional to learning-based registration, identifies open challenges, and outlines future research directions. By emphasizing the critical role of regularization in image registration, we hope to inspire the research community to reconsider regularization strategies in modern registration algorithms and to explore this rapidly evolving field further.

Figures

Figures reproduced from arXiv: 2412.15740 by the authors.

Figure 1
Figure 1. Regularization is an essential building block of successful registration algorithms. We identify three main categories of regularization methods: (I) Model based regularization that imposes prior assumptions on the deformation; (II) problem specific regularization that takes into account additional knowledge about the data, such as spatial information in the form of segmentation maps or physiological information; an… view at source ↗
Figure 2
Figure 2. Explicit vs. implicit regularization: Overview of approaches to integrating regularization in conventional (left) and learning-based (right) medical image registration. In both, regularization can be achieved explicitly with a regularizing loss term (dark blue) or implicitly with the parameterization of the transformation model (light blue). Additionally, guiding loss terms (green) can drive the registration toward … view at source ↗
Figure 3
Figure 3. Model based regularization: Smoothness and folding: Different levels of smoothness regularization, controlled with the regularization parameter 𝛼 (see Eq. 1). The pink arrows indicate regions of folding. With increasing 𝛼, more smoothing is applied and less folding is observed. post-operative images indicates the presence of missing regions, and the knowledge that the images are inhale￾exhale lung image pairs sugges… view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Model based regularization – Inverse- vs. cycle-consistency: Inverse-consistency ensures that the forward and backward deformations are inverses of each other. Cycle-consistency ensures that a forward-backward deformed image resembles the original image. Explicit inver…
Figure 5
Figure 5. Figure 5: Problem specific regularization: Depending on the registration problem and data, different deformation properties may arise. With data-specific information, such as segmentation maps, regularization can locally account for suitable deformation properties. Images are ta…
Figure 6
Figure 6. Figure 6: Learned Regularization – Learned deformation spaces: Low-dimensional deformation spaces representing the set of feasible deformations can be learned from a training dataset. Two approaches of learned deformation spaces are found in the literature: (i) PCA models and (i…
Figure 7
Figure 7. Figure 7: Learned regularization – Test time regularization: A hypernetwork can allow the user to adapt the regularization weight at test time. During training, the weights are randomly sampled. (CIN) layers that normalize and shift feature representations based on the specified…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

272 extracted references · 53 canonical work pages

  1. [1]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in ":" * " " * FUNCTION f...

  2. [2]

    , author Modersitzki, J

    author Aggrawal, H.O. , author Modersitzki, J. , year 2020 . title Accelerating the registration of image sequences by spatio-temporal multilevel strategies , in: booktitle 2020 IEEE 17th International Symposium on Biomedical Imaging (ISBI) , organization IEEE . pp. pages 683--686

  3. [3]

    , author Liu, D

    author Ai, D. , author Liu, D. , author Wang, Y. , author fu, T. , author Huang, Y. , author Jiang, Y. , author Song, H. , author Wang, Y. , author Liang, P. , author Yang, J. , year 2019 . title Non‐rigid registration for tracking incompressible soft tissues with sliding motion . journal Medical Physics volume 46 . :10.1002/mp.13694

  4. [4]

    , author Song, X

    author Al Safadi, E. , author Song, X. , year 2021 . title Learning-based image registration with meta-regularization , in: booktitle Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pp. pages 10928--10937

  5. [5]

    , author Luthi, M

    author Albrecht, T. , author Luthi, M. , author Vetter, T. , year 2008 . title A statistical deformation prior for non-rigid image and shape registration , in: booktitle 2008 IEEE Conference on Computer Vision and Pattern Recognition , pp. pages 1--8 . :10.1109/CVPR.2008.4587394

  6. [7]

    , author Hurtado, D.E

    author Andrade, C.I. , author Hurtado, D.E. , year 2021 . title Inelastic deformable image registration (i-dir): Capturing sliding motion through automatic detection of discontinuities . journal Mathematics volume 9 . :10.3390/math9010097

  7. [8]

    , author Mella, H

    author Arratia López , P. , author Mella, H. , author Uribe, S. , author Hurtado, D.E. , author Sahli Costabal , F. , year 2023 . title Warppinn: Cine-mr image registration with physics-informed neural networks . journal Medical Image Analysis volume 89 , pages 102925 . :10.1016/j.media.2023.102925

  8. [9]

    , author Commowick, O

    author Arsigny, V. , author Commowick, O. , author Ayache, N. , author Pennec, X. , year 2009 . title A fast and log-euclidean polyaffine framework for locally linear registration . journal Journal of Mathematical Imaging and Vision volume 33 , pages 222--238

Show all 272 references
  1. [10]

    , author Commowick, O

    author Arsigny, V. , author Commowick, O. , author Pennec, X. , author Ayache, N. , year 2006 . title A log-euclidean framework for statistics on diffeomorphisms , in: booktitle Medical Image Computing and Computer-Assisted Intervention (MICCAI) , organization Springer . pp. p...

  2. [11]

    , author Pennec, X

    author Arsigny, V. , author Pennec, X. , author Ayache, N. , year 2005 . title Polyrigid and polyaffine transformations: a novel geometrical tool to deal with non-rigid deformations--application to the registration of histological slices . journal Medical image analysis volume...

  3. [12]

    , author Friston, K.J

    author Ashburner, J. , author Friston, K.J. , year 2011 . title Diffeomorphic registration using geodesic shooting and gauss–newton optimisation . journal Neuroimage volume 55 , pages 954 -- 967

  4. [13]

    , author Epstein, C.L

    author Avants, B.B. , author Epstein, C.L. , author Grossman, M. , author Gee, J.C. , year 2008 . title Symmetric diffeomorphic image registration with cross-correlation: Evaluating automated labeling of elderly and neurodegenerative brain . journal Medical Image Analysis volu...

  5. [15]

    , author Ghodasara, S

    author Baid, U. , author Ghodasara, S. , author Mohan, S. , author Bilello, M. , author Calabrese, E. , author Colak, E. , author Farahani, K. , author Kalpathy-Cramer, J. , author Kitamura, F.C. , author Pati, S. , et al., year 2021 . title The rsna-asnr-miccai brats 2021 ben...

  6. [16]

    , author Zhao, A

    author Balakrishnan, G. , author Zhao, A. , author Sabuncu, M.R. , author Guttag, J. , author Dalca, A.V. , year 2019 . title Voxelmorph: a learning framework for deformable medical image registration . journal IEEE Transactions on Medical Imaging volume 38 , pages 1788--1800

  7. [18]

    , author Khan, A

    author Beg, M.F. , author Khan, A. , year 2007 . title Symmetric data attachment terms for large deformation image registration . journal IEEE Transactions on Medical Imaging volume 26 , pages 1179--1189 . :10.1109/TMI.2007.898813

  8. [19]

    , author Miller, M.I

    author Beg, M.F. , author Miller, M.I. , author Trouvé, A. , author Younes, L. , year 2005 . title Computing large deformation metric mappings via geodesic flows of diffeomorphisms . journal International Journal of Computer Vision volume 61 . :10.1023/B:VISI.0000043755.93987.aa

  9. [20]

    , author Kotte, A.N.T.J

    author Berendsen, F.F. , author Kotte, A.N.T.J. , author de Leeuw, A.A.C. , author Jürgenliemk-Schulz, I.M. , author Viergever, M.A. , author Pluim, J.P.W. , year 2014 a. title Registration of structurally dissimilar images in mri-based brachytherapy . journal Physics in Medic...

  10. [21]

    , author Kotte, A.N.T.J

    author Berendsen, F.F. , author Kotte, A.N.T.J. , author Viergever, M.A. , author Pluim, J.P.W. , year 2014 b. title Registration of organs with sliding interfaces and changing topologies , in: editor Ourselin, S. , editor Styner, M.A. (Eds.), booktitle Medical Imaging 2014: I...

  11. [22]

    , author van der Heide , U.A

    author Berendsen, F.F. , author van der Heide , U.A. , author Langerak, T.R. , author Kotte, A.N. , author Pluim, J.P. , year 2013 . title Free-form image registration regularized by a statistical shape model: application to organ segmentation in cervical mr . journal Computer...

  12. [23]

    , author Lalande, A

    author Bernard, O. , author Lalande, A. , author Zotti, C. , author Cervenansky, F. , author Yang, X. , author Heng, P.A. , author Cetin, I. , author Lekadir, K. , author Camara, O. , author Ballester, M.A.G. , et al., year 2018 . title Deep learning techniques for automatic m...

  13. [24]

    , author Elhabian, S.Y

    author Bhalodia, R. , author Elhabian, S.Y. , author Kavan, L. , author Whitaker, R.T. , year 2019 . title A cooperative autoencoder for population-based regularization of cnn image registration , in: editor Shen, D. , editor Liu, T. , editor Peters, T.M. , editor Staib, L.H. ...

  14. [25]

    , author Gueziri, H.E

    author Bierbrier, J. , author Gueziri, H.E. , author Collins, D.L. , year 2022 . title Estimating medical image registration error and confidence: A taxonomy and scoping review . journal Medical Image Analysis volume 81 , pages 102531 . :10.1016/j.media.2022.102531

  15. [26]

    , author Oshinski, J

    author Bistoquet, A. , author Oshinski, J. , author Škrinjar, O. , year 2008 . title Myocardial deformation recovery from cine mri using a nearly incompressible biventricular model . journal Medical Image Analysis volume 12 , pages 69--85 . :10.1016/j.media.2007.10.009

  16. [27]

    , author Vernhet, P

    author B \^o ne, A. , author Vernhet, P. , author Colliot, O. , author Durrleman, S. , year 2020 . title Learning joint shape and appearance representations with metamorphic auto-encoders , in: booktitle Medical Image Computing and Computer Assisted Intervention -- MICCAI 2020...

  17. [28]

    , year 1989

    author Bookstein, F.L. , year 1989 . title Principal warps: Thin-plate splines and the decomposition of deformations . journal IEEE Transactions on Pattern Analysis and Machine Intelligence volume 11 , pages 567--585 . :10.1109/34.24792

  18. [29]

    , author Paysan, P

    author Brehm, M. , author Paysan, P. , author Oelhafen, M. , author Kunz, P. , author Kachelrieß, M. , year 2012 . title Self-adapting cyclic registration for motion-compensated cone-beam ct in image-guided radiation therapy . journal Medical Physics volume 39 , pages 7603--7618

  19. [30]

    , author Leff, A.P

    author Brett, M. , author Leff, A.P. , author Rorden, C. , author Ashburner, J. , year 2001 . title Spatial normalization of brain images with focal lesions using cost function masking . journal NeuroImage volume 14 , pages 486--500

  20. [31]

    , author Sharpe, M.B

    author Brock, K.K. , author Sharpe, M.B. , author Dawson, L.A. , author Kim, S.M. , author Jaffray, D.A. , year 2005 . title Accuracy of finite element model-based multi-organ deformable image registration . journal Medical Physics volume 32 , pages 1647--1659

  21. [32]

    , year 1981

    author Broit, C. , year 1981 . title Optimal registration of deformed images

  22. [33]

    , author Modersitzki, J

    author Burger, M. , author Modersitzki, J. , author Ruthotto, L. , year 2013 . title A hyperelastic regularization energy for image registration . journal SIAM Journal on Scientific Computing volume 35 , pages B132--B148

  23. [34]

    , author Liu, Y

    author Chen, J. , author Liu, Y. , author He, Y. , author Du, Y. , year 2023 . title Spatially-varying regularization with conditional transformer for unsupervised image registration . journal arXiv preprint arXiv:2303.06168

  24. [35]

    , author Liu, Y

    author Chen, J. , author Liu, Y. , author Wei, S. , author Bian, Z. , author Subramanian, S. , author Carass, A. , author Prince, J.L. , author Du, Y. , year 2024 . title A survey on deep learning in medical image registration: New technologies, uncertainty, evaluation metrics...

  25. [36]

    , author Derksen, A

    author Chen, K. , author Derksen, A. , author Heldmann, S. , author Hallmann, M. , author Berkels, B. , year 2015 . title Deformable image registration with automatic non-correspondence detection , in: editor Aujol, J.F. , editor Nikolova, M. , editor Papadakis, N. (Eds.), boo...

  26. [37]

    , author Xia, Y

    author Chen, X. , author Xia, Y. , author Ravikumar, N. , author Frangi, A.F. , year 2021 . title A deep discontinuity-preserving image registration network , in: editor de Bruijne, M. , editor Cattin, P.C. , editor Cotin, S. , editor Padoy, N. , editor Speidel, S. , editor Zh...

  27. [38]

    , author Xia, Y

    author Chen, X. , author Xia, Y. , author Ravikumar, N. , author Frangi, A.F. , year 2022 . title Joint segmentation and discontinuity-preserving deformable registration: Application to cardiac cine-mr images . journal arXiv preprint arXiv:2211.13828

  28. [39]

    , author Duncan, J.S

    author Chitphakdithai, N. , author Duncan, J.S. , year 2010 . title Non-rigid registration with missing correspondences in preoperative and postresection brain images , in: editor Jiang, T. , editor Navab, N. , editor Pluim, J.P.W. , editor Viergever, M.A. (Eds.), booktitle Me...

  29. [40]

    , author Hoffman, E.A

    author Choi, S. , author Hoffman, E.A. , author Wenzel, S.E. , author Tawhai, M.H. , author Yin, Y. , author Castro, M. , author Lin, C.L. , year 2013 . title Registration-based assessment of regional lung function via volumetric ct images of normal subjects vs. severe asthmat...

  30. [41]

    , year 1994

    author Christensen, G.E. , year 1994 . title Deformable shape models for anatomy . publisher Washington University in St. Louis

  31. [42]

    , author Johnson, H.J

    author Christensen, G.E. , author Johnson, H.J. , year 2001 . title Consistent image registration . journal IEEE Transactions on Medical Imaging volume 20 . :10.1109/42.932742

  32. [43]

    , author Rabbitt, R.D

    author Christensen, G.E. , author Rabbitt, R.D. , author Miller, M.I. , year 1996 . title Deformable templates using large deformation kinematics . journal IEEE Transactions on Image Processing volume 5 , pages 1435--1447 . :10.1109/83.536892

  33. [45]

    , author Fessler, J.A

    author Chun, S.Y. , author Fessler, J.A. , year 2008 . title Regularized methods for topology-preserving smooth nonrigid image registration using b-spline basis , in: booktitle 2008 5th IEEE International Symposium on Biomedical Imaging: From Nano to Macro , pp. pages 1099--11...

  34. [46]

    , author Hawes, J.Z

    author Cocciolone, A.J. , author Hawes, J.Z. , author Staiculescu, M.C. , author Johnson, E.O. , author Murshed, M. , author Wagenseil, J.E. , year 2018 . title Elastin, arterial mechanics, and cardiovascular disease . journal American Journal of Physiology-Heart and Circulato...

  35. [47]

    , author Arsigny, V

    author Commowick, O. , author Arsigny, V. , author Isambert, A. , author Costa, J. , author Dhermain, F. , author Bidault, F. , author Bondiau, P.Y. , author Ayache, N. , author Malandain, G. , year 2008 . title An efficient locally affine framework for the smooth registration...

  36. [48]

    , author Mahmoodi, S

    author Cui, Z. , author Mahmoodi, S. , author Conway, J. , author Guy, M. , author Lewis, E. , author Havelock, T. , author Bennett, M. , year 2017 . title A novel non-rigid registration method based on nonparametric statistical deformation model for medical image analysis , i...

  37. [49]

    , author Feragen, A

    author Czolbe, P.S. , author Feragen, A. , author Krause, O. , year 2021 . title Spot the difference: Detection of topological changes via geometric alignment , in: editor Ranzato, M. , editor Beygelzimer, A. , editor Dauphin, Y. , editor Liang, P. , editor Vaughan, J.W. (Eds....

  38. [50]

    , author Balakrishnan, G

    author Dalca, A.V. , author Balakrishnan, G. , author Guttag, J. , author Sabuncu, M.R. , year 2019 . title Unsupervised learning of probabilistic diffeomorphic registration for images and surfaces . journal Medical Image Analysis volume 57 . :10.1016/j.media.2019.07.006

  39. [51]

    , author Berendsen, F.F

    author de Vos , B.D. , author Berendsen, F.F. , author Viergever, M.A. , author Sokooti, H. , author Staring, M. , author Išgum, I. , year 2019 . title A deep learning framework for unsupervised affine and deformable image registration . journal Medical Image Analysis volume 5...

  40. [52]

    , author Rit, S

    author Delmon, V. , author Rit, S. , author Pinho, R. , author Sarrut, D. , author Delmon, V. , year 2011 . title Direction dependent b-splines decomposition for the registration of sliding objects , in: booktitle Proceedings of the Fourth International Workshop on Pulmonary I...

  41. [53]

    , author Heldmann, S

    author Derksen, A. , author Heldmann, S. , author Polzin, T. , author Berkels, B. , year 2015 . title Image registration with sliding motion constraints for 4d ct motion correction , in: editor Handels, H. , editor Deserno, T.M. , editor Meinzer, H.P. , editor Tolxdorff, T. (E...

  42. [54]

    , author Du, H

    author Dong, Q. , author Du, H. , author Song, Y. , author Xu, Y. , author Liao, J. , year 2023 . title Preserving tumor volumes for unsupervised medical image registration , in: booktitle Proceedings of the IEEE/CVF International Conference on Computer Vision , pp. pages 21208--21218

  43. [55]

    , author Foteinos, P

    author Drakopoulos, F. , author Foteinos, P. , author Liu, Y. , author Chrisochoides, N.P. , year 2014 . title Toward a real time multi-tissue adaptive physics-based non-rigid registration framework for brain tumor resection . journal Frontiers in Neuroinformatics volume 8 . :...

  44. [56]

    , author Zhong, M

    author Duan, B. , author Zhong, M. , author Yan, Y. , year 2023 a. title Towards saner deep image registration , in: booktitle Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , pp. pages 12459--12468

  45. [57]

    , author Cao, Y

    author Duan, L. , author Cao, Y. , author Wang, Z. , author Liu, D. , author Fu, T. , author Yuan, G. , author Zheng, J. , year 2023 b. title Boundary-aware registration network for 4d-ct lung image with sliding motion . journal Biomedical Signal Processing and Control volume ...

  46. [58]

    , author Grenander, U

    author Dupuis, P. , author Grenander, U. , author Miller, M.I. , year 1998 . title Variational problems on flows of diffeomorphisms for image matching . journal Quarterly of Applied Mathematics volume 56 . :10.1090/qam/1632326

  47. [59]

    , author Hill, D.L

    author Edwards, P.J. , author Hill, D.L. , author Little, J.A. , author Hawkes, D.J. , year 1998 . title A three-component deformation model for image-guided surgery . journal Medical Image Analysis volume 2 , pages 355--367

  48. [60]

    , author Tran, E.H

    author Eiben, B. , author Tran, E.H. , author Menten, M.J. , author Oelfke, U. , author Hawkes, D.J. , author McClelland, J.R. , year 2018 . title Statistical motion mask and sliding registration , in: editor Klein, S. , editor Staring, M. , editor Durrleman, S. , editor Somme...

  49. [61]

    , author Beljaards, L

    author Elmahdy, M.S. , author Beljaards, L. , author Yousefi, S. , author Sokooti, H. , author Verbeek, F. , author Van Der Heide, U.A. , author Staring, M. , year 2021 . title Joint registration and segmentation via multi-task learning for adaptive radiotherapy of prostate ca...

  50. [62]

    , author Vakalopoulou, M

    author Estienne, T. , author Vakalopoulou, M. , author Battistella, E. , author Henry, T. , author Lerousseau, M. , author Leroy, A. , author Paragios, N. , author Deutsch, E. , year 2021 . title Mics : Multi-steps, inverse consistency and symmetric deep learning registration ...

  51. [63]

    , author Vakalopoulou, M

    author Estienne, T. , author Vakalopoulou, M. , author Christodoulidis, S. , author Battistela, E. , author Lerousseau, M. , author Carre, A. , author Klausner, G. , author Sun, R. , author Robert, C. , author Mougiakakou, S. , author Paragios, N. , author Deutsch, E. , year 2...

  52. [64]

    , author Li, Z

    author Fan, X. , author Li, Z. , author Li, Z. , author Wang, X. , author Liu, R. , author Luo, Z. , author Huang, H. , year 2023 . title Automated learning for deformable medical image registration by jointly optimizing network architectures and objective functions . journal ...

  53. [65]

    , author Baltas, D

    author Fechter, T. , author Baltas, D. , year 2019 . title One-shot learning for deformable medical image registration and periodic motion tracking . journal IEEE Transactions on Medical Imaging volume 39 , pages 2506--2517

  54. [66]

    , author Zheng, Y

    author Feng, Y. , author Zheng, Y. , author Huang, D. , author Wei, J. , author Liu, T. , author Wang, Y. , author Liu, Y. , year 2024 . title Stepwise corrected attention registration network for preoperative and follow-up magnetic resonance imaging of glioma patients . journ...

  55. [67]

    , author Paragios, N

    author Ferrante, E. , author Paragios, N. , year 2017 . title Slice-to-volume medical image registration: A survey . journal Medical Image Analysis volume 39 , pages 101--123 . :10.1016/j.media.2017.04.010

  56. [68]

    , author Ebner, M

    author Fidon, L. , author Ebner, M. , author Garcia-Peraza-Herrera, L.C. , author Modat, M. , author Ourselin, S. , author Vercauteren, T. , year 2019 . title Incompressible image registration using divergence-conforming b-splines , in: editor Shen, D. , editor Liu, T. , edito...

  57. [69]

    , author Modersitzki, J

    author Fischer, B. , author Modersitzki, J. , year 2004 . title A unified approach to fast image registration and a new curvature based registration technique . journal Linear Algebra and its Applications volume 380 , pages 107--124

  58. [70]

    , author Andersson, M

    author Forsberg, D. , author Andersson, M. , author Knutsson, H. , year 2010 . title Adaptive anisotropic regularization of deformation fields for non-rigid registration using the morphon framework , in: booktitle 2010 IEEE International Conference on Acoustics, Speech and Sig...

  59. [71]

    , author Gori, P

    author Fran c ois, A. , author Gori, P. , author Glaun \`e s, J. , year 2021 . title Metamorphic image registration using a semi-lagrangian scheme , in: editor Nielsen, F. , editor Barbaresco, F. (Eds.), booktitle Geometric Science of Information , publisher Springer Internati...

  60. [72]

    , author Maillard, M

    author Fran c ois, A. , author Maillard, M. , author Oppenheim, C. , author Pallud, J. , author Bloch, I. , author Gori, P. , author Glaun \`e s, J. , year 2022 . title Weighted metamorphosis for registration of images with different topologies , in: editor Hering, A. , editor...

  61. [73]

    , author Voss, S.D

    author Freiman, M. , author Voss, S.D. , author Warfield, S.K. , year 2011 . title Demons registration with local affine adaptive regularization: application to registration of abdominal structures , in: booktitle 2011 IEEE International Symposium on Biomedical Imaging: From N...

  62. [74]

    , author Lei, Y

    author Fu, Y. , author Lei, Y. , author Wang, T. , author Curran, W.J. , author Liu, T. , author Yang, X. , year 2020 . title Deep learning in medical image registration: a review . journal Physics in Medicine & Biology volume 65 . :10.1088/1361-6560/ab843e

  63. [75]

    , author Liu, S

    author Fu, Y. , author Liu, S. , author Li, H.H. , author Li, H. , author Yang, D. , year 2018 . title An adaptive motion regularization technique to support sliding motion in deformable image registration . journal Medical Physics volume 45 , pages 735--747

  64. [76]

    , author Tao, R

    author Gao, X. , author Tao, R. , author Zheng, G. , year 2022 . title Bidmir: Bi-directional medical image registration with symmetric attention and cyclic consistency regularization , in: booktitle 2022 IEEE 19th International Symposium on Biomedical Imaging (ISBI) , pp. pag...

  65. [77]

    , author Van Houtte, J

    author Gao, X. , author Van Houtte, J. , author Chen, Z. , author Zheng, G. , year 2021 . title Deepasdm: a deep learning framework for affine and deformable image registration incorporating a statistical deformation model , in: booktitle 2021 IEEE EMBS International Conferenc...

  66. [78]

    , author Vishnevsky, V

    author Goksel, O. , author Vishnevsky, V. , author Carrillo, A.G. , author Tanner, C. , year 2016 . title Imaging of sliding visceral interfaces during breathing , in: booktitle 2016 IEEE 13th International Symposium on Biomedical Imaging (ISBI) , pp. pages 298--301 . :10.1109...

  67. [79]

    , author Duan, L

    author Gong, L. , author Duan, L. , author Dai, Y. , author He, Q. , author Zuo, S. , author Fu, T. , author Yang, X. , author Zheng, J. , year 2020 . title Locally adaptive total p-variation regularization for non-rigid image registration with sliding motion . journal IEEE Tr...

  68. [80]

    , author Chelikani, S

    author Greene, W.H. , author Chelikani, S. , author Purushothaman, K. , author Knisely, J. , author Chen, Z. , author Papademetris, X. , author Staib, L.H. , author Duncan, J.S. , year 2009 . title Constrained non-rigid registration for use in image-guided adaptive radiotherap...

  69. [81]

    , author Kwitt, R

    author Greer, H. , author Kwitt, R. , author Vialard, F.X. , author Niethammer, M. , year 2021 . title Icon: Learning regular maps through inverse consistency , in: booktitle 2021 IEEE/CVF International Conference on Computer Vision (ICCV) , pp. pages 3376--3385 . :10.1109/ICC...

  70. [82]

    , author Tian, L

    author Greer, H. , author Tian, L. , author Vialard, F.X. , author Kwitt, R. , author Bouix, S. , author San Jose Estepar, R. , author Rushmore, R. , author Niethammer, M. , year 2023 . title Inverse consistency by construction for multistep deep registration , in: editor Gree...

  71. [83]

    , author Heinrich, M.P

    author Gro br \"o hmer, C. , author Heinrich, M.P. , year 2024 . title Generalised 3d medical image registration with learned shape encodings , in: editor Waiter, G. , editor Lambrou, T. , editor Leontidis, G. , editor Oren, N. , editor Morris, T. , editor Gordon, S. (Eds.), b...

  72. [84]

    , author Cao, X

    author Gu, D. , author Cao, X. , author Liu, G. , author Shen, D. , author Xue, Z. , year 2021 . title Multiresolution registration network (mrn) hierarchy with prior knowledge learning , in: editor Lian, C. , editor Cao, X. , editor Rekik, I. , editor Xu, X. , editor Yan, P. ...

  73. [85]

    , author Tan, Q

    author Haak, A.J. , author Tan, Q. , author Tschumperlin, D.J. , year 2018 . title Matrix biomechanics and dynamics in pulmonary fibrosis . journal Matrix Biology volume 73 , pages 64--76

  74. [86]

    , author Heldmann, S

    author Haber, E. , author Heldmann, S. , author Modersitzki, J. , year 2009 . title A framework for image-based constrained registration with an application to local rigidity . journal Linear Algebra Appl volume 431 , pages 70

  75. [87]

    , author Modersitzki, J

    author Haber, E. , author Modersitzki, J. , year 2004 . title Numerical methods for volume preserving image registration . journal Inverse Problems volume 20 , pages 1621

  76. [88]

    , author Modersitzki, J

    author Haber, E. , author Modersitzki, J. , year 2007 . title Image registration with guaranteed displacement regularity . journal International journal of computer vision volume 71 , pages 361--372

  77. [89]

    , author Dong, H

    author Han, L. , author Dong, H. , author McClelland, J.R. , author Han, L. , author Hawkes, D.J. , author Barratt, D.C. , year 2017 . title A hybrid patient-specific biomechanical model based image registration method for the motion estimation of lungs . journal Medical Image...

  78. [90]

    , author Shen, Z

    author Han, X. , author Shen, Z. , author Xu, Z. , author Bakas, S. , author Akbari, H. , author Bilello, M. , author Davatzikos, C. , author Niethammer, M. , year 2020 . title A deep network for joint registration and reconstruction of images with pathologies . journal Machin...

  79. [91]

    , author Heinrich, M.P

    author Hansen, L. , author Heinrich, M.P. , year 2021 . title Graphregnet: Deep graph regularisation networks on sparse keypoints for dense registration of 3d lung cts . journal IEEE Transactions on Medical Imaging volume 40 , pages 2246--2257

  80. [92]

    , author Stoker, J

    author van Harten, L.D. , author Stoker, J. , author Išgum, I. , year 2024 . title Robust deformable image registration using cycle-consistent implicit representations . journal IEEE Transactions on Medical Imaging volume 43 , pages 784--793 . :10.1109/TMI.2023.3321425

  81. [93]

    , author Kruger, U

    author Haskins, G. , author Kruger, U. , author Yan, P. , year 2020 . title Deep learning in medical image registration: a survey . journal Machine Vision and Applications volume 31 , pages 8

  82. [94]

    , author Xue, Z

    author He, T. , author Xue, Z. , author Xie, W. , author Wong, S.T.C. , year 2010 . title Online 4-d ct estimation for patient-specific respiratory motion based on real-time breathing signals , in: editor Jiang, T. , editor Navab, N. , editor Pluim, J.P.W. , editor Viergever, ...

  83. [95]

    , author Handels, H

    author Heinrich, M.P. , author Handels, H. , author Simpson, I.J.A. , year 2015 . title Estimating large lung motion in copd patients by symmetric regularised correspondence fields , in: editor Navab, N. , editor Hornegger, J. , editor Wells, W.M. , editor Frangi, A. (Eds.), b...

  84. [96]

    , author Hansen, L

    author Heinrich, M.P. , author Hansen, L. , year 2022 . title Voxelmorph++ going beyond the cranial vault with keypoint supervision and multi-channel instance optimisation , in: booktitle International Workshop on Biomedical Image Registration , organization Springer . pp. pag...

  85. [97]

    , author Jenkinson, M

    author Heinrich, M.P. , author Jenkinson, M. , author Brady, M. , author Schnabel, J. , year 2010 . title Discontinuity preserving regularisation for variational optical-flow registration using the modified lp norm . journal Medical Image Analysis for the Clinic: A Grand Chall...

  86. [98]

    , author van Ginneken, B

    author Hering, A. , author van Ginneken, B. , author Heldmann, S. , year 2019 . title mlvirnet: Multilevel variational image registration network , in: editor Shen, D. , editor Liu, T. , editor Peters, T.M. , editor Staib, L.H. , editor Essert, C. , editor Zhou, S. , editor Ya...

  87. [99]

    , author Hansen, L

    author Hering, A. , author Hansen, L. , author Mok, T.C.W. , author Chung, A.C.S. , author Siebert, H. , author Häger, S. , author Lange, A. , author Kuckertz, S. , author Heldmann, S. , author Shao, W. , author Vesal, S. , author Rusu, M. , author Sonn, G. , author Estienne, ...

  88. [100]

    , author Fletcher, P.T

    author Hinkle, J. , author Fletcher, P.T. , author Wang, B. , author Salter, B. , author Joshi, S. , year 2009 . title 4d map image reconstruction incorporating organ motion , in: editor Prince, J.L. , editor Pham, D.L. , editor Myers, K.J. (Eds.), booktitle Information Proces...

  89. [101]

    , author Marttinen, P

    author Honkamaa, J. , author Marttinen, P. , year 2024 . title Sitreg: Multi-resolution architecture for symmetric, inverse consistent, and topology preserving image registration . journal arXiv preprint arXiv:2303.10211 arXiv:2303.10211 http://arxiv.org/abs/2303.10211

  90. [102]

    , author Hoffmann, M

    author Hoopes, A. , author Hoffmann, M. , author Fischl, B. , author Guttag, J. , author Dalca, A.V. , year 2021 . title Hypermorph: Amortized hyperparameter learning for image registration , in: booktitle Information Processing in Medical Imaging (IPMI) , p. pages 3–17

  91. [103]

    , author Schunck, B.G

    author Horn, B.K. , author Schunck, B.G. , year 1981 . title Determining optical flow . journal Artificial intelligence volume 17 , pages 185--203

  92. [104]

    , author Gibson, E

    author Hu, Y. , author Gibson, E. , author Ahmed, H.U. , author Moore, C.M. , author Emberton, M. , author Barratt, D.C. , year 2015 . title Population-based prediction of subject-specific prostate deformation for mr-to-ultrasound image registration . journal Medical Image Ana...

  93. [105]

    , author Gibson, E

    author Hu, Y. , author Gibson, E. , author Ghavami, N. , author Bonmati, E. , author Moore, C.M. , author Emberton, M. , author Vercauteren, T. , author Noble, J.A. , author Barratt, D.C. , year 2018 a. title Adversarial deformation regularization for training image registrati...

  94. [107]

    , author Modat, M

    author Hu, Y. , author Modat, M. , author Gibson, E. , author Li, W. , author Ghavami, N. , author Bonmati, E. , author Wang, G. , author Bandula, S. , author Moore, C.M. , author Emberton, M. , author Ourselin, S. , author Noble, J.A. , author Barratt, D.C. , author Vercauter...

  95. [108]

    , author Morgan, D

    author Hu, Y. , author Morgan, D. , author Ahmed, H.U. , author Pends \'e , D. , author Sahu, M. , author Allen, C. , author Emberton, M. , author Hawkes, D. , author Barratt, D. , year 2008 . title A statistical motion model based on biomechanical simulations for data fusion ...

  96. [109]

    , author Pozo, J.M

    author Hua, R. , author Pozo, J.M. , author Taylor, Z.A. , author Frangi, A.F. , year 2017 . title Multiresolution extended free-form deformations (xffd) for non-rigid registration with discontinuous transforms . journal Medical Image Analysis volume 36 , pages 113--122 . :10....

  97. [110]

    , author Chen, K

    author Huang, C. , author Chen, K. , author Huang, M. , author Kong, D. , author Yuan, J. , year 2024 . title Topology-preserving image registration with novel multi-dimensional beltrami regularization . journal Applied Mathematical Modelling volume 125 , pages 539--556 . :10....

  98. [111]

    , author Yang, H

    author Huang, W. , author Yang, H. , author Liu, X. , author Li, C. , author Zhang, I. , author Wang, R. , author Zheng, H. , author Wang, S. , year 2021 . title A coarse-to-fine deformable transformation framework for unsupervised multi-contrast mr image registration with dua...

  99. [112]

    , author Thorley, A

    author Jia, X. , author Thorley, A. , author Chen, W. , author Qiu, H. , author Shen, L. , author Styles, I.B. , author Chang, H.J. , author Leonardis, A. , author de Marvao, A. , author O’Regan, D.P. , author Rueckert, D. , author Duan, J. , year 2022 . title Learning a model...

  100. [113]

    , author Hong, Y

    author Joshi, A. , author Hong, Y. , year 2022 . title Diffeomorphic image registration using lipschitz continuous residual networks , in: editor Konukoglu, E. , editor Menze, B. , editor Venkataraman, A. , editor Baumgartner, C. , editor Dou, Q. , editor Albarqouni, S. (Eds.)...

  101. [114]

    , author Hong, Y

    author Joshi, A. , author Hong, Y. , year 2023 . title R2net: Efficient and flexible diffeomorphic image registration using lipschitz continuous residual networks . journal Medical Image Analysis volume 89 , pages 102917 . :10.1016/j.media.2023.102917

  102. [115]

    , author Giger, A

    author Jud, C. , author Giger, A. , author Sandk \"u hler, R. , author Cattin, P.C. , year 2017 a. title A localized statistical motion model as a reproducing kernel for non-rigid image registration , in: editor Descoteaux, M. , editor Maier-Hein, L. , editor Franz, A. , edito...

  103. [116]

    , author M \"o ri, N

    author Jud, C. , author M \"o ri, N. , author Bitterli, B. , author Cattin, P.C. , year 2016 . title Bilateral regularization in reproducing kernel hilbert spaces for discontinuity preserving image registration , in: editor Wang, L. , editor Adeli, E. , editor Wang, Q. , edito...

  104. [117]

    , author Sandk \"u hler, R

    author Jud, C. , author Sandk \"u hler, R. , author Cattin, P.C. , year 2018 . title An inhomogeneous multi-resolution regularization concept for discontinuity preserving image registration , in: editor Klein, S. , editor Staring, M. , editor Durrleman, S. , editor Sommer, S. ...

  105. [118]

    u hler, R. , author M \

    author Jud, C. , author Sandk \"u hler, R. , author M \"o ri, N. , author Cattin, P.C. , year 2017 b. title Directional averages for motion segmentation in discontinuity preserving image registration , in: editor Descoteaux, M. , editor Maier-Hein, L. , editor Franz, A. , edit...

  106. [119]

    , author Franz, A

    author Kabus, S. , author Franz, A. , author Fischer, B. , year 2005 . title On elastic image registration with varying material parameters , in: editor Meinzer, H.P. , editor Handels, H. , editor Horsch, A. , editor Tolxdorff, T. (Eds.), booktitle Bildverarbeitung f \"u r die...

  107. [120]

    , author Joshi, S

    author Keall, P.J. , author Joshi, S. , author Vedam, S.S. , author Siebers, J.V. , author Kini, V.R. , author Mohan, R. , year 2005 a. title Four-dimensional radiotherapy planning for dmlc-based respiratory motion tracking . journal Medical physics volume 32 , pages 942--951

  108. [121]

    , author Joshi, S

    author Keall, P.J. , author Joshi, S. , author Vedam, S.S. , author Siebers, J.V. , author Kini, V.R. , author Mohan, R. , year 2005 b. title Four-dimensional radiotherapy planning for dmlc-based respiratory motion tracking . journal Medical physics volume 32 , pages 942--951

  109. [122]

    , author Chen, S

    author Kearney, V. , author Chen, S. , author Gu, X. , author Chiu, T. , author Liu, H. , author Jiang, L. , author Wang, J. , author Yordy, J. , author Nedzi, L. , author Mao, W. , year 2014 . title Automated landmark-guided deformable image registration . journal Physics in ...

  110. [123]

    , author Ning, G

    author Khor, H.G. , author Ning, G. , author Sun, Y. , author Lu, X. , author Zhang, X. , author Liao, H. , year 2023 . title Anatomically constrained and attention-guided deep feature fusion for joint segmentation and deformable medical image registration . journal Medical Im...

  111. [124]

    , author Kim, D.H

    author Kim, B. , author Kim, D.H. , author Park, S.H. , author Kim, J. , author Lee, J.G. , author Ye, J.C. , year 2021 . title Cyclemorph: Cycle consistent unsupervised deformable image registration . journal Medical Image Analysis volume 71 , pages 102036 . :10.1016/j.media....

  112. [125]

    , author Kim, M.H

    author Kim, M.J. , author Kim, M.H. , author Shen, D. , year 2008 . title Learning-based deformation estimation for fast non-rigid registration , in: booktitle 2008 IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops , pp. pages 1--6 . :10.110...

  113. [126]

    , author Buerger, C

    author King, A. , author Buerger, C. , author Tsoumpas, C. , author Marsden, P. , author Schaeffter, T. , year 2012 . title Thoracic respiratory motion estimation from mri using a statistical model and a 2-d image navigator . journal Medical Image Analysis volume 16 , pages 252--264

  114. [127]

    , author Delingette, H

    author Krebs, J. , author Delingette, H. , author Mailh \'e , B. , author Ayache, N. , author Mansi, T. , year 2018 . title Learning a probabilistic model for diffeomorphic registration . journal IEEE Transactions on Medical Imaging volume 38 , pages 2165--2176

  115. [128]

    , author Yang, W

    author Lai, X. , author Yang, W. , author Wang, L. , author Ying, S. , year 2023 . title Image registration with learned regularization , in: booktitle 2023 China Automation Congress (CAC) , pp. pages 6592--6597 . :10.1109/CAC59555.2023.10450865

  116. [129]

    , author Kybic, J

    author Ledesma-Carbayo, M. , author Kybic, J. , author Desco, M. , author Santos, A. , author Suhling, M. , author Hunziker, P. , author Unser, M. , year 2005 . title Spatio-temporal nonrigid registration for ultrasound cardiac motion estimation . journal IEEE Transactions on ...

  117. [130]

    , author Huang, S.C

    author Leow, A. , author Huang, S.C. , author Geng, A. , author Becker, J. , author Davis, S. , author Toga, A. , author Thompson, P. , year 2005 . title Inverse consistent mapping in 3d deformable image registration: its construction and statistical properties , in: booktitle...

  118. [131]

    , author Arridge, S.R

    author Lester, H. , author Arridge, S.R. , author Jansons, K.M. , author Lemieux, L. , author Hajnal, J.V. , author Oatridge, A. , year 1999 . title Non-linear registration with the variable viscosity fluid algorithm , in: editor Kuba, A. , editor S \'a amal, M. , editor Todd-...

  119. [132]

    , author Chen, K

    author Li, Y. , author Chen, K. , author Chen, C. , author Zhang, J. , year 2024 . title A bi-variant variational model for diffeomorphic image registration with relaxed jacobian determinant constraints . journal Applied Mathematical Modelling volume 130 , pages 66--93 . :10.1...

  120. [133]

    , author Hill, D

    author Little, J. , author Hill, D. , author Hawkes, D. , year 1997 . title Deformations incorporating rigid structures . journal Computer Vision and Image Understanding volume 66 , pages 223--232 . :10.1006/cviu.1997.0608

  121. [134]

    , author Gu, S

    author Liu, Y. , author Gu, S. , year 2023 . title Co-learning semantic-aware unsupervised segmentation for pathological image registration , in: editor Greenspan, H. , editor Madabhushi, A. , editor Mousavi, P. , editor Salcudean, S. , editor Duncan, J. , editor Syeda-Mahmood...

  122. [135]

    , author Maes, F

    author Loeckx, D. , author Maes, F. , author Vandermeulen, D. , author Suetens, P. , year 2003 . title Non-rigid image registration using a statistical spline deformation model , in: editor Taylor, C. , editor Noble, J.A. (Eds.), booktitle Information Processing in Medical Ima...

  123. [136]

    , author Maes, F

    author Loeckx, D. , author Maes, F. , author Vandermeulen, D. , author Suetens, P. , year 2004 . title Nonrigid image registration using free-form deformations with a local rigidity constraint , in: editor Barillot, C. , editor Haynor, D.R. , editor Hellier, P. (Eds.), booktit...

  124. [137]

    , author Jin, R

    author Lu, J. , author Jin, R. , author Wang, M. , author Song, E. , author Ma, G. , year 2023 . title A discontinuity-preserving regularization for deep learning-based cardiac image registration . journal Physics in Medicine& Biology volume 68 , pages 095024 . :10.1088/1361-6...

  125. [138]

    , author Yang, G

    author Lu, Z. , author Yang, G. , author Hua, T. , author Hu, L. , author Kong, Y. , author Tang, L. , author Zhu, X. , author Dillenseger, J.L. , author Shu, H. , author Coatrieux, J.L. , year 2019 . title Unsupervised three-dimensional image registration using a cycle convol...

  126. [139]

    , author Liu, D

    author Luo, Z. , author Liu, D. , author Ai, D. , year 2023 . title Unsupervised medical image registration via dynamic adaptive total p-variation regularization , in: booktitle Proceedings of the 15th International Conference on Digital Image Processing , publisher Associatio...

  127. [140]

    , author He, J

    author Ma, X. , author He, J. , author Liu, X. , author Liu, Q. , author Chen, G. , author Yuan, B. , author Li, C. , author Xia, Y. , year 2023 . title Hierarchical cumulative network for unsupervised medical image registration . journal Computers in Biology and Medicine volu...

  128. [141]

    , author Ge, Z

    author Mahapatra, D. , author Ge, Z. , author Sedai, S. , author Chakravorty, R. , year 2018 . title Joint registration and segmentation of xray images using generative adversarial networks , in: editor Shi, Y. , editor Suk, H.I. , editor Liu, M. (Eds.), booktitle Machine Lear...

  129. [142]

    , author Fran c ois, A

    author Maillard, M. , author Fran c ois, A. , author Glaun \`e s, J. , author Bloch, I. , author Gori, P. , year 2022 . title A deep residual learning implementation of metamorphosis , in: booktitle 2022 IEEE 19th International Symposium on Biomedical Imaging (ISBI) , organiza...

  130. [143]

    , author Pennec, X

    author Mansi, T. , author Pennec, X. , author Sermesant, M. , author Delingette, H. , author Ayache, N. , year 2011 . title Ilogdemons: A demons-based registration algorithm for tracking incompressible elastic biological tissues . journal International Journal of Computer Visi...

  131. [144]

    , author Milone, D.H

    author Mansilla, L. , author Milone, D.H. , author Ferrante, E. , year 2020 . title Learning deformable registration of medical images with anatomical constraints . journal Neural Networks volume 124 , pages 269--279 . :10.1016/j.neunet.2020.01.023

  132. [145]

    , author Ray, N

    author Matinkia, M. , author Ray, N. , year 2024 . title Learning diffeomorphism for image registration with time-continuous networks using semigroup regularization . arXiv:2405.18684 http://arxiv.org/abs/2405.18684

  133. [146]

    , author Lei, Y

    author Matkovic, L. , author Lei, Y. , author Fu, Y. , author Wang, T. , author Kesarwala, A.H. , author Axente, M. , author Roper, J. , author Higgins, K. , author Bradley, J.D. , author Liu, T. , author Yang, X. , year 2024 . title Deformable lung 4dct image registration via...

  134. [147]

    , author Brosig, R

    author Matl, S. , author Brosig, R. , author Baust, M. , author Navab, N. , author Demirci, S. , year 2017 . title Vascular image registration techniques: A living review . journal Medical Image Analysis volume 35 , pages 1--17 . :10.1016/j.media.2016.05.005

  135. [148]

    , author Nehorai, A

    author McEachen, J. , author Nehorai, A. , author Duncan, J. , year 2000 . title Multiframe temporal estimation of cardiac nonrigid motion . journal IEEE Transactions on Image Processing volume 9 , pages 651--665 . :10.1109/83.841941

  136. [149]

    , author Klein, S

    author Metz, C. , author Klein, S. , author Schaap, M. , author van Walsum , T. , author Niessen, W. , year 2011 . title Nonrigid registration of dynamic medical imaging data using nd+t b-splines and a groupwise optimization approach . journal Medical Image Analysis volume 15 ...

  137. [150]

    , author Baum, Z.M.C

    author Min, Z. , author Baum, Z.M.C. , author Saeed, S.U. , author Emberton, M. , author Barratt, D.C. , author Taylor, Z.A. , author Hu, Y. , year 2023 . title Non-rigid medical image registration using physics-informed neural networks , in: editor Frangi, A. , editor de Brui...

  138. [151]

    , author Baum, Z.M.C

    author Min, Z. , author Baum, Z.M.C. , author Saeed, S.U. , author Emberton, M. , author Barratt, D.C. , author Taylor, Z.A. , author Hu, Y. , year 2024 . title Biomechanics-informed non-rigid medical image registration and its inverse material property estimation with linear ...

  139. [152]

    , year 2008

    author Modersitzki, J. , year 2008 . title Flirt with rigidity—image registration with a local non-rigidity penalty . journal International Journal of Computer Vision volume 76 , pages 153--163

  140. [153]

    , author Zacharaki, E.I

    author Mohamed, A. , author Zacharaki, E.I. , author Shen, D. , author Davatzikos, C. , year 2006 . title Deformable registration of brain tumor images via a statistical model of tumor-induced deformation . journal Medical Image Analysis volume 10 , pages 752--763 . :10.1016/j...

  141. [154]

    , author Chung, A.C

    author Mok, T.C. , author Chung, A.C. , year 2021 a. title Conditional deformable image registration with convolutional neural network , in: booktitle Medical Image Computing and Computer Assisted Intervention--MICCAI 2021 , organization Springer . pp. pages 35--45

  142. [155]

    , author Chung, A.C.S

    author Mok, T.C.W. , author Chung, A.C.S. , year 2020 . title Large deformation diffeomorphic image registration with laplacian pyramid networks , in: editor Martel, A.L. , editor Abolmaesumi, P. , editor Stoyanov, D. , editor Mateus, D. , editor Zuluaga, M.A. , editor Zhou, S...

  143. [156]

    , author Chung, A.C.S

    author Mok, T.C.W. , author Chung, A.C.S. , year 2021 b. title Fast symmetric diffeomorphic image registration with convolutional neural networks . arXiv:2003.09514 http://arxiv.org/abs/2003.09514

  144. [157]

    , author Chung, A.C.S

    author Mok, T.C.W. , author Chung, A.C.S. , year 2021 c. title Large deformation image registration with anatomy-aware laplacian pyramid networks , in: editor Shusharina, N. , editor Heinrich, M.P. , editor Huang, R. (Eds.), booktitle Segmentation, Classification, and Registra...

  145. [158]

    , author Chung, A.C.S

    author Mok, T.C.W. , author Chung, A.C.S. , year 2022 . title Unsupervised deformable image registration with absent correspondences in pre-operative and post-recurrence brain tumor mri scans , in: editor Wang, L. , editor Dou, Q. , editor Fletcher, P.T. , editor Speidel, S. ,...

  146. [159]

    title The national lung screening trial: overview and study design

    author National Lung Screening Trial Research Team , year 2011 . title The national lung screening trial: overview and study design . journal Radiology volume 258 , pages 243--253

  147. [160]

    , author Fookes, C

    author Nazib, A. , author Fookes, C. , author Salvado, O. , author Perrin, D. , year 2021 . title A multiple decoder cnn for inverse consistent 3d image registration , in: booktitle 2021 IEEE 18th International Symposium on Biomedical Imaging (ISBI) , pp. pages 904--907 . :10....

  148. [161]

    , author Ebrahimi, M

    author Ng, E. , author Ebrahimi, M. , year 2020 . title An unsupervised learning approach to discontinuity-preserving image registration , in: editor S piclin, Z . , editor McClelland, J. , editor Kybic, J. , editor Goksel, O. (Eds.), booktitle Biomedical Image Registration , ...

  149. [162]

    , author Yang, X

    author Nie, Z. , author Yang, X. , year 2019 . title Deformable image registration using functions of bounded deformation . journal IEEE Transactions on Medical Imaging volume 38 , pages 1488--1500 . :10.1109/TMI.2019.2896170

  150. [163]

    , author Darkner, S

    author Nielsen, R.K. , author Darkner, S. , author Feragen, A. , year 2019 a. title Topaware: Topology-aware registration . journal Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) volume 11765...

  151. [164]

    , author Darkner, S

    author Nielsen, R.K. , author Darkner, S. , author Feragen, A. , year 2019 b. title Topaware: Topology-aware registration , in: editor Shen, D. , editor Liu, T. , editor Peters, T.M. , editor Staib, L.H. , editor Essert, C. , editor Zhou, S. , editor Yap, P.T. , editor Khan, A...

  152. [165]

    , author Hart, G.L

    author Niethammer, M. , author Hart, G.L. , author Pace, D.F. , author Vespa, P.M. , author Irimia, A. , author Van Horn, J.D. , author Aylward, S.R. , year 2011 . title Geometric metamorphosis , in: editor Fichtinger, G. , editor Martel, A. , editor Peters, T. (Eds.), booktit...

  153. [166]

    , author Kwitt, R

    author Niethammer, M. , author Kwitt, R. , author Vialard, F.X. , year 2019 . title Metric learning for image registration , in: booktitle Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pp. pages 8463--8472

  154. [167]

    , author Schafer, S

    author Nithiananthan, S. , author Schafer, S. , author Mirota, D.J. , author Stayman, J.W. , author Zbijewski, W. , author Reh, D.D. , author Gallia, G.L. , author Siewerdsen, J.H. , year 2012 . title Extra-dimensional demons: A method for incorporating missing tissue in defor...

  155. [168]

    , author Staib, L.H

    author Onofrey, J.A. , author Staib, L.H. , author Sarkar, S. , author Venkataraman, R. , author Papademetris, X. , year 2015 . title Learning nonrigid deformations for constrained point-based registration for image-guided mr-trus prostate intervention , in: booktitle 2015 IEE...

  156. [169]

    , author Aylward, S

    author Pace, D. , author Aylward, S. , author Niethammer, M. , year 2013 . title A locally adaptive regularization based on anisotropic diffusion for deformable image registration of sliding organs . journal IEEE transactions on medical imaging volume 32 . :10.1109/TMI.2013.2274777

  157. [170]

    , author Enquobahrie, A

    author Pace, D.F. , author Enquobahrie, A. , author Yang, H. , author Aylward, S.R. , author Niethammer, M. , year 2011 . title Deformable image registration of sliding organs using anisotropic diffusive regularization , in: booktitle 2011 IEEE International Symposium on Biome...

  158. [171]

    , author Tennant, M

    author Pal, S. , author Tennant, M. , author Ray, N. , year 2022 . title Towards positive jacobian: Learn to postprocess for diffeomorphic image registration with matrix exponential , in: booktitle 2022 26th International Conference on Pattern Recognition (ICPR) , pp. pages 33...

  159. [172]

    , author Lima, J.A.C

    author Pan, L. , author Lima, J.A.C. , author Osman, N.F. , year 2003 . title Fast tracking of cardiac motion using 3d-harp , in: editor Taylor, C. , editor Noble, J.A. (Eds.), booktitle Information Processing in Medical Imaging , publisher Springer Berlin Heidelberg , address...

  160. [173]

    , author Olesch, J

    author Papenberg, N. , author Olesch, J. , author Lange, T. , author Schlag, P.M. , author Fischer, B. , year 2009 . title Landmark constrained non-parametric image registration with isotropic tolerances , in: editor Meinzer, H.P. , editor Deserno, T.M. , editor Handels, H. , ...

  161. [174]

    author Papie \. z , B.W. , author Franklin, J. , author Heinrich, M.P. , author Gleeson, F.V. , author Schnabel, J.A. , year 2015 . title Liver motion estimation via locally adaptive over-segmentation regularization , in: editor Navab, N. , editor Hornegger, J. , editor Wells,...

  162. [175]

    , author Franklin, J.M

    author Papie \.z , B.W. , author Franklin, J.M. , author Heinrich, M.P. , author Gleeson, F.V. , author Brady, M. , author Schnabel, J.A. , year 2018 . title Gifted demons: deformable image registration with local structure-preserving regularization using supervoxels for liver...

  163. [176]

    , author Heinrich, M.P

    author Papież, B.W. , author Heinrich, M.P. , author Fehrenbach, J. , author Risser, L. , author Schnabel, J.A. , year 2014 . title An implicit sliding-motion preserving regularisation via bilateral filtering for deformable image registration . journal Medical Image Analysis v...

  164. [177]

    , author Farid, H

    author Periaswamy, S. , author Farid, H. , year 2006 . title Medical image registration with partial data . journal Medical Image Analysis volume 10 , pages 452--464 . :10.1016/j.media.2005.03.006

  165. [178]

    , author Mohiaddin, R.H

    author Perperidis, D. , author Mohiaddin, R.H. , author Rueckert, D. , year 2005 . title Spatio-temporal free-form registration of cardiac mr image sequences . journal Medical Image Analysis volume 9 , pages 441--456 . :10.1016/j.media.2005.05.004. note medical Image Computing...

  166. [179]

    , author Urschler, M

    author Pock, T. , author Urschler, M. , author Zach, C. , author Beichel, R. , author Bischof, H. , year 2007 . title A duality based algorithm for tv-l1-optical-flow image registration , in: editor Ayache, N. , editor Ourselin, S. , editor Maeder, A. (Eds.), booktitle Medical...

  167. [180]

    , author De Luca , V

    author Preiswerk, F. , author De Luca , V. , author Arnold, P. , author Celicanin, Z. , author Petrusca, L. , author Tanner, C. , author Bieri, O. , author Salomir, R. , author Cattin, P.C. , year 2014 . title Model-guided respiratory organ motion prediction of the liver from ...

  168. [181]

    , author Joshi, S

    author Preston, J.S. , author Joshi, S. , author Whitaker, R. , year 2016 . title Deformation estimation with automatic sliding boundary computation . journal Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in B...

  169. [182]

    , author Wang, S

    author Qin, C. , author Wang, S. , author Chen, C. , author Bai, W. , author Rueckert, D. , year 2023 . title Generative myocardial motion tracking via latent space exploration with biomechanics-informed prior . journal Medical Image Analysis volume 83 , pages 102682

  170. [183]

    , author Wang, S

    author Qin, C. , author Wang, S. , author Chen, C. , author Qiu, H. , author Bai, W. , author Rueckert, D. , year 2020 . title Biomechanics-informed neural networks for myocardial motion tracking in mri , in: editor Martel, A.L. , editor Abolmaesumi, P. , editor Stoyanov, D. ,...

  171. [184]

    , author Younes, L

    author Qiu, A. , author Younes, L. , author Miller, M.I. , year 2012 . title Principal component based diffeomorphic surface mapping . journal IEEE Transactions on Medical Imaging volume 31 , pages 302--311 . :10.1109/TMI.2011.2168567

  172. [185]

    , author Qin, C

    author Qiu, H. , author Qin, C. , author Schuh, A. , author Hammernik, K. , author Rueckert, D. , year 2021 . title Learning diffeomorphic and modality-invariant registration using b-splines , in: editor Heinrich, M. , editor Dou, Q. , editor de Bruijne, M. , editor Lellmann, ...

  173. [186]

    , author Weiss, J.A

    author Rabbitt, R.D. , author Weiss, J.A. , author Christensen, G.E. , author Miller, M.I. , year 1995 . title Mapping of hyperelastic deformable templates using the finite element method , in: editor Melter, R.A. , editor Wu, A.Y. , editor Bookstein, F.L. , editor Green, W.D....

  174. [187]

    , author Hernandez, M

    author Ramon-Julvez, U. , author Hernandez, M. , author Mayordomo, E. , year 2024 . title Epdiff-jf-net: Adjoint jacobi fields for diffeomorphic registration networks , in: booktitle 2024 IEEE International Symposium on Biomedical Imaging (ISBI) , pp. pages 1--5 . :10.1109/ISB...

  175. [188]

    , author Spieker, V

    author Raveendran, V. , author Spieker, V. , author Braren, R.F. , author Karampinos, D.C. , author Zimmer, V.A. , author Schnabel, J.A. , year 2024 . title Segmentation-guided medical image registration , in: editor Maier, A. , editor Deserno, T.M. , editor Handels, H. , edit...

  176. [189]

    , author Ding, K

    author Reinhardt, J.M. , author Ding, K. , author Cao, K. , author Christensen, G.E. , author Hoffman, E.A. , author Bodas, S.V. , year 2008 . title Registration-based estimates of local lung tissue expansion compared to xenon ct measures of specific ventilation . journal Medi...

  177. [190]

    , author Felsner, L

    author Reithmeir, A. , author Felsner, L. , author Braren, R. , author Schnabel, J.A. , author Zimmer, V.A. , year 2024 a. title Data-driven tissue- and subject-specific elastic regularization for medical image registration , in: editor Linguraru, M.G. , editor Dou, Q. , edito...

  178. [191]

    , author Schnabel, J.A

    author Reithmeir, A. , author Schnabel, J.A. , author Zimmer, V.A. , year 2024 b. title Learning physics-inspired regularization for medical image registration with hypernetworks , in: editor Colliot, O. , editor Mitra, J. (Eds.), booktitle Medical Imaging 2024: Image Processi...

  179. [192]

    , author Heiselman, J

    author Ringel, M. , author Heiselman, J. , author Richey, W. , author Meszoely, I. , author Miga, M. , year 2023 . title Regularized kelvinlet functions to model linear elasticity for image-to-physical registration of the breast , in: editor Greenspan, H. , editor Madabhushi, ...

  180. [193]

    , author Samset, E

    author Risholm, P. , author Samset, E. , author Talos, I.F. , author Wells, W. , year 2009 . title A non-rigid registration framework that accommodates resection and retraction , in: editor Prince, J.L. , editor Pham, D.L. , editor Myers, K.J. (Eds.), booktitle Information Pro...

  181. [194]

    , author Samset, E

    author Risholm, P. , author Samset, E. , author Wells, W. , year 2010 . title Bayesian estimation of deformation and elastic parameters in non-rigid registration , in: booktitle Biomedical Image Registration: 4th International Workshop, WBIR 2010, L \"u beck, Germany, July 11-...

  182. [195]

    , author Baluwala, H

    author Risser, L. , author Baluwala, H. , author Schnabel, J.A. , year 2011 . title Diffeomorphic registration with sliding conditions: Application to the registration of lungs ct images , in: booktitle Fourth International Workshop on Pulmonary Image Analysis, MICCAI , pp. pa...

  183. [196]

    , author Vialard, F.X

    author Risser, L. , author Vialard, F.X. , author Baluwala, H.Y. , author Schnabel, J.A. , year 2013 . title Piecewise-diffeomorphic image registration: Application to the motion estimation between 3d ct lung images with sliding conditions . journal Medical Image Analysis volu...

  184. [197]

    , year 2012

    author Rohlfing, T. , year 2012 . title Image similarity and tissue overlaps as surrogates for image registration accuracy: Widely used but unreliable . journal IEEE Transactions on Medical Imaging volume 31 , pages 153--163 . :10.1109/TMI.2011.2163944

  185. [198]

    , author Maurer, C.R

    author Rohlfing, T. , author Maurer, C.R. , author Bluemke, D.A. , author Jacobs, M.A. , year 2003 . title Volume-preserving nonrigid registration of mr breast images using free-form deformation with an incompressibility constraint . journal IEEE Transactions on Medical Imagin...

  186. [199]

    , author Esedoglu, S

    author Ruan, D. , author Esedoglu, S. , author Fessler, J.A. , year 2009 . title Discriminative sliding preserving regularization in medical image registration , in: booktitle 2009 IEEE International Symposium on Biomedical Imaging: From Nano to Macro , pp. pages 430--433 . :1...

  187. [200]

    , author Fessler, J.A

    author Ruan, D. , author Fessler, J.A. , author Esedoglu, S. , year 2008 . title Discontinuity preserving regularization for modeling sliding in medical image registration , in: booktitle 2008 IEEE Nuclear Science Symposium Conference Record , pp. pages 5304--5308 . :10.1109/N...

  188. [201]

    , author Fessler, J.A

    author Ruan, D. , author Fessler, J.A. , author Roberson, M. , author Balter, J. , author Kessler, M. , year 2006 . title Nonrigid registration using regularization that accommodates local tissue rigidity , in: booktitle Medical Imaging 2006: Image Processing , organization SP...

  189. [202]

    , author Osher, S

    author Rudin, L.I. , author Osher, S. , author Fatemi, E. , year 1992 . title Nonlinear total variation based noise removal algorithms . journal Physica D: Nonlinear Phenomena volume 60 , pages 259--268 . :10.1016/0167-2789(92)90242-F

  190. [203]

    , year 1999

    author Rueckert, D. , year 1999 . title Nonrigid registration using free-form deformations: Application to breast mr images . journal IEEE Transactions on Medical Imaging volume 18 . :10.1109/42.796284

  191. [204]

    , author Schnabel, J.A

    author Rueckert, D. , author Schnabel, J.A. , year 2010 . title Medical image registration , in: booktitle Biomedical image processing . publisher Springer , address Berlin, Heidelberg , pp. pages 131--154

  192. [205]

    , author Polzin, T

    author Rühaak, J. , author Polzin, T. , author Heldmann, S. , author Simpson, I.J.A. , author Handels, H. , author Modersitzki, J. , author Heinrich, M.P. , year 2017 . title Estimation of large motion in lung ct by integrating regularized keypoint correspondences into dense d...

  193. [206]

    , author Frosst, N

    author Sabour, S. , author Frosst, N. , author Hinton, G.E. , year 2017 . title Dynamic routing between capsules . journal Advances in neural information processing systems volume 30

  194. [207]

    , author Chefd'hotel, C

    author Saddi, K.A. , author Chefd'hotel, C. , author Cheriet, F. , year 2007 . title Large deformation registration of contrast-enhanced images with volume-preserving constraint , in: editor Pluim, J.P.W. , editor Reinhardt, J.M. (Eds.), booktitle Medical Imaging 2007: Image P...

  195. [208]

    , author Jud, C

    author Sandk \"u hler, R. , author Jud, C. , author Pezold, S. , author Cattin, P.C. , year 2018 . title Adaptive graph diffusion regularisation for discontinuity preserving image registration , in: editor Klein, S. , editor Staring, M. , editor Durrleman, S. , editor Sommer, ...

  196. [209]

    , author Cao, M

    author Sang, Y. , author Cao, M. , author McNitt-Gray, M. , author Gao, Y. , author Hu, P. , author Yan, R. , author Yang, Y. , author Ruan, D. , year 2022 . title Inter-phase 4d cardiac mri registration with a motion prior derived from cta . journal IEEE Transactions on Biome...

  197. [210]

    , author Ruan, D

    author Sang, Y. , author Ruan, D. , year 2020 . title Enhanced image registration with a network paradigm and incorporation of a deformation representation model , in: booktitle 2020 IEEE 17th International Symposium on Biomedical Imaging (ISBI) , pp. pages 91--94 . :10.1109/I...

  198. [211]

    , author Ruan, D

    author Sang, Y. , author Ruan, D. , year 2021 . title 4d-cbct registration with a fbct-derived plug-and-play feasibility regularizer , in: editor de Bruijne, M. , editor Cattin, P.C. , editor Cotin, S. , editor Padoy, N. , editor Speidel, S. , editor Zheng, Y. , editor Essert,...

  199. [212]

    , author Xing, X

    author Sang, Y. , author Xing, X. , author Wu, Y. , author Ruan, D. , year 2020 . title Imposing implicit feasibility constraints on deformable image registration using a statistical generative model . journal Journal of Medical Imaging volume 7 , pages 064005--064005

  200. [213]

    , author Ehrhardt, J

    author Schmidt-Richberg, A. , author Ehrhardt, J. , author Werner, R. , author Handels, H. , year 2009 . title Slipping objects in image registration: Improved motion field estimation with direction-dependent regularization , in: editor Yang, G.Z. , editor Hawkes, D. , editor ...

  201. [214]

    , author Werner, R

    author Schmidt-Richberg, A. , author Werner, R. , author Handels, H. , author Ehrhardt, J. , year 2012 . title Estimation of slipping organ motion by registration with direction-dependent regularization . journal Medical Image Analysis volume 16 , pages 150--159

  202. [215]

    , year 2008

    author Sdika, M. , year 2008 . title A fast nonrigid image registration with constraints on the jacobian using large scale constrained optimization . journal IEEE Transactions on Medical Imaging volume 27 , pages 271--281 . :10.1109/TMI.2007.905820

  203. [216]

    , author Sun, K

    author Sha, Q. , author Sun, K. , author Xu, M. , author Li, Y. , author Xue, Z. , author Cao, X. , author Shen, D. , year 2024 . title Hierarchical symmetric normalization registration using deformation-inverse network , in: editor Linguraru, M.G. , editor Dou, Q. , editor Fe...

  204. [217]

    , author Sundar, H

    author Shen, D. , author Sundar, H. , author Xue, Z. , author Fan, Y. , author Litt, H. , year 2005 . title Consistent estimation of cardiac motions by 4d image registration , in: editor Duncan, J.S. , editor Gerig, G. (Eds.), booktitle Medical Image Computing and Computer-Ass...

  205. [218]

    , author Han, X

    author Shen, Z. , author Han, X. , author Xu, Z. , author Niethammer, M. , year 2019 a. title Networks for joint affine and non-parametric image registration , in: booktitle Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pp. pages 4224--4233

  206. [219]

    , author Vialard, F.X

    author Shen, Z. , author Vialard, F.X. , author Niethammer, M. , year 2019 b. title Region-specific diffeomorphic metric mapping . journal Advances in Neural Information Processing Systems volume 32

  207. [220]

    , author Simpson, I.J.A

    author Shuaibu, A.L. , author Simpson, I.J.A. , year 2024 . title Hyperpredict: Estimating hyperparameter effects for instance-specific regularization in deformable image registration . journal Machine Learning for Biomedical Imaging volume 2 , pages 686–716 . :10.59275/j.melb...

  208. [221]

    , author Ma, M

    author Song, L. , author Ma, M. , author Liu, G. , year 2023 . title Ts-net: Two-stage deformable medical image registration network based on new smooth constraints . journal Magnetic Resonance Imaging volume 99 , pages 26--33 . :10.1016/j.mri.2023.01.013

  209. [222]

    , author Davatzikos, C

    author Sotiras, A. , author Davatzikos, C. , author Paragios, N. , year 2013 . title Deformable medical image registration: A survey . journal IEEE Transactions on Medical Imaging volume 32 , pages 1153--1190 . :10.1109/TMI.2013.2265603

  210. [223]

    , author Eichhorn, H

    author Spieker, V. , author Eichhorn, H. , author Hammernik, K. , author Rueckert, D. , author Preibisch, C. , author Karampinos, D.C. , author Schnabel, J.A. , year 2024 . title Deep learning for retrospective motion correction in mri: A comprehensive review . journal IEEE Tr...

  211. [224]

    , author Klein, S

    author Staring, M. , author Klein, S. , author Pluim, J.P. , year 2007 a. title Nonrigid registration with tissue-dependent filtering of the deformation field . journal Physics in Medicine & Biology volume 52 , pages 6879

  212. [225]

    , author Klein, S

    author Staring, M. , author Klein, S. , author Pluim, J.P.W. , year 2007 b. title A rigidity penalty term for nonrigid registration . journal Medical Physics volume 34 , pages 4098--4108 . :10.1118/1.2776236

  213. [226]

    , author Pennec, X

    author Stefanescu, R. , author Pennec, X. , author Ayache, N. , year 2004 . title Grid powered nonlinear image registration with locally adaptive regularization . journal Medical Image Analysis volume 8 , pages 325--342 . :10.1016/j.media.2004.06.010

  214. [227]

    , author Wyatt, C.L

    author Suh, J.W. , author Wyatt, C.L. , year 2011 . title Registration under topological change for ct colonography . journal IEEE Transactions on Biomedical Engineering volume 58 , pages 1403--1411 . :10.1109/TBME.2011.2105267

  215. [228]

    , author Roth, S

    author Sun, D. , author Roth, S. , author Black, M.J. , year 2010 . title Secrets of optical flow estimation and their principles , in: booktitle 2010 IEEE computer society conference on computer vision and pattern recognition , organization IEEE . pp. pages 2432--2439

  216. [229]

    , year 2008

    author Talwalkar, J.A. , year 2008 . title Elastography for detecting hepatic fibrosis: options and considerations . journal Gastroenterology volume 135 , pages 299--302

  217. [230]

    , author Cong, W

    author Tang, S. , author Cong, W. , author Yang, J. , author Fu, T. , author Song, H. , author Ai, D. , author Wang, Y. , year 2018 . title Local statistical deformation models for deformable image registration . journal Neurocomputing volume 303 , pages 1--10 . :10.1016/j.neu...

  218. [231]

    , author Hipwell, J.H

    author Tanner, C. , author Hipwell, J.H. , author Hawkes, D.J. , year 2009 . title Using statistical deformation models for the registration of multimodal breast images , in: editor Pluim, J.P.W. , editor Dawant, B.M. (Eds.), booktitle Medical Imaging 2009: Image Processing , ...

  219. [232]

    , author Samei, G

    author Tanner, C. , author Samei, G. , author Székely, G. , year 2013 . title Investigating anisotropic diffusion for the registration of abdominal mr images , in: booktitle 2013 IEEE 10th International Symposium on Biomedical Imaging , pp. pages 484--487 . :10.1109/ISBI.2013.6556517

  220. [233]

    , author Schnabel, J.A

    author Tanner, C. , author Schnabel, J.A. , author Chung, D. , author Clarkson, M.J. , author Rueckert, D. , author Hill, D.L.G. , author Hawkes, D.J. , year 2000 . title Volume and shape preservation of enhancing lesions when applying non-rigid registration to a time series o...

  221. [234]

    , year 1998

    author Thirion, J.P. , year 1998 . title Image matching as a diffusion process: an analogy with maxwell's demons . journal Medical Image Analysis volume 2 , pages 243--260

  222. [235]

    , author Greer, H

    author Tian, L. , author Greer, H. , author Kwitt, R. , author Vialard, F.X. , author Estepar, R.S.J. , author Bouix, S. , author Rushmore, R. , author Niethammer, M. , year 2024 . title unigradicon: A foundation model for medical image registration . arXiv:2403.05780 http://a...

  223. [236]

    , author Greer, H

    author Tian, L. , author Greer, H. , author Vialard, F.X. , author Kwitt, R. , author Est \'e par, R.S.J. , author Rushmore, R.J. , author Makris, N. , author Bouix, S. , author Niethammer, M. , year 2023 . title Gradicon: Approximate diffeomorphisms via gradient inverse consi...

  224. [237]

    , author Younes, L

    author Trouv \'e , A. , author Younes, L. , year 2005 . title Local geometry of deformable templates . journal SIAM journal on mathematical analysis volume 37 , pages 17--59

  225. [238]

    , author Ries, M

    author Tzitzimpasis, P. , author Ries, M. , author Raaymakers, B.W. , author Zachiu, C. , year 2024 . title Generalized div-curl based regularization for physically constrained deformable image registration . journal Scientific Reports volume 14 , pages 15002

  226. [239]

    , author Rit, S

    author Vandemeulebroucke, J. , author Rit, S. , author Kybic, J. , author Clarysse, P. , author Sarrut, D. , year 2011 . title Spatiotemporal motion estimation for respiratory-correlated imaging of the lungs . journal Medical Physics volume 38 , pages 166--178

  227. [240]

    , author Pennec, X

    author Vercauteren, T. , author Pennec, X. , author Perchant, A. , author Ayache, N. , year 2009 . title Diffeomorphic demons: efficient non-parametric image registration. journal NeuroImage volume 45 . :10.1016/j.neuroimage.2008.10.040

  228. [241]

    , author Maintz, J.A

    author Viergever, M.A. , author Maintz, J.A. , author Klein, S. , author Murphy, K. , author Staring, M. , author Pluim, J.P. , year 2016 . title A survey of medical image registration – under review . journal Medical Image Analysis volume 33 , pages 140--144

  229. [242]

    , author Gass, T

    author Vishnevskiy, V. , author Gass, T. , author Sz \'e kely, G. , author Goksel, O. , year 2014 . title Total variation regularization of displacements in parametric image registration , in: booktitle International MICCAI Workshop on Computational and Clinical Challenges in ...

  230. [243]

    , author Gass, T

    author Vishnevskiy, V. , author Gass, T. , author Szekely, G. , author Tanner, C. , author Goksel, O. , year 2017 . title Isotropic total variation regularization of displacements in parametric image registration . journal IEEE Transactions on Medical Imaging volume 36 , pages...

  231. [244]

    , author Evan, M.Y

    author Wang, A.Q. , author Evan, M.Y. , author Dalca, A.V. , author Sabuncu, M.R. , year 2023 a. title A robust and interpretable deep learning framework for multi-modal registration via keypoints . journal Medical Image Analysis volume 90 , pages 102962

  232. [245]

    , author Saluja, R

    author Wang, A.Q. , author Saluja, R. , author Kim, H. , author He, X. , author Dalca, A. , author Sabuncu, M.R. , year 2024 . title Brainmorph: A foundational keypoint model for robust and flexible brain mri registration . arXiv:2405.14019 http://arxiv.org/abs/2405.14019

  233. [246]

    , author Ni, D

    author Wang, H. , author Ni, D. , author Wang, Y. , year 2023 b. title Modet: Learning deformable image registration via motion decomposition transformer , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Intervention , organization Sprin...

  234. [247]

    , author Xing, J

    author Wang, J. , author Xing, J. , author Druzgal, J. , author Wells, W.M. , author Zhang, M. , year 2023 c. title Metamorph: Learning metamorphic image transformation with appearance changes , in: editor Frangi, A. , editor de Bruijne, M. , editor Wassermann, D. , editor Nav...

  235. [248]

    , author Li, P

    author Wang, M. , author Li, P. , year 2019 . title A review of deformation models in medical image registration . journal Journal of Medical and Biological Engineering volume 39 , pages 1--17

  236. [249]

    , author Yan, Y

    author Wang, P. , author Yan, Y. , author Qian, L. , author Suo, S. , author Xu, J. , author Guo, Y. , author Wang, Y. , year 2023 d. title Context-driven pyramid registration network for estimating large topology-preserved deformation . journal Neurocomputing volume 521 , pag...

  237. [250]

    , author Qiu, H

    author Wang, Y. , author Qiu, H. , author Qin, C. , year 2023 e. title Conditional deformable image registration with spatially-variant and adaptive regularization , in: booktitle 2023 IEEE 20th International Symposium on Biomedical Imaging (ISBI) , pp. pages 1--5 . :10.1109/I...

  238. [251]

    , author Breit, H.C

    author Wasserthal, J. , author Breit, H.C. , author Meyer, M.T. , author Pradella, M. , author Hinck, D. , author Sauter, A.W. , author Heye, T. , author Boll, D.T. , author Cyriac, J. , author Yang, S. , author Bach, M. , author Segeroth, M. , year 2023 . title Totalsegmentat...

  239. [252]

    , author Ahmad, S

    author Wei, D. , author Ahmad, S. , author Guo, Y. , author Chen, L. , author Huang, Y. , author Ma, L. , author Wu, Z. , author Li, G. , author Wang, L. , author Lin, W. , author Yap, P.T. , author Shen, D. , author Wang, Q. , year 2022 . title Recurrent tissue-aware network ...

  240. [253]

    , author Chan, W.X

    author Wiputra, H. , author Chan, W.X. , author Foo, Y.Y. , author Ho, S. , author Yap, C.H. , year 2020 . title Cardiac motion estimation from medical images: a regularisation framework applied on pairwise image registration displacement fields . journal Scientific reports vo...

  241. [254]

    , author Ciepiela, I

    author Wodzinski, M. , author Ciepiela, I. , author Kuszewski, T. , author Kedzierawski, P. , author Skalski, A. , year 2021 . title Semi-supervised deep learning-based image registration method with volume penalty for real-time breast tumor bed localization . journal Sensors ...

  242. [255]

    , author Jurgas, A

    author Wodzinski, M. , author Jurgas, A. , author Marini, N. , author Atzori, M. , author M \"u ller, H. , year 2023 . title Unsupervised method for intra-patient registration of brain magnetic resonance images based on objective function weighting by inverse consistency: Cont...

  243. [256]

    , author Skalski, A

    author Wodzinski, M. , author Skalski, A. , year 2018 . title Resection-based demons regularization for breast tumor bed propagation , in: booktitle Image Analysis for Moving Organ, Breast, and Thoracic Images: Third International Workshop , organization Springer . pp. pages 3--12

  244. [257]

    , author D'Agostino, E

    author Wouters, J. , author D'Agostino, E. , author Maes, F. , author Vandermeulen, D. , author Suetens, P. , year 2006 . title Non-rigid brain image registration using a statistical deformation model , in: booktitle Medical Imaging 2006: Image Processing , organization SPIE ....

  245. [258]

    , author Chao, M

    author Xie, Y. , author Chao, M. , author Xiong, G. , year 2011 . title Deformable image registration of liver with consideration of lung sliding motion . journal Medical Physics volume 38 , pages 5351--5361 . :10.1118/1.3633902

  246. [259]

    , author Jiang, T

    author Xu, T. , author Jiang, T. , author Li, X. , year 2023 . title Ic-cvit: Inverse-consistent convolutional vision transformer for diffeomorphic image registration , in: booktitle 2023 International Joint Conference on Neural Networks (IJCNN) , pp. pages 1--10 . :10.1109/IJ...

  247. [260]

    , author Lee, C.P

    author Xu, Z. , author Lee, C.P. , author Heinrich, M.P. , author Modat, M. , author Rueckert, D. , author Ourselin, S. , author Abramson, R.G. , author Landman, B.A. , year 2016 . title Evaluation of six registration methods for the human abdomen on clinically acquired ct . j...

  248. [261]

    , author Luo, J

    author Xu, Z. , author Luo, J. , author Lu, D. , author Yan, J. , author Frisken, S. , author Jagadeesan, J. , author Wells, W.M. , author Li, X. , author Zheng, Y. , author Tong, R.K.y. , year 2022 . title Double-uncertainty guided spatial and temporal consistency regularizat...

  249. [262]

    , author Niethammer, M

    author Xu, Z. , author Niethammer, M. , year 2019 . title Deepatlas: Joint semi-supervised learning of image registration and segmentation , in: editor Shen, D. , editor Liu, T. , editor Peters, T.M. , editor Staib, L.H. , editor Essert, C. , editor Zhou, S. , editor Yap, P.T....

  250. [263]

    , author Shen, D

    author Xue, Z. , author Shen, D. , author Davatzikos, C. , year 2006 . title Statistical representation of high-dimensional deformation fields with application to statistically constrained 3d warping . journal Medical Image Analysis volume 10 , pages 740--751 . :10.1016/j.medi...

  251. [264]

    , author Ji, J

    author Yan, Z. , author Ji, J. , author Ma, J. , author Cao, W. , year 2024 . title Hgcmorph: joint discontinuity-preserving and pose-learning via gnn and capsule networks for deformable medical images registration . journal Physics in Medicine & Biology volume 69 , pages 0750...

  252. [265]

    , author Wu, Y

    author Yang, J. , author Wu, Y. , author Zhang, D. , author Cui, W. , author Yue, X. , author Du, S. , author Zhang, H. , year 2022 . title Ldvoxelmorph: A precise loss function and cascaded architecture for unsupervised diffeomorphic large displacement registration . journal ...

  253. [266]

    , author Yang, D

    author Ye, M. , author Yang, D. , author Huang, Q. , author Kanski, M. , author Axel, L. , author Metaxas, D.N. , year 2023 . title Sequencemorph: A unified unsupervised learning framework for motion tracking on cardiac image sequences . journal IEEE Transactions on Pattern An...

  254. [267]

    , author Hoffman, E.A

    author Yin, Y. , author Hoffman, E.A. , author Lin, C.L. , year 2010 . title Lung lobar slippage assessed with the aid of image registration , in: editor Jiang, T. , editor Navab, N. , editor Pluim, J.P.W. , editor Viergever, M.A. (Eds.), booktitle Medical Image Computing and ...

  255. [268]

    , year 2010

    author Younes, L. , year 2010 . title Shapes and diffeomorphisms . volume volume 171 . publisher Springer

  256. [269]

    , author Sotiras, A

    author Zeng, K. , author Sotiras, A. , author Davatzikos, C. , year 2018 . title Statistically-constrained robust diffeomorphic registration , in: booktitle 2018 IEEE 15th International Symposium on Biomedical Imaging (ISBI 2018) , pp. pages 1083--1087 . :10.1109/ISBI.2018.8363759

  257. [270]

    , year 2018

    author Zhang, J. , year 2018 . title Inverse-consistent deep networks for unsupervised deformable image registration . arXiv:1809.03443 http://arxiv.org/abs/1809.03443

  258. [271]

    , author Chen, K

    author Zhang, J. , author Chen, K. , author Yu, B. , year 2016 . title An improved discontinuity-preserving image registration model and its fast algorithm . journal Applied Mathematical Modelling volume 40 , pages 10740--10759 . :10.1016/j.apm.2016.08.009

  259. [272]

    , author Ning, G

    author Zhang, L. , author Ning, G. , author Zhou, L. , author Liao, H. , year 2023 . title Symmetric pyramid network for medical image inverse consistent diffeomorphic registration . journal Computerized Medical Imaging and Graphics volume 104 , pages 102184 . :10.1016/j.compm...

  260. [273]

    , author Christensen, G.E

    author Zhao, B. , author Christensen, G.E. , author Hyun Song, J. , author Pan, Y. , author Gerard, S.E. , author Reinhardt, J.M. , author Du, K. , author Patton, T. , author Bayouth, J.M. , author Hugo, G.D. , year 2016 . title Tissue-volume preserving deformable image regist...

  261. [274]

    , author Sui, X

    author Zheng, Y. , author Sui, X. , author Jiang, Y. , author Che, T. , author Zhang, S. , author Yang, J. , author Li, H. , year 2022 . title Symreg-gan: Symmetric image registration with generative adversarial networks . journal IEEE Transactions on Pattern Analysis and Mach...

  262. [275]

    , author Leung, H

    author Zhou, H. , author Leung, H. , author Balaji, B. , year 2023 . title Ar-unet: A deformable image registration network with cyclic training . journal IEEE/ACM Transactions on Computational Biology and Bioinformatics , pages 1--10 :10.1109/TCBB.2023.3284215

  263. [276]

    , author Lu, S

    author Zhu, Y. , author Lu, S. , year 2022 . title Swin-voxelmorph: A symmetric unsupervised learning model for deformable medical image registration using swin transformer , in: editor Wang, L. , editor Dou, Q. , editor Fletcher, P.T. , editor Speidel, S. , editor Li, S. (Eds...

  264. [277]

    , author Li, Q

    author Zhu, Z. , author Li, Q. , author Wei, Y. , author Song, R. , year 2024 . title Hierarchical multi-level dynamic hyperparameter deformable image registration with convolutional neural network . journal Physics in Medicine & Biology volume 69 , pages 175007

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.