Skip to content

Griffintaur/CLDA_NeurIPS21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLDA: Contrastive Learning for Semi-Supervised Domain Adaptation [Paper] [Website]

This repository contains the implementation details of our CLDA: Contrastive Learning for Semi-Supervised Domain Adaptation (CLDA) approach for domain adaptation in images.

Ankit Singh , "CLDA: Contrastive Learning for Semi-Supervised Domain Adaptation"

If you use the codes and models from this repo, please cite our work. Thanks!

@inproceedings{
singh2021clda,
title={{CLDA}: Contrastive Learning for Semi-Supervised Domain Adaptation},
author={Ankit Singh},
booktitle={Advances in Neural Information Processing Systems},
editor={A. Beygelzimer and Y. Dauphin and P. Liang and J. Wortman Vaughan},
year={2021},
url={https://openreview.net/forum?id=1ODSsnoMBav}
}

Acknowledgments

The implementation is built on the pytorch implementation of SSDA_MME and APE

Dataset Structure

You can download the datasets by following the instructions in SSDA_MME.

data---
     |
   multi---
     |   |
     |  Real
     |  Clipart
     |  Product
     |  Real
   office_home---
     |         |
     |        Art
     |        Clipart
     |        Product
     |        Real
   office---
     |    |
     |   amazon
     |   dslr
     |   webcam
   txt---
       | 
      multi---
       |    |
       |   labeled_source_images_real.txt
       |   unlabeled_target_images_real_3.txt
       |   labeled_target_images_real_3.txt         
       |   unlabeled_source_images_sketch.txt
       |                  ...
      office---
       |     |
       |   labeled_source_images_amazon.txt
       |   unlabeled_target_images_amazon_3.txt
       |   labeled_target_images_amazon_3.txt         
       |   unlabeled_source_images_webcam.txt
       |                  ...
      office_home---
                  |
                 ...       

Example

Train

  • DomainNet (clipart, painting, real, sketch)
python clda_final.py --dataset multi --source real --target sketch --save_interval 500 --steps 50000 --net resnet34 --num 3 --save_check
  • Office-home (Art, Clipart, Product, Real)
  • Office (amazon, dslr, webcam)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages