paper-with-me

홈 › Papers

MUC-G4: Minimal Unsat Core-Guided Incremental Verification for Deep Neural Network Compression

2025-06-03 · Jingyang Li, Guoqiang Li

The rapid development of deep learning has led to challenges in deploying neural networks on edge devices, mainly due to their high memory and runtime complexity. Network compression techniques, such as quantization and pruning, aim to reduce this complexity while maintaining accuracy. However, existing incremental verification methods often focus only on quantization and struggle with structural changes. This paper presents MUC-G4 (Minimal Unsat Core-Guided Incremental Verification), a novel framework for incremental verification of compressed deep neural networks. It encodes both the original and compressed networks into SMT formulas, classifies changes, and use \emph{Minimal Unsat Cores (MUCs)} from the original network to guide efficient verification for the compressed network. Experimental results show its effectiveness in handling quantization and pruning, with high proof reuse rates and significant speedup in verification time compared to traditional methods. MUC-G4 hence offers a promising solution for ensuring the safety and reliability of compressed neural networks in practical applications.

📄 PDF Abstract BibTeX arXiv:2506.04268

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Network CompressionQuantization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Incremental Neural Network Verification via Learned Conflicts

2026-03-12 · Raya Elsaleh, Liam Davis, Haoze Wu, Guy Katz arxiv

Neural network verification is often used as a core component within larger analysis procedures, which generate sequences of closely related verification queries over the same network. In existing neural network verifier…

Solving WCSP by Extraction of Minimal Unsatisfiable Cores

2013-04-19 · Christophe Lecoutre, Nicolas Paris, Olivier Roussel, Sébastien Tabary

Usual techniques to solve WCSP are based on cost transfer operations coupled with a branch and bound algorithm. In this paper, we focus on an approach integrating extraction and relaxation of Minimal Unsatisfiable Cores …

Computing Small Unsatisfiable Cores in Satisfiability Modulo Theories

2014-01-16 · Alessandro Cimatti, Alberto Griggio, Roberto Sebastiani

The problem of finding small unsatisfiable cores for SAT formulas has recently received a lot of interest, mostly for its applications in formal verification. However, propositional logic is often not expressive enough f…

LEMMA

Enumerating Minimal Unsatisfiable Cores of LTLf formulas

2024-09-14 · Antonio Ielo, Giuseppe Mazzotta, Rafael Peñaloza, Francesco Ricca

Linear Temporal Logic over finite traces ($\text{LTL}_f$) is a widely used formalism with applications in AI, process mining, model checking, and more. The primary reasoning task for $\text{LTL}_f$ is satisfiability chec…

Model enumeration in propositional circumscription via unsatisfiable core analysis

2017-07-05 · Mario Alviano

Many practical problems are characterized by a preference relation over admissible solutions, where preferred solutions are minimal in some sense. For example, a preferred diagnosis usually comprises a minimal set of rea…