Multi-Instance Partial-Label Learning with Margin Adjustment
Wei Tang, Yin-Fang Yang, Zhaofei Wang, Weijia Zhang, Min-Ling Zhang

TL;DR
This paper introduces MIPLMA, a novel algorithm for multi-instance partial-label learning that adjusts margins for attention scores and predicted probabilities, leading to improved generalization over existing methods.
Contribution
The paper proposes a margin-aware attention mechanism and a margin distribution loss to enhance multi-instance partial-label learning performance.
Findings
MIPLMA outperforms existing MIPL algorithms in experiments.
The margin adjustment improves classification accuracy.
The approach enhances generalization in multi-instance partial-label learning.
Abstract
Multi-instance partial-label learning (MIPL) is an emerging learning framework where each training sample is represented as a multi-instance bag associated with a candidate label set. Existing MIPL algorithms often overlook the margins for attention scores and predicted probabilities, leading to suboptimal generalization performance. A critical issue with these algorithms is that the highest prediction probability of the classifier may appear on a non-candidate label. In this paper, we propose an algorithm named MIPLMA, i.e., Multi-Instance Partial-Label learning with Margin Adjustment, which adjusts the margins for attention scores and predicted probabilities. We introduce a margin-aware attention mechanism to dynamically adjust the margins for attention scores and propose a margin distribution loss to constrain the margins between the predicted probabilities on candidate and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsText and Document Classification Technologies
MethodsSoftmax · Attention Is All You Need
