paper-with-me

홈 › Papers

NIMO: a Nonlinear Interpretable MOdel

2025-06-05 · Shijian Xu, Marcello Massimo Negri, Volker Roth

Neural networks (NNs) have achieved tremendous success over the past decade, yet they are still extremely difficult to interpret. In contrast, linear models are less expressive but offer inherent interpretability. Linear coefficients are interpretable as the marginal effect of a feature on the prediction, assuming all other features are kept fixed. To combine the benefits of both approaches, we introduce NIMO (Nonlinear Interpretable MOdel). The key idea is to define a model where the NN is designed to learn nonlinear corrections to the linear model predictions, while also maintaining the original interpretability of the linear coefficients. Relevantly, we develop an optimization algorithm based on profile likelihood that elegantly allows for optimizing over the NN parameters while updating the linear coefficients analytically. By relying on adaptive ridge regression we can easily incorporate sparsity constraints as well. We show empirically that we can recover the underlying linear coefficients while significantly improving the predictive accuracy. Compared to other hybrid interpretable approaches, our model is the only one that actually maintains the same interpretability of linear coefficients as in linear models. We also achieve higher performance on various regression and classification settings.

📄 PDF Abstract BibTeX arXiv:2506.05059

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

Understanding Unimodal Bias in Multimodal Deep Linear Networks

2023-12-01 · Yedi Zhang, Peter E. Latham, Andrew Saxe

Using multiple input streams simultaneously to train multimodal neural networks is intuitively advantageous but practically challenging. A key challenge is unimodal bias, where a network overly relies on one modality and…

CALM: Interpretable Cross-Modal Alignment for Biomarker Discovery from Unpaired Data

2026-07-02 · Jueqi Wang, Zachary Jacokes, John Darrell Van Horn, Kevin A. Pelphrey 외 arxiv

The interaction between brain structure and genetic influences is key to understanding neuropsychiatric disorders. However, most large-scale datasets are unimodal, providing either neuroimaging or genetics data. We propo…

Characterizing the Conditions for Indefinite Growth in Open Chemical Reaction Networks

2023-10-12 · Shesha Gopal Marehalli Srinivas, Francesco Avanzini, Massimiliano Esposito

The thermodynamic and dynamical conditions necessary to observe indefinite growth in homogeneous open chemical reaction networks (CRNs) satisfying mass action kinetics were presented in Srinivas et al. (2023): Unimolecul…

Mathematical Proofs

Efficient PINNs: Multi-Head Unimodular Regularization of the Solutions Space

2025-01-21 · Pedro Tarancón-Álvarez, Pablo Tejerina-Pérez, Raul Jimenez, Pavlos Protopapas

We present a machine learning framework to facilitate the solution of nonlinear multiscale differential equations and, especially, inverse problems using Physics-Informed Neural Networks (PINNs). This framework is based …

Transfer Learning

Neural Mixed Effects for Nonlinear Personalized Predictions

2023-06-13 · Torsten Wörtwein, Nicholas Allen, Lisa B. Sheeber, Randy P. Auerbach 외

Personalized prediction is a machine learning approach that predicts a person's future observations based on their past labeled observations and is typically used for sequential tasks, e.g., to predict daily mood ratings…