paper-with-me

Papers

Mixed-order self-paced curriculum learning for universal lesion detection

2023-02-09 · Han Li, Hu Han, S. Kevin Zhou

Self-paced curriculum learning (SCL) has demonstrated its great potential in computer vision, natural language processing, etc. During training, it implements easy-to-hard sampling based on online estimation of data difficulty. Most SCL methods commonly adopt a loss-based strategy of estimating data difficulty and deweighting the `hard' samples in the early training stage. While achieving success in a variety of applications, SCL stills confront two challenges in a medical image analysis task, such as universal lesion detection, featuring insufficient and highly class-imbalanced data: (i) the loss-based difficulty measurer is inaccurate; ii) the hard samples are under-utilized from a deweighting mechanism. To overcome these challenges, in this paper we propose a novel mixed-order self-paced curriculum learning (Mo-SCL) method. We integrate both uncertainty and loss to better estimate difficulty online and mix both hard and easy samples in the same mini-batch to appropriately alleviate the problem of under-utilization of hard samples. We provide a theoretical investigation of our method in the context of stochastic gradient descent optimization and extensive experiments based on the DeepLesion benchmark dataset for universal lesion detection (ULD). When applied to two state-of-the-art ULD methods, the proposed mixed-order SCL method can provide a free boost to lesion detection accuracy without extra special network designs.

📄 PDF Abstract BibTeX arXiv:2302.04677

Code (0)

등록된 구현이 없습니다.

Tasks

Lesion DetectionMedical Image Analysis

Similar Papers 제목 키워드 기반

Training with Growing Sets: A Simple Alternative to Curriculum Learning and Self Paced Learning

2018-01-01 · ICLR 2018 1 · Melike Nur Mermer, Mehmet Fatih Amasyali

Curriculum learning and Self paced learning are popular topics in the machine learning that suggest to put the training samples in order by considering their difficulty levels. Studies in these topics show that starting …

Reward-Machine-Guided, Self-Paced Reinforcement Learning

2023-05-25 · Cevahir Koprulu, Ufuk Topcu

Self-paced reinforcement learning (RL) aims to improve the data efficiency of learning by automatically creating sequences, namely curricula, of probability distributions over contexts. However, existing techniques for s…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Self-Paced Absolute Learning Progress as a Regularized Approach to Curriculum Learning

2023-06-09 · Tobias Niehues, Ulla Scheler, Pascal Klink

The usability of Reinforcement Learning is restricted by the large computation times it requires. Curriculum Reinforcement Learning speeds up learning by defining a helpful order in which an agent encounters tasks, i.e. …

reinforcement-learningReinforcement Learning

Self Paced Gaussian Contextual Reinforcement Learning

2026-03-24 · Mohsen Sahraei Ardakani, Rui Song arxiv

Curriculum learning improves reinforcement learning (RL) efficiency by sequencing tasks from simple to complex. However, many self-paced curriculum methods rely on computationally expensive inner-loop optimizations, limi…

Reinforcement Learning

Understanding Self-Paced Learning under Concave Conjugacy Theory

2018-05-21 · Shiqi Liu, Zilu Ma, Deyu Meng

By simulating the easy-to-hard learning manners of humans/animals, the learning regimes called curriculum learning~(CL) and self-paced learning~(SPL) have been recently investigated and invoked broad interests. However, …