Skip to content

Commit 0d2d036

Browse files
committed
update docs
1 parent a6b51fa commit 0d2d036

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The currently supported algorithms include:
5252

5353
##### [Domain Generalization for Classification](/examples/domain_generalization/image_classification/)
5454
- [Two at Once: Enhancing Learning and Generalization Capacities via IBN-Net (IBN-Net, ECCV 2018)](https://openaccess.thecvf.com/content_ECCV_2018/papers/Xingang_Pan_Two_at_Once_ECCV_2018_paper.pdf)
55-
- [Domain Generalization with MixStyle (MixStyle, 2021 ICLR)](https://arxiv.org/abs/2104.02008)
55+
- [Domain Generalization with MixStyle (MixStyle, ICLR 2021)](https://arxiv.org/abs/2104.02008)
5656
- [Learning to Generalize: Meta-Learning for Domain Generalization (MLDG, AAAI 2018)](https://arxiv.org/pdf/1710.03463.pdf)
5757
- [Invariant Risk Minimization (IRM)](https://arxiv.org/abs/1907.02893)
5858
- [Out-of-Distribution Generalization via Risk Extrapolation (VREx, ICML 2021)](https://arxiv.org/abs/2003.00688)

examples/domain_adaptation/re_identification/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ If you use these methods in your research, please consider citing.
6060
year = {2018}
6161
}
6262
63+
@inproceedings{SPGAN,
64+
title={Image-image domain adaptation with preserved self-similarity and domain-dissimilarity for person re-identification},
65+
author={Deng, Weijian and Zheng, Liang and Ye, Qixiang and Kang, Guoliang and Yang, Yi and Jiao, Jianbin},
66+
booktitle={CVPR},
67+
year={2018}
68+
}
69+
6370
@inproceedings{
6471
MMT,
6572
title={Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification},

examples/domain_generalization/image_classification/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ If you use these methods in your research, please consider citing.
7272
@inproceedings{MLDG,
7373
title={Learning to Generalize: Meta-Learning for Domain Generalization},
7474
author={Li, Da and Yang, Yongxin and Song, Yi-Zhe and Hospedales, Timothy},
75-
booktitle={AAAI Conference on Artificial Intelligence},
76-
year={2018}
75+
booktitle={AAAI},
76+
year={2018}
7777
}
7878
7979
@misc{IRM,

0 commit comments

Comments
 (0)