Neural Additive Models for Location Scale and Shape: A Framework for Interpretable Neural Regression Beyond the Mean
Anton Thielmann, René-Marcel Kruse, Thomas Kneib, Benjamin Säfken
TL;DR
This work addresses interpretability gaps in deep neural regression by introducing Neural Additive Models for Location, Scale and Shape (NAMLSS), a framework that extends Neural Additive Models (NAMs) to jointly model all distributional parameters of the conditional response. By combining additive subnetwork structure with distributional regression (GAMLSS-like), NAMLSS preserves feature-level interpretability while enabling predictions of uncertainty and distributional shape through parameters such as location, scale, and skewness. The paper presents two architectures for NAMLSS and demonstrates, across synthetic and real-world benchmarks, that NAMLSS often achieves superior predictive performance and offers meaningful distributional insights, including prediction intervals and calibrated uncertainty via log-likelihood and CRPS scores. These results suggest NAMLSS as a practical, interpretable alternative for high-risk applications where understanding the full response distribution is crucial and supports extensions to copulas, mixtures, Bayesian training, and multimodal data streams.
Abstract
Deep neural networks (DNNs) have proven to be highly effective in a variety of tasks, making them the go-to method for problems requiring high-level predictive power. Despite this success, the inner workings of DNNs are often not transparent, making them difficult to interpret or understand. This lack of interpretability has led to increased research on inherently interpretable neural networks in recent years. Models such as Neural Additive Models (NAMs) achieve visual interpretability through the combination of classical statistical methods with DNNs. However, these approaches only concentrate on mean response predictions, leaving out other properties of the response distribution of the underlying data. We propose Neural Additive Models for Location Scale and Shape (NAMLSS), a modelling framework that combines the predictive power of classical deep learning models with the inherent advantages of distributional regression while maintaining the interpretability of additive models. The code is available at the following link: https://github.com/AnFreTh/NAMpy
