Multi-Instance Partial-Label Learning with Margin Adjustment
Wei Tang, Yin-Fang Yang, Zhaofei Wang, Weijia Zhang, Min-Ling Zhang
TL;DR
The paper tackles margin violations in multi-instance partial-label learning by proposing MIPLMA, which integrates a margin-aware attention mechanism for instance-space margin adjustment and a margin distribution loss for label-space margins. By dynamically tuning margins via a temperature schedule and jointly optimizing $\mathcal{L} = \mathcal{L}_{\text{d}} + \lambda \mathcal{L}_{\text{m}}$, the approach improves disambiguation of true labels and separation between candidate and non-candidate labels. Empirical results on benchmark and real-world CRC-MIPL datasets show consistent, substantial gains over MIPL, PLL, and MIL baselines, including strong performance with deep features and across data-degradation settings. The work also demonstrates that margin adjustments extend benefits to MIL and PLL, highlighting the practical impact for weak supervision scenarios in diverse domains.
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 non-candidate label sets. Experimental results demonstrate the superior performance of MIPLMA over existing MIPL algorithms, as well as other well-established multi-instance learning algorithms and partial-label learning algorithms.
