paper-with-me

홈 › Papers

Empirical Study of Easy and Hard Examples in CNN Training

2019-11-25 · ICLR 2019 5 · Ikki Kishida, Hideki Nakayama

Deep Neural Networks (DNNs) generalize well despite their massive size and capability of memorizing all examples. There is a hypothesis that DNNs start learning from simple patterns and the hypothesis is based on the existence of examples that are consistently well-classified at the early training stage (i.e., easy examples) and examples misclassified (i.e., hard examples). Easy examples are the evidence that DNNs start learning from specific patterns and there is a consistent learning process. It is important to know how DNNs learn patterns and obtain generalization ability, however, properties of easy and hard examples are not thoroughly investigated (e.g., contributions to generalization and visual appearances). In this work, we study the similarities of easy and hard examples respectively for different Convolutional Neural Network (CNN) architectures, assessing how those examples contribute to generalization. Our results show that easy examples are visually similar to each other and hard examples are visually diverse, and both examples are largely shared across different CNN architectures. Moreover, while hard examples tend to contribute more to generalization than easy examples, removing a large number of easy examples leads to poor generalization. By analyzing those results, we hypothesize that biases in a dataset and Stochastic Gradient Descent (SGD) are the reasons why CNNs have consistent easy and hard examples. Furthermore, we show that large scale classification datasets can be efficiently compressed by using easiness proposed in this work.

📄 PDF Abstract BibTeX arXiv:1911.10739

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Datasets for Studying Generalization from Easy to Hard Examples

2021-08-13 · Avi Schwarzschild, Eitan Borgnia, Arjun Gupta, Arpit Bansal 외

We describe new datasets for studying generalization from easy to hard examples.

Hard Examples Are All You Need: Maximizing GRPO Post-Training Under Annotation Budgets

2025-08-15 · Benjamin Pikus, Pratyush Ranjan Tiwari, Burton Ye arxiv

Collecting high-quality training examples for language model fine-tuning is expensive, with practical budgets limiting the amount of data that can be procured. We investigate whether example difficulty affects GRPO train…

Hard Adversarial Example Mining for Improving Robust Fairness

2023-08-03 · Chenhao Lin, Xiang Ji, Yulong Yang, Qian Li 외

Adversarial training (AT) is widely considered the state-of-the-art technique for improving the robustness of deep neural networks (DNNs) against adversarial examples (AE). Nevertheless, recent studies have revealed that…

Fairness

Do deep neural networks learn shallow learnable examples first?

2019-05-17 · ICML Workshop Deep_Phenomen 2019 6 · Karttikeya Mangalam, Vinay Uday Prabhu

In this paper, we empirically investigate the training journey of deep neural networks relative to fully trained shallow machine learning models. We observe that the deep neural networks (DNNs) train by learning to corre…

Adversarial Examples in Deep Learning: Characterization and Divergence

2018-06-29 · Wenqi Wei, Ling Liu, Margaret Loper, Stacey Truex 외

The burgeoning success of deep learning has raised the security and privacy concerns as more and more tasks are accompanied with sensitive data. Adversarial attacks in deep learning have emerged as one of the dominating …

Adversarial AttackDeep Learning