Dataset Augmentation in Feature Space
Terrance DeVries, Graham W. Taylor

TL;DR
This paper proposes a domain-agnostic data augmentation method that applies simple transformations in a learned feature space, improving supervised learning for static and sequential data without domain-specific tuning.
Contribution
It introduces a novel augmentation approach in feature space, tested empirically on sequence-to-sequence model representations, enhancing data diversity across domains.
Findings
Effective for static and sequential data
Works without domain-specific transformation design
Improves model performance with simple transformations
Abstract
Dataset augmentation, the practice of applying a wide array of domain-specific transformations to synthetically expand a training set, is a standard tool in supervised learning. While effective in tasks such as visual recognition, the set of transformations must be carefully designed, implemented, and tested for every new domain, limiting its re-use and generality. In this paper, we adopt a simpler, domain-agnostic approach to dataset augmentation. We start with existing data points and apply simple transformations such as adding noise, interpolating, or extrapolating between them. Our main insight is to perform the transformation not in input space, but in a learned feature space. A re-kindling of interest in unsupervised representation learning makes this technique timely and more effective. It is a simple proposal, but to-date one that has not been tested empirically. Working in the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Cancer-related molecular mechanisms research
