MLLGMar 18, 2021

Linear Iterative Feature Embedding: An Ensemble Framework for Interpretable Model

arXiv:2103.09983v1
AI Analysis

This work addresses the problem of balancing interpretability and performance in machine learning models for practitioners, though it is incremental as it builds on ensemble methods and neural networks.

The authors tackled the challenge of developing an interpretable model that maintains high prediction accuracy and computational efficiency, resulting in the Linear Iterative Feature Embedding (LIFE) framework, which consistently outperforms benchmark models like single-hidden-layer neural networks, multi-layer FFNN, Xgboost, and Random Forest in experiments.

A new ensemble framework for interpretable model called Linear Iterative Feature Embedding (LIFE) has been developed to achieve high prediction accuracy, easy interpretation and efficient computation simultaneously. The LIFE algorithm is able to fit a wide single-hidden-layer neural network (NN) accurately with three steps: defining the subsets of a dataset by the linear projections of neural nodes, creating the features from multiple narrow single-hidden-layer NNs trained on the different subsets of the data, combining the features with a linear model. The theoretical rationale behind LIFE is also provided by the connection to the loss ambiguity decomposition of stack ensemble methods. Both simulation and empirical experiments confirm that LIFE consistently outperforms directly trained single-hidden-layer NNs and also outperforms many other benchmark models, including multi-layers Feed Forward Neural Network (FFNN), Xgboost, and Random Forest (RF) in many experiments. As a wide single-hidden-layer NN, LIFE is intrinsically interpretable. Meanwhile, both variable importance and global main and interaction effects can be easily created and visualized. In addition, the parallel nature of the base learner building makes LIFE computationally efficient by leveraging parallel computing.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes