paper-with-me

Papers

Wrist-Based Fall Detection: Towards Generalization across Datasets

2024-03-05 · Sensors 2024 3 · Vanilson Fula, Plinio Moreno

Increasing age is related to a decrease in independence of movement and with this decrease comes falls, millions of falls occur every year and the most affected people are the older adults. These falls usually have a big impact on health and independence of the older adults, as well as financial impact on the health systems. Thus, many studies have developed fall detectors from several types of sensors. Previous studies related to the creation of fall detection systems models use only one dataset that usually has a small number of samples. Training and testing machine learning models in this small scope: (i) yield overoptimistic classification rates, (ii) do not generalize to real-life situations and (iii) have very high rate of false positives. Given this, the proposal of this research work is the creation of a new dataset that encompasses data from three different datasets, with more than 1300 fall samples and 28 K negative samples. Our new dataset includes a standard way of adding samples, which allow the future addition of other data sources. We evaluate our dataset by using classic cost-sensitive Machine Leaning methods that deal with class imbalance. For the training and validation of this model, a set of temporal and frequency features were extracted from the raw data of an accelerometer and a gyroscope using a sliding window of 2 s with an overlap of 50%. We study the generalization properties of each dataset, by testing on the other datasets and also the performance of our new dataset. The model showed a good ability to distinguish between activities of daily living and falls, achieving a recall of 90.57%, a specificity of 96.91% and an Area Under the Receiver Operating Characteristic curve (AUC-ROC) value of 98.85% against the combination of three datasets.

📄 PDF Abstract BibTeX

Code (1)

Vani-Fula/Combined-fall-dataset

Tasks

Specificity

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Human Fall Detection- Multimodality Approach

2023-02-01 · Xi Wang, Ramya Penta, Bhavya Sehgal, Dale Chen-Song

Falls have become more frequent in recent years, which has been harmful for senior citizens.Therefore detecting falls have become important and several data sets and machine learning model have been introduced related to…

Binary Classification

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

2026-05-19 · Sana Alamgeer, Ronish Kumar, Awatif Yasmin, Muhammad Irshad 외 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 distrib…

Fracture Detection and Localisation in Wrist and Hand Radiographs using Detection Transformer Variants

2025-08-19 · Aditya Bagri, Vasanthakumar Venugopal, Anandakumar D, Revathi Ezhumalai 외 arxiv

Background: Accurate diagnosis of wrist and hand fractures using radiographs is essential in emergency care, but manual interpretation is slow and prone to errors. Transformer-based models show promise in improving medic…

Contrastive LearningFracture detectionObject Detection

Enhancing Wrist Fracture Detection with YOLO

2024-07-17 · Ammar Ahmed, Ali Shariq Imran, Abdul Manaf, Zenun Kastrati 외

Diagnosing and treating abnormalities in the wrist, specifically distal radius, and ulna fractures, is a crucial concern among children, adolescents, and young adults, with a higher incidence rate during puberty. However…

Anomaly DetectionFracture detectionmedical image detectionMedical Object Detection+3

ActiveHARNet: Towards On-Device Deep Bayesian Active Learning for Human Activity Recognition

2019-05-31 · Gautham Krishna Gudur, Prahalathan Sundaramoorthy, Venkatesh Umaashankar

Various health-care applications such as assisted living, fall detection etc., require modeling of user behavior through Human Activity Recognition (HAR). HAR using mobile- and wearable-based deep learning algorithms hav…

Active LearningActivity RecognitionHuman Activity RecognitionIncremental Learning