VAE-Inf:一种面向不平衡分类的统计可解释生成范式 / VAE-Inf: A statistically interpretable generative paradigm for imbalanced classification
1️⃣ 一句话总结
本文提出了一种两阶段框架VAE-Inf,先仅用多数类样本训练变分自编码器来学习其分布,再通过少量少数类样本微调编码器,从而将生成模型转化为分类器,并利用基于投影的统计检验实现对误报率的精确控制,有效解决了极端不平衡分类问题。
Imbalanced classification remains a pervasive challenge in machine learning, particularly when minority samples are too scarce to provide a robust discriminative boundary. In such extreme scenarios, conventional models often suffer from unstable decision boundaries and a lack of reliable error control. To bridge the gap between generative modeling and discriminative classification, we propose a two-stage framework \textbf{VAE-Inf} that integrates deep representation learning with statistically interpretable hypothesis testing. In the first stage, we adopt a one-class modeling perspective by training a variational autoencoder (VAE) exclusively on majority-class data to capture the underlying reference distribution. The resulting latent posteriors are aggregated via a Wasserstein barycenter to construct a global Gaussian reference model, providing a geometrically principled baseline for the majority class. In the second stage, we transform this generative foundation into a discriminative classifier by fine-tuning the encoder with limited minority samples. This is achieved through a novel distribution-aware loss that enforces probabilistic separation between classes based on variance-normalized projection statistics. For inference, we introduce a projection-based score that admits a natural hypothesis testing interpretation, allowing for a distribution-free calibration procedure. This approach yields exact finite-sample control of the Type-I error (false positive rate) without relying on restrictive parametric assumptions. Extensive experiments on diverse real-world benchmarks demonstrate that our framework achieves competitive performance against other approaches. The codes are available upon request.
VAE-Inf:一种面向不平衡分类的统计可解释生成范式 / VAE-Inf: A statistically interpretable generative paradigm for imbalanced classification
本文提出了一种两阶段框架VAE-Inf,先仅用多数类样本训练变分自编码器来学习其分布,再通过少量少数类样本微调编码器,从而将生成模型转化为分类器,并利用基于投影的统计检验实现对误报率的精确控制,有效解决了极端不平衡分类问题。
源自 arXiv: 2604.25334