菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - SimCert: Probabilistic Certification for Behavioral Similarity in Deep Neural Network Compression

Deploying Deep Neural Networks (DNNs) on resource-constrained embedded systems requires aggressive model compression techniques like quantization and pruning. However, ensuring that the compressed model preserves the behavioral fidelity of the original design is a critical challenge in the safety-critical system design flow. Existing verification methods often lack scalability or fail to handle the architectural heterogeneity introduced by pruning. In this work, we propose SimCert, a probabilistic certification framework for verifying the behavioral similarity of compressed neural networks. Unlike worst-case analysis, SimCert provides quantitative safety guarantees with adjustable confidence levels. Our framework features: (1) A dual-network symbolic propagation method supporting both quantization and pruning; (2) A variance-aware bounding technique using Bernstein's inequality to tighten safety certificates; and (3) An automated verification toolchain. Experimental results on ACAS Xu and computer vision benchmarks demonstrate that SimCert outperforms state-of-the-art baselines.

顶级标签: model evaluation systems theory
详细标签: neural network compression probabilistic certification behavioral similarity safety verification quantization and pruning 或 搜索:

SimCert:深度神经网络压缩中行为相似性的概率性认证框架 / SimCert: Probabilistic Certification for Behavioral Similarity in Deep Neural Network Compression


1️⃣ 一句话总结

这篇论文提出了一个名为SimCert的概率性认证框架,它能高效地为经过压缩(如量化和剪枝)的深度神经网络提供可调整置信度的行为相似性安全保证,解决了现有方法在可扩展性和处理架构异构性方面的不足。

源自 arXiv: 2603.14818