paper-with-me

Papers

Dynamic Nonlinear Mixup with Distance-based Sample Selection

2022-10-01 · COLING 2022 10 · Shaokang Zhang, Lei Jiang, Jianlong Tan

Data augmentation with mixup has shown to be effective on the NLP tasks. Although its great success, the mixup still has shortcomings. First, vanilla mixup randomly selects one sample to generate the mixup sample for a given sample. It remains unclear how to best choose the input samples for the mixup. Second, linear interpolation limits the space of synthetic data and its regularization effect. In this paper, we propose the dynamic nonlinear mixup with distance-based sample selection, which not only generates multiple sample pairs based on the distance between each sample but also enlarges the space of synthetic samples. Specifically, we compute the distance between each input data by cosine similarity and select multiple samples for a given sample. Then we use the dynamic nonlinear mixup to fuse sample pairs. It does not use a linear, scalar mixing strategy, but a nonlinear interpolation strategy, where the mixing strategy is adaptively updated for the input and label pairs. Experiments on the multiple public datasets demonstrate that dynamic nonlinear mixup outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

GraphMAD: Graph Mixup for Data Augmentation using Data-Driven Convex Clustering

2022-10-27 · Madeline Navarro, Santiago Segarra

We develop a novel data-driven nonlinear mixup mechanism for graph data augmentation and present different mixup functions for sample pairs and their labels. Mixup is a data augmentation method to create new training dat…

ClusteringData AugmentationGraph Classification

MonoLSS: Learnable Sample Selection For Monocular 3D Detection

2023-12-22 · Zhenjia Li, Jinrang Jia, Yifeng Shi

In the field of autonomous driving, monocular 3D detection is a critical task which estimates 3D properties (depth, dimension, and orientation) of objects in a single RGB image. Previous works have used features in a heu…

3D Object DetectionAutonomous DrivingData AugmentationMonocular 3D Object Detection+2

DMix: Distance Constrained Interpolative Mixup

2021-11-01 · EMNLP (MRL) 2021 11 · Ramit Sawhney, Megh Thakkar, Shrey Pandit, Debdoot Mukherjee 외

Interpolation-based regularisation methods have proven to be effective for various tasks and modalities. Mixup is a data augmentation method that generates virtual training samples from convex combinations of individual …

ClassificationData AugmentationSentenceSentence Classification

Tailoring Mixup to Data for Calibration

2023-11-02 · Quentin Bouniot, Pavlo Mozharovskyi, Florence d'Alché-Buc

Among all data augmentation techniques proposed so far, linear interpolation of training samples, also called Mixup, has found to be effective for a large panel of applications. Along with improved predictive performance…

Data AugmentationDiversity

DMix: Adaptive Distance-aware Interpolative Mixup

2022-05-01 · ACL 2022 5 · Ramit Sawhney, Megh Thakkar, Shrey Pandit, Ritesh Soun 외

Interpolation-based regularisation methods such as Mixup, which generate virtual training samples, have proven to be effective for various tasks and modalities.We extend Mixup and propose DMix, an adaptive distance-aware…

Data AugmentationDiversitySentenceSentence Classification