LGJul 9, 2022

Multi-label Classification with High-rank and High-order Label Correlations

arXiv:2207.04197v241 citationsh-index: 46Has Code
Originality Incremental advance
AI Analysis

This work addresses multi-label classification for researchers and practitioners, offering an incremental improvement over existing methods by better capturing label correlations.

The paper tackles the problem of multi-label classification by explicitly modeling high-order label correlations while preserving the high-rank nature of the label matrix, achieving improved performance validated on twelve benchmark datasets.

Exploiting label correlations is important to multi-label classification. Previous methods capture the high-order label correlations mainly by transforming the label matrix to a latent label space with low-rank matrix factorization. However, the label matrix is generally a full-rank or approximate full-rank matrix, making the low-rank factorization inappropriate. Besides, in the latent space, the label correlations will become implicit. To this end, we propose a simple yet effective method to depict the high-order label correlations explicitly, and at the same time maintain the high-rank of the label matrix. Moreover, we estimate the label correlations and infer model parameters simultaneously via the local geometric structure of the input to achieve mutual enhancement. Comparative studies over twelve benchmark data sets validate the effectiveness of the proposed algorithm in multi-label classification. The exploited high-order label correlations are consistent with common sense empirically. Our code is publicly available at https://github.com/Chongjie-Si/HOMI.

Code Implementations2 repos
Foundations

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

Your Notes