11cff-version : 1.2.0
22message : " If you use QRES in academic work, please cite the associated Zenodo publication."
33
4- title : " QRES: Biologically-Inspired Secure Federated Learning for Edge IoT Devices"
5- version : " v15.4.0"
6- doi : " 10.5281/zenodo.18194636"
7- date-released : " 2026-01-11"
4+ # [UPDATED] New v16 Title
5+ title : " QRES: An Adaptive Hybrid Compression System for Edge IoT"
6+ version : " v16.0.0"
7+ # [UPDATED] DOI from your README
8+ doi : " 10.5281/zenodo.18216283"
9+ date-released : " 2026-01-12"
810
911authors :
1012 - family-names : Krenik
1113 given-names : Cavin
1214 orcid : " https://orcid.org/0009-0008-9183-1278"
1315
16+ # [UPDATED] Abstract matches the new "Hybrid Gatekeeper" narrative
1417abstract : >
15- QRES is a deterministic, edge-native neural compression
16- and federated learning system for time-series data. By treating
17- compression as shared prediction and transmitting only residuals,
18- QRES achieves high compression ratios while providing strong
19- privacy guarantees through differential privacy, secure aggregation,
20- and zero-knowledge proofs. The system is implemented in Rust with
21- bit-perfect fixed-point determinism and targets constrained IoT
22- environments .
18+ QRES is an adaptive hybrid compression system designed for constrained
19+ Edge IoT environments. It utilizes a "Hybrid Gatekeeper" architecture
20+ that dynamically switches between a lightweight Bit-Packing pipeline
21+ (for high-entropy data) and a Neural Residual Predictor (for structured
22+ signals). This approach eliminates data expansion on noisy streams while
23+ achieving high compression ratios (up to 25x) on structured telemetry.
24+ The system is implemented in no_std Rust with bit-perfect Q16.16
25+ fixed-point determinism .
2326
2427keywords :
25- - Federated Learning
26- - Edge AI
27- - Time-Series Compression
28- - Spiking Neural Networks
29- - Secure Aggregation
30- - Differential Privacy
31- - Byzantine Fault Tolerance
32- - Deterministic Systems
28+ - Adaptive Compression
29+ - Time-Series Data
30+ - Edge Computing
31+ - Hybrid Architecture
32+ - Bit-Packing
33+ - Neural Residual Prediction
34+ - Internet of Things
35+ - Rust
3336
3437license : Apache-2.0
3538
3639repository-code : " https://github.com/CavinKrenik/QRES"
37- url : " https://doi.org/10.5281/zenodo.18194636 "
40+ url : " https://doi.org/10.5281/zenodo.18216283 "
3841
3942preferred-citation :
4043 type : software
4144 authors :
4245 - family-names : Krenik
4346 given-names : Cavin
4447 orcid : " https://orcid.org/0009-0008-9183-1278"
45- title : " QRES: Biologically-Inspired Secure Federated Learning for Edge IoT Devices"
48+ # [UPDATED] Match the title above
49+ title : " QRES: An Adaptive Hybrid Compression System for Edge IoT"
4650 year : 2026
47- version : " v15.4 .0"
48- doi : " 10.5281/zenodo.18194636 "
51+ version : " v16.0 .0"
52+ doi : " 10.5281/zenodo.18216283 "
0 commit comments