Skip to content

RestNet: Boosting Cross-Domain Few-Shot Segmentation with Residual Transformation Network

Notifications You must be signed in to change notification settings

bupt-ai-cz/RestNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestNet: Boosting Cross-Domain Few-Shot Segmentation with Residual Transformation Network

[Paper] [Checkpoint]

Datasets

Training

PASCAL VOC

python train.py --backbone {vgg16, resnet50} 
                --fold 4 
                --benchmark pascal
                --lr 1e-3
                --bsz 20
                --logpath "your_experiment_name"

Testing

FSS-1000

python test.py --backbone {vgg16, resnet50} 
               --benchmark fss 
               --nshot {1, 5} 
               --load "path_to_trained_model/best_model.pt"

ISIC

python test.py --backbone {vgg16, resnet50} 
               --fold {0, 1, 2, 3} 
               --benchmark isic 
               --nshot {1, 5} 
               --load "path_to_trained_model/best_model.pt"

Chest X-ray

python test.py --backbone {vgg16, resnet50} 
               --benchmark lung 
               --nshot {1, 5} 
               --load "path_to_trained_model/best_model.pt"

Acknowledgement

The implementation is highly based on HSNet and PATNet.
Thank them for their great work.

Citation

@misc{huang2023restnet,
      title={RestNet: Boosting Cross-Domain Few-Shot Segmentation with Residual Transformation Network}, 
      author={Xinyang Huang and Chuang Zhu and Wenkai Chen},
      year={2023},
      eprint={2308.13469},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

Contact

Xinyang Huang (hsinyanghuang7@gmail.com)

If you have any questions, you can contact us directly.

About

RestNet: Boosting Cross-Domain Few-Shot Segmentation with Residual Transformation Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages