paper-with-me

홈 › 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 verifiers, each query is typically solved independently, and information learned during previous runs is discarded, leading to repeated exploration of the same infeasible regions of the search space. In this work, we aim to expedite verification by reducing this redundancy. We propose an incremental verification technique that reuses learned conflicts across related verification queries. The technique can be added on top of any branch-and-bound-based neural network verifier. During verification, the verifier records conflicts corresponding to learned infeasible combinations of activation phases, and retains them across runs. We formalize a refinement relation between verification queries and show that conflicts learned for a query remain valid under refinement, enabling sound conflict inheritance. Inherited conflicts are handled using a SAT solver to perform consistency checks and propagation, allowing infeasible subproblems to be detected and pruned early during search. We implement the proposed technique in the Marabou verifier and evaluate it on three verification tasks: local robustness radius determination, verification with input splitting, and minimal sufficient feature set extraction. Our experiments show that incremental conflict reuse reduces verification effort and yields speedups of up to $1.9\times$ over a non-incremental baseline.

📄 PDF Abstract BibTeX arXiv:2603.12232

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Defying Imbalanced Forgetting in Class Incremental Learning

2024-03-22 · Shixiong Xu, Gaofeng Meng, Xing Nie, Bolin Ni 외

We observe a high level of imbalance in the accuracy of different classes in the same old task for the first time. This intriguing phenomenon, discovered in replay-based Class Incremental Learning (CIL), highlights the i…

class-incremental learningClass Incremental LearningDisentanglementIncremental Learning

Continual Object Detection: A review of definitions, strategies, and challenges

2022-05-30 · Angelo G. Menezes, Gustavo de Moura, Cézanne Alves, André C. P. L. F. de Carvalho

The field of Continual Learning investigates the ability to learn consecutive tasks without losing performance on those previously learned. Its focus has been mainly on incremental classification tasks. We believe that r…

Autonomous VehiclesClass-Incremental Object DetectionContinual LearningObject+2

Temporal dynamics of semantic relations in word embeddings: an application to predicting armed conflict participants

2017-07-26 · EMNLP 2017 9 · Andrey Kutuzov, Erik Velldal, Lilja Øvrelid

This paper deals with using word embedding models to trace the temporal dynamics of semantic relations between pairs of words. The set-up is similar to the well-known analogies task, but expanded with a time dimension. T…

Word Embeddings

Human-In-The-Loop Person Re-Identification

2016-12-05 · Hanxiao Wang, Shaogang Gong, Xiatian Zhu, Tao Xiang

Current person re-identification (re-id) methods assume that (1) pre-labelled training data are available for every camera pair, (2) the gallery size for re-identification is moderate. Both assumptions scale poorly to re…

Ensemble LearningIncremental LearningPerson Re-Identification

Self-Training for Class-Incremental Semantic Segmentation

2020-12-06 · Lu Yu, Xialei Liu, Joost Van de Weijer

In class-incremental semantic segmentation, we have no access to the labeled data of previous tasks. Therefore, when incrementally learning new classes, deep neural networks suffer from catastrophic forgetting of previou…

Class-Incremental Semantic SegmentationIncremental LearningSemantic Segmentation