LGQMMLDec 8, 2020

Sparse encoding for more-interpretable feature-selecting representations in probabilistic matrix factorization

arXiv:2012.04171v38 citations
AI Analysis

This work improves the interpretability and feature selection capabilities of probabilistic matrix factorization methods for count data, which is crucial for applications in medical informatics where understanding the contribution of original features to learned representations is paramount.

The paper addresses the lack of encoder sparsity in Hierarchical Poisson Matrix Factorization (HPF), which hinders its interpretability and feature selection capabilities. By enforcing encoder sparsity using a generalized additive model (GAM), the authors enable the method to relate each representation coordinate to a subset of original data features and perform feature selection, demonstrated on simulated data and inpatient comorbidity representation.

Dimensionality reduction methods for count data are critical to a wide range of applications in medical informatics and other fields where model interpretability is paramount. For such data, hierarchical Poisson matrix factorization (HPF) and other sparse probabilistic non-negative matrix factorization (NMF) methods are considered to be interpretable generative models. They consist of sparse transformations for decoding their learned representations into predictions. However, sparsity in representation decoding does not necessarily imply sparsity in the encoding of representations from the original data features. HPF is often incorrectly interpreted in the literature as if it possesses encoder sparsity. The distinction between decoder sparsity and encoder sparsity is subtle but important. Due to the lack of encoder sparsity, HPF does not possess the column-clustering property of classical NMF -- the factor loading matrix does not sufficiently define how each factor is formed from the original features. We address this deficiency by self-consistently enforcing encoder sparsity, using a generalized additive model (GAM), thereby allowing one to relate each representation coordinate to a subset of the original data features. In doing so, the method also gains the ability to perform feature selection. We demonstrate our method on simulated data and give an example of how encoder sparsity is of practical use in a concrete application of representing inpatient comorbidities in Medicare patients.

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