Skip to content
/ C2RF Public template
forked from QinglongYan-hub/C2RF

This is official Pytorch implementation of "[IJCV 2025] C2RF: Bridging Multi-modal Image Registration and Fusion via Commonality Mining and Contrastive Learning"

Notifications You must be signed in to change notification settings

Linfeng-Tang/C2RF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C2RF

@article{Tang2024C2RF,
	title={C2RF: Bridging Multi-modal Image Registration and Fusion via Commonality Mining and Contrastive Learning}, 
	author={Tang, Linfeng and Yan, Qinglong and Xiang, Xinyu and Fang, Leyuan and Ma, Jiayi},
	journal={International Journal of Computer Vision}, 
	year={2025},
}

1. Recommended Environment

  • torch 1.10.2+cu102
  • torchvision 0.8.2
  • kornia 0.5.2

2. Framework

The framework of the proposed C2RF for multi-modal image registration and fusion. The framework of the proposed C2RF for multi-modal image registration and fusion.

3. Pretrained Weights

Please download the pretrained weights at the link below, and then place them into the folder ./checkpoint/

  • The pretrained weights for the Roadscene dataset is at Google Drive.

  • The pretrained weights for the PET-MRI dataset is at Google Drive.

4. To Test

Registration and Fusion

RoadScene dataset

python test.py --dataset=RoadScene 

PET-MRI dataset

python test.py --dataset=PET-MRI

5. To Train

Training the fusion model

RoadScene dataset

python train_Fu.py --dataset=RoadScene

PET-MRI dataset

python train_Fu.py --dataset=PET-MRI

Training the registration model

RoadScene dataset

python train_Reg.py --dataset=RoadScene

PET-MRI dataset

python train_Reg.py --dataset=PET-MRI

About

This is official Pytorch implementation of "[IJCV 2025] C2RF: Bridging Multi-modal Image Registration and Fusion via Commonality Mining and Contrastive Learning"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%