Papers for

healthcare device developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

AI driven EEG system provides proactive help for memory support

Beyond Reactive Assistance: PV-Care Using Low-Density EEG and AI to Provide Proactive, Context-Aware Help for MCI

Abstract: The growing elderly population gives rise to an urgent need for intelligent support systems, particularly for individuals with Mild Cognitive Impairment (MCI). This paper presents PV-Care, a proactive AI-driven assistance scheme that integrates wearable electroencephalogram (EEG) sensing with visual environmental perception to provide real-time, context-aware voice assistance for MCI users. Unlike traditional assistant systems that passively wait for user commands, PV-Care actively initiates helpful interactions based on the user's detected brain states, including Learning, Memory Recall, and Resting, using a novel deep neural architecture named Spatial and Frequency Refinement Network (SFR-Net). By combining EEG-based cognitive-state recognition with AI-based visual analysis, PV-Care generates structured "4W-UT" prompts to guide the output of large language models (LLMs). Simulation results and user studies validate the high accuracy of the proposed SFR-Net and the effectiveness of PV-Care's context-aware assistance. These results indicate that PV-Care is a feasible and promising solution for MCI caring.

Fri 18 SeptHuman-Computer Interaction
The gist
As more elderly people face memory challenges, there is a need for smarter help systems. The authors created PV-Care, which uses wearable brain sensors and cameras to understand what a person is thinking and seeing. Unlike usual assistants that wait for commands, PV-Care can start helpful conversations based on detected brain activity, like remembering or learning. It combines brain signal analysis with AI to give better, real-time voice assistance. Tests show PV-Care works well to support people with mild cognitive problems.
Open 2609.22024v1

Dataset improves detection of falls and daily activities including wheelchair use

SAFER-Activities: A Dataset for Smart Assessment of Fall Events and Routine Activities

Abstract: Smart healthcare monitoring systems require precise action recognition to ensure well-being and timely intervention in critical situations such as falls, particularly for mobility-challenged individuals. Existing datasets are often clip-based, lacking the frame-level detail needed to recognize actions online, as they unfold. To address this, we introduce SAFER-Activities, a dataset for fall detection and physical activity monitoring, with a dedicated subset for wheelchair use scenarios. It comprises over 66 hours of video data captured by multiple cameras, with 85,310 action instances and frame-level annotations for 30 action classes. We benchmark action recognition on SAFER-Activities with 2D and 3D skeleton models, RGB models with frozen backbones, and multimodal fusion strategies, and evaluate on in-lab, out-of-distribution, and cross-dataset test sets. Skeleton-based models generalize best under domain shift; fusing frozen RGB features with the skeleton stream improves in-domain recognition over the baseline CNN1D, most clearly on the wheelchair subset, but degrades out of distribution. Cross-dataset and qualitative evaluations confirm that models trained on SAFER-Activities transfer well to unseen environments and external fall data. To support research on robust fall detection and activity monitoring, we release the dataset and code at https://safer-activities.github.io/.

Mon 7 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Detecting falls and everyday physical activities accurately can help keep people safe, especially those with mobility challenges. The authors created a large video dataset called SAFER-Activities that shows 30 different actions with detailed frame-by-frame labeling. This dataset also includes videos specifically showing wheelchair users. They tested different computer models to recognize these actions and found some work better when seeing new environments. Their dataset and code are now available to help develop better health monitoring systems.
Open 2609.08038v1