paper-with-me

홈 › Papers

You Don't Need Attention: Gated Convolutional Modeling for Watch-Based Fall Detection

2026-05-19 · Sana Alamgeer, Ronish Kumar, Awatif Yasmin, Muhammad Irshad, Anne H. H. Ngu arxiv

Existing deep learning approaches for wearable fall detection systems rely on self-attention mechanisms that impose quadratic computational overhead, distributing weights across all time steps. This global weight distribution impairs the precise localization of the brief impact signatures that characterize falls within short, fixed-length windows. To overcome this challenge, we propose Gated-CNN, a lightweight dual-stream architecture that processes accelerometer and gyroscope streams through independent one-dimensional convolutional feature extractors, followed by (i) a sigmoid gating module that selectively suppresses uninformative background activations while amplifying fall-discriminative features, (ii) a global average pooling layer that compresses each stream into a compact fixed-length descriptor, and (iii) a shared classification head that fuses both descriptors for binary fall prediction. For offline evaluation, we evaluate the model across five wrist-mounted inertial measurement unit (IMU) datasets, achieving average F1-scores of 93%, 93%, 90%, 91%, and 90% on SmartFallMM, WEDA-Fall, FallAllD, UMAFall, and UP-Fall, outperforming Transformer baselines. For real-time evaluation, we deployed the model on a Google Pixel Watch 3 and tested across 12 participants. The model achieves an average F1-score of 97% and an accuracy of 98% with zero missed falls, showing that sigmoid gating offers a more structurally aligned and computationally efficient alternative to attention for commodity smartwatch-based fall detection.

📄 PDF Abstract BibTeX arXiv:2605.20275

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Human Activity Recognition using Deep Learning Models on Smartphones and Smartwatches Sensor Data

2021-02-28 · Bolu Oluwalade, Sunil Neela, Judy Wawira, Tobiloba Adejumo 외

In recent years, human activity recognition has garnered considerable attention both in industrial and academic research because of the wide deployment of sensors, such as accelerometers and gyroscopes, in products such …

Activity RecognitionHuman Activity Recognition

Recognizing Emotions evoked by Movies using Multitask Learning

2021-07-30 · Hassan Hayat, Carles Ventura, Agata Lapedriza

Understanding the emotional impact of movies has become important for affective movie analysis, ranking, and indexing. Methods for recognizing evoked emotions are usually trained on human annotated data. Concretely, view…

Multi-Task Learning

Sequential Modeling with Multiple Attributes for Watchlist Recommendation in E-Commerce

2021-10-18 · Uriel Singer, Haggai Roitman, Yotam Eshel, Alexander Nus 외

In e-commerce, the watchlist enables users to track items over time and has emerged as a primary feature, playing an important role in users' shopping journey. Watchlist items typically have multiple attributes whose val…

AttributeSequential Recommendation

Advancing Intoxication Detection: A Smartwatch-Based Approach

2025-10-10 · Manuel Segura, Pere Vergés, Richard Ky, Ramesh Arangott 외 arxiv

Excess alcohol consumption leads to serious health risks and severe consequences for both individuals and their communities. To advocate for healthier drinking habits, we introduce a groundbreaking mobile smartwatch appl…

ATMA: Length-Invariant Language Modeling via Polar Attention and Gated-Delta Compression Memory

2026-06-23 · Habibullah Akbar arxiv

Modern large language models based on softmax scaled-dot-product attention are constrained by their training sequence length: as the key-value sequence grows, softmax probability mass can dilute across a wider distributi…