# Comparing Sample-wise Learnability Across Deep Neural Network Models

**Authors:** Seung-Geon Lee, Jaedeok Kim, Hyun-Joo Jung, Yoonsuck Choe

arXiv: 1901.02347 · 2019-01-09

## TL;DR

This paper introduces a measure of sample-wise learnability in deep neural networks, showing it correlates across models and can inform curriculum learning and data understanding.

## Contribution

It proposes a novel method to quantify individual sample learnability in deep learning, revealing model-independent properties of data.

## Key findings

- Sample-wise learnability correlates across different DNN architectures.
- The measure provides insights into data properties and training strategies.
- Potential to improve curriculum learning and data analysis.

## Abstract

Estimating the relative importance of each sample in a training set has important practical and theoretical value, such as in importance sampling or curriculum learning. This kind of focus on individual samples invokes the concept of sample-wise learnability: How easy is it to correctly learn each sample (cf. PAC learnability)? In this paper, we approach the sample-wise learnability problem within a deep learning context. We propose a measure of the learnability of a sample with a given deep neural network (DNN) model. The basic idea is to train the given model on the training set, and for each sample, aggregate the hits and misses over the entire training epochs. Our experiments show that the sample-wise learnability measure collected this way is highly linearly correlated across different DNN models (ResNet-20, VGG-16, and MobileNet), suggesting that such a measure can provide deep general insights on the data's properties. We expect our method to help develop better curricula for training, and help us better understand the data itself.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.02347/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1901.02347/full.md

## References

5 references — full list in the complete paper: https://tomesphere.com/paper/1901.02347/full.md

---
Source: https://tomesphere.com/paper/1901.02347