Similarity-Distance-Magnitude Universal Verification
Allen Schmaltz

TL;DR
This paper introduces the SDM activation function that enhances neural network robustness by providing reliable uncertainty estimates, improving interpretability, and maintaining performance under distribution shifts, with applications in selective classification and model verification.
Contribution
The paper proposes the SDM activation function, integrating similarity, distance, and magnitude awareness, to improve uncertainty estimation and robustness in neural networks, along with methods for interpretability and out-of-distribution detection.
Findings
SDM provides robust uncertainty estimates under distribution shifts.
The approach improves interpretability through class-conditional calibration.
Open-source implementation is provided for practical use.
Abstract
We address the neural network robustness problem by adding Similarity (i.e., correctly predicted depth-matches into training)-awareness and Distance-to-training-distribution-awareness to the existing output Magnitude (i.e., decision-boundary)-awareness of the softmax function. The resulting SDM activation function provides strong signals of the relative epistemic (reducible) predictive uncertainty. We use this novel behavior to further address the complementary HCI problem of mapping the output to human-interpretable summary statistics over relevant partitions of a held-out calibration set. Estimates of prediction-conditional uncertainty are obtained via a parsimonious learned transform over the class-conditional empirical CDFs of the output of a final-layer SDM activation function. For decision-making and as an intrinsic model check, estimates of class-conditional accuracy are obtained…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI) · Generative Adversarial Networks and Image Synthesis
MethodsSoftmax
