LGAIApr 4, 2017

Multi-Label Learning with Global and Local Label Correlation

arXiv:1704.01415v1362 citations
Originality Incremental advance
AI Analysis

This addresses multi-label classification challenges for applications with complex label dependencies, but it is incremental as it builds on existing correlation-based methods.

The paper tackles the problem of multi-label learning by simultaneously exploiting global and local label correlations, even with missing labels, and demonstrates the effectiveness of their GLOCAL approach through extensive experiments.

It is well-known that exploiting label correlations is important to multi-label learning. Existing approaches either assume that the label correlations are global and shared by all instances; or that the label correlations are local and shared only by a data subset. In fact, in the real-world applications, both cases may occur that some label correlations are globally applicable and some are shared only in a local group of instances. Moreover, it is also a usual case that only partial labels are observed, which makes the exploitation of the label correlations much more difficult. That is, it is hard to estimate the label correlations when many labels are absent. In this paper, we propose a new multi-label approach GLOCAL dealing with both the full-label and the missing-label cases, exploiting global and local label correlations simultaneously, through learning a latent label representation and optimizing label manifolds. The extensive experimental studies validate the effectiveness of our approach on both full-label and missing-label data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes