Home

Awesome

AFN

PyTorch implementation for Larger Norm More Transferable: An Adaptive Feature Norm Approach for Unsupervised Domain Adaptation.

Requirements

Datasets

Please follow the README.md in subfolder Data to organize datasets

Training and Evaluation

.
├── README.md
├── data
│   ├── ImageCLEF
│   ├── Office31
│   ├── OfficeHome
│   ├── README.md
│   └── Visda2017
├── partial
│   ├── OfficeHome
│   │   ├── HAFN
│   │   └── SAFN
│   ├── README.md
│   └── Visda2017
│       ├── HAFN
│       └── SAFN
├── resources
└── vanilla
    ├── ImageCLEF
    │   ├── HAFN
    │   └── SAFN
    ├── Office31
    │   ├── HAFN
    │   └── SAFN
    ├── README.md
    └── Visda2017
        ├── HAFN
        └── SAFN

Here are some description of parameters :

Citation

If you use AFN in your research, please consider citing:

@InProceedings{Xu_2019_ICCV,
author = {Xu, Ruijia and Li, Guanbin and Yang, Jihan and Lin, Liang},
title = {Larger Norm More Transferable: An Adaptive Feature Norm Approach for Unsupervised Domain Adaptation},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
month = {October},
year = {2019}
}