bhawks commited on
Commit
c9b8e0e
·
verified ·
1 Parent(s): b523bb6

Update README.md with up to date publication info

Browse files
Files changed (1) hide show
  1. README.md +24 -12
README.md CHANGED
@@ -150,7 +150,7 @@ The resulting projects, reports, logs, and a JSON file containing the resource/l
150
  The data, excluding the projects and logs, were then further processed into a collection of JSON files, distributed alongside this paper and described below.
151
 
152
  - **Repository:** [fastmachinelearning/wa-hls4ml-paper](https://github.com/fastmachinelearning/wa-hls4ml-paper)
153
- - **Paper [optional]:** In Review
154
 
155
  ---
156
 
@@ -234,20 +234,32 @@ Appropriate measures should be taken to weight the data to account for the datas
234
 
235
  ## Citation
236
 
237
- View the paper [here!](https://arxiv.org/abs/2511.05615)
 
 
238
 
239
- **BibTeX:**
240
 
 
241
  ```bibtex
242
- @misc{hawks2025wahls4mlbenchmarksurrogatemodels,
243
- title={wa-hls4ml: A Benchmark and Surrogate Models for hls4ml Resource and Latency Estimation},
244
- author={Benjamin Hawks and Jason Weitz and Dmitri Demler and Karla Tame-Narvaez and Dennis Plotnikov and Mohammad Mehdi Rahimifar and Hamza Ezzaoui Rahali and Audrey C. Therrien and Donovan Sproule and Elham E Khoda and Keegan A. Smith and Russell Marroquin and Giuseppe Di Guglielmo and Nhan Tran and Javier Duarte and Vladimir Loncar},
245
- year={2025},
246
- eprint={2511.05615},
247
- archivePrefix={arXiv},
248
- primaryClass={cs.LG},
249
- url={https://arxiv.org/abs/2511.05615},
250
- }
 
 
 
 
 
 
 
 
 
 
251
  ```
252
 
253
  ## Dataset Card Authors
 
150
  The data, excluding the projects and logs, were then further processed into a collection of JSON files, distributed alongside this paper and described below.
151
 
152
  - **Repository:** [fastmachinelearning/wa-hls4ml-paper](https://github.com/fastmachinelearning/wa-hls4ml-paper)
153
+ - **Paper:** View the paper on [ACM](https://dl.acm.org/doi/10.1145/3787490) or [arXiv](https://arxiv.org/abs/2511.05615)!
154
 
155
  ---
156
 
 
234
 
235
  ## Citation
236
 
237
+ View the paper on [ACM](https://dl.acm.org/doi/10.1145/3787490) or [arXiv](https://arxiv.org/abs/2511.05615)!
238
+
239
+ If you use/extend this dataset, or submit to the benchmark, please cite the paper:
240
 
 
241
 
242
+ **BibTeX:**
243
  ```bibtex
244
+ @article{10.1145/3787490,
245
+ author = {Hawks, Benjamin and Weitz, Jason and Demler, Dmitri and Tame-Narvaez, Karla and Plotnikov, Dennis and Rahimifar, Mohammad Mehdi and Rahali, Hamza Ezzaoui and Therrien, Audrey C. and Sproule, Donovan and Khoda, Elham E. and Smith, Keegan A. and Marroquin, Russell and Di Guglielmo, Giuseppe and Tran, Nhan and Duarte, Javier and Loncar, Vladimir},
246
+ title = {wa-hls4ml: A Benchmark and Surrogate Models for hls4ml Resource and Latency Estimation},
247
+ year = {2026},
248
+ issue_date = {June 2026},
249
+ publisher = {Association for Computing Machinery},
250
+ address = {New York, NY, USA},
251
+ volume = {19},
252
+ number = {2},
253
+ issn = {1936-7406},
254
+ url = {https://doi.org/10.1145/3787490},
255
+ doi = {10.1145/3787490},
256
+ abstract = {As machine learning (ML) is increasingly implemented in hardware to address real-time challenges in scientific applications, the development of advanced toolchains has significantly reduced the time required to iterate on various designs. These advancements have solved major obstacles, but also exposed new challenges. For example, processes that were not previously considered bottlenecks, such as hardware synthesis, are becoming limiting factors in the rapid iteration of designs. To mitigate these emerging constraints, multiple efforts have been undertaken to develop an ML-based surrogate model that estimates resource usage of ML accelerator architectures. We introduce wa-hls4ml, a benchmark for ML accelerator resource and latency estimation, and its corresponding initial dataset of over 680,000 fully connected and convolutional neural networks, all synthesized using hls4ml and targeting Xilinx FPGAs. The benchmark evaluates the performance of resource and latency predictors against several common ML model architectures, primarily originating from scientific domains, as exemplar models, and the average performance across a subset of the dataset. Additionally, we introduce GNN- and transformer-based surrogate models that predict latency and resources for ML accelerators. We present the architecture and performance of the models and find that the models generally predict latency and resources for the 75th percentile within several percent of the synthesized resources on the synthetic test dataset.},
257
+ journal = {ACM Trans. Reconfigurable Technol. Syst.},
258
+ month = may,
259
+ articleno = {20},
260
+ numpages = {29},
261
+ keywords = {surrogate model, FPGA, hls4ml, resource, latency, regression, machine learning, artificial intelligence, High-level synthesis, benchmark, edge computing, graph neural network, open source}
262
+ }
263
  ```
264
 
265
  ## Dataset Card Authors