paper-with-me

홈 › Papers

When Chosen Wisely, More Data Is What You Need: A Universal Sample-Efficient Strategy For Data Augmentation

2022-03-17 · Findings (ACL) 2022 5 · Ehsan Kamalloo, Mehdi Rezagholizadeh, Ali Ghodsi

Data Augmentation (DA) is known to improve the generalizability of deep neural networks. Most existing DA techniques naively add a certain number of augmented samples without considering the quality and the added computational cost of these samples. To tackle this problem, a common strategy, adopted by several state-of-the-art DA methods, is to adaptively generate or re-weight augmented samples with respect to the task objective during training. However, these adaptive DA methods: (1) are computationally expensive and not sample-efficient, and (2) are designed merely for a specific setting. In this work, we present a universal DA technique, called Glitter, to overcome both issues. Glitter can be plugged into any DA method, making training sample-efficient without sacrificing performance. From a pre-generated pool of augmented samples, Glitter adaptively selects a subset of worst-case samples with maximal loss, analogous to adversarial DA. Without altering the training strategy, the task objective can be optimized on the selected subset. Our thorough experiments on the GLUE benchmark, SQuAD, and HellaSwag in three widely used training setups including consistency training, self-distillation and knowledge distillation reveal that Glitter is substantially faster to train and achieves a competitive performance, compared to strong baselines.

📄 PDF Abstract BibTeX arXiv:2203.09391

Code (1)

huawei-noah/kd-nlp 공식 구현 pytorch

Tasks

Data AugmentationHellaSwagKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

When Chosen Wisely, More Data Is What You Need: A Universal Sample-Efficient Strategy For Data Augmentation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Data Augmentation (DA) is vital in deep learning to improve the generalizability of neural networks. Most of existing DA techniques in NLP naively add a certain number of augmented samples without paying attention to the…

Data AugmentationHellaSwagKnowledge Distillation

Subspace Detours Meet Gromov-Wasserstein

2021-10-21 · Clément Bonet, Nicolas Courty, François Septier, Lucas Drumetz

In the context of optimal transport methods, the subspace detour approach was recently presented by Muzellec and Cuturi (2019). It consists in building a nearly optimal transport plan in the measures space from an optima…

Provable Phase Retrieval with Mirror Descent

2022-10-17 · Jean-Jacques Godeme, Jalal Fadili, Xavier Buet, Myriam Zerrad 외

In this paper, we consider the problem of phase retrieval, which consists of recovering an $n$-dimensional real vector from the magnitude of its $m$ linear measurements. We propose a mirror descent (or Bregman gradient d…

Retrieval

FrustumFormer: Adaptive Instance-aware Resampling for Multi-view 3D Detection

2023-01-10 · CVPR 2023 1 · Yuqi Wang, Yuntao Chen, Zhaoxiang Zhang

The transformation of features from 2D perspective space to 3D space is essential to multi-view 3D object detection. Recent approaches mainly focus on the design of view transformation, either pixel-wisely lifting perspe…

3D Object Detectionobject-detectionObject Detection

Instance Segmentation under Occlusions via Location-aware Copy-Paste Data Augmentation

2023-10-27 · Son Nguyen, Mikel Lainsa, Hung Dao, Daeyoung Kim 외

Occlusion is a long-standing problem in computer vision, particularly in instance segmentation. ACM MMSports 2023 DeepSportRadar has introduced a dataset that focuses on segmenting human subjects within a basketball cont…

Data AugmentationInstance SegmentationSegmentationSemantic Segmentation