English

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

Computer Vision and Pattern Recognition 2025-09-05 v1

Abstract

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}.

Keywords

Cite

@article{arxiv.2509.04023,
  title  = {Learning from Majority Label: A Novel Problem in Multi-class Multiple-Instance Learning},
  author = {Shiku Kaito and Shinnosuke Matsuo and Daiki Suehiro and Ryoma Bise},
  journal= {arXiv preprint arXiv:2509.04023},
  year   = {2025}
}

Comments

35 pages, 9 figures, Accepted in Pattern recognition

R2 v1 2026-07-01T05:20:43.702Z