paper-with-me

Papers

Flatness-aware Curriculum Learning via Adversarial Difficulty

2025-08-26 · Hiroaki Aizawa, Yoshikazu Hayashi arxiv

Neural networks trained by empirical risk minimization often suffer from overfitting, especially to specific samples or domains, which leads to poor generalization. Curriculum Learning (CL) addresses this issue by selecting training samples based on the difficulty. From the optimization perspective, methods such as Sharpness-Aware Minimization (SAM) improve robustness and generalization by seeking flat minima. However, combining CL with SAM is not straightforward. In flat regions, both the loss values and the gradient norms tend to become uniformly small, which makes it difficult to evaluate sample difficulty and design an effective curriculum. To overcome this problem, we propose the Adversarial Difficulty Measure (ADM), which quantifies adversarial vulnerability by leveraging the robustness properties of models trained toward flat minima. Unlike loss- or gradient-based measures, which become ineffective as training progresses into flatter regions, ADM remains informative by measuring the normalized loss gap between original and adversarial examples. We incorporate ADM into CL-based training with SAM to dynamically assess sample difficulty. We evaluated our approach on image classification tasks, fine-grained recognition, and domain generalization. The results demonstrate that our method preserves the strengths of both CL and SAM while outperforming existing curriculum-based and flatness-aware training strategies.

📄 PDF Abstract BibTeX arXiv:2508.18726

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationImage Classification

Similar Papers 제목 키워드 기반

Transferability Bound Theory: Exploring Relationship between Adversarial Transferability and Flatness

2023-11-10 · Mingyuan Fan, Xiaodan Li, Cen Chen, Wenmeng Zhou 외

A prevailing belief in attack and defense community is that the higher flatness of adversarial examples enables their better cross-model transferability, leading to a growing interest in employing sharpness-aware minimiz…

Adversarial AttackDiversity

Teaching According to Talents! Instruction Tuning LLMs with Competence-Aware Curriculum Learning

2025-09-17 · Yangning Li, Tingwei Lu, Yinghui Li, Yankai Chen 외 arxiv

Efficient instruction tuning aims to enhance the ultimate performance of large language models (LLMs) trained on a given instruction dataset. Curriculum learning as a typical data organization strategy has shown prelimin…

Confusion-Aware Transfer Teacher Curriculum Learning Framework: Disentangling Scoring and Pacing Effects

2026-06-16 · Savini Kommalage, Sanka Mohottala, Asiri Gawesha, Dulara Madhusanka 외 arxiv

Curriculum learning couples two design choices, how samples are scored by difficulty and how harder samples are paced into training, making it difficult to attribute observed gains to either component. We disentangle the…

The Uncanny Valley: Exploring Adversarial Robustness from a Flatness Perspective

2024-05-27 · Nils Philipp Walter, Linara Adilova, Jilles Vreeken, Michael Kamp

Flatness of the loss surface not only correlates positively with generalization but is also related to adversarial robustness, since perturbations of inputs relate non-linearly to perturbations of weights. In this paper,…

Adversarial Robustness

Image Difficulty Curriculum for Generative Adversarial Networks (CuGAN)

2019-10-20 · Petru Soviany, Claudiu Ardei, Radu Tudor Ionescu, Marius Leordeanu

Despite the significant advances in recent years, Generative Adversarial Networks (GANs) are still notoriously hard to train. In this paper, we propose three novel curriculum learning strategies for training GANs. All st…

Image GenerationTranslation