paper-with-me

Papers

ML-MG: Multi-Label Learning With Missing Labels Using a Mixed Graph

2015-12-01 · ICCV 2015 12 · Baoyuan Wu, Siwei Lyu, Bernard Ghanem

This work focuses on the problem of multi-label learning with missing labels (MLML), which aims to label each test instance with multiple class labels given training instances that have an incomplete/partial set of these labels (i.e. some of their labels are missing). To handle missing labels, we propose a unified model of label dependencies by constructing a mixed graph, which jointly incorporates (i) instance-level similarity and class co-occurrence as undirected edges and (ii) semantic label hierarchy as directed edges. Unlike most MLML methods, We formulate this learning problem transductively as a convex quadratic matrix optimization problem that encourages training label consistency and encodes both types of label dependencies (i.e. undirected and directed edges) using quadratic terms and hard linear constraints. The alternating direction method of multipliers (ADMM) can be used to exactly and efficiently solve this problem. To evaluate our proposed method, we consider two popular applications (image and video annotation), where the label hierarchy can be derived from Wordnet. Experimental results show that our method achieves a significant improvement over state-of-the-art methods in performance and robustness to missing labels.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Missing LabelsMulti-Label Learning

Similar Papers 제목 키워드 기반

Multi-label Learning with Missing Labels using Mixed Dependency Graphs

2018-03-31 · Baoyuan Wu, Fan Jia, Wei Liu, Bernard Ghanem 외

This work focuses on the problem of multi-label learning with missing labels (MLML), which aims to label each test instance with multiple class labels given training instances that have an incomplete/partial set of these…

Image RetrievalMissing LabelsMulti-Label LearningRetrieval+1

SSLfmm: An R Package for Semi-Supervised Learning with Mixed Missingness

2025-12-03 · Geoffrey J. McLachlan, Jinran Wu arxiv

Partially labelled samples arise when features are observed for all data, but class labels are available for only a subset. In such settings, the mechanism governing label availability may itself contain information rele…

Multi-Label Continual Learning using Augmented Graph Convolutional Network

2022-11-27 · Kaile Du, Fan Lyu, Linyan Li, Fuyuan Hu 외

Multi-Label Continual Learning (MLCL) builds a class-incremental framework in a sequential multi-label image recognition data stream. The critical challenges of MLCL are the construction of label relationships on past-mi…

Continual LearningMulti-Label Image Recognition

MADNet: Maximizing Addressee Deduction Expectation for Multi-Party Conversation Generation

2023-05-22 · Jia-Chen Gu, Chao-Hong Tan, Caiyuan Chu, Zhen-Hua Ling 외

Modeling multi-party conversations (MPCs) with graph neural networks has been proven effective at capturing complicated and graphical information flows. However, existing methods rely heavily on the necessary addressee l…

Discriminatory Label-specific Weights for Multi-label Learning with Missing Labels

2022-07-02 · Neural Processing Letters 2022 7 · Reshma Rastogi, Sanjay Kumar

Class labels in multi-label datasets are only associated with a very small fraction of the data instances leading to a class imbalance problem. There exist multi-label learning algorithms that handle the datasets’ class …

Missing LabelsMulti-Label ClassificationMulti-Label Learning