Papers › Recursive Cascaded Networks for Unsupervised Medical Image Registration

Recursive Cascaded Networks for Unsupervised Medical Image Registration

29 Jul 2019ICCV 2019 10arXiv:1907.12353archive 2025-07-28

Shengyu Zhao, Yue Dong, Eric I-Chao Chang, Yan Xu

We present recursive cascaded networks, a general architecture that enables learning deep cascades, for deformable image registration. The proposed architecture is simple in design and can be built on any base network. The moving image is warped successively by each cascade and finally aligned to the fixed image; this procedure is recursive in a way that every cascade learns to perform a progressive deformation for the current warped image. The entire system is end-to-end and jointly trained in an unsupervised manner. In addition, enabled by the recursive architecture, one cascade can be iteratively applied for multiple times during testing, which approaches a better fit between each of the image pairs. We evaluate our method on 3D medical images, where deformable registration is most commonly applied. We demonstrate that recursive cascaded networks achieve consistent, significant gains and outperform state-of-the-art methods. The performance reveals an increasing trend as long as more cascades are trained, while the limit is not observed. Code is available at https://github.com/microsoft/Recursive-Cascaded-Networks.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1907.12353")

Code

Syntology Ran 0 of 15 code samples harvested from 3 repositories linked to this paper; 15 have no recorded run.

By repository: official repository: 7 samples from 1 repository, 0 ran; community (archive-listed): 8 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

microsoft/Recursive-Cascaded-Networks officialmentioned in papermentioned on GitHubtfMIT report
ivan-jgr/recursive-cascaded-networks mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15unverified

Licence: 8 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_coef microsoft/Recursive-Cascaded-Networks/network/transform.py official repository unverified MIT (permissive) · d0de6300264407c3 · report
get_range microsoft/Recursive-Cascaded-Networks/data_util/liver.py official repository unverified MIT (permissive) · 3a4da2a87b9cc362 · report
mask_metrics microsoft/Recursive-Cascaded-Networks/network/recursive_cascaded_networks.py official repository unverified MIT (permissive) · aec35f503dcf8ea9 · report
masked_mean microsoft/Recursive-Cascaded-Networks/network/framework.py official repository unverified MIT (permissive) · d3971ed2df2141bf · report
pad_3d microsoft/Recursive-Cascaded-Networks/network/transform.py official repository unverified MIT (permissive) · d7569a1677102532 · report
sample_power microsoft/Recursive-Cascaded-Networks/network/transform.py official repository unverified MIT (permissive) · d560d49c07951d0a · report
set_tf_keys microsoft/Recursive-Cascaded-Networks/network/framework.py official repository unverified MIT (permissive) · 2cc4d063c1d1d0aa · report
LeakyReLU w19787/Recursive-Cascaded-Networks-TF2.0/network/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · c13693dd89acc8dc · report
ReLU w19787/Recursive-Cascaded-Networks-TF2.0/network/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · d3012985effa9042 · report
convolve w19787/Recursive-Cascaded-Networks-TF2.0/network/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 236795484e1d97f3 · report
find_checkpoint_step lajipeng/Recursive-Cascaded-Networks-master/myeval.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · c2500011559f51a1 · report
mask_metrics w19787/Recursive-Cascaded-Networks-TF2.0/network/recursive_cascaded_networks.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 64f8504da2d48138 · report
masked_mean w19787/Recursive-Cascaded-Networks-TF2.0/network/framework.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 650bb46908cc826f · report
pad_3d w19787/Recursive-Cascaded-Networks-TF2.0/network/transform.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · ca28c9c65ab9db48 · report
sample_power w19787/Recursive-Cascaded-Networks-TF2.0/network/transform.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 4a403051bd61a1a2 · report

Tasks

Image RegistrationMedical Image Registration

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections