CVSep 4, 2025

Learning from Majority Label: A Novel Problem in Multi-class Multiple-Instance Learning

arXiv:2509.04023v13 citationsh-index: 7Has CodePattern Recognition
Originality Incremental advance
AI Analysis

This addresses a novel problem in MIL with applications in fields like pathology and sentiment analysis, but it is incremental as it builds on existing MIL frameworks.

The paper tackles the problem of learning from majority labels in multi-class multiple-instance learning, where bag labels are based on the majority class of instances, and proposes a Counting Network with a Majority Proportion Enhancement Module that outperforms conventional methods on four datasets.

The paper proposes a novel multi-class Multiple-Instance Learning (MIL) problem called Learning from Majority Label (LML). In LML, the majority class of instances in a bag is assigned as the bag-level label. The goal of LML is to train a classification model that estimates the class of each instance using the majority label. This problem is valuable in a variety of applications, including pathology image segmentation, political voting prediction, customer sentiment analysis, and environmental monitoring. To solve LML, we propose a Counting Network trained to produce bag-level majority labels, estimated by counting the number of instances in each class. Furthermore, analysis experiments on the characteristics of LML revealed that bags with a high proportion of the majority class facilitate learning. Based on this result, we developed a Majority Proportion Enhancement Module (MPEM) that increases the proportion of the majority class by removing minority class instances within the bags. Experiments demonstrate the superiority of the proposed method on four datasets compared to conventional MIL methods. Moreover, ablation studies confirmed the effectiveness of each module. The code is available at \href{https://github.com/Shiku-Kaito/Learning-from-Majority-Label-A-Novel-Problem-in-Multi-class-Multiple-Instance-Learning}{here}.

Foundations

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

Your Notes