From 79a1310393de3de4b81696db605a93101ddeb824 Mon Sep 17 00:00:00 2001 From: Francesco Paissan <46992226+fpaissan@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:17:21 +0100 Subject: [PATCH] Update README.md --- recipes/image_classification/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/recipes/image_classification/README.md b/recipes/image_classification/README.md index af2c0f6..7e3c7ca 100644 --- a/recipes/image_classification/README.md +++ b/recipes/image_classification/README.md @@ -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}, @@ -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} +} +```