paper-with-me

홈 › Papers

Comparison of end-to-end neural network architectures and data augmentation methods for automatic infant motility assessment using wearable sensors

2021-07-02 · Manu Airaksinen, Sampsa Vanhatalo, Okko Räsänen

Infant motility assessment using intelligent wearables is a promising new approach for assessment of infant neurophysiological development, and where efficient signal analysis plays a central role. This study investigates the use of different end-to-end neural network architectures for processing infant motility data from wearable sensors. We focus on the performance and computational burden of alternative sensor encoder and time-series modelling modules and their combinations. In addition, we explore the benefits of data augmentation methods in ideal and non-ideal recording conditions. The experiments are conducted using a data-set of multi-sensor movement recordings from 7-month-old infants, as captured by a recently proposed smart jumpsuit for infant motility assessment. Our results indicate that the choice of the encoder module has a major impact on classifier performance. For sensor encoders, the best performance was obtained with parallel 2-dimensional convolutions for intra-sensor channel fusion with shared weights for all sensors. The results also indicate that a relatively compact feature representation is obtainable for within-sensor feature extraction without a drastic loss to classifier performance. Comparison of time-series models revealed that feed-forward dilated convolutions with residual and skip connections outperformed all RNN-based models in performance, training time, and training stability. The experiments also indicate that data augmentation improves model robustness in simulated packet loss or sensor dropout scenarios. In particular, signal- and sensor-dropout-based augmentation strategies provided considerable boosts to performance without negatively affecting the baseline performance. Overall the results provide tangible suggestions on how to optimize end-to-end neural network training for multi-channel movement sensor data.

📄 PDF Abstract BibTeX arXiv:2107.01086

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Comparison of Data Augmentation Methods for Training Deep Neural Networks on Synthetic Aperture Sonar

2026-07-26 · C. J. Moore, Gregory D. Vetaw, Jordan Malof arxiv

In this work we study Automatic Target Recognition (ATR) for Synthetic Aperture Sonar (SAS) data with a focus on deep neural networks (DNNs). The main challenge in training DNNs for SAS-ATR arises from the limited quanti…

Data Augmentation

Evaluation Metrics for Text Data Augmentation in NLP

2024-02-09 · Marcellus Amadeus, William Alberto Cruz Castañeda

Recent surveys on data augmentation for natural language processing have reported different techniques and advancements in the field. Several frameworks, tools, and repositories promote the implementation of text data au…

Data AugmentationText Augmentation

Reassessing Noise Augmentation Methods in the Context of Adversarial Speech

2024-09-03 · Karla Pizzi, Matías Pizarro, Asja Fischer

In this study, we investigate if noise-augmented training can concurrently improve adversarial robustness in automatic speech recognition (ASR) systems. We conduct a comparative analysis of the adversarial robustness of …

Adversarial RobustnessAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)Data Augmentation+2

Automatic Dataset Augmentation

2017-08-28 · Yalong Bai, Kuiyuan Yang, Tao Mei, Wei-Ying Ma 외

Large scale image dataset and deep convolutional neural network (DCNN) are two primary driving forces for the rapid progress made in generic object recognition tasks in recent years. While lots of network architectures h…

Object Recognition

Joint Search of Data Augmentation Policies and Network Architectures

2020-12-17 · Taiga Kashima, Yoshihiro Yamada, Shunta Saito

The common pipeline of training deep neural networks consists of several building blocks such as data augmentation and network architecture selection. AutoML is a research field that aims at automatically designing those…

AutoMLData Augmentation