LGMLSep 21, 2021

Ranking Feature-Block Importance in Artificial Multiblock Neural Networks

arXiv:2109.10279v2
Originality Incremental advance
AI Analysis

This work addresses the need for better interpretability in neural networks for researchers and practitioners, but it is incremental as it extends existing feature importance ranking methods to groups of features.

The study tackled the problem of ranking groups of features (feature-blocks) in multiblock artificial neural networks to enhance model explainability, presenting three methods—composite, knock-in, and knock-out—and validated them through simulation and real-world datasets, concluding that each strategy has merits for specific scenarios.

In artificial neural networks, understanding the contributions of input features on the prediction fosters model explainability and delivers relevant information about the dataset. While typical setups for feature importance ranking assess input features individually, in this study, we go one step further and rank the importance of groups of features, denoted as feature-blocks. A feature-block can contain features of a specific type or features derived from a particular source, which are presented to the neural network in separate input branches (multiblock ANNs). This work presents three methods pursuing distinct strategies to rank features in multiblock ANNs by their importance: (1) a composite strategy building on individual feature importance rankings, (2) a knock-in, and (3) a knock-out strategy. While the composite strategy builds on state-of-the-art feature importance rankings, knock-in and knock-out strategies evaluate the block as a whole via a mutual information criterion. Our experiments consist of a simulation study validating all three approaches, followed by a case study on two distinct real-world datasets to compare the strategies. We conclude that each strategy has its merits for specific application scenarios.

Code Implementations1 repo
Foundations

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

Your Notes