Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
datasets:
|
| 4 |
+
- abo
|
| 5 |
+
- inaturalist
|
| 6 |
+
pipeline_tag: image-feature-extraction
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
## Model training and evaluation
|
| 11 |
+
|
| 12 |
+
Instructions for how to train and evaluate a MILE model, as well as the necessary code are in the [Amazon Science repository](https://github.com/amazon-science/mile).
|
| 13 |
+
|
| 14 |
+
## Intended use and limitations
|
| 15 |
+
|
| 16 |
+
These models have been trained on [Amazon-Berkeley-Objects](https://amazon-berkeley-objects.s3.amazonaws.com/index.html) and [iNaturalist](https://github.com/visipedia/inat_comp/tree/master/2017) and are intended to demonstrate the power of the object-level embeddings w.r.t. the object /category retrieval task. For other domains or tasks, it should be further fine-tuned on relevant data.
|
| 17 |
+
|
| 18 |
+
* ABO - `blrp-dinov2-vitl14-reg-lora0-fw-5e-06-mt09996-bs3-800_ckpt0390.pth`
|
| 19 |
+
* iNaturalist - `mile-vitl14-reg-LRx8-g48x8-100M-mt0996-bs3-s250000-ep800-1_ckpt0361.pth`
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
## Citation
|
| 23 |
+
If you use this work, please cite:
|
| 24 |
+
|
| 25 |
+
```
|
| 26 |
+
@inproceedings{leotescu2024mile,
|
| 27 |
+
title={Self-Supervised Incremental Learning of Object Representations from Arbitrary Image Sets},
|
| 28 |
+
author={Leotescu, George and Popa, Alin-Ionut Popa and Grigore, Diana and Voinea, Daniel and Perona, Pietro},
|
| 29 |
+
booktitle={Proceedings of WACV},
|
| 30 |
+
year={2025}
|
| 31 |
+
}
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
## License
|
| 35 |
+
|
| 36 |
+
This library is licensed under the CC BY NC License.
|