From Ambiguity to Action: A POMDP Perspective on Partial Multi-Label Ambiguity and Its Horizon-One Resolution
Hanlin Pan, Yuhao Tang, Wanfu Gao
TL;DR
The paper tackles partial multi-label learning where the true label set is unobserved and disambiguation errors impact downstream tasks. It formalizes disambiguation as a horizon-1 POMDP and couples it with budgeted sequential feature selection in a two-stage RL framework: Stage 1 learns a transformer-based policy to produce hard pseudo-labels, aligning with minimizing disambiguation risk, and Stage 2 uses those labels to build an interpretable feature ranking under a fixed budget. Theoretical contributions include an equivalence between PML disambiguation and horizon-1 POMDP optimization, convergence of Stage-1 policy gradients, and an excess-risk decomposition separating pseudo-label quality from sample-size/complexity effects, supported by experiments across nine diverse datasets showing clear performance gains over strong baselines. Together, the approach provides a principled, end-to-end decision framework that improves robustness to label ambiguity and yields actionable feature subsets for downstream tasks.
Abstract
In partial multi-label learning (PML), the true labels are unobserved, which makes label disambiguation important but difficult. A key challenge is that ambiguous candidate labels can propagate errors into downstream tasks such as feature engineering. To solve this issue, we jointly model the disambiguation and feature selection tasks as Partially Observable Markov Decision Processes (POMDP) to turn PML risk minimization into expected-return maximization. Stage 1 trains a transformer policy via reinforcement learning to produce high-quality hard pseudo-labels; Stage 2 describes feature selection as a sequential reinforcement learning problem, selecting features step by step and outputting an interpretable global ranking. We further provide the theoretical analysis of PML-POMDP correspondence and the excess-risk bound that decompose the error into pseudo label quality term and sample size. Experiments in multiple metrics and data sets verify the advantages of the framework.
