H-SPLID: HSIC-based Saliency Preserving Latent Information Decomposition
Lukas Miklautz, Chengzhi Shi, Andrii Shkabrii, Theodoros Thirimachos Davarakis, Prudence Lam, Claudia Plant, Jennifer Dy, Stratis Ioannidis
TL;DR
H-SPLID introduces a saliency-preserving latent decomposition that splits a neural network's latent space into a low-dimensional salient subspace and a non-salient subspace, guided by HSIC-based regularization. The method uses masked latent representations and a combination of clustering and HSIC penalties to encourage task-relevant information while compressing redundancy, yielding improved robustness to perturbations without adversarial training. Theoretical guarantees link perturbation sensitivity to the salient subspace dimension $s$ and the HSIC between inputs and salient representations, and bound the vulnerable region volume. Empirically, H-SPLID achieves superior robustness and saliency transfer across diverse datasets (synthetic and real-world) and maintains high clean accuracy, validating the saliency-preserving decomposition as a robust representation learning strategy.
Abstract
We introduce H-SPLID, a novel algorithm for learning salient feature representations through the explicit decomposition of salient and non-salient features into separate spaces. We show that H-SPLID promotes learning low-dimensional, task-relevant features. We prove that the expected prediction deviation under input perturbations is upper-bounded by the dimension of the salient subspace and the Hilbert-Schmidt Independence Criterion (HSIC) between inputs and representations. This establishes a link between robustness and latent representation compression in terms of the dimensionality and information preserved. Empirical evaluations on image classification tasks show that models trained with H-SPLID primarily rely on salient input components, as indicated by reduced sensitivity to perturbations affecting non-salient features, such as image backgrounds. Our code is available at https://github.com/neu-spiral/H-SPLID.
