paper-with-me

Papers

Information Maximization Perspective of Orthogonal Matching Pursuit with Applications to Explainable AI

2023-09-21 · NeurIPS 2023 11

Information Pursuit (IP) is a classical active testing algorithm for predicting an output by sequentially and greedily querying the input in order of information gain. However, IP is computationally intensive since it involves estimating mutual information in high-dimensional spaces. This paper explores Orthogonal Matching Pursuit (OMP) as an alternative to IP for greedily selecting the queries. OMP is a classical signal processing algorithm for sequentially encoding a signal in terms of dictionary atoms chosen in order of correlation gain. In each iteration, OMP selects the atom that is most correlated with the signal residual (the signal minus its reconstruction thus far). Our first contribution is to establish a fundamental connection between IP and OMP, where we prove that IP with random projections of dictionary atoms as queries ``almost'' reduces to OMP, with the difference being that IP selects atoms in order of normalized correlation gain. We call this version IP-OMP and present simulations indicating that this difference does not have any appreciable effect on the sparse code recovery rate of IP-OMP compared to that of OMP for random Gaussian dictionaries. Inspired by this connection, our second contribution is to explore the utility of IP-OMP for generating explainable predictions, an area in which IP has recently gained traction. More specifically, we propose a simple explainable AI algorithm which encodes an image as a sparse combination of semantically meaningful dictionary atoms that are defined as text embeddings of interpretable concepts. The final prediction is made using the weights of this sparse combination, which serve as an explanation. Empirically, our proposed algorithm is not only competitive with existing explainability methods but also computationally less expensive.Submission Number: 15576

📄 PDF Abstract BibTeX

Code (1)

r-zip/ip-omp 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Simultaneous Optimized Orthogonal Matching Pursuit with Application to ECG Compression

2024-06-05 · Laura Rebollo-Neira

A greedy pursuit strategy which finds a common basis for approximating a set of similar signals is proposed. The strategy extends the Optimized Orthogonal Matching Pursuit approach to selecting the subspace containing th…

The performance of orthogonal multi-matching pursuit under RIP

2012-10-19 · Zhiqiang Xu

The orthogonal multi-matching pursuit (OMMP) is a natural extension of orthogonal matching pursuit (OMP). We denote the OMMP with the parameter $M$ as OMMP(M) where $M\geq 1$ is an integer. The main difference between OM…

Analysis of the Self Projected Matching Pursuit Algorithm

2016-08-31 · Laura Rebollo-Neira, Miroslav Rozloznik, Pradip Sasmal

The convergence and numerical analysis of a low memory implementation of the Orthogonal Matching Pursuit greedy strategy, which is termed Self Projected Matching Pursuit, is presented. This approach renders an iterative …

Restricted Connection Orthogonal Matching Pursuit For Sparse Subspace Clustering

2019-05-01 · Wenqi Zhu, Yuesheng Zhu, Li Zhong, Shuai Yang

Sparse Subspace Clustering (SSC) is one of the most popular methods for clustering data points into their underlying subspaces. However, SSC may suffer from heavy computational burden. Orthogonal Matching Pursuit applied…

Clustering

Inferring sparse representations of continuous signals with continuous orthogonal matching pursuit

2014-12-01 · NeurIPS 2014 12 · Karin C. Knudson, Jacob Yates, Alexander Huk, Jonathan W. Pillow

Many signals, such as spike trains recorded in multi-channel electrophysiological recordings, may be represented as the sparse sum of translated and scaled copies of waveforms whose timing and amplitudes are of interest.…