English

Lookahead Branching for Neural Network Verification

Machine Learning 2026-07-19 v1 Artificial Intelligence Logic in Computer Science

Abstract

In this work, we investigate the effect of lookahead branching strategies in neural network verification. We present a general recipe to integrate lookahead into any branch-and-bound verifier and demonstrate how one of the current state-of-the-art branching heuristics, FSB, can be viewed as a special instantiation of the lookahead branching strategy. We also describe how, in addition to improving the quality of branching decisions, lookahead can generate additional lemmas that accelerate verification. We instantiate the method in two representative branch-and-bound-based verifiers (Marabou and α\alpha-β\beta-CROWN), and demonstrate that lookahead leads to consistent speedups in verification time and up to 57%57\% more solved instances. Code is available at https://github.com/ai-ar-research/lookahead-branching.

Cite

@article{arxiv.2607.17290,
  title  = {Lookahead Branching for Neural Network Verification},
  author = {Liam Davis and Duo Zhou and Huan Zhang and Guy Katz and Clark Barrett and Haoze Wu},
  journal= {arXiv preprint arXiv:2607.17290},
  year   = {2026}
}

Comments

Accepted to IJCAI 2026. Lookahead branching is part of the Marabou and $α$-$β$-CROWN verifiers