Evaluates unsupervised lossy compression of irregular sensor data on radiation-hardened edge ASICs. It probes the ability to reconstruct high-granularity calorimeter images under extreme bandwidth and latency constraints. Use when the user wants to benchmark on CMS HGCal Trigger Data, or asks about evaluating this task. Reports Energy Mover's Distance (EMD).
Scanned 9/11/2026
Install to Claude Code
npx -y skills add qhjqhj00/research-skills-pool --skill sensor-compression-eval --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sensor Compression Eval?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/qhjqhj00-sensor-compression-eval)More formats (shields.io, HTML) on the badges page.
---
name: sensor-compression-eval
description: Evaluates unsupervised lossy compression of irregular sensor data on radiation-hardened edge ASICs. It probes the ability to reconstruct high-granularity calorimeter images under extreme bandwidth and latency constraints. Use when the user wants to benchmark on CMS HGCal Trigger Data, or asks about evaluating this task. Reports Energy Mover's Distance (EMD).
metadata:
skill_kind: dataset_eval
source_arxiv: 2207.07958
bibtex_key: duarte2022fastml
confidence: high
---
# sensor-compression-eval
> FastML Science Benchmarks: Accelerating Real-Time Scientific Edge Machine Learning — Duarte et al. (2022) (arXiv:2207.07958, 2022)
## What this evaluates
Evaluates unsupervised lossy compression of irregular sensor data on radiation-hardened edge ASICs. It probes the ability to reconstruct high-granularity calorimeter images under extreme bandwidth and latency constraints.
## Datasets
- **CMS HGCal Trigger Data** — total ?; splits: test (-1); repo https://github.com/fastmachinelearning/fastml-science
## Metrics
- `Energy Mover's Distance (EMD)` **(primary)** — range: other
- A distance metric comparing reconstructed vs original radiation patterns that penalizes misreconstructed energies less if they are spatially close to the original deposit.
## Input / output format
**Input**: 48 trigger cells represented as 8-bit fixed-point values (384 bits total), derived from aggregated hexagonal sensor array energies.
**Output**: Compressed bitstream of either 144 bits (moderate) or 48 bits (extreme), which is subsequently decompressed to reconstruct the 48 trigger cell values.
## Scoring recipe
```python
# EMD calculation between original (O) and reconstructed (R) 48-cell arrays
emd = compute_energy_movers_distance(O, R)
# Lower EMD indicates better reconstruction fidelity
# Report EMD alongside latency, area (mm2), and power (mW) constraints
```
## Common pitfalls
- Must account for hexagonal sensor geometry during reconstruction, not standard rectangular grids.
- Compression budget is strictly 144b or 48b; exceeding this violates the benchmark constraint.
- Latency and power/area constraints are evaluated on the encoder ASIC, not just the algorithm.
## Evidence (verbatim from paper)
> The energy mover’s distance (EMD) is used to compare the reconstructed radiation patterns, giving smaller penalties for misreconstructed energies that are close-by to the original deposit.
## Citation
```bibtex
@misc{duarte2022fastml,
title={FastML Science Benchmarks: Accelerating Real-Time Scientific Edge Machine Learning},
author={Duarte et al. (2022)},
year={2022},
note={arXiv:2207.07958}
}
```
- arXiv: 2207.07958
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!