ラベル階層は、分類のパフォーマンスを向上させる外部知識の重要な情報源です。ただし、ほとんどの既存の方法は、データ分布と一致しない可能性がある定義済みのラベル階層に依存しています。この問題に対処するために、以前の階層構造に従う潜在的なラベルで観測されたラベルを拡張することにより、ラベル階層を探索する新しいフレームワークである同時ラベル階層探索と学習 (SEAL) を提案します。私たちのアプローチでは、目的関数としてツリー メトリック空間で 1-Wasserstein メトリックを使用します。これにより、データ駆動型のラベル階層を同時に学習し、(半) 教師あり学習を実行できます。いくつかのデータセットでメソッドを評価し、教師ありシナリオと半教師ありシナリオの両方で優れた結果を達成し、洞察に満ちたラベル構造を明らかにすることを示します。私たちの実装は https://github.com/tzq1999/SEAL で入手できます。
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.