Indirectly Parameterized Concrete Autoencoders
Alfred Nilsson, Klas Wijk, Sai bharath chandra Gutha, Erik Englesson, Alexandra Hotti, Carlo Saccardi, Oskar Kviman, Jens Lagergren, Ricardo Vinuesa, Hossein Azizpour
TL;DR
The paper tackles instability and redundant feature selections in embedded feature selection with Concrete Autoencoders (CAEs). It introduces Indirectly Parameterized CAEs (IP-CAEs), which replace direct logits with a learnable embedding $\boldsymbol{\psi}$ and a linear transform $\boldsymbol{W}$ to generate $\log\boldsymbol{\alpha}$ for the Gumbel-Softmax selectors, stabilizing training and speeding convergence. IP-CAE yields state-of-the-art reconstruction and classification performance across diverse datasets and decoder architectures, aided by a gradient-transform mechanism $\boldsymbol{W}\boldsymbol{W}^T$ and optional diversity regularization via Generalized Jensen-Shannon Divergence. The approach is generalizable to other Gumbel-Softmax distributions and requires no retraining of the downstream decoder, making it a practical and scalable solution for embedded feature selection. Regularization with $D_{GJS}$ provides an explicit diversity baseline, which improves CAE but does not match IP-CAE’s overall gains, highlighting the effectiveness of indirect parametrization.
Abstract
Feature selection is a crucial task in settings where data is high-dimensional or acquiring the full set of features is costly. Recent developments in neural network-based embedded feature selection show promising results across a wide range of applications. Concrete Autoencoders (CAEs), considered state-of-the-art in embedded feature selection, may struggle to achieve stable joint optimization, hurting their training time and generalization. In this work, we identify that this instability is correlated with the CAE learning duplicate selections. To remedy this, we propose a simple and effective improvement: Indirectly Parameterized CAEs (IP-CAEs). IP-CAEs learn an embedding and a mapping from it to the Gumbel-Softmax distributions' parameters. Despite being simple to implement, IP-CAE exhibits significant and consistent improvements over CAE in both generalization and training time across several datasets for reconstruction and classification. Unlike CAE, IP-CAE effectively leverages non-linear relationships and does not require retraining the jointly optimized decoder. Furthermore, our approach is, in principle, generalizable to Gumbel-Softmax distributions beyond feature selection.
