RetinaRegNet: A Zero-Shot Approach for Retinal Image Registration
Vishal Balaji Sivaraman, Muhammad Imran, Qingyue Wei, Preethika, Muralidharan, Michelle R. Tamplin, Isabella M . Grumbach, Randy H. Kardon,, Jui-Kai Wang, Yuyin Zhou, and Wei Shao

TL;DR
RetinaRegNet is a novel zero-shot retinal image registration model that combines diffusion-based feature extraction, outlier removal, and a two-stage transformation process to achieve robust alignment across diverse retinal imaging modalities.
Contribution
This paper introduces RetinaRegNet, a zero-shot registration framework that effectively handles large deformations and varying image quality without training on specific datasets.
Findings
Outperforms state-of-the-art methods on multiple retinal datasets
Achieves accurate registration with minimal overlap and large deformations
Enables improved disease tracking and treatment evaluation
Abstract
We introduce RetinaRegNet, a zero-shot image registration model designed to register retinal images with minimal overlap, large deformations, and varying image quality. RetinaRegNet addresses these challenges and achieves robust and accurate registration through the following steps. First, we extract features from the moving and fixed images using latent diffusion models. We then sample feature points from the fixed image using a combination of the SIFT algorithm and random point sampling. For each sampled point, we identify its corresponding point in the moving image using a 2D correlation map, which computes the cosine similarity between the diffusion feature vectors of the point in the fixed image and all pixels in the moving image. Second, we eliminate most incorrectly detected point correspondences (outliers) by enforcing an inverse consistency constraint, ensuring that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRetinal Imaging and Analysis · Image Processing Techniques and Applications
MethodsDiffusion
