{ "display_name": "ConvexAdam (MIND)", "short_description": "Coarse + fine ConvexAdam registration in one app (IMPACT/MIND features).", "description": "The full ConvexAdam pipeline chained in one app: optional moments+affine linear pre-align, then a ConvexAdam coarse coupled-convex initialization, then an Adam instance-optimisation refinement, all driven by the IMPACT metric on MIND features. Produces the moved image and the displacement field on the fixed grid.", "task": "registration", "tta": 0, "mc_dropout": 0, "models": [ "model.pt" ], "inputs": { "Fixed": { "display_name": "Fixed image", "volume_type": "VOLUME", "required": true }, "Moving": { "display_name": "Moving image", "volume_type": "VOLUME", "required": true }, "FixedMask": { "display_name": "Fixed mask (optional)", "volume_type": "SEGMENTATION", "required": false, "default": "ones" }, "MovingMask": { "display_name": "Moving mask (optional)", "volume_type": "SEGMENTATION", "required": false, "default": "ones" } }, "outputs": { "MovedImage": { "display_name": "Moved image", "volume_type": "VOLUME", "required": true }, "DisplacementField": { "display_name": "Displacement field", "volume_type": "VOLUME", "required": false } }, "inputs_evaluations": { "Image": { "Evaluation_with_images.yml": { "FixedImage": { "display_name": "Fixed image", "volume_type": "VOLUME", "required": true }, "MovingImage": { "display_name": "Moving image", "volume_type": "VOLUME", "required": true }, "Mask": { "display_name": "Evaluation mask", "volume_type": "SEGMENTATION", "required": false } } }, "Segmentation": { "Evaluation_with_seg.yml": { "FixedSeg": { "display_name": "Fixed segmentation", "volume_type": "SEGMENTATION", "required": true }, "MovingSeg": { "display_name": "Moving segmentation", "volume_type": "SEGMENTATION", "required": true } } }, "Landmarks": { "Evaluation_with_fid.yml": { "FixedFid": { "display_name": "Fixed landmarks", "volume_type": "FIDUCIALS", "required": true }, "MovingFid": { "display_name": "Moving landmarks", "volume_type": "FIDUCIALS", "required": true } } } } }