MIR.models.convexAdam.convex_adam_VFA

ConvexAdam wrapper using VFA encoder multiscale features. (Based on the initial evaluation, this is not as good as expected.)

This module reuses the ConvexAdam optimization on VFA feature maps by running coarse-to-fine registration across encoder scales. The feature extraction is performed under no_grad by default for efficiency.

Functions

convex_adam_vfa(img_fixed, img_moving[, ...])

Register images using ConvexAdam on VFA encoder multiscale features.