Decision Boundary-aware Generation for Long-tailed Learning

arXiv cs.CV / 5/5/2026

📰 NewsModels & Research

Key Points

  • Long-tailed learning suffers because decision boundaries are biased toward head classes, which reduces accuracy for tail classes.
  • Prior diffusion-based generative augmentation and head-to-tail transfer can partially rebalance the decision space, but they may also cause latent non-local feature mixing, leading to boundary overlap and shifted tail-class distributions.
  • The paper identifies “boundary ambiguity” as a key failure mode and introduces a Decision Boundary-aware Generation (DBG) framework that generates informative samples near decision boundaries.
  • Experiments on standard long-tailed benchmarks show that DBG improves both tail-class and overall accuracy, while reducing inter-class overlap compared with existing approaches.
  • The authors provide an implementation of DBG on GitHub for reproducibility and further research use.

Abstract

Long-tailed data bias decision boundaries toward head classes and degrade tail class accuracy. Diffusion-based generative augmentation address this problem by generating additional data, while head-to-tail transfer further mitigate the generator bias inherit from long-tailed dataset. However, we show that while head-to-tail transfer helps balance the decision space of the classifier, it also induces latent non-local feature mixing that entangles inter-class features, causing decision boundary overlap and tail class distribution shift. To address this, we first identify the problem of boundary ambiguity and then propose Decision Boundary-aware Generation (DBG) framework, which promotes near-boundary representation learning by generating informative near-boundary samples. Overall, DBG rebalances the long-tailed dataset while yielding more separable decision space for long-tailed learning. Across standard long-tailed benchmarks, DBG consistently improves tail class and overall accuracy with less inter-class overlap. The code of DBG is available at https://github.com/keepdigitalabc-svg/DBG.