paper-with-me

홈 › Papers

Improving Self-supervised Learning with Hardness-aware Dynamic Curriculum Learning: An Application to Digital Pathology

2021-08-16 · Chetan L Srinidhi, Anne L Martel

Self-supervised learning (SSL) has recently shown tremendous potential to learn generic visual representations useful for many image analysis tasks. Despite their notable success, the existing SSL methods fail to generalize to downstream tasks when the number of labeled training instances is small or if the domain shift between the transfer domains is significant. In this paper, we attempt to improve self-supervised pretrained representations through the lens of curriculum learning by proposing a hardness-aware dynamic curriculum learning (HaDCL) approach. To improve the robustness and generalizability of SSL, we dynamically leverage progressive harder examples via easy-to-hard and hard-to-very-hard samples during mini-batch downstream fine-tuning. We discover that by progressive stage-wise curriculum learning, the pretrained representations are significantly enhanced and adaptable to both in-domain and out-of-domain distribution data. We performed extensive validation on three histology benchmark datasets on both patch-wise and slide-level classification problems. Our curriculum based fine-tuning yields a significant improvement over standard fine-tuning, with a minimum improvement in area-under-the-curve (AUC) score of 1.7% and 2.2% on in-domain and out-of-domain distribution data, respectively. Further, we empirically show that our approach is more generic and adaptable to any SSL methods and does not impose any additional overhead complexity. Besides, we also outline the role of patch-based versus slide-based curriculum learning in histopathology to provide practical insights into the success of curriculum based fine-tuning of SSL methods. Code is released at https://github.com/srinidhiPY/ICCV-CDPATH2021-ID-8

📄 PDF Abstract BibTeX arXiv:2108.07183

Code (2)

srinidhiPY/ICCV-CDPATH2021-ID-8 공식 구현 pytorch
srinidhiPY/SSL_CR_Histo pytorch

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

HACMatch Semi-Supervised Rotation Regression with Hardness-Aware Curriculum Pseudo Labeling

2026-03-23 · Mei Li, Huayi Zhou, Suizhi Huang, Yuxiang Lu 외 arxiv

Regressing 3D rotations of objects from 2D images is a crucial yet challenging task, with broad applications in autonomous driving, virtual reality, and robotic control. Existing rotation regression models often rely on …

Autonomous DrivingData AugmentationPoint Clouds

Hardness-Aware Dynamic Curriculum Learning for Robust Multimodal Emotion Recognition with Missing Modalities

2025-08-09 · Rui Liu, Haolin Zuo, Zheng Lian, Hongyu Yuan 외 arxiv

Missing modalities have recently emerged as a critical research direction in multimodal emotion recognition (MER). Conventional approaches typically address this issue through missing modality reconstruction. However, th…

Multimodal Emotion Recognition

Curriculum Learning by Dynamic Instance Hardness

2020-12-01 · NeurIPS 2020 12 · Tianyi Zhou, Shengjie Wang, Jeff A. Bilmes

A good teacher can adjust the curriculum based on students' learning history. By analogy, in this paper, we study the dynamics of a deep neural network's (DNN) performance on individual samples during its learning proces…

Towards General Deepfake Detection with Dynamic Curriculum

2024-10-15 · Wentang Song, Yuzhen Lin, Bin Li

Most previous deepfake detection methods bent their efforts to discriminate artifacts by end-to-end training. However, the learned networks often fail to mine the general face forgery information efficiently due to ignor…

DeepFake DetectionFace Swapping

Dynamic Instance Hardness

2019-09-25 · Tianyi Zhou, Shengjie Wang, Jeff A. Bilmes

We introduce dynamic instance hardness (DIH) to facilitate the training of machine learning models. DIH is a property of each training sample and is computed as the running mean of the sample's instantaneous hardness as …