@@ -47,3 +47,85 @@ Tutorials
4747Detailed tutorials on how to use ``hls4ml ``'s various functionalities can be found at:
4848
4949https://github.com/fastmachinelearning/hls4ml-tutorial
50+
51+ Citation
52+ =================================
53+ If you use this software in a publication, please cite the software
54+
55+ .. code-block :: bibtex
56+
57+ @software{vloncar_2021_5680908,
58+ author = {{FastML Team}},
59+ title = {fastmachinelearning/hls4ml},
60+ year = 2021,
61+ publisher = {Zenodo},
62+ doi = {10.5281/zenodo.1201549},
63+ url = {https://github.com/fastmachinelearning/hls4ml}
64+ }
65+
66+ and first publication:
67+
68+ .. code-block :: bibtex
69+
70+ @article{Duarte:2018ite,
71+ author = "Duarte, Javier and others",
72+ title = "{Fast inference of deep neural networks in FPGAs for particle physics}",
73+ eprint = "1804.06913",
74+ archivePrefix = "arXiv",
75+ primaryClass = "physics.ins-det",
76+ reportNumber = "FERMILAB-PUB-18-089-E",
77+ doi = "10.1088/1748-0221/13/07/P07027",
78+ journal = "JINST",
79+ volume = "13",
80+ number = "07",
81+ pages = "P07027",
82+ year = "2018"
83+ }
84+
85+ Additionally, if you use specific features developed in later papers, please cite those as well. For example, CNNs:
86+
87+ .. code-block :: bibtex
88+
89+ @article{Aarrestad:2021zos,
90+ author = "Aarrestad, Thea and others",
91+ title = "{Fast convolutional neural networks on FPGAs with hls4ml}",
92+ eprint = "2101.05108",
93+ archivePrefix = "arXiv",
94+ primaryClass = "cs.LG",
95+ reportNumber = "FERMILAB-PUB-21-130-SCD",
96+ doi = "10.1088/2632-2153/ac0ea1",
97+ journal = "Mach. Learn. Sci. Tech.",
98+ volume = "2",
99+ number = "4",
100+ pages = "045015",
101+ year = "2021"
102+ }
103+ @article{Ghielmetti:2022ndm,
104+ author = "Ghielmetti, Nicol\`{o} and others",
105+ title = "{Real-time semantic segmentation on FPGAs for autonomous vehicles with hls4ml}",
106+ eprint = "2205.07690",
107+ archivePrefix = "arXiv",
108+ primaryClass = "cs.CV",
109+ reportNumber = "FERMILAB-PUB-22-435-PPD",
110+ doi = "10.1088/2632-2153/ac9cb5",
111+ journal ="Mach. Learn. Sci. Tech.",
112+ year = "2022"
113+ }
114+
115+ binary/ternary networks:
116+
117+ .. code-block :: bibtex
118+
119+ @article{Loncar:2020hqp,
120+ author = "Ngadiuba, Jennifer and others",
121+ title = "{Compressing deep neural networks on FPGAs to binary and ternary precision with HLS4ML}",
122+ eprint = "2003.06308",
123+ archivePrefix = "arXiv",
124+ primaryClass = "cs.LG",
125+ reportNumber = "FERMILAB-PUB-20-167-PPD-SCD",
126+ doi = "10.1088/2632-2153/aba042",
127+ journal = "Mach. Learn. Sci. Tech.",
128+ volume = "2",
129+ pages = "015001",
130+ year = "2021"
131+ }
0 commit comments