English

Your Classifier Can Do More: Towards Balancing the Gaps in Classification, Robustness, and Generation

Machine Learning 2026-03-13 v3 Artificial Intelligence

Abstract

Joint Energy-based Models (JEMs) are well known for their ability to unify classification and generation within a single framework. Despite their promising generative and discriminative performance, their robustness remains far inferior to adversarial training (AT), which, conversely, achieves strong robustness but sacrifices clean accuracy and lacks generative ability. This inherent trilemma-balancing classification accuracy, robustness, and generative capability-raises a fundamental question: Can a single model achieve all three simultaneously? To answer this, we conduct a systematic energy landscape analysis of clean, adversarial, and generated samples across various JEM and AT variants. We observe that AT reduces the energy gap between clean and adversarial samples, while JEMs narrow the gap between clean and synthetic ones. This observation suggests a key insight: if the energy distributions of all three data types can be aligned, we might bridge their performance disparities. Building on this idea, we propose Energy-based Joint Distribution Adversarial Training (EB-JDAT), a unified generative-discriminative-robust framework that maximizes the joint probability of clean and adversarial distribution. EB-JDAT introduces a novel min-max energy optimization to explicitly aligning energies across clean, adversarial, and generated samples. Extensive experiments on CIFAR-10, CIFAR-100, and ImageNet subsets demonstrate that EB-JDAT achieves state-of-the-art robustness while maintaining near-original accuracy and competitive generation quality of JEMs, effectively achieving a new trade-off frontier between accuracy, robustness, and generation. The code is released at https://github.com/yujkc/EB-JDAT.

Cite

@article{arxiv.2505.19459,
  title  = {Your Classifier Can Do More: Towards Balancing the Gaps in Classification, Robustness, and Generation},
  author = {Kaichao Jiang and He Wang and Xiaoshuai Hao and Xiulong Yang and Ajian Liu and Qi Chu and Yunfeng Diao and Richang Hong},
  journal= {arXiv preprint arXiv:2505.19459},
  year   = {2026}
}

Comments

accepted by CVPR2026

R2 v1 2026-07-01T02:38:10.424Z