Skip to content

Commit 32525b7

Browse files
committed
Revert "Merge branch 'dev-ssl' into master"
This reverts commit f6e9262, reversing changes made to 68e84a4.
1 parent f6e9262 commit 32525b7

39 files changed

+33
-3601
lines changed

docs/dalib/benchmarks/re_identification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We adopt cross dataset setting (another one is cross camera setting). The model
1616

1717
For a fair comparison, our model is trained with standard cross entropy loss and triplet loss. We adopt modified resnet architecture from `Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification (ICLR 2020) <https://arxiv.org/pdf/2001.01526.pdf>`_.
1818

19-
As we are given unlabelled samples from target domain, we can utilize clustering algorithms to produce pseudo labels on target domain and then use them as supervision signals to perform self-training. This simple method turns out to be a strong baseline. We use ``Baseline_Cluster`` to represent this baseline in our results.
19+
As we are given unlabeled samples from target domain, we can utilize clustering algorithms to produce pseudo labels on target domain and then use them as supervision signals to perform self-training. This simple method turns out to be a strong baseline. We use ``Baseline_Cluster`` to represent this baseline in our results.
2020

2121
.. note::
2222

docs/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ Transfer Learning
8080
:caption: Semi Supervised Learning Methods
8181
:titlesonly:
8282

83-
ssllib/consistency_regularization.rst
84-
ssllib/contrastive_learning.rst
85-
ssllib/holistic_methods.rst
86-
ssllib/proxy_label.rst
83+
ssllib/semi_supervised_learning.rst
8784

8885

8986

docs/ssllib/consistency_regularization.rst

Lines changed: 0 additions & 42 deletions
This file was deleted.

docs/ssllib/contrastive_learning.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/ssllib/holistic_methods.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/ssllib/proxy_label.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

examples/task_adaptation/image_classification/README.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ and prepare them following [Documentation for Retinopathy](/common/vision/datase
3232

3333
Supported methods include:
3434

35-
- [Learning Without Forgetting (LWF, ECCV 2016)](https://arxiv.org/abs/1606.09282)
36-
- [Explicit inductive bias for transfer learning with convolutional networks (L2-SP, ICML 2018)](https://arxiv.org/abs/1802.01483)
35+
- [Explicit inductive bias for transfer learning with convolutional networks
36+
(L2-SP, ICML 2018)](https://arxiv.org/abs/1802.01483)
3737
- [Catastrophic Forgetting Meets Negative Transfer: Batch Spectral Shrinkage for Safe Transfer Learning (BSS, NIPS 2019)](https://proceedings.neurips.cc/paper/2019/file/c6bff625bdb0393992c9d4db0c6bbe45-Paper.pdf)
3838
- [DEep Learning Transfer using Fea- ture Map with Attention for convolutional networks (DELTA, ICLR 2019)](https://openreview.net/pdf?id=rkgbwsAcYm)
3939
- [Co-Tuning for Transfer Learning (Co-Tuning, NIPS 2020)](http://ise.thss.tsinghua.edu.cn/~mlong/doc/co-tuning-for-transfer-learning-nips20.pdf)
4040
- [Stochastic Normalization (StochNorm, NIPS 2020)](https://papers.nips.cc/paper/2020/file/bc573864331a9e42e4511de6f678aa83-Paper.pdf)
41+
- [Learning Without Forgetting (LWF, ECCV 2016)](https://arxiv.org/abs/1606.09282)
4142
- [Bi-tuning of Pre-trained Representations (Bi-Tuning)](https://arxiv.org/abs/2011.06182?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+arxiv%2FQSXk+%28ExcitingAds%21+cs+updates+on+arXiv.org%29)
4243

4344
## Experiment and Results
@@ -77,52 +78,52 @@ If you use these methods in your research, please consider citing.
7778

7879
```
7980
@inproceedings{LWF,
80-
author = {Zhizhong Li and
81+
author = {Zhizhong Li and
8182
Derek Hoiem},
82-
title = {Learning without Forgetting},
83-
booktitle={ECCV},
84-
year = {2016},
83+
title = {Learning without Forgetting},
84+
booktitle={ECCV},
85+
year = {2016},
8586
}
8687
8788
@inproceedings{L2SP,
88-
title={Explicit inductive bias for transfer learning with convolutional networks},
89-
author={Xuhong, LI and Grandvalet, Yves and Davoine, Franck},
90-
booktitle={ICML},
91-
year={2018},
89+
title={Explicit inductive bias for transfer learning with convolutional networks},
90+
author={Xuhong, LI and Grandvalet, Yves and Davoine, Franck},
91+
booktitle={ICML},
92+
year={2018},
9293
}
9394
9495
@inproceedings{BSS,
95-
title={Catastrophic forgetting meets negative transfer: Batch spectral shrinkage for safe transfer learning},
96-
author={Chen, Xinyang and Wang, Sinan and Fu, Bo and Long, Mingsheng and Wang, Jianmin},
97-
booktitle={NeurIPS},
98-
year={2019}
96+
title={Catastrophic forgetting meets negative transfer: Batch spectral shrinkage for safe transfer learning},
97+
author={Chen, Xinyang and Wang, Sinan and Fu, Bo and Long, Mingsheng and Wang, Jianmin},
98+
booktitle={NeurIPS},
99+
year={2019}
99100
}
100101
101102
@inproceedings{DELTA,
102-
title={Delta: Deep learning transfer using feature map with attention for convolutional networks},
103-
author={Li, Xingjian and Xiong, Haoyi and Wang, Hanchao and Rao, Yuxuan and Liu, Liping and Chen, Zeyu and Huan, Jun},
104-
booktitle={ICLR},
105-
year={2019}
103+
title={Delta: Deep learning transfer using feature map with attention for convolutional networks},
104+
author={Li, Xingjian and Xiong, Haoyi and Wang, Hanchao and Rao, Yuxuan and Liu, Liping and Chen, Zeyu and Huan, Jun},
105+
booktitle={ICLR},
106+
year={2019}
106107
}
107108
108109
@inproceedings{StocNorm,
109-
title={Stochastic Normalization},
110-
author={Kou, Zhi and You, Kaichao and Long, Mingsheng and Wang, Jianmin},
111-
booktitle={NeurIPS},
112-
year={2020}
110+
title={Stochastic Normalization},
111+
author={Kou, Zhi and You, Kaichao and Long, Mingsheng and Wang, Jianmin},
112+
booktitle={NeurIPS},
113+
year={2020}
113114
}
114115
115116
@inproceedings{CoTuning,
116-
title={Co-Tuning for Transfer Learning},
117-
author={You, Kaichao and Kou, Zhi and Long, Mingsheng and Wang, Jianmin},
118-
booktitle={NeurIPS},
119-
year={2020}
117+
title={Co-Tuning for Transfer Learning},
118+
author={You, Kaichao and Kou, Zhi and Long, Mingsheng and Wang, Jianmin},
119+
booktitle={NeurIPS},
120+
year={2020}
120121
}
121122
122123
@article{BiTuning,
123-
title={Bi-tuning of Pre-trained Representations},
124-
author={Zhong, Jincheng and Wang, Ximei and Kou, Zhi and Wang, Jianmin and Long, Mingsheng},
125-
journal={arXiv preprint arXiv:2011.06182},
126-
year={2020}
124+
title={Bi-tuning of Pre-trained Representations},
125+
author={Zhong, Jincheng and Wang, Ximei and Kou, Zhi and Wang, Jianmin and Long, Mingsheng},
126+
journal={arXiv preprint arXiv:2011.06182},
127+
year={2020}
127128
}
128129
```

projects/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

projects/self_tuning/README.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)