@@ -59,6 +59,7 @@ The library is self-contained, but it is possible to use the models outside of s
59
59
---
60
60
61
61
## Methods available
62
+ * [ All4One] ( https://openaccess.thecvf.com/content/ICCV2023/html/Estepa_All4One_Symbiotic_Neighbour_Contrastive_Learning_via_Self-Attention_and_Redundancy_Reduction_ICCV_2023_paper.html )
62
63
* [ Barlow Twins] ( https://arxiv.org/abs/2103.03230 )
63
64
* [ BYOL] ( https://arxiv.org/abs/2006.07733 )
64
65
* [ DeepCluster V2] ( https://arxiv.org/abs/2006.09882 )
@@ -216,6 +217,7 @@ All pretrained models avaiable can be downloaded directly via the tables below o
216
217
217
218
| Method | Backbone | Epochs | Dali | Acc@1 | Acc@5 | Checkpoint |
218
219
| --------------| :--------:| :------:| :----:| :--------------:| :--------------:| :----------:|
220
+ | All4One | ResNet18 | 1000 | :x : | 93.24 | 99.88 | [ :link : ] ( https://drive.google.com/drive/folders/1dtYmZiftruQ7B2PQ8fo44wguCZ0eSzAd?usp=sharing ) |
219
221
| Barlow Twins | ResNet18 | 1000 | :x : | 92.10 | 99.73 | [ :link : ] ( https://drive.google.com/drive/folders/1L5RAM3lCSViD2zEqLtC-GQKVw6mxtxJ_?usp=sharing ) |
220
222
| BYOL | ResNet18 | 1000 | :x : | 92.58 | 99.79 | [ :link : ] ( https://drive.google.com/drive/folders/1KxeYAEE7Ev9kdFFhXWkPZhG-ya3_UwGP?usp=sharing ) |
221
223
| DeepCluster V2| ResNet18 | 1000 | :x : | 88.85 | 99.58 | [ :link : ] ( https://drive.google.com/drive/folders/1tkEbiDQ38vZaQUsT6_vEpxbDxSUAGwF-?usp=sharing ) |
@@ -237,6 +239,7 @@ All pretrained models avaiable can be downloaded directly via the tables below o
237
239
238
240
| Method | Backbone | Epochs | Dali | Acc@1 | Acc@5 | Checkpoint |
239
241
| --------------| :--------:| :------:| :----:| :--------------:| :--------------:| :----------:|
242
+ | All4One | ResNet18 | 1000 | :x : | 72.17 | 93.35 | [ :link : ] ( https://drive.google.com/drive/folders/1oQcC80XPr-Wxhjs-PEqD_8VhUa_izqeZ?usp=sharing ) |
240
243
| Barlow Twins | ResNet18 | 1000 | :x : | 70.90 | 91.91 | [ :link : ] ( https://drive.google.com/drive/folders/1hDLSApF3zSMAKco1Ck4DMjyNxhsIR2yq?usp=sharing ) |
241
244
| BYOL | ResNet18 | 1000 | :x : | 70.46 | 91.96 | [ :link : ] ( https://drive.google.com/drive/folders/1hwsEdsfsUulD2tAwa4epKK9pkSuvFv6m?usp=sharing ) |
242
245
| DeepCluster V2| ResNet18 | 1000 | :x : | 63.61 | 88.09 | [ :link : ] ( https://drive.google.com/drive/folders/1gAKyMz41mvGh1BBOYdc_xu6JPSkKlWqK?usp=sharing ) |
@@ -257,6 +260,7 @@ All pretrained models avaiable can be downloaded directly via the tables below o
257
260
258
261
| Method | Backbone | Epochs | Dali | Acc@1 (online) | Acc@1 (offline) | Acc@5 (online) | Acc@5 (offline) | Checkpoint |
259
262
| -------------------------| :--------:| :------:| :------------------:| :--------------:| :---------------:| :--------------:| :---------------:| :----------:|
263
+ | All4One | ResNet18 | 400 | :heavy_check_mark : | 81.93 | - | 96.23 | - | [ :link : ] ( https://drive.google.com/drive/folders/1bJCRLP5Rz_JEylNq9C4sY3ccYZSchUGR?usp=sharing ) |
260
264
| Barlow Twins :rocket : | ResNet18 | 400 | :heavy_check_mark : | 80.38 | 80.16 | 95.28 | 95.14 | [ :link : ] ( https://drive.google.com/drive/folders/1rj8RbER9E71mBlCHIZEIhKPUFn437D5O?usp=sharing ) |
261
265
| BYOL :rocket : | ResNet18 | 400 | :heavy_check_mark : | 80.16 | 80.32 | 95.02 | 94.94 | [ :link : ] ( https://drive.google.com/drive/folders/1riOLjMawD_znO4HYj8LBN2e1X4jXpDE1?usp=sharing ) |
262
266
| DeepCluster V2 | ResNet18 | 400 | :x : | 75.36 | 75.4 | 93.22 | 93.10 | [ :link : ] ( https://drive.google.com/drive/folders/1d5jPuavrQ7lMlQZn5m2KnN5sPMGhHFo8?usp=sharing ) |
0 commit comments