CVLGFeb 2, 2023

Human not in the loop: objective sample difficulty measures for Curriculum Learning

arXiv:2302.01243v23 citationsh-index: 29
AI Analysis

This work addresses the need for objective, automated difficulty measures in curriculum learning for medical imaging, reducing reliance on subjective human annotations and potential biases.

The paper tackled the problem of automating difficulty assessment in curriculum learning for medical image classification by proposing a gradient variance-based measure, achieving comparable or higher performance than human-annotated methods in elbow fracture classification tasks.

Curriculum learning is a learning method that trains models in a meaningful order from easier to harder samples. A key here is to devise automatic and objective difficulty measures of samples. In the medical domain, previous work applied domain knowledge from human experts to qualitatively assess classification difficulty of medical images to guide curriculum learning, which requires extra annotation efforts, relies on subjective human experience, and may introduce bias. In this work, we propose a new automated curriculum learning technique using the variance of gradients (VoG) to compute an objective difficulty measure of samples and evaluated its effects on elbow fracture classification from X-ray images. Specifically, we used VoG as a metric to rank each sample in terms of the classification difficulty, where high VoG scores indicate more difficult cases for classification, to guide the curriculum training process We compared the proposed technique to a baseline (without curriculum learning), a previous method that used human annotations on classification difficulty, and anti-curriculum learning. Our experiment results showed comparable and higher performance for the binary and multi-class bone fracture classification tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes