paper-with-me

홈 › Papers

Pairwise Instance Relation Augmentation for Long-tailed Multi-label Text Classification

2022-11-19 · Lin Xiao, Pengyu Xu, Liping Jing, Xiangliang Zhang

Multi-label text classification (MLTC) is one of the key tasks in natural language processing. It aims to assign multiple target labels to one document. Due to the uneven popularity of labels, the number of documents per label follows a long-tailed distribution in most cases. It is much more challenging to learn classifiers for data-scarce tail labels than for data-rich head labels. The main reason is that head labels usually have sufficient information, e.g., a large intra-class diversity, while tail labels do not. In response, we propose a Pairwise Instance Relation Augmentation Network (PIRAN) to augment tailed-label documents for balancing tail labels and head labels. PIRAN consists of a relation collector and an instance generator. The former aims to extract the document pairwise relations from head labels. Taking these relations as perturbations, the latter tries to generate new document instances in high-level feature space around the limited given tailed-label instances. Meanwhile, two regularizers (diversity and consistency) are designed to constrain the generation process. The consistency-regularizer encourages the variance of tail labels to be close to head labels and further balances the whole datasets. And diversity-regularizer makes sure the generated instances have diversity and avoids generating redundant instances. Extensive experimental results on three benchmark datasets demonstrate that PIRAN consistently outperforms the SOTA methods, and dramatically improves the performance of tail labels.

📄 PDF Abstract BibTeX arXiv:2211.10685

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityMulti Label Text ClassificationMulti-Label Text ClassificationRelationtext-classificationText Classification

Similar Papers 제목 키워드 기반

L2P: Learning to Place for Estimating Heavy-Tailed Distributed Outcomes

2019-08-13 · Xindi Wang, Onur Varol, Tina Eliassi-Rad

Many real-world prediction tasks have outcome variables that have characteristic heavy-tail distributions. Examples include copies of books sold, auction prices of art pieces, demand for commodities in warehouses, etc. B…

Improving Long Tailed Document-Level Relation Extraction via Easy Relation Augmentation and Contrastive Learning

2022-05-21 · Yangkai Du, Tengfei Ma, Lingfei Wu, Yiming Wu 외

Towards real-world information extraction scenario, research of relation extraction is advancing to document-level relation extraction(DocRE). Existing approaches for DocRE aim to extract relation by encoding various inf…

Contrastive LearningDocument-level Relation ExtractionRelationRelation Extraction

FASA: Feature Augmentation and Sampling Adaptation for Long-Tailed Instance Segmentation

2021-02-25 · ICCV 2021 10 · Yuhang Zang, Chen Huang, Chen Change Loy

Recent methods for long-tailed instance segmentation still struggle on rare object classes with few training data. We propose a simple yet effective method, Feature Augmentation and Sampling Adaptation (FASA), that addre…

Instance SegmentationSegmentationSemantic SegmentationTransfer Learning

ReSSL: Relational Self-Supervised Learning with Weak Augmentation

2021-07-20 · NeurIPS 2021 12 · Mingkai Zheng, Shan You, Fei Wang, Chen Qian 외

Self-supervised Learning (SSL) including the mainstream contrastive learning has achieved great success in learning visual representations without data annotations. However, most of methods mainly focus on the instance l…

Contrastive LearningRelationSelf-Supervised Image ClassificationSelf-Supervised Learning

Relieving Long-tailed Instance Segmentation via Pairwise Class Balance

2022-01-08 · CVPR 2022 1 · Yin-Yin He, Peizhen Zhang, Xiu-Shen Wei, Xiangyu Zhang 외

Long-tailed instance segmentation is a challenging task due to the extreme imbalance of training samples among classes. It causes severe biases of the head classes (with majority samples) against the tailed ones. This re…

Instance SegmentationSemantic Segmentation