SeqAug: Sequential Feature Resampling as a modality agnostic augmentation method

Efthymios Georgiou,Alexandros Potamianos
2023-05-03
Abstract:Data augmentation is a prevalent technique for improving performance in various machine learning applications. We propose SeqAug, a modality-agnostic augmentation method that is tailored towards sequences of extracted features. The core idea of SeqAug is to augment the sequence by resampling from the underlying feature distribution. Resampling is performed by randomly selecting feature dimensions and permuting them along the temporal axis. Experiments on CMU-MOSEI verify that SeqAug is modality agnostic; it can be successfully applied to a single modality or multiple modalities. We further verify its compatibility with both recurrent and transformer architectures, and also demonstrate comparable to state-of-the-art results.
Computation and Language,Machine Learning
What problem does this paper attempt to address?
The paper attempts to address the problem of developing a data augmentation technique suitable for multiple modalities in a feature learning setup. Specifically, SeqAug is a modality-agnostic sequence feature resampling method, whose core idea is to resample feature values from the underlying feature distribution. By randomly selecting feature dimensions and rearranging them along the time axis, it replaces the original feature values. This method can be applied not only to a single modality but also to handle multiple heterogeneous modalities simultaneously, and it is compatible with Recurrent Neural Networks (RNN) and Transformer architectures. Experimental results show that SeqAug performs excellently on the CMU-MOSEI dataset, comparable to the current state-of-the-art methods, and achieves comparable or even better performance with 20% less training data. Moreover, the SeqAug method is simple and computationally efficient, making it suitable for various deep learning model architectures.