Xiangyu Zhang, Xiangwen Kong, Junqiang Huang
We lifted 5 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| megvii-research/revisitairl | canonical | 4 of 5 |
| Function | Status | Where it lives |
|---|---|---|
| build_optimizer | Ran | megvii-research/revisitairl/linear_eval.py code served (permissive licence) · get_code("e0c91cd1160e94e2") |
| conv1x1 | Ran | megvii-research/revisitairl/models/resnet.py code served (permissive licence) · get_code("d9def42110729a85") |
| conv3x3 | Ran | megvii-research/revisitairl/models/resnet.py code served (permissive licence) · get_code("160bb14bd76201b4") |
| load_weights | Ran | megvii-research/revisitairl/linear_eval.py code served (permissive licence) · get_code("8dc744ee7b17884d") |
| build_model | Not yet run | megvii-research/revisitairl/linear_eval.py code served (permissive licence) · get_code("4ae629012e034bbc") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
We focus on better understanding the critical factors of augmentation-invariant representation learning. We revisit MoCo v2 and BYOL and try to prove the authenticity of the following assumption: different frameworks bring about representations of different characteristics even with the same pretext task. We establish the first benchmark for fair comparisons between MoCo v2 and BYOL, and observe: (i) sophisticated model configurations enable better adaptation to pre-training dataset; (ii) mismatched optimization strategies of pre-training and fine-tuning hinder model from achieving competitive transfer performances. Given the fair benchmark, we make further investigation and find asymmetry of network structure endows contrastive frameworks to work well under the linear evaluation protocol, while may hurt the transfer performances on long-tailed classification tasks. Moreover, negative samples do not make models more sensible to the choice of data augmentations, nor does the asymmetric network structure. We believe our findings provide useful information for future work.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2208.00275")
get_code_for_paper("2208.00275")
have("2208.00275")
Connect an agent — have() is free.