Methods › Computer Vision › Backbone Architectures › M-S structure
Motion-Separable backbone structure
M-S structure
Introduced by Jian-Qing Zheng et al. in Residual Aligner-based Network (RAN): Motion-separable structure for coarse-to-fine discontinuous deformable registration
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Based on the theoretical analyses in RAN paper, a novel multi-scale backbone structure is designed in the paper. This structure enables the network to efficiently predict motion patterns with larger separable upper bounds by using optimized dilation convolution on high-resolution feature maps, while maintaining a capturable range of motion with low computational complexity.
To quantify the network's capacity for large deformation capturing, the accessible motion capture range is defined as:
Definition 1: Accessible Motion Range
The radius of capture range of the kᵗʰ-level registration by the registration moduleℛₖ is defined as the smallest upper bound of its accessible Deformation Displacement Field:
aₖ := min_𝐱({sup(φₖ[𝐱]_∞)})
where ·_∞ denotes the L-∞ norm of a vector, sup(·) denotes the supremum or the maximum value of a given function with varying inputs and trainable weights of networks, and 𝐱 denotes one coordinate entry of the images or Deformation Displacement Fields.
To quantify the Degree-of-Freedom limitation in the discontinuity of the estimated Deformation Displacement Field, we define the separability of the predicted motion:
Definition 2: Separability Bottleneck of Predicted Motion
The motion separability bottleneck is defined as the minimum value of the upper bound of the Chebyshev difference of a network's predicted DDF ϕ between two locations 𝐱, 𝐲 ∈ℤᵈ with the specific Chebyshev distance p ∈ℤᵈ:
Δ_∞(p) := min_(𝐱, 𝐲){sup(ϕ[𝐱] - ϕ[𝐲]_∞) : 𝐱 - 𝐲_∞ = p}
where p denotes the L-∞ distance between the two pixels.
Theorem: Regional Dependency
The upper boundary of motion difference is related to aₖ and pₖ:
∀𝐱, 𝐲∈ℤᵈ, 𝐱 - 𝐲_∞ ≥ p_(k″) + 2∑_(k′=k″+1)ᵏ a_(k′), sup(ϕₖ[𝐱] - ϕₖ[𝐲]_∞) ≥ 2∑_(k′=k″)ᵏ a_(k′); ∃𝐱, 𝐲∈ℤᵈ, 𝐱 - 𝐲_∞ < p_(k″-1) + 2∑_(k′=k″)ᵏ a_(k′), sup(ϕₖ[𝐱] - ϕₖ[𝐲]_∞) = 2∑_(k′=k″)ᵏ a_(k′);
where k″, k, denote two recursive numbers satisfying 0 ≤k″ < k, and 𝐱, 𝐲 denote two coordinate entries of images or DDFs.
Thus a Motion-Separable structure is designed with the upsampled feature maps processed by the corresponding atrous convolution layers.
Papers archive 2025-07-28
1 shown of 1, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Residual Aligner-based Network (RAN): Motion-separable structure for coarse-to-fine discontinuous deformable registration 21 Nov 2023 · 1 repository
Tasks archive 2025-07-28
5 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Computed Tomography (CT) | 1 |
| Deformable Medical Image Registration | 1 |
| Image Registration | 1 |
| Medical Image Registration | 1 |
| Unsupervised Image Registration | 1 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
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