paper-with-me

Papers

GAMI-Net: An Explainable Neural Network based on Generalized Additive Models with Structured Interactions

2020-03-16 · Zebin Yang, Aijun Zhang, Agus Sudjianto

The lack of interpretability is an inevitable problem when using neural network models in real applications. In this paper, an explainable neural network based on generalized additive models with structured interactions (GAMI-Net) is proposed to pursue a good balance between prediction accuracy and model interpretability. GAMI-Net is a disentangled feedforward network with multiple additive subnetworks; each subnetwork consists of multiple hidden layers and is designed for capturing one main effect or one pairwise interaction. Three interpretability aspects are further considered, including a) sparsity, to select the most significant effects for parsimonious representations; b) heredity, a pairwise interaction could only be included when at least one of its parent main effects exists; and c) marginal clarity, to make main effects and pairwise interactions mutually distinguishable. An adaptive training algorithm is developed, where main effects are first trained and then pairwise interactions are fitted to the residuals. Numerical experiments on both synthetic functions and real-world datasets show that the proposed model enjoys superior interpretability and it maintains competitive prediction accuracy in comparison to the explainable boosting machine and other classic machine learning models.

📄 PDF Abstract BibTeX arXiv:2003.07132

Code (2)

ZebinYang/gaminet 공식 구현 tf
selfexplainml/piml-toolbox

Tasks

Additive models

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…

Similar Papers 제목 키워드 기반

Extractive Text Summarization Using Generalized Additive Models with Interactions for Sentence Selection

2022-12-21 · Vinícius Camargo da Silva, João Paulo Papa, Kelton Augusto Pontara da Costa

Automatic Text Summarization (ATS) is becoming relevant with the growth of textual data; however, with the popularization of public large-scale datasets, some recent machine learning approaches have focused on dense mode…

Additive modelsBinary ClassificationExtractive SummarizationExtractive Text Summarization+2

Explainable Recommendation Systems by Generalized Additive Models with Manifest and Latent Interactions

2020-12-15 · Yifeng Guo, Yu Su, Zebin Yang, Aijun Zhang

In recent years, the field of recommendation systems has attracted increasing attention to developing predictive models that provide explanations of why an item is recommended to a user. The explanations can be either ob…

Additive modelsCollaborative FilteringExplainable RecommendationRecommendation Systems

Adaptive Explainable Neural Networks (AxNNs)

2020-04-05 · Jie Chen, Joel Vaughan, Vijayan N. Nair, Agus Sudjianto

While machine learning techniques have been successfully applied in several fields, the black-box nature of the models presents challenges for interpreting and explaining the results. We develop a new framework called Ad…

Distributed Computing

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

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

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…

Additive models

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