LGOct 24, 2025

Sensor-Specific Transformer (PatchTST) Ensembles with Test-Matched Augmentation

arXiv:2510.21282v1h-index: 2UbiComp Companion
Originality Synthesis-oriented
AI Analysis

This work addresses robust human activity recognition for wearable sensor applications, but it is incremental as it adapts existing methods to a specific dataset challenge.

The paper tackled robust human activity recognition under noisy sensor conditions by using a sensor-specific PatchTST transformer ensemble with test-matched augmentation, achieving a macro-F1 substantially above the baseline on the WEAR Dataset Challenge.

We present a noise-aware, sensor-specific ensemble approach for robust human activity recognition on the 2nd WEAR Dataset Challenge. Our method leverages the PatchTST transformer architecture, training four independent models-one per inertial sensor location-on a tampered training set whose 1-second sliding windows are augmented to mimic the test-time noise. By aligning the train and test data schemas (JSON-encoded 50-sample windows) and applying randomized jitter, scaling, rotation, and channel dropout, each PatchTST model learns to generalize across real-world sensor perturbations. At inference, we compute softmax probabilities from all four sensor models on the Kaggle test set and average them to produce final labels. On the private leaderboard, this pipeline achieves a macro-F1 substantially above the baseline, demonstrating that test-matched augmentation combined with transformer-based ensembling is an effective strategy for robust HAR under noisy conditions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes