Advancing Out-of-Distribution Detection via Local Neuroplasticity
Alessandro Canevaro, Julian Schmidt, Mohammad Sajad Marvi, Hang Yu, Georg Martius, Julian Jordan
TL;DR
This work tackles the challenge of detecting out-of-distribution data by exploiting the local neuroplasticity of Kolmogorov-Arnold Networks (KANs). The authors propose a post-hoc detector that compares activation patterns between a trained KAN and an identical untrained copy, using the differences to distinguish InD from OOD samples, and extend this with a joint-distribution capture mechanism via dataset partitioning. Empirical results across seven benchmarks in image and medical domains show state-of-the-art AUROC and robustness to training-set size, demonstrating the practical viability of KAN-based OOD detection. The approach emphasizes interpretability and leverages spline-based activations to achieve strong performance while remaining adaptable to diverse backbones and data regimes.
Abstract
In the domain of machine learning, the assumption that training and test data share the same distribution is often violated in real-world scenarios, requiring effective out-of-distribution (OOD) detection. This paper presents a novel OOD detection method that leverages the unique local neuroplasticity property of Kolmogorov-Arnold Networks (KANs). Unlike traditional multilayer perceptrons, KANs exhibit local plasticity, allowing them to preserve learned information while adapting to new tasks. Our method compares the activation patterns of a trained KAN against its untrained counterpart to detect OOD samples. We validate our approach on benchmarks from image and medical domains, demonstrating superior performance and robustness compared to state-of-the-art techniques. These results underscore the potential of KANs in enhancing the reliability of machine learning systems in diverse environments.
