paper-with-me

Papers

Regionally Additive Models: Explainable-by-design models minimizing feature interactions

2023-09-21 · Vasilis Gkolemis, Anargiros Tzerefos, Theodore Dalamagas, Eirini Ntoutsi, Christos Diou

Generalized Additive Models (GAMs) are widely used explainable-by-design models in various applications. GAMs assume that the output can be represented as a sum of univariate functions, referred to as components. However, this assumption fails in ML problems where the output depends on multiple features simultaneously. In these cases, GAMs fail to capture the interaction terms of the underlying function, leading to subpar accuracy. To (partially) address this issue, we propose Regionally Additive Models (RAMs), a novel class of explainable-by-design models. RAMs identify subregions within the feature space where interactions are minimized. Within these regions, it is more accurate to express the output as a sum of univariate functions (components). Consequently, RAMs fit one component per subregion of each feature instead of one component per feature. This approach yields a more expressive model compared to GAMs while retaining interpretability. The RAM framework consists of three steps. Firstly, we train a black-box model. Secondly, using Regional Effect Plots, we identify subregions where the black-box model exhibits near-local additivity. Lastly, we fit a GAM component for each identified subregion. We validate the effectiveness of RAMs through experiments on both synthetic and real-world datasets. The results confirm that RAMs offer improved expressiveness compared to GAMs while maintaining interpretability.

📄 PDF Abstract BibTeX arXiv:2309.12215

Code (1)

givasile/effector tf

Tasks

Additive models

Methods 이 논문이 사용한 방법론

fail 설명 없음
GAM 설명 없음

Similar Papers 제목 키워드 기반

midr: Learning from Black-Box Models by Maximum Interpretation Decomposition

2025-06-10 · Ryoichi Asashiba, Reiji Kozuma, Hirokazu Iwasawa

The use of appropriate methods of Interpretable Machine Learning (IML) and eXplainable Artificial Intelligence (XAI) is essential for adopting black-box predictive models in fields where model and prediction explainabili…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Interpretable Machine Learning

neuralGAM: Explainable generalized additive neural networks with independent neural network training

2024-07-08 · Statistics and Computing 2024 7 · Ines Ortega-Fernandez, Marta Sestelo, Nora M. Villanueva

Neural Networks are one of the most popular methods nowadays given their high performance on diverse tasks, such as computer vision, anomaly detection, computer-aided disease detection and diagnosis, or natural language …

Additive modelsAnomaly DetectionDecision Making

Explainable Automatic Grading with Neural Additive Models

2024-05-01 · Aubrey Condor, Zachary Pardos

The use of automatic short answer grading (ASAG) models may help alleviate the time burden of grading while encouraging educators to frequently incorporate open-ended items in their curriculum. However, current state-of-…

Additive modelsautomatic short answer gradingFeature Engineering

FAST: An Optimization Framework for Fast Additive Segmentation in Transparent ML

2024-02-20 · Brian Liu, Rahul Mazumder

We present FAST, an optimization framework for fast additive segmentation. FAST segments piecewise constant shape functions for each feature in a dataset to produce transparent additive models. The framework leverages a …

Additive modelsComputational Efficiencyfeature selection

How Well Do Feature-Additive Explainers Explain Feature-Additive Predictors?

2023-10-27 · Zachariah Carmichael, Walter J. Scheirer

Surging interest in deep learning from high-stakes domains has precipitated concern over the inscrutable nature of black box neural networks. Explainable AI (XAI) research has led to an abundance of explanation algorithm…

Additive modelsAttributeDecision Making