paper-with-me

Papers

Multiple Instance Learning via Iterative Self-Paced Supervised Contrastive Learning

2022-10-17 · CVPR 2023 1 · Kangning Liu, Weicheng Zhu, Yiqiu Shen, Sheng Liu, Narges Razavian, Krzysztof J. Geras, Carlos Fernandez-Granda

Learning representations for individual instances when only bag-level labels are available is a fundamental challenge in multiple instance learning (MIL). Recent works have shown promising results using contrastive self-supervised learning (CSSL), which learns to push apart representations corresponding to two different randomly-selected instances. Unfortunately, in real-world applications such as medical image classification, there is often class imbalance, so randomly-selected instances mostly belong to the same majority class, which precludes CSSL from learning inter-class differences. To address this issue, we propose a novel framework, Iterative Self-paced Supervised Contrastive Learning for MIL Representations (ItS2CLR), which improves the learned representation by exploiting instance-level pseudo labels derived from the bag-level labels. The framework employs a novel self-paced sampling strategy to ensure the accuracy of pseudo labels. We evaluate ItS2CLR on three medical datasets, showing that it improves the quality of instance-level pseudo labels and representations, and outperforms existing MIL methods in terms of both bag and instance level accuracy. Code is available at https://github.com/Kangningthu/ItS2CLR

📄 PDF Abstract BibTeX arXiv:2210.09452

Code (2)

kangningthu/its2clr 공식 구현 pytorch
winston52/hnm-wsi pytorch

Tasks

Contrastive Learningimage-classificationImage ClassificationMedical Image ClassificationMultiple Instance LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Self Paced Deep Learning for Weakly Supervised Object Detection

2016-05-24 · Enver Sangineto, Moin Nabi, Dubravko Culibrk, Nicu Sebe

In a weakly-supervised scenario object detectors need to be trained using image-level annotation alone. Since bounding-box-level ground truth is not available, most of the solutions proposed so far are based on an iterat…

Deep LearningMultiple Instance LearningObjectobject-detection+2

Self-Paced Co-training

2017-08-01 · ICML 2017 8 · Fan Ma, Deyu Meng, Qi Xie, Zina Li 외

Co-training is a well-known semi-supervised learning approach which trains classifiers on two different views and exchanges labels of unlabeled instances in an iterative way. During co-training process, labels of un…

Visual Self-paced Iterative Learning for Unsupervised Temporal Action Localization

2023-12-12 · Yupeng Hu, Han Jiang, Hao liu, Kun Wang 외

Recently, temporal action localization (TAL) has garnered significant interest in information retrieval community. However, existing supervised/weakly supervised methods are heavily dependent on extensive labeled tempora…

Action LocalizationClusteringIncremental LearningInformation Retrieval+2

A Self-paced Regularization Framework for Partial-Label Learning

2018-04-20 · Gengyu Lyu, Songhe Feng, Congyang Lang

Partial label learning (PLL) aims to solve the problem where each training instance is associated with a set of candidate labels, one of which is the correct label. Most PLL algorithms try to disambiguate the candidate l…

Partial Label Learning

A Self-Paced Regularization Framework for Multi-Label Learning

2016-03-22 · Changsheng Li, Fan Wei, Junchi Yan, Weishan Dong 외

In this paper, we propose a novel multi-label learning framework, called Multi-Label Self-Paced Learning (MLSPL), in an attempt to incorporate the self-paced learning strategy into multi-label learning regime. In light o…

Multi-Label Learning