Pairwise Instance Relation Augmentation for Long-tailed Multi-label Text Classification
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.
Code (0)
등록된 구현이 없습니다.
Tasks
DiversityMulti Label Text ClassificationMulti-Label Text ClassificationRelationtext-classificationText ClassificationSimilar Papers 제목 키워드 기반
L2P: Learning to Place for Estimating Heavy-Tailed Distributed Outcomes
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
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 ExtractionFASA: Feature Augmentation and Sampling Adaptation for Long-Tailed Instance Segmentation
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 LearningReSSL: Relational Self-Supervised Learning with Weak Augmentation
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 LearningRelieving Long-tailed Instance Segmentation via Pairwise Class Balance
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