paper-with-me

홈 › Papers

Rethinking Multiple Instance Learning: Developing an Instance-Level Classifier via Weakly-Supervised Self-Training

2024-08-09 · Yingfan Ma, Xiaoyuan Luo, Mingzhi Yuan, Xinrong Chen, Manning Wang

Multiple instance learning (MIL) problem is currently solved from either bag-classification or instance-classification perspective, both of which ignore important information contained in some instances and result in limited performance. For example, existing methods often face difficulty in learning hard positive instances. In this paper, we formulate MIL as a semi-supervised instance classification problem, so that all the labeled and unlabeled instances can be fully utilized to train a better classifier. The difficulty in this formulation is that all the labeled instances are negative in MIL, and traditional self-training techniques used in semi-supervised learning tend to degenerate in generating pseudo labels for the unlabeled instances in this scenario. To resolve this problem, we propose a weakly-supervised self-training method, in which we utilize the positive bag labels to construct a global constraint and a local constraint on the pseudo labels to prevent them from degenerating and force the classifier to learn hard positive instances. It is worth noting that easy positive instances are instances are far from the decision boundary in the classification process, while hard positive instances are those close to the decision boundary. Through iterative optimization, the pseudo labels can gradually approach the true labels. Extensive experiments on two MNIST synthetic datasets, five traditional MIL benchmark datasets and two histopathology whole slide image datasets show that our method achieved new SOTA performance on all of them. The code will be publicly available.

📄 PDF Abstract BibTeX arXiv:2408.04813

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationMultiple Instance Learning

Similar Papers 제목 키워드 기반

Rethinking Multiple Instance Learning for Whole Slide Image Classification: A Good Instance Classifier is All You Need

2023-07-05 · Linhao Qu, Yingfan Ma, Xiaoyuan Luo, Manning Wang 외

Weakly supervised whole slide image classification is usually formulated as a multiple instance learning (MIL) problem, where each slide is treated as a bag, and the patches cut out of it are treated as instances. Existi…

AllClassificationContrastive Learningimage-classification+3

Rethinking Multiple Instance Learning for Whole Slide Image Classification: A Bag-Level Classifier is a Good Instance-Level Teacher

2023-12-02 · Hongyi Wang, Luyang Luo, Fang Wang, Ruofeng Tong 외

Multiple Instance Learning (MIL) has demonstrated promise in Whole Slide Image (WSI) classification. However, a major challenge persists due to the high computational cost associated with processing these gigapixel image…

image-classificationImage ClassificationMultiple Instance Learning

Rethinking the Learning Paradigm for Dynamic Facial Expression Recognition

2023-01-01 · CVPR 2023 1 · HanYang Wang, Bo Li, Shuang Wu, Siyuan Shen 외

Dynamic Facial Expression Recognition (DFER) is a rapidly developing field that focuses on recognizing facial expressions in video format. Previous research has considered non-target frames as noisy frames, but we pr…

Dynamic Facial Expression RecognitionFacial Expression Recognition

Rethinking Global Average Pooling: Your Classifier Is Secretly a Multi-Instance Learner

2026-06-12 · Aray Karjauv arxiv

Modern image classifiers widely adopt global average pooling (GAP) followed by a linear classification head. This linearity ensures that the image-level logits equal the average of logits obtained by applying the classif…

Rethinking Object Detection in Retail Stores

2020-03-18 · Yuan-Qiang Cai, Longyin Wen, Libo Zhang, Dawei Du 외

The convention standard for object detection uses a bounding box to represent each individual object instance. However, it is not practical in the industry-relevant applications in the context of warehouses due to severe…

Objectobject-detectionObject DetectionObject Localization