Search papers, labs, and topics across Lattice.
This paper introduces LITEWAY, a fully convolutional framework designed for lightweight human activity recognition (HAR) that replaces traditional recurrent architectures with structured convolutional decomposition. By employing lightweight convolutional blocks and convolution-attention pooling, LITEWAY captures temporal dependencies more efficiently, achieving significant reductions in model size and energy consumption. Evaluated across 16 HAR datasets, LITEWAY demonstrates competitive performance while reducing model size by up to 9.52x and energy usage by up to 3.14x compared to existing lightweight models.
LITEWAY slashes model size and energy consumption for wearable human activity recognition without sacrificing performance, achieving up to 9.52x size reduction.
Wearable human activity recognition (HAR) remains challenging due to the computational and energy constraints of deep learning models on resource-limited devices. Existing lightweight approaches often rely on recurrent architectures (e.g., GRU and LSTM), limiting parallelism and increasing inference latency. We propose LITEWAY, a modality-agnostic, fully convolutional framework for multichannel sensor time series that replaces recurrent temporal modeling with structured convolutional decomposition. LITEWAY combines lightweight convolutional blocks, strided temporal processing, and convolution-attention pooling to efficiently capture temporal dependencies while reducing computational complexity. We evaluate LITEWAY on 16 HAR datasets against TinyHAR, TinierHAR, and MLP-HAR. LITEWAY achieves competitive macro F1 while reducing model size by 4.06x-9.52x (Light) and 3.87x-9.07x (Full) compared with TinyHAR and TinierHAR. Deployment experiments further show energy reductions of 2.29x-3.14x (Light) and 1.46x-2.01x (Full) compared with TinierHAR and MLP-HAR, highlighting efficient fully convolutional temporal modeling for wearable HAR. The source code is publicly available at https://github.com/dominique-nshimyimana/liteway.