LGCVApr 26, 2023

SEAL: Simultaneous Label Hierarchy Exploration And Learning

arXiv:2304.13374v17 citationsh-index: 15Has Code
Originality Highly original
AI Analysis

This addresses classification performance enhancement for machine learning practitioners by providing a data-driven alternative to fixed hierarchies.

The paper tackles the problem of predefined label hierarchies not matching data distributions by proposing SEAL, a framework that simultaneously explores label hierarchies and performs learning, achieving superior results in supervised and semi-supervised scenarios.

Label hierarchy is an important source of external knowledge that can enhance classification performance. However, most existing methods rely on predefined label hierarchies that may not match the data distribution. To address this issue, we propose Simultaneous label hierarchy Exploration And Learning (SEAL), a new framework that explores the label hierarchy by augmenting the observed labels with latent labels that follow a prior hierarchical structure. Our approach uses a 1-Wasserstein metric over the tree metric space as an objective function, which enables us to simultaneously learn a data-driven label hierarchy and perform (semi-)supervised learning. We evaluate our method on several datasets and show that it achieves superior results in both supervised and semi-supervised scenarios and reveals insightful label structures. Our implementation is available at https://github.com/tzq1999/SEAL.

Code Implementations1 repo
Foundations

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

Your Notes