File size: 1,424 Bytes
94a8d05 71b414c 94a8d05 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
license: cc-by-nc-4.0
datasets:
- abo
- inaturalist
pipeline_tag: image-feature-extraction
---
## Model training and evaluation
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).
## Intended use and limitations
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.
* [ABO](https://huggingface.co/AmazonScience/MILE/resolve/main/blrp-dinov2-vitl14-reg-lora0-fw-5e-06-mt09996-bs3-800_ckpt0390.pth)
* [iNaturalist](https://huggingface.co/AmazonScience/MILE/resolve/main/mile-vitl14-reg-LRx8-g48x8-100M-mt0996-bs3-s250000-ep800-1_ckpt0361.pth)
## Citation
If you use this work, please cite:
```
@inproceedings{leotescu2024mile,
title={Self-Supervised Incremental Learning of Object Representations from Arbitrary Image Sets},
author={Leotescu, George and Popa, Alin-Ionut Popa and Grigore, Diana and Voinea, Daniel and Perona, Pietro},
booktitle={Proceedings of WACV},
year={2025}
}
```
## License
This library is licensed under the CC BY NC License. |