Update README.md
Browse files
README.md
CHANGED
@@ -1,96 +1,106 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
model-index:
|
4 |
-
- name: CondViT-B16-cat
|
5 |
-
results:
|
6 |
-
- dataset:
|
7 |
-
name: LAION - Referred Visual Search - Fashion
|
8 |
-
split: test
|
9 |
-
type: Slep/LAION-RVS-Fashion
|
10 |
-
metrics:
|
11 |
-
- name: R@1 +10K Dist.
|
12 |
-
type: recall_at_1|10000
|
13 |
-
value: 93.44 ± 0.83
|
14 |
-
- name: R@5 +10K Dist.
|
15 |
-
type: recall_at_5|10000
|
16 |
-
value: 98.07 ± 0.37
|
17 |
-
- name: R@10 +10K Dist.
|
18 |
-
type: recall_at_10|10000
|
19 |
-
value: 98.69 ± 0.38
|
20 |
-
- name: R@20 +10K Dist.
|
21 |
-
type: recall_at_20|10000
|
22 |
-
value: 98.98 ± 0.34
|
23 |
-
- name: R@50 +10K Dist.
|
24 |
-
type: recall_at_50|10000
|
25 |
-
value: 99.55 ± 0.18
|
26 |
-
- name: R@1 +100K Dist.
|
27 |
-
type: recall_at_1|100000
|
28 |
-
value: 85.90 ± 1.37
|
29 |
-
- name: R@5 +100K Dist.
|
30 |
-
type: recall_at_5|100000
|
31 |
-
value: 94.22 ± 0.87
|
32 |
-
- name: R@10 +100K Dist.
|
33 |
-
type: recall_at_10|100000
|
34 |
-
value: 96.04 ± 0.68
|
35 |
-
- name: R@20 +100K Dist.
|
36 |
-
type: recall_at_20|100000
|
37 |
-
value: 97.18 ± 0.56
|
38 |
-
- name: R@50 +100K Dist.
|
39 |
-
type: recall_at_50|100000
|
40 |
-
value: 98.28 ± 0.34
|
41 |
-
- name: R@1 +500K Dist.
|
42 |
-
type: recall_at_1|500000
|
43 |
-
value: 78.19 ± 1.59
|
44 |
-
- name: R@5 +500K Dist.
|
45 |
-
type: recall_at_5|500000
|
46 |
-
value: 88.70 ± 1.15
|
47 |
-
- name: R@10 +500K Dist.
|
48 |
-
type: recall_at_10|500000
|
49 |
-
value: 91.46 ± 1.02
|
50 |
-
- name: R@20 +500K Dist.
|
51 |
-
type: recall_at_20|500000
|
52 |
-
value: 94.07 ± 0.86
|
53 |
-
- name: R@50 +500K Dist.
|
54 |
-
type: recall_at_50|500000
|
55 |
-
value: 96.11 ± 0.64
|
56 |
-
- name: R@1 +1M Dist.
|
57 |
-
type: recall_at_1|1000000
|
58 |
-
value: 74.49 ± 1.23
|
59 |
-
- name: R@5 +1M Dist.
|
60 |
-
type: recall_at_5|1000000
|
61 |
-
value: 85.38 ± 1.29
|
62 |
-
- name: R@10 +1M Dist.
|
63 |
-
type: recall_at_10|1000000
|
64 |
-
value: 88.95 ± 1.15
|
65 |
-
- name: R@20 +1M Dist.
|
66 |
-
type: recall_at_20|1000000
|
67 |
-
value: 91.35 ± 0.93
|
68 |
-
- name: R@50 +1M Dist.
|
69 |
-
type: recall_at_50|1000000
|
70 |
-
value: 94.75 ± 0.75
|
71 |
-
- name: Available Dists.
|
72 |
-
type: n_dists
|
73 |
-
value: 2000014
|
74 |
-
- name: Embedding Dimension
|
75 |
-
type: embedding_dim
|
76 |
-
value: 512
|
77 |
-
- name: Conditioning
|
78 |
-
type: conditioning
|
79 |
-
value: category
|
80 |
-
source:
|
81 |
-
name: LRVSF Leaderboard
|
82 |
-
url: https://huggingface.co/spaces/Slep/LRVSF-Leaderboard
|
83 |
-
task:
|
84 |
-
type: Retrieval
|
85 |
-
tags:
|
86 |
-
- lrvsf-benchmark
|
87 |
-
|
|
|
|
|
88 |
|
89 |
# Conditional ViT - B/16 - Categories
|
90 |
|
91 |
-
*Introduced in
|
92 |
|
93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
## General Infos
|
96 |
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
model-index:
|
4 |
+
- name: CondViT-B16-cat
|
5 |
+
results:
|
6 |
+
- dataset:
|
7 |
+
name: LAION - Referred Visual Search - Fashion
|
8 |
+
split: test
|
9 |
+
type: Slep/LAION-RVS-Fashion
|
10 |
+
metrics:
|
11 |
+
- name: R@1 +10K Dist.
|
12 |
+
type: recall_at_1|10000
|
13 |
+
value: 93.44 ± 0.83
|
14 |
+
- name: R@5 +10K Dist.
|
15 |
+
type: recall_at_5|10000
|
16 |
+
value: 98.07 ± 0.37
|
17 |
+
- name: R@10 +10K Dist.
|
18 |
+
type: recall_at_10|10000
|
19 |
+
value: 98.69 ± 0.38
|
20 |
+
- name: R@20 +10K Dist.
|
21 |
+
type: recall_at_20|10000
|
22 |
+
value: 98.98 ± 0.34
|
23 |
+
- name: R@50 +10K Dist.
|
24 |
+
type: recall_at_50|10000
|
25 |
+
value: 99.55 ± 0.18
|
26 |
+
- name: R@1 +100K Dist.
|
27 |
+
type: recall_at_1|100000
|
28 |
+
value: 85.90 ± 1.37
|
29 |
+
- name: R@5 +100K Dist.
|
30 |
+
type: recall_at_5|100000
|
31 |
+
value: 94.22 ± 0.87
|
32 |
+
- name: R@10 +100K Dist.
|
33 |
+
type: recall_at_10|100000
|
34 |
+
value: 96.04 ± 0.68
|
35 |
+
- name: R@20 +100K Dist.
|
36 |
+
type: recall_at_20|100000
|
37 |
+
value: 97.18 ± 0.56
|
38 |
+
- name: R@50 +100K Dist.
|
39 |
+
type: recall_at_50|100000
|
40 |
+
value: 98.28 ± 0.34
|
41 |
+
- name: R@1 +500K Dist.
|
42 |
+
type: recall_at_1|500000
|
43 |
+
value: 78.19 ± 1.59
|
44 |
+
- name: R@5 +500K Dist.
|
45 |
+
type: recall_at_5|500000
|
46 |
+
value: 88.70 ± 1.15
|
47 |
+
- name: R@10 +500K Dist.
|
48 |
+
type: recall_at_10|500000
|
49 |
+
value: 91.46 ± 1.02
|
50 |
+
- name: R@20 +500K Dist.
|
51 |
+
type: recall_at_20|500000
|
52 |
+
value: 94.07 ± 0.86
|
53 |
+
- name: R@50 +500K Dist.
|
54 |
+
type: recall_at_50|500000
|
55 |
+
value: 96.11 ± 0.64
|
56 |
+
- name: R@1 +1M Dist.
|
57 |
+
type: recall_at_1|1000000
|
58 |
+
value: 74.49 ± 1.23
|
59 |
+
- name: R@5 +1M Dist.
|
60 |
+
type: recall_at_5|1000000
|
61 |
+
value: 85.38 ± 1.29
|
62 |
+
- name: R@10 +1M Dist.
|
63 |
+
type: recall_at_10|1000000
|
64 |
+
value: 88.95 ± 1.15
|
65 |
+
- name: R@20 +1M Dist.
|
66 |
+
type: recall_at_20|1000000
|
67 |
+
value: 91.35 ± 0.93
|
68 |
+
- name: R@50 +1M Dist.
|
69 |
+
type: recall_at_50|1000000
|
70 |
+
value: 94.75 ± 0.75
|
71 |
+
- name: Available Dists.
|
72 |
+
type: n_dists
|
73 |
+
value: 2000014
|
74 |
+
- name: Embedding Dimension
|
75 |
+
type: embedding_dim
|
76 |
+
value: 512
|
77 |
+
- name: Conditioning
|
78 |
+
type: conditioning
|
79 |
+
value: category
|
80 |
+
source:
|
81 |
+
name: LRVSF Leaderboard
|
82 |
+
url: https://huggingface.co/spaces/Slep/LRVSF-Leaderboard
|
83 |
+
task:
|
84 |
+
type: Retrieval
|
85 |
+
tags:
|
86 |
+
- lrvsf-benchmark
|
87 |
+
datasets:
|
88 |
+
- Slep/LAION-RVS-Fashion
|
89 |
+
---
|
90 |
|
91 |
# Conditional ViT - B/16 - Categories
|
92 |
|
93 |
+
*Introduced in <a href=https://arxiv.org/abs/2306.02928>**LRVSF-Fashion: Extending Visual Search with Referring Instructions**</a>, Lepage et al. 2023*
|
94 |
|
95 |
+
<div align="center">
|
96 |
+
<div id=links>
|
97 |
+
|
98 |
+
|Data|Code|Models|Spaces|
|
99 |
+
|:-:|:-:|:-:|:-:|
|
100 |
+
|[Full Dataset](https://huggingface.co/datasets/Slep/LAION-RVS-Fashion)|[Training Code](https://github.com/Simon-Lepage/CondViT-LRVSF)|[Categorical Model](https://huggingface.co/Slep/CondViT-B16-cat)|[LRVS-F Leaderboard](https://huggingface.co/spaces/Slep/LRVSF-Leaderboard)|
|
101 |
+
|[Test set](https://zenodo.org/doi/10.5281/zenodo.11189942)|[Benchmark Code](https://github.com/Simon-Lepage/LRVSF-Benchmark)|[Textual Model](https://huggingface.co/Slep/CondViT-B16-txt)|[Demo](https://huggingface.co/spaces/Slep/CondViT-LRVSF-Demo)|
|
102 |
+
</div>
|
103 |
+
</div>
|
104 |
|
105 |
## General Infos
|
106 |
|