paper-with-me

Papers

Label2Label: A Language Modeling Framework for Multi-Attribute Learning

2022-07-18 · Wanhua Li, Zhexuan Cao, Jianjiang Feng, Jie zhou, Jiwen Lu

Objects are usually associated with multiple attributes, and these attributes often exhibit high correlations. Modeling complex relationships between attributes poses a great challenge for multi-attribute learning. This paper proposes a simple yet generic framework named Label2Label to exploit the complex attribute correlations. Label2Label is the first attempt for multi-attribute prediction from the perspective of language modeling. Specifically, it treats each attribute label as a "word" describing the sample. As each sample is annotated with multiple attribute labels, these "words" will naturally form an unordered but meaningful "sentence", which depicts the semantic information of the corresponding sample. Inspired by the remarkable success of pre-training language models in NLP, Label2Label introduces an image-conditioned masked language model, which randomly masks some of the "word" tokens from the label "sentence" and aims to recover them based on the masked "sentence" and the context conveyed by image features. Our intuition is that the instance-wise attribute relations are well grasped if the neural net can infer the missing attributes based on the context and the remaining attribute hints. Label2Label is conceptually simple and empirically powerful. Without incorporating task-specific prior knowledge and highly specialized network designs, our approach achieves state-of-the-art results on three different multi-attribute learning tasks, compared to highly customized domain-specific methods. Code is available at https://github.com/Li-Wanhua/Label2Label.

📄 PDF Abstract BibTeX arXiv:2207.08677

Code (1)

li-wanhua/label2label 공식 구현 pytorch

Tasks

AttributeClothing Attribute RecognitionFacial Attribute ClassificationLanguage ModelingLanguage ModellingPedestrian Attribute RecognitionSentence

Similar Papers 제목 키워드 기반

Semi-supervised Multitask Learning for Sequence Labeling

2017-04-24 · ACL 2017 7 · Marek Rei

We propose a sequence labeling framework with a secondary training objective, learning to predict surrounding words for every word in the dataset. This language modeling objective incentivises the system to learn general…

ChunkingGrammatical Error DetectionLanguage ModelingLanguage Modelling+5

A Flexible and Easy-to-use Semantic Role Labeling Framework for Different Languages

2018-08-01 · COLING 2018 8 · Quynh Ngoc Thi Do, Artuur Leeuwenberg, Geert Heyman, Marie-Francine Moens

This paper presents a flexible and open source framework for deep semantic role labeling. We aim at facilitating easy exploration of model structures for multiple languages with different characteristics. It provides fle…

Feature EngineeringSemantic Role Labeling

MELM: Data Augmentation with Masked Entity Language Modeling for Low-Resource NER

2021-08-31 · ACL 2022 5 · Ran Zhou, Xin Li, Ruidan He, Lidong Bing 외

Data augmentation is an effective solution to data scarcity in low-resource scenarios. However, when applied to token-level tasks such as NER, data augmentation methods often suffer from token-label misalignment, which l…

Cross-Lingual NERData AugmentationLanguage ModelingLanguage Modelling+3

Few-Label Multimodal Modeling of SNP Variants and ECG Phenotypes Using Large Language Models for Cardiovascular Risk Stratification

2025-10-18 · Niranjana Arun Menon, Yulong Li, Iqra Farooq, Sara Ahmed 외 arxiv

Cardiovascular disease (CVD) risk stratification remains a major challenge due to its multifactorial nature and limited availability of high-quality labeled datasets. While genomic and electrophysiological data such as S…

Multi-Label Text Classification by Graph Neural Network with Mixing Operations

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Multi-label text classification is one of the fundamental tasks in natural language processing. Recently, the graph convolution network (GCN) is leveraged to boost the performance of such a task. However, the best way fo…

Graph Neural NetworkMulti Label Text ClassificationMulti-Label Text ClassificationRepresentation Learning+2