paper-with-me

홈 › Papers

SSMix: Saliency-Based Span Mixup for Text Classification

2021-06-15 · Findings (ACL) 2021 8 · Soyoung Yoon, Gyuwan Kim, Kyumin Park

Data augmentation with mixup has shown to be effective on various computer vision tasks. Despite its great success, there has been a hurdle to apply mixup to NLP tasks since text consists of discrete tokens with variable length. In this work, we propose SSMix, a novel mixup method where the operation is performed on input text rather than on hidden vectors like previous approaches. SSMix synthesizes a sentence while preserving the locality of two original texts by span-based mixing and keeping more tokens related to the prediction relying on saliency information. With extensive experiments, we empirically validate that our method outperforms hidden-level mixup methods on a wide range of text classification benchmarks, including textual entailment, sentiment classification, and question-type classification. Our code is available at https://github.com/clovaai/ssmix.

📄 PDF Abstract BibTeX arXiv:2106.08062

Code (1)

clovaai/ssmix 공식 구현 pytorch

Tasks

ClassificationData AugmentationNatural Language InferenceSentenceSentiment AnalysisSentiment Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Supervision Interpolation via LossMix: Generalizing Mixup for Object Detection and Beyond

2023-03-18 · Thanh Vu, Baochen Sun, Bodi Yuan, Alex Ngai 외

The success of data mixing augmentations in image classification tasks has been well-received. However, these techniques cannot be readily applied to object detection due to challenges such as spatial misalignment, foreg…

Domain Adaptationimage-classificationImage ClassificationObject+3

GuidedMixup: An Efficient Mixup Strategy Guided by Saliency Maps

2023-06-29 · Minsoo Kang, Suhyun Kim

Data augmentation is now an essential part of the image training process, as it effectively prevents overfitting and makes the model more robust against noisy datasets. Recent mixing augmentation strategies have advanced…

Data Augmentation

TokenMixup: Efficient Attention-guided Token-level Data Augmentation for Transformers

2022-10-14 · Hyeong Kyu Choi, Joonmyung Choi, Hyunwoo J. Kim

Mixup is a commonly adopted data augmentation technique for image classification. Recent advances in mixup methods primarily focus on mixing based on saliency. However, many saliency detectors require intense computation…

Data Augmentationimage-classificationImage Classification

SageMix: Saliency-Guided Mixup for Point Clouds

2022-10-13 · Sanghyeok Lee, Minkyu Jeon, Injae Kim, Yunyang Xiong 외

Data augmentation is key to improving the generalization ability of deep learning models. Mixup is a simple and widely-used data augmentation technique that has proven effective in alleviating the problems of overfitting…

3D Part Segmentation3D Point Cloud Classification3D Point Cloud Data AugmentationData Augmentation+2

Graph Transplant: Node Saliency-Guided Graph Mixup with Local Structure Preservation

2021-11-10 · Joonhyung Park, Hajin Shim, Eunho Yang

Graph-structured datasets usually have irregular graph sizes and connectivities, rendering the use of recent data augmentation techniques, such as Mixup, difficult. To tackle this challenge, we present the first Mixup-li…

Data AugmentationGraph Classification