First-Order Manifold Data Augmentation for Regression Learning
Ilya Kaufman, Omri Azencot

TL;DR
FOMA introduces a novel domain-independent data augmentation technique for regression tasks, sampling from tangent planes to improve neural network generalization and robustness, outperforming mixup baselines.
Contribution
The paper proposes FOMA, a new data-driven augmentation method for regression that samples from tangent planes, enhancing generalization and robustness across neural architectures.
Findings
FOMA improves in-distribution generalization.
FOMA enhances out-of-distribution robustness.
FOMA outperforms mixup baselines.
Abstract
Data augmentation (DA) methods tailored to specific domains generate synthetic samples by applying transformations that are appropriate for the characteristics of the underlying data domain, such as rotations on images and time warping on time series data. In contrast, domain-independent approaches, e.g. mixup, are applicable to various data modalities, and as such they are general and versatile. While regularizing classification tasks via DA is a well-explored research topic, the effect of DA on regression problems received less attention. To bridge this gap, we study the problem of domain-independent augmentation for regression, and we introduce FOMA: a new data-driven domain-independent data augmentation method. Essentially, our approach samples new examples from the tangent planes of the train distribution. Augmenting data in this way aligns with the network tendency towards…
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
TopicsNeural Networks and Applications · Face and Expression Recognition · Image Processing and 3D Reconstruction
MethodsMixup
