scispace - formally typeset
Search or ask a question
Journal ArticleDOI

The SHAPES Smart Mirror Approach for Independent Living, Healthy and Active Ageing

TL;DR: In this paper, a hardware and software platform based on a smart mirror, which is equipped with a set of digital solutions whose main focus is to overcome older adults reluctance to use technology at home and wearable devices on the move, is proposed.
Abstract: The benefits that technology can provide in terms of health and support for independent living are in many cases not enough to break the barriers that prevent older adults from accepting and embracing technology. This work proposes a hardware and software platform based on a smart mirror, which is equipped with a set of digital solutions whose main focus is to overcome older adults’ reluctance to use technology at home and wearable devices on the move. The system has been developed in the context of two use cases: the support of independent living for older individuals with neurodegenerative diseases and the promotion of physical rehabilitation activities at home. Aspects such as reliability, usability, consumption of computational resources, performance and accuracy of the proposed platform and digital solutions have been evaluated in the initial stages of the pilots within the SHAPES project, an EU-funded innovation action. It can be concluded that the SHAPES smart mirror has the potential to contribute as a technological breakthrough to overcome the barriers that prevent older adults from engaging in the use of assistive technologies.
Citations
More filters
Journal ArticleDOI
TL;DR: In this article , the authors analyzed and evaluated several body pose estimation models in order to determine which one can be deployed in a smart mirror-like device dedicated to supporting older adults in their physical rehabilitation routines.

2 citations

Journal ArticleDOI
28 Feb 2023-Sensors
TL;DR: In this article , an integrated conceptual model for assisted living systems capable of providing helping means for older adults with mild memory impairments and their caregivers is proposed, and a preliminary proof of concept implementation is performed to evaluate the suggested mode's feasibility.
Abstract: Older adults’ independent life is compromised due to various problems, such as memory impairments and decision-making difficulties. This work initially proposes an integrated conceptual model for assisted living systems capable of providing helping means for older adults with mild memory impairments and their caregivers. The proposed model has four main components: (1) an indoor location and heading measurement unit in the local fog layer, (2) an augmented reality (AR) application to make interactions with the user, (3) an IoT-based fuzzy decision-making system to handle the direct and environmental interactions with the user, and (4) a user interface for caregivers to monitor the situation in real time and send reminders once required. Then, a preliminary proof-of-concept implementation is performed to evaluate the suggested mode’s feasibility. Functional experiments are carried out based on various factual scenarios, which validate the effectiveness of the proposed approach. The accuracy and response time of the proposed proof-of-concept system are further examined. The results suggest that implementing such a system is feasible and has the potential to promote assisted living. The suggested system has the potential to promote scalable and customizable assisted living systems to reduce the challenges of independent living for older adults.

1 citations

Journal ArticleDOI
16 Mar 2023-Sensors
TL;DR: The PLEINAIR project developed a framework for creating outdoor park equipment, exploiting the IoT paradigm to build "Outdoor Smart Objects" (OSO) for making physical activity more appealing and rewarding to a broad range of users, regardless of their age and fitness as discussed by the authors .
Abstract: The lack of physical exercise is among the most relevant factors in developing health issues, and strategies to incentivize active lifestyles are key to preventing these issues. The PLEINAIR project developed a framework for creating outdoor park equipment, exploiting the IoT paradigm to build "Outdoor Smart Objects" (OSO) for making physical activity more appealing and rewarding to a broad range of users, regardless of their age and fitness. This paper presents the design and implementation of a prominent demonstrator of the OSO concept, consisting of a smart, sensitive flooring, based on anti-trauma floors commonly found in kids playgrounds. The floor is equipped with pressure sensors (piezoresistors) and visual feedback (LED-strips), to offer an enhanced, interactive and personalized user experience. OSOs exploit distributed intelligence and are connected to the Cloud infrastructure by using a MQTT protocol; apps have then been developed for interacting with the PLEINAIR system. Although simple in its general concept, several challenges must be faced, related to the application range (which called for high pressure sensitivity) and the scalability of the approach (requiring to implement a hierarchical system architecture). Some prototypes were fabricated and tested in a public environment, providing positive feedback to both the technical design and the concept validation.

1 citations

Journal ArticleDOI
TL;DR: In this paper , a suite of digital solutions for long-term healthy and active aging is presented, which is the result of a fruitful trajectory of research in healthy aging where stakeholders' needs, defined the main suite properties (that would allow scalability and interoperability with health services), and codesigned a set of digital solution by applying a continuous reflexive cycle.
Abstract: The population in the world is aging dramatically, and therefore, the economic and social effort required to maintain the quality of life is being increased. Assistive technologies are progressively expanding and present great opportunities; however, given the sensitivity of health issues and the vulnerability of older adults, some considerations need to be considered. This paper presents DigiHEALTH, a suite of digital solutions for long-term healthy and active aging. It is the result of a fruitful trajectory of research in healthy aging where we have understood stakeholders’ needs, defined the main suite properties (that would allow scalability and interoperability with health services), and codesigned a set of digital solutions by applying a continuous reflexive cycle. At the current stage of development, the digital suite presents eight digital solutions to carry out the following: (a) minimize digital barriers for older adults (authentication system based on face recognition and digital voice assistant), (b) facilitate active and healthy living (well-being assessment module, recommendation system, and personalized nutritional system), and (c) mitigate specific impairments (heart failure decompensation, mobility assessment and correction, and orofacial gesture trainer). The suite is available online and it includes specific details in terms of technology readiness level and specific conditions for usage and acquisition. This live website will be continually updated and enriched with more digital solutions and further experiences of collaboration.
References
More filters
Book ChapterDOI
08 Oct 2016
TL;DR: The approach, named SSD, discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per feature map location, which makes SSD easy to train and straightforward to integrate into systems that require a detection component.
Abstract: We present a method for detecting objects in images using a single deep neural network. Our approach, named SSD, discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per feature map location. At prediction time, the network generates scores for the presence of each object category in each default box and produces adjustments to the box to better match the object shape. Additionally, the network combines predictions from multiple feature maps with different resolutions to naturally handle objects of various sizes. SSD is simple relative to methods that require object proposals because it completely eliminates proposal generation and subsequent pixel or feature resampling stages and encapsulates all computation in a single network. This makes SSD easy to train and straightforward to integrate into systems that require a detection component. Experimental results on the PASCAL VOC, COCO, and ILSVRC datasets confirm that SSD has competitive accuracy to methods that utilize an additional object proposal step and is much faster, while providing a unified framework for both training and inference. For \(300 \times 300\) input, SSD achieves 74.3 % mAP on VOC2007 test at 59 FPS on a Nvidia Titan X and for \(512 \times 512\) input, SSD achieves 76.9 % mAP, outperforming a comparable state of the art Faster R-CNN model. Compared to other single stage methods, SSD has much better accuracy even with a smaller input image size. Code is available at https://github.com/weiliu89/caffe/tree/ssd.

19,543 citations

Proceedings ArticleDOI
Mark Sandler1, Andrew Howard1, Menglong Zhu1, Andrey Zhmoginov1, Liang-Chieh Chen1 
18 Jun 2018
TL;DR: MobileNetV2 as mentioned in this paper is based on an inverted residual structure where the shortcut connections are between the thin bottleneck layers and intermediate expansion layer uses lightweight depthwise convolutions to filter features as a source of non-linearity.
Abstract: In this paper we describe a new mobile architecture, MobileNetV2, that improves the state of the art performance of mobile models on multiple tasks and benchmarks as well as across a spectrum of different model sizes. We also describe efficient ways of applying these mobile models to object detection in a novel framework we call SSDLite. Additionally, we demonstrate how to build mobile semantic segmentation models through a reduced form of DeepLabv3 which we call Mobile DeepLabv3. is based on an inverted residual structure where the shortcut connections are between the thin bottleneck layers. The intermediate expansion layer uses lightweight depthwise convolutions to filter features as a source of non-linearity. Additionally, we find that it is important to remove non-linearities in the narrow layers in order to maintain representational power. We demonstrate that this improves performance and provide an intuition that led to this design. Finally, our approach allows decoupling of the input/output domains from the expressiveness of the transformation, which provides a convenient framework for further analysis. We measure our performance on ImageNet [1] classification, COCO object detection [2], VOC image segmentation [3]. We evaluate the trade-offs between accuracy, and number of operations measured by multiply-adds (MAdd), as well as actual latency, and the number of parameters.

9,381 citations

Journal ArticleDOI
TL;DR: The evidence reviewed in this Position Stand is generally consistent with prior American College of Sports Medicine statements on the types and amounts of physical activity recommended for older adults as well as the recently published 2008 Physical Activity Guidelines for Americans.
Abstract: The purpose of this Position Stand is to provide an overview of issues critical to understanding the importance of exercise and physical activity in older adult populations. The Position Stand is divided into three sections: Section 1 briefly reviews the structural and functional changes that characterize normal human aging, Section 2 considers the extent to which exercise and physical activity can influence the aging process, and Section 3 summarizes the benefits of both long-term exercise and physical activity and shorter-duration exercise programs on health and functional capacity. Although no amount of physical activity can stop the biological aging process, there is evidence that regular exercise can minimize the physiological effects of an otherwise sedentary lifestyle and increase active life expectancy by limiting the development and progression of chronic disease and disabling conditions. There is also emerging evidence for significant psychological and cognitive benefits accruing from regular exercise participation by older adults. Ideally, exercise prescription for older adults should include aerobic exercise, muscle strengthening exercises, and flexibility exercises. The evidence reviewed in this Position Stand is generally consistent with prior American College of Sports Medicine statements on the types and amounts of physical activity recommended for older adults as well as the recently published 2008 Physical Activity Guidelines for Americans. All older adults should engage in regular physical activity and avoid an inactive lifestyle.

4,264 citations

Journal ArticleDOI
TL;DR: Results from the analysis of this large number of SUS scores show that the SUS is a highly robust and versatile tool for usability professionals.
Abstract: This article presents nearly 10 year's worth of System Usability Scale (SUS) data collected on numerous products in all phases of the development lifecycle. The SUS, developed by Brooke (1996), reflected a strong need in the usability community for a tool that could quickly and easily collect a user's subjective rating of a product's usability. The data in this study indicate that the SUS fulfills that need. Results from the analysis of this large number of SUS scores show that the SUS is a highly robust and versatile tool for usability professionals. The article presents these results and discusses their implications, describes nontraditional uses of the SUS, explains a proposed modification to the SUS to provide an adjective rating that correlates with a given score, and provides details of what constitutes an acceptable SUS score.

3,192 citations

Journal ArticleDOI
TL;DR: In this paper, two experimental tests of self-efficacy theory of behavioral change were conducted to investigate how desensitization effects changes in avoidance behavior by creating and strengthening expectations of personal efficacy.
Abstract: This article reports the findings of two experimental tests of self-efficacy theory of behavioral change. The first study investigated the hypothesis that systematic desensitization effects changes in avoidance behavior by creating and strengthening expectations of personal efficacy. Thorough extinction of anxiety arousal to visualized threats by desensitization treatment produced differential increases in self-efficacy. In accord with prediction, microanalysis of congruence between self-efficacy and performance showed self-efficacy to be a highly accurate predictor of degree of behavioral change following complete desensitization. The findings also lend support to the view that perceived self-efficacy mediates anxiety arousal. The second experiment investigated the process of efficacy and behavioral change during the course of treatment by participant modeling. Self-efficacy proved to be a superior predictor of amount of behavioral improvement phobics gained from partial mastery of threats at different phases of treatment.

1,298 citations