Faculty of Computer Science and Engineering
Permanent URI for this communityhttps://repository.ukim.mk/handle/20.500.12188/5
The Faculty of Computer Science and Engineering (FCSE) within UKIM is the largest and most prestigious faculty in the field of computer science and technologies in Macedonia, and among the largest
faculties in that field in the region.
The FCSE teaching staff consists of 50 professors and 30 associates. These include many “best in field” personnel, such as the most referenced scientists in Macedonia and the most influential professors in the ICT industry in the Republic of Macedonia.
Browse
20 results
Search Results
Now showing 1 - 10 of 20
- Some of the metrics are blocked by yourconsent settings
Item type:Publication, Sensor-based systems for the measurement of Functional Reach Test results: a systematic review(PeerJ, 2024) ;Francisco, Luís ;Duarte, João ;Godinho, António Nunes; Albuquerque, CarlosThe measurement of Functional Reach Test (FRT) is a widely used assessment tool in various fields, including physical therapy, rehabilitation, and geriatrics. This test evaluates a person's balance, mobility, and functional ability to reach forward while maintaining stability. Recently, there has been a growing interest in utilizing sensor-based systems to objectively and accurately measure FRT results. This systematic review was performed in various scientific databases or publishers, including PubMed Central, IEEE Explore, Elsevier, Springer, the Multidisciplinary Digital Publishing Institute (MDPI), and the Association for Computing Machinery (ACM), and considered studies published between January 2017 and October 2022, related to methods for the automation of the measurement of the Functional Reach Test variables and results with sensors. Camera-based devices and motion-based sensors are used for Functional Reach Tests, with statistical models extracting meaningful information. Sensor-based systems offer several advantages over traditional manual measurement techniques, as they can provide objective and precise measurements of the reach distance, quantify postural sway, and capture additional parameters related to the movement. - Some of the metrics are blocked by yourconsent settings
Item type:Publication, Rural Healthcare IoT Architecture Based on Low-Energy LoRa(MDPI AG, 2021) ;Dimitrievski, Ace; ;Melero, Francisco José; Connected health is expected to introduce an improvement in providing healthcare and doctor-patient communication while at the same time reducing cost. Connected health would introduce an even more significant gap between healthcare quality for urban areas with physical proximity and better communication to providers and the portion of rural areas with numerous connectivity issues. We identify these challenges using user scenarios and propose LoRa based architecture for addressing these challenges. We focus on the energy management of battery-powered, affordable IoT devices for long-term operation, providing important information about the care receivers' well-being. Using an external ultra-low-power timer, we extended the battery life in the order of tens of times, compared to relying on low power modes of the microcontroller. - Some of the metrics are blocked by yourconsent settings
Item type:Publication, Activities of daily living with motion: A dataset with accelerometer, magnetometer and gyroscope data from mobile devices(Elsevier BV, 2020-12) ;Pires, Ivan Miguel ;Garcia, Nuno M; The dataset presented in this paper is related to the performance of five Activities of Daily Living (ADL) with motion, such as walking, running, standing, walking upstairs, and walking downstairs. These activities were performed with a mobile device in a waistband, containing the data acquired from accelerometer, magnetometer, and gyroscope sensors. These data include the motion data, which allow the characterization of the different types of movement. The data acquisition was performed in open environments by 25 individuals (15 man, and 10 woman) in the Covilhã, and Fundão municipalities (Portugal). The data related to the different sensors was acquired with a sampling rate of 100 Hz by the accelerometer, 50 Hz by the magnetometer, and 100 Hz by the gyroscope sensors. It includes the captures related to a minimum of 2000 captures for each ADL, which corresponds to 2.8 h (approximately) for each ADL. In total, this dataset includes 13.9 h (approximately) of captures. These data can be reused for the implementation of data processing techniques, and artificial intelligence methods. - Some of the metrics are blocked by yourconsent settings
Item type:Publication, Homogeneous Data Normalization and Deep Learning: A Case Study in Human Activity Classification(MDPI AG, 2020-11-10) ;Pires, Ivan Miguel ;Hussain, Faisal ;M. Garcia, Nuno M.; <jats:p>One class of applications for human activity recognition methods is found in mobile devices for monitoring older adults and people with special needs. Recently, many studies were performed to create intelligent methods for the recognition of human activities. However, the different mobile devices in the market acquire the data from sensors at different frequencies. This paper focuses on implementing four data normalization techniques, i.e., MaxAbsScaler, MinMaxScaler, RobustScaler, and Z-Score. Subsequently, we evaluate the impact of the normalization algorithms with deep neural networks (DNN) for the classification of the human activities. The impact of the data normalization was counterintuitive, resulting in a degradation of performance. Namely, when using the accelerometer data, the accuracy dropped from about 79% to only 53% for the best normalization approach. Similarly, for the gyroscope data, the accuracy without normalization was about 81.5%, whereas with the best normalization, it was only 60%. It can be concluded that data normalization techniques are not helpful in classification problems with homogeneous data.</jats:p> - Some of the metrics are blocked by yourconsent settings
Item type:Publication, Promotion of Healthy Lifestyles to Teenagers with Mobile Devices: A Case Study in Portugal(MDPI AG, 2020-09-02) ;Villasana, María Vanessa ;Pires, Ivan Miguel ;Sá, Juliana ;Garcia, Nuno MTeixeira, Maria CanavarroEducating teenagers about nutrition and promoting active lifestyles is essential in reducing the long-term health risks and one idea to achieve this is by using mobile applications. Previous studies showed that the existing mobile applications have similar functionalities, such as intervention with questionnaires, and the use of gamification techniques to improve interactiveness. However, unlike our study, some studies are not validated and verified by healthcare professionals. Additionally, this study intends to promote the interaction between the teenagers and the medical communities. In this study, we analyze the benefits of the proposed mobile application, which features monitoring of physical activity, daily tips and curiosities, questionnaires, and gamification through earning points. Most of the teenagers were satisfied with the physical activity monitoring and found the tips, curiosities, and weekly questionnaires useful. The study started with 26 teenagers from two schools in the center of Portugal that would use the mobile application for five weeks. Still, at the end of the study, only 7 teenagers finalized the study. The decreasing number of teenagers in the study was affected by the lack of social interaction caused by the pandemic situation. During the period, the mobile application would engage the users with notifications on nutrition and physical activity, challenges concerning the number of steps and calories they would have to spend, and questionnaires related to the curiosities and suggestions from the previous week. We used Fisher's test to investigate the relationship between the assessment obtained in the responses to the questionnaires, and the adoption of healthier eating and sports practices. In summary, participants were satisfied with the mobile application and experienced some improvements in diet and habits. - Some of the metrics are blocked by yourconsent settings
Item type:Publication, Improving Human Activity Monitoring by Imputation of Missing Sensory Data: Experimental Study(MDPI AG, 2020-09-17) ;Pires, Ivan Miguel ;Hussain, Faisal ;Garcia, Nuno M.<jats:p>The automatic recognition of human activities with sensors available in off-the-shelf mobile devices has been the subject of different research studies in recent years. It may be useful for the monitoring of elderly people to present warning situations, monitoring the activity of sports people, and other possibilities. However, the acquisition of the data from different sensors may fail for different reasons, and the human activities are recognized with better accuracy if the different datasets are fulfilled. This paper focused on two stages of a system for the recognition of human activities: data imputation and data classification. Regarding the data imputation, a methodology for extrapolating the missing samples of a dataset to better recognize the human activities was proposed. The K-Nearest Neighbors (KNN) imputation technique was used to extrapolate the missing samples in dataset captures. Regarding the data classification, the accuracy of the previously implemented method, i.e., Deep Neural Networks (DNN) with normalized and non-normalized data, was improved in relation to the previous results without data imputation.</jats:p> - Some of the metrics are blocked by yourconsent settings
Item type:Publication, Experimental Study for Determining the Parameters Required for Detecting ECG and EEG Related Diseases during the Timed-Up and Go Test(MDPI AG, 2020-08-27) ;Ponciano, Vasco ;Pires, Ivan Miguel ;Ribeiro, Fernando Reinaldo ;Villasana, María VanessaCanavarro Teixeira, Maria<jats:p>The use of smartphones, coupled with different sensors, makes it an attractive solution for measuring different physical and physiological features, allowing for the monitoring of various parameters and even identifying some diseases. The BITalino device allows the use of different sensors, including Electroencephalography (EEG) and Electrocardiography (ECG) sensors, to study different health parameters. With these devices, the acquisition of signals is straightforward, and it is possible to connect them using a Bluetooth connection. With the acquired data, it is possible to measure parameters such as calculating the QRS complex and its variation with ECG data to control the individual’s heartbeat. Similarly, by using the EEG sensor, one could analyze the individual’s brain activity and frequency. The purpose of this paper is to present a method for recognition of the diseases related to ECG and EEG data, with sensors available in off-the-shelf mobile devices and sensors connected to a BITalino device. The data were collected during the elderly’s experiences, performing the Timed-Up and Go test, and the different diseases found in the sample in the study. The data were analyzed, and the following features were extracted from the ECG, including heart rate, linear heart rate variability, the average QRS interval, the average R-R interval, and the average R-S interval, and the EEG, including frequency and variability. Finally, the diseases are correlated with different parameters, proving that there are relations between the individuals and the different health conditions.</jats:p> - Some of the metrics are blocked by yourconsent settings
Item type:Publication, Analysis of the Results of Heel-Rise Test with Sensors: A Systematic Review(MDPI AG, 2020-07-17) ;Pires, Ivan Miguel ;Ponciano, Vasco ;Garcia, Nuno M.<jats:p>Strokes are a constant concern for people and pose a major health concern. Tests that allow detection and the rehabilitation of patients have started to become more important and essential. There are several tests used by physiotherapists to speed up the recovery process of patients. This article presents a systematic review of existing studies using the Heel-Rise Test and sensors (i.e., accelerometers, gyroscopes, pressure and tilt sensors) to estimate the different levels and health statuses of individuals. It was found that the most measured parameter was related to the number of repetitions, and the maximum number of repetitions for a healthy adult is 25 repetitions. As for future work, the implementation of these methods with a simple mobile device will facilitate the different measurements on this subject.</jats:p> - Some of the metrics are blocked by yourconsent settings
Item type:Publication, Mobile Computing Technologies for Health and Mobility Assessment: Research Design and Results of the Timed Up and Go Test in Older Adults(MDPI AG, 2020-06-19) ;Ponciano, Vasco ;Pires, Ivan Miguel ;Ribeiro, Fernando Reinaldo ;Villasana, María VanessaCrisóstomo, RuteDue to the increasing age of the European population, there is a growing interest in performing research that will aid in the timely and unobtrusive detection of emerging diseases. For such tasks, mobile devices have several sensors, facilitating the acquisition of diverse data. This study focuses on the analysis of the data collected from the mobile devices sensors and a pressure sensor connected to a Bitalino device for the measurement of the Timed-Up and Go test. The data acquisition was performed within different environments from multiple individuals with distinct types of diseases. Then this data was analyzed to estimate the various parameters of the Timed-Up and Go test. Firstly, the pressure sensor is used to extract the reaction and total test time. Secondly, the magnetometer sensors are used to identify the total test time and different parameters related to turning around. Finally, the accelerometer sensor is used to extract the reaction time, total test time, duration of turning around, going time, return time, and many other derived metrics. Our experiments showed that these parameters could be automatically and reliably detected with a mobile device. Moreover, we identified that the time to perform the Timed-Up and Go test increases with age and the presence of diseases related to locomotion. - Some of the metrics are blocked by yourconsent settings
Item type:Publication, Measurement of Results of Functional Reach Test with Sensors: A Systematic Review(MDPI AG, 2020-06-30) ;Pires, Ivan Miguel ;Garcia, Nuno M.<jats:p>The test of physical conditions is important to treat and presents several diseases related to the movement. These diseases are mainly related to the physiotherapy and orthopedy, but it can be applied in a wide range of medical specialties. The Functional Reach Test is one of the most common physical tests used to measure the limit of stability that is highly important for older adults because their stability is reduced with aging. Thus, older adults are part of the population more exposed to stroke. This test may help in the measurement of the conditions related to post-stroke and stroke treatment. The movements related to this test may be recorded and recognized with the inertial sensors available in off-the-shelf mobile devices. This systematic review aims to determine how to determine the conditions related to this test, which can be detected, and which of the sensors are used for this purpose. The main contribution of this paper is to present the research on the state-of-the-art use of sensors available on off-the-shelf mobile devices to measure Functional Reach Test results. This research shows that the sensors that are used in the literature studies are inertial sensors and force sensors. The features extracted from the different studies are categorized as dynamic balance, quantitative, and raw statistics. These features are mainly used to recognize the different parameters of the test, and several accidents, including falling. The execution of this test may allow the early detection of different diseases.</jats:p>
