English

Self-supervised Learning Method Using Transformer for Multi-dimensional Sensor Data Processing

Machine Learning 2025-05-29 v1 Artificial Intelligence

Abstract

We developed a deep learning algorithm for human activity recognition using sensor signals as input. In this study, we built a pretrained language model based on the Transformer architecture, which is widely used in natural language processing. By leveraging this pretrained model, we aimed to improve performance on the downstream task of human activity recognition. While this task can be addressed using a vanilla Transformer, we propose an enhanced n-dimensional numerical processing Transformer that incorporates three key features: embedding n-dimensional numerical data through a linear layer, binning-based pre-processing, and a linear transformation in the output layer. We evaluated the effectiveness of our proposed model across five different datasets. Compared to the vanilla Transformer, our model demonstrated 10%-15% improvements in accuracy.

Keywords

Cite

@article{arxiv.2505.21918,
  title  = {Self-supervised Learning Method Using Transformer for Multi-dimensional Sensor Data Processing},
  author = {Haruki Kai and Tsuyoshi Okita},
  journal= {arXiv preprint arXiv:2505.21918},
  year   = {2025}
}

Comments

25 pages, 4 figures

R2 v1 2026-07-01T02:45:07.393Z