<< Back

Fall detection for older adults: A comparative study of CNN-based deep learning and ViT architectures (#1347)

Read Article

Date of Conference

July 15-17, 2026

Published In

"Engineering without Borders: Artificial Intelligence, Knowledge, Innovation, and Alliances for a Future from the Americas"

Location of Conference

Santiago (Chile)

Authors

Charco Aguirre, Jorge Luis

Yanza Montalván, Angela Olivia

Cruz Chóez, Angélica María

Mendoza Morán, Verónica Del Rocío

Abstract

This paper presents a comparative study on fall detection in older adults using four pre-trained convolutional neural network models (VGG16, VGG19, ResNet50V2 and ResNet101V2), and Vision Transformer for Image Classification (ViT) model. Falls among older adults remain one of the leading cause of injury and reduced quality of life, and real-time detection systems can allow timely intervention to minimize harm. The proposed models are evaluated on a publicly available dataset composed of RGB images categorized into falls and non-falls. Each image is pre-processed through cropping, resizing to 128×128 and 224×224 pixels for CNN-based and ViT models, respectively, and Min-Max normalization.Transfer learning is applied to fine-tune the models using ImageNet-initialized weights, modifying the final layers to address the binary classification task. Models are trained and tested under consistent conditions, and performance is evaluated using accuracy, precision, recall, and F1 score metrics, supported by confusion matrices and ROC curves. Among the models, ViT model achievesthe highest classification accuracy (98%) and demonstrates a strong balance across performance metrics, particularly in detecting actual falls cases, which is critical in healthcare applications. This study confirms the effectiveness of ViT models for fall detection from single-camera input without the need for wearable sensors.

Read Article