Coder Social home page Coder Social logo

alexhuangjp / multiclassda Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gorilla-lab-scut/multiclassda

0.0 0.0 0.0 242 KB

TPAMI2020 "Unsupervised Multi-Class Domain Adaptation: Theory, Algorithms, and Practice"

License: MIT License

Shell 11.96% Python 88.04%

multiclassda's Introduction

MultiClassDA (TPAMI2020)

Code release for "Unsupervised Multi-Class Domain Adaptation: Theory, Algorithms, and Practice", which is an extension of our preliminary work of SymmNets [Paper] [Code]

Please refer to the "run_temp.sh" for the usage. All expeimental results are logged in the file of "./experiments"

Included codes:

  1. Codes of McDalNets -->./solver/McDalNet_solver.py
  2. Codes of SymNets-V2
    1. For the Closed Set DA -->./solver/SymmNetsV2_solver.py
    2. For the Strongthened Closed Set DA -->./solver/SymmNetsV2SC_solver.py
    3. For the Partial DA -->./solver/SSymmNetsV2Partial_solver.py
    4. For the Open Set DA -->./solver/SymmNetsV2Open_solver.py

Dataset

The structure of the dataset should be like

Office-31
|_ amazon
|  |_ back_pack
|     |_ <im-1-name>.jpg
|     |_ ...
|     |_ <im-N-name>.jpg
|  |_ bike
|     |_ <im-1-name>.jpg
|     |_ ...
|     |_ <im-N-name>.jpg
|  |_ ...
|_ dslr
|  |_ back_pack
|     |_ <im-1-name>.jpg
|     |_ ...
|     |_ <im-N-name>.jpg
|  |_ bike
|     |_ <im-1-name>.jpg
|     |_ ...
|     |_ <im-N-name>.jpg
|  |_ ...
|_ ...

Citation

@inproceedings{zhang2019domain,
  title={Domain-symmetric networks for adversarial domain adaptation},
  author={Zhang, Yabin and Tang, Hui and Jia, Kui and Tan, Mingkui},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={5031--5040},
  year={2019}
}
@article{zhang2020unsupervised,
  title={Unsupervised Multi-Class Domain Adaptation: Theory, Algorithms, and Practice},
  author={Zhang, Yabin and Deng, Bin and Tang, Hui and Zhang, Lei and Jia, Kui},
  journal=IEEE Transactions on Pattern Analysis and Machine Intelligence},
  year={2020}
  publisher={IEEE}
}

Contact

If you have any problem about our code, feel free to contact

or describe your problem in Issues.

multiclassda's People

Contributors

ybzh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.