LGNEMLJul 21, 2021

Differentiable Feature Selection, a Reparameterization Approach

arXiv:2107.10030v110 citations
Originality Incremental advance
AI Analysis

This work addresses feature selection for reconstruction, which is important for applications such as sensor placement and information compression, though it appears incremental as it builds on existing differentiable approaches.

The paper tackles the combinatorial problem of selecting a small subset of features for accurate data reconstruction, particularly in contexts like costly measurements or compression, by introducing a differentiable method based on a reparameterized logitNormal distribution, which effectively explores and selects features, as demonstrated on high-dimensional image benchmarks.

We consider the task of feature selection for reconstruction which consists in choosing a small subset of features from which whole data instances can be reconstructed. This is of particular importance in several contexts involving for example costly physical measurements, sensor placement or information compression. To break the intrinsic combinatorial nature of this problem, we formulate the task as optimizing a binary mask distribution enabling an accurate reconstruction. We then face two main challenges. One concerns differentiability issues due to the binary distribution. The second one corresponds to the elimination of redundant information by selecting variables in a correlated fashion which requires modeling the covariance of the binary distribution. We address both issues by introducing a relaxation of the problem via a novel reparameterization of the logitNormal distribution. We demonstrate that the proposed method provides an effective exploration scheme and leads to efficient feature selection for reconstruction through evaluation on several high dimensional image benchmarks. We show that the method leverages the intrinsic geometry of the data, facilitating reconstruction.

Foundations

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

Your Notes