paper-with-me

Papers

Tied-Augment: Controlling Representation Similarity Improves Data Augmentation

2023-05-22 · Emirhan Kurtulus, Zichao Li, Yann Dauphin, Ekin Dogus Cubuk

Data augmentation methods have played an important role in the recent advance of deep learning models, and have become an indispensable component of state-of-the-art models in semi-supervised, self-supervised, and supervised training for vision. Despite incurring no additional latency at test time, data augmentation often requires more epochs of training to be effective. For example, even the simple flips-and-crops augmentation requires training for more than 5 epochs to improve performance, whereas RandAugment requires more than 90 epochs. We propose a general framework called Tied-Augment, which improves the efficacy of data augmentation in a wide range of applications by adding a simple term to the loss that can control the similarity of representations under distortions. Tied-Augment can improve state-of-the-art methods from data augmentation (e.g. RandAugment, mixup), optimization (e.g. SAM), and semi-supervised learning (e.g. FixMatch). For example, Tied-RandAugment can outperform RandAugment by 2.0% on ImageNet. Notably, using Tied-Augment, data augmentation can be made to improve generalization even when training for a few epochs and when fine-tuning. We open source our code at https://github.com/ekurtulus/tied-augment/tree/main.

📄 PDF Abstract BibTeX arXiv:2305.13520

Code (1)

ekurtulus/tied-augment 공식 구현 jax

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음
RandAugment 설명 없음

Similar Papers 제목 키워드 기반

Tied Multitask Learning for Neural Speech Translation

2018-02-19 · NAACL 2018 6 · Antonios Anastasopoulos, David Chiang

We explore multitask models for neural translation of speech, augmenting them in order to reflect two intuitive notions. First, we introduce a model where the second task decoder receives information from the decoder of …

DecoderTranslation

Leviathan: Decoupling Input and Output Representations in Language Models

2026-01-29 · Reza T. Batley, Sourav Saha arxiv

Modern language models use a single matrix for input embedding and output projection. This couples two distinct objectives: token representation and discrimination over a vocabulary. This work introduces Leviathan, a Tra…

MyoFlow: Anchor-Tied Rectified Flow for HD-sEMG Gesture Recognition Across Sessions and Subjects

2026-09-15 · Chenhao Wu, Dingjie Peng, Satoshi Funabashi, Satoshi Konishi 외 arxiv

High-density surface electromyography (HD-sEMG) gesture recognition supports prosthetic control, assistive robotics, and rehabilitation, but electrode re-donning and physiological variability cause distribution shifts th…

Representation LearningGesture Recognition

Deep Triphone Embedding Improves Phoneme Recognition

2017-10-22 · Mohit Yadav, Vivek Tyagi

In this paper, we present a novel Deep Triphone Embedding (DTE) representation derived from Deep Neural Network (DNN) to encapsulate the discriminative information present in the adjoining speech frames. DTEs are generat…

Dimensionality ReductionGeneral ClassificationPhoneme Recognition

Controllable Guarantees for Fair Outcomes via Contrastive Information Estimation

2021-01-11 · Umang Gupta, Aaron M Ferber, Bistra Dilkina, Greg Ver Steeg

Controlling bias in training datasets is vital for ensuring equal treatment, or parity, between different groups in downstream applications. A naive solution is to transform the data so that it is statistically independe…

Fairness