Prioritizing Corners in OoD Detectors via Symbolic String Manipulation
Chih-Hong Cheng, Changshun Wu, Emmanouil Seferis, Saddek Bensalem

TL;DR
This paper introduces a symbolic string manipulation method using binary decision diagrams to systematically identify corners in feature space hyperrectangles, improving out-of-distribution detection and DNN safety.
Contribution
It proposes a novel approach to test OoD monitors by encoding feature space regions as binary strings and extracting distant corners with BDDs, enhancing safety verification.
Findings
Effective corner extraction for OoD detection
Improved DNN safety through fine-tuning using identified corners
Validated on number and traffic sign recognition datasets
Abstract
For safety assurance of deep neural networks (DNNs), out-of-distribution (OoD) monitoring techniques are essential as they filter spurious input that is distant from the training dataset. This paper studies the problem of systematically testing OoD monitors to avoid cases where an input data point is tested as in-distribution by the monitor, but the DNN produces spurious output predictions. We consider the definition of "in-distribution" characterized in the feature space by a union of hyperrectangles learned from the training dataset. Thus the testing is reduced to finding corners in hyperrectangles distant from the available training data in the feature space. Concretely, we encode the abstract location of every data point as a finite-length binary string, and the union of all binary strings is stored compactly using binary decision diagrams (BDDs). We demonstrate how to use BDDs to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Explainable Artificial Intelligence (XAI)
