SimCert:深度神经网络压缩中行为相似性的概率性认证框架 / SimCert: Probabilistic Certification for Behavioral Similarity in Deep Neural Network Compression
1️⃣ 一句话总结
这篇论文提出了一个名为SimCert的概率性认证框架,它能高效地为经过压缩(如量化和剪枝)的深度神经网络提供可调整置信度的行为相似性安全保证,解决了现有方法在可扩展性和处理架构异构性方面的不足。
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.
SimCert:深度神经网络压缩中行为相似性的概率性认证框架 / SimCert: Probabilistic Certification for Behavioral Similarity in Deep Neural Network Compression
这篇论文提出了一个名为SimCert的概率性认证框架,它能高效地为经过压缩(如量化和剪枝)的深度神经网络提供可调整置信度的行为相似性安全保证,解决了现有方法在可扩展性和处理架构异构性方面的不足。
源自 arXiv: 2603.14818