TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/M-S structure

M-S structure

Motion-Separable backbone structure

Computer VisionIntroduced 20001 papers
Source Paper

Description

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 kthk^{\text{th}}kth-level registration by the registration moduleRk\mathcal{R}_kRk​ is defined as the smallest upper bound of its accessible Deformation Displacement Field:

ak:=min⁡x({sup⁡(∥φk[x]∥∞)})a_k := \min_{\mathbf{x}}(\{\sup(\|\varphi_{k}[\mathbf{x}]\|_{\infty})\})ak​:=xmin​({sup(∥φk​[x]∥∞​)})

where ∥⋅∥∞\|\cdot\|_{\infty}∥⋅∥∞​ denotes the L-∞\infty∞ norm of a vector, sup⁡(⋅)\sup(\cdot)sup(⋅) denotes the supremum or the maximum value of a given function with varying inputs and trainable weights of networks, and x\mathbf{x}x 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 ϕ\phiϕ between two locations x,y∈Zd\mathbf{x}, \mathbf{y} \in \mathbb{Z}^dx,y∈Zd with the specific Chebyshev distance p∈Zdp \in \mathbb{Z}^dp∈Zd:

Δ∞(p):=min⁡x,y{sup⁡(∥ϕ[x]−ϕ[y]∥∞):∥x−y∥∞=p}\Delta_\infty(p) := \min_{\mathbf{x}, \mathbf{y}}\left\{\sup(\|\phi[\mathbf{x}] - \phi[\mathbf{y}]\|_{\infty}) : \|\mathbf{x} - \mathbf{y}\|_{\infty} = p\right\}Δ∞​(p):=x,ymin​{sup(∥ϕ[x]−ϕ[y]∥∞​):∥x−y∥∞​=p}

where ppp denotes the L-∞\infty∞ distance between the two pixels.

Theorem: Regional Dependency

The upper boundary of motion difference is related to aka_kak​ and pkp_kpk​:

∀x,y∈Zd,∥x−y∥∞≥pk′′+2∑k′=k′′+1kak′,sup⁡(∥ϕk[x]−ϕk[y]∥∞)≥2∑k′=k′′kak′;∃x,y∈Zd,∥x−y∥∞<pk′′−1+2∑k′=k′′kak′,sup⁡(∥ϕk[x]−ϕk[y]∥∞)=2∑k′=k′′kak′;\begin{align*} \forall \mathbf{x}, \mathbf{y} \in \mathbb{Z}^d, \|\mathbf{x} - \mathbf{y}\|_\infty \geq p_{k''} + 2\sum_{k'=k''+1}^{k} a_{k'}, &\quad \sup(\|\phi_{k}[\mathbf{x}] - \phi_{k}[\mathbf{y}]\|_\infty) \geq 2\sum_{k'=k''}^{k} a_{k'}; \\ \exists \mathbf{x}, \mathbf{y} \in \mathbb{Z}^d, \|\mathbf{x} - \mathbf{y}\|_\infty < p_{k''-1} + 2\sum_{k'=k''}^{k} a_{k'}, &\quad \sup(\|\phi_{k}[\mathbf{x}] - \phi_{k}[\mathbf{y}]\|_\infty) = 2\sum_{k'=k''}^{k} a_{k'}; \end{align*}∀x,y∈Zd,∥x−y∥∞​≥pk′′​+2k′=k′′+1∑k​ak′​,∃x,y∈Zd,∥x−y∥∞​<pk′′−1​+2k′=k′′∑k​ak′​,​sup(∥ϕk​[x]−ϕk​[y]∥∞​)≥2k′=k′′∑k​ak′​;sup(∥ϕk​[x]−ϕk​[y]∥∞​)=2k′=k′′∑k​ak′​;​

where k′′,k,k'', k,k′′,k, denote two recursive numbers satisfying 0≤k′′<k0 \leq k'' < k0≤k′′<k, and x,y\mathbf{x}, \mathbf{y}x,y 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 Using This Method

Residual Aligner-based Network (RAN): Motion-separable structure for coarse-to-fine discontinuous deformable registration2023-11-21