paper-with-me

홈 › Papers

Modeling Label Space Interactions in Multi-label Classification using Box Embeddings

2021-09-29 · ICLR 2022 · Anonymous

Multi-label classification is a challenging structured prediction task in which a set of output class labels are predicted for each input. Real-world datasets often have natural or latent taxonomic relationships between labels, making it desirable for models to employ label representations capable of capturing such taxonomies. Most existing multi-label classification methods do not do so, resulting in label predictions that are inconsistent with the taxonomic constraints, thus failing to accurately represent the fundamentals of problem setting. In this work, we introduce the multi-label box model (MBM), a multi-label classification method that combines the encoding power of neural networks with the inductive bias and probabilistic semantics of box embeddings (Vilnis, et al 2018). Box embeddings can be understood as trainable Venn-diagrams based on hyper-rectangles. Representing labels by boxes rather than vectors, MBM is able to capture taxonomic relations among labels. Furthermore, since box embeddings allow these relations to be learned by stochastic gradient descent from data, and to be read as calibrated conditional probabilities, our model is endowed with a high degree of interpretability. This interpretability also facilitates the injection of partial information about label-label relationships into model training, to further improve its consistency. We provide theoretical grounding for our method and show experimentally the model's ability to learn the true latent taxonomic structure from data. Through extensive empirical evaluations on both small and large-scale multi-label classification datasets, we show that BBM can significantly improve taxonomic consistency while preserving or surpassing the state-of-the-art predictive performance.

📄 PDF Abstract BibTeX

Code (1)

iesl/box-mlc-iclr-2022 공식 구현 pytorch

Tasks

ClassificationHierarchical Multi-label ClassificationInductive BiasMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONStructured Prediction

Similar Papers 제목 키워드 기반

Hierarchy-Aware Global Model for Hierarchical Text Classification

2020-07-01 · ACL 2020 6 · Jie Zhou, Chunping Ma, Dingkun Long, Guangwei Xu 외

Hierarchical text classification is an essential yet challenging subtask of multi-label text classification with a taxonomic hierarchy. Existing methods have difficulties in modeling the hierarchical label structure in a…

ClassificationGeneral ClassificationHierarchical Multi-label Classificationmodel+4

Factored Latent-Dynamic Conditional Random Fields for Single and Multi-label Sequence Modeling

2019-11-09 · Satyajit Neogi, Justin Dauwels

Conditional Random Fields (CRF) are frequently applied for labeling and segmenting sequence data. Morency et al. (2007) introduced hidden state variables in a labeled CRF structure in order to model the latent dynamics w…

GPUModel SelectionState Space Models

Modeling Dense Cross-Modal Interactions for Joint Entity-Relation Extraction

2020-07-01 · Shan Zhao, Minghao Hu, Zhiping Cai, Fang Liu

Joint extraction of entities and their relations benefits from the close interaction between named entities and their relation information. Therefore, how to effectively model such cross-modal interactions is critical fo…

Joint Entity and Relation ExtractionRelationRelation ClassificationRelation Extraction

Semantic Role Labeling with Iterative Structure Refinement

2019-09-07 · IJCNLP 2019 11 · Chunchuan Lyu, Shay B. Cohen, Ivan Titov

Modern state-of-the-art Semantic Role Labeling (SRL) methods rely on expressive sentence encoders (e.g., multi-layer LSTMs) but tend to model only local (if any) interactions between individual argument labeling decision…

Semantic Role LabelingSentence

Learning Human-Human Interactions in Images from Weak Textual Supervision

2023-04-27 · ICCV 2023 1 · Morris Alper, Hadar Averbuch-Elor

Interactions between humans are diverse and context-dependent, but previous works have treated them as categorical, disregarding the heavy tail of possible interactions. We propose a new paradigm of learning human-human …

Human-Human Interaction RecognitionImage CaptioningKnowledge DistillationLanguage Modeling+2