Skip to content

Commit fff6eac

Browse files
authored
Create proposal_HGQforCICADA.md
1 parent 7e988b1 commit fff6eac

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Highly Granular Quantization for CICADA
3+
layout: gsoc_proposal
4+
project: ROOT
5+
year: 2025
6+
organization: CERN
7+
---
8+
9+
## Description
10+
11+
The CICADA (Calorimeter Image Convolutional Anomaly Detection Algorithm) project aims to provide an unbiased detection of new physics signatures in proton-proton collisions at the Large Hadron Collider's Compact Muon Solenoid experiment (CMS). It detects anomalies in low-level trigger calorimeter information with a convolutional autoencoder, whose behaviour is transferred to a smaller model through knowledge distillation. Careful quantization of the deployed model allows it to meet the requirement of sub-500ns inference times on FPGAs. While CICADA currently employs Quantization Aware Training with different quantization schemes for each layer of the distilled model, a new gradient-based quantization optimization approach published in 2024 offers the possibility of optimizing quantization at the individual weight level. This project would explore implementing this highly granular quantization method to CICADA's distilled model and evaluating its effects on both model performance and resource consumption on Xilinx FPGAs. The work would involve implementing the new quantization approach, comparing it with the current implementation, and investigating the impact on both detection performance and hardware resource utilization while maintaining the strict timing requirements.
12+
13+
## Task ideas
14+
* Implement HGQ for CICADA
15+
16+
## Expected results
17+
A student
18+
19+
## Requirements
20+
Python, Tensorflow
21+
22+
## Mentors
23+
* [Lino Gerlach](mailto:[email protected])
24+
* [Isobel Ojalvo](mailto:[email protected])
25+
26+
## Links
27+
* [CICADA]([https://root.cern/](https://github.com/Princeton-AD/cicada))
28+
* [Paper](https://arxiv.org/pdf/2405.00645)
29+
* [HGQ](https://github.com/calad0i/HGQ)
30+

0 commit comments

Comments
 (0)