English

Least Volume Analysis

Machine Learning 2025-09-26 v2 Computer Vision and Pattern Recognition

Abstract

This paper introduces Least Volume (LV)--a simple yet effective regularization method inspired by geometric intuition--that reduces the number of latent dimensions required by an autoencoder without prior knowledge of the dataset's intrinsic dimensionality. We show that its effectiveness depends on the Lipschitz continuity of the decoder, prove that Principal Component Analysis (PCA) is a linear special case, and demonstrate that LV induces a PCA-like importance ordering in nonlinear models. We extend LV to non-Euclidean settings as Generalized Least Volume (GLV), enabling the integration of label information into the latent representation. To support implementation, we also develop an accompanying Dynamic Pruning algorithm. We evaluate LV on several benchmark problems, demonstrating its effectiveness in dimension reduction. Leveraging this, we reveal the role of low-dimensional latent spaces in data sampling and disentangled representation, and use them to probe the varying topological complexity of various datasets. GLV is further applied to labeled datasets, where it induces a contrastive learning effect in representations of discrete labels. On a continuous-label airfoil dataset, it produces representations that lead to smooth changes in aerodynamic performance, thereby stabilizing downstream optimization.

Keywords

Cite

@article{arxiv.2404.17773,
  title  = {Least Volume Analysis},
  author = {Qiuyi Chen and Cashen Diniz and Mark Fuge},
  journal= {arXiv preprint arXiv:2404.17773},
  year   = {2025}
}

Comments

60 pages, Draft for JMLR

R2 v1 2026-06-28T16:08:18.741Z