Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaissan authored Nov 27, 2023
1 parent 165c434 commit 79a1310
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion recipes/image_classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The script will also save an ONNX model at the end of the training. To export th
#### Referencing PhiNet
If you use PhiNet or `micromind`, please cite our work:
```
@article{10.1145/3510832,
@article{Paissan_2022_TECS,
author = {Paissan, Francesco and Ancilotto, Alberto and Farella, Elisabetta},
title = {PhiNets: A Scalable Backbone for Low-Power AI at the Edge},
year = {2022},
Expand All @@ -48,3 +48,16 @@ If you use PhiNet or `micromind`, please cite our work:
journal = {ACM Trans. Embed. Comput. Syst.},
}
```

#### Referencing XiNet
If you use XiNet or `micromind`, please cite our work:
```
@InProceedings{Ancilotto_2023_ICCV,
author = {Ancilotto, Alberto and Paissan, Francesco and Farella, Elisabetta},
title = {XiNet: Efficient Neural Networks for tinyML},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2023},
pages = {16968-16977}
}
```

0 comments on commit 79a1310

Please sign in to comment.