Deep Graph Matching for Partial Label Learning
Gengyu Lyu, Yanan Wu, Songhe Feng
Abstract
Partial Label Learning (PLL) aims to learn from training data where each instance is associated with a set of candidate labels, among which only one is correct. In this paper, we formulate the task of PLL problem as an ``instance-label'' matching selection problem, and propose a DeepGNN-based graph matching PLL approach to solve it. Specifically, we first construct all instances and labels as graph nodes into two different graphs respectively, and then integrate them into a unified matching graph by connecting each instance to its candidate labels. Afterwards, the graph attention mechanism is adopted to aggregate and update all nodes state on the instance graph to form structural representations for each instance. Finally, each candidate label is embedded into its corresponding instance and derives a matching affinity score for each instance-label correspondence with a progressive cross-entropy loss. Extensive experiments on various data sets have demonstrated the superiority of our proposed method.
BibTeX
@inproceedings{ijcai2022p459,
title = {Deep Graph Matching for Partial Label Learning},
author = {Lyu, Gengyu and Wu, Yanan and Feng, Songhe},
booktitle = {Proceedings of the Thirty-First International Joint Conference on
Artificial Intelligence, {IJCAI-22}},
publisher = {International Joint Conferences on Artificial Intelligence Organization},
editor = {Lud De Raedt},
pages = {3306--3312},
year = {2022},
month = {7},
note = {Main Track},
doi = {10.24963/ijcai.2022/459},
url = {https://doi.org/10.24963/ijcai.2022/459},
}