Cookies
O website necessita de alguns cookies e outros recursos semelhantes para funcionar. Caso o permita, o INESC TEC irá utilizar cookies para recolher dados sobre as suas visitas, contribuindo, assim, para estatísticas agregadas que permitem melhorar o nosso serviço. Ver mais
Aceitar Rejeitar
  • Menu
Sobre

Sobre

Rui S. Moreira, Moimenta da Beira, 1969. Licenciado (Informática e Sistemas) e Mestre (Telecomunicações) em Engenharia Electrotécnica e Computadores pela Faculdade de Engenharia da Universidade do Porto, respectivamente em 1992 e 1995. Doutorado (Computer Science) pela Universidade de Lancaster, UK, em 2003. Actualmente é Professor Auxiliar na Universidade Fernando Pessoa e investigador no Laboratório Associado INESC Porto. Os seus principais interesses de investigação incluem arquitecturas de componentes e middleware dinamicamente adaptáveis para aplicações distribuídas e ubíquas tais como Bibliotecas Digitais e Sistemas de Aprendizagem/Ensino. Emails: rmoreira@ufp.pt, rjm@inescporto.pt.

Tópicos
de interesse
Detalhes

Detalhes

  • Nome

    Rui Moreira
  • Cargo

    Investigador Colaborador Externo
  • Desde

    01 novembro 1997
  • Nacionalidade

    Portugal
  • Contactos

    +351222094299
    rui.moreira@inesctec.pt
Publicações

2024

SchoolAIR: A Citizen Science IoT Framework Using Low-Cost Sensing for Indoor Air Quality Management

Autores
Barros, N; Sobral, P; Moreira, RS; Vargas, J; Fonseca, A; Abreu, I; Guerreiro, MS;

Publicação
SENSORS

Abstract
Indoor air quality (IAQ) problems in school environments are very common and have significant impacts on students' performance, development and health. Indoor air conditions depend on the adopted ventilation practices, which in Mediterranean countries are essentially based on natural ventilation controlled through manual window opening. Citizen science projects directed to school communities are effective strategies to promote awareness and knowledge acquirement on IAQ and adequate ventilation management. Our multidisciplinary research team has developed a framework-SchoolAIR-based on low-cost sensors and a scalable IoT system architecture to support the improvement of IAQ in schools. The SchoolAIR framework is based on do-it-yourself sensors that continuously monitor air temperature, relative humidity, concentrations of carbon dioxide and particulate matter in school environments. The framework was tested in the classrooms of University Fernando Pessoa, and its deployment and proof of concept took place in a high school in the north of Portugal. The results obtained reveal that CO2 concentrations frequently exceed reference values during classes, and that higher concentrations of particulate matter in the outdoor air affect IAQ. These results highlight the importance of real-time monitoring of IAQ and outdoor air pollution levels to support decision-making in ventilation management and assure adequate IAQ. The proposed approach encourages the transfer of scientific knowledge from universities to society in a dynamic and active process of social responsibility based on a citizen science approach, promoting scientific literacy of the younger generation and enhancing healthier, resilient and sustainable indoor environments.

2024

In-Home Sleep Monitoring using Edge Intelligence

Autores
Torres, JM; Oliveira, S; Sobral, PM; Moreira, RS; Soares, C;

Publicação
SN Comput. Sci.

Abstract
We spend about one-third of our life either sleeping or attempting to do so. Sleeping is a key aspect for most human body processes, affecting physical and mental health and the ability to fight diseases, develop immunity and control metabolism. Therefore, monitoring human sleep quality is extremely important for the detection of possible sleep disorders. Several technologies exist to achieve this goal, however, most of them are expensive proprietary systems, some require hospitalization and many use intrusive equipment that can, by itself, affect sleep quality. This paper presents an intelligent system, a complete low-cost hardware and software solution, for monitoring the sleep quality of an individual in a home environment. User privacy is guaranteed as all processing is done at the edge and no audio or video is stored. This system monitors several fundamental aspects of sleeping periods in real-time using a low cost single-board computer for processing, a camera for body motion detection (MD module) and for eye/sleep status detection (SSD module), and a microphone for audio recognition (AUDR module) of breath pattern analysis and snore detection. It can be strategically placed near the bed to avoid interfering with the natural sleep pattern. For each sleeping period, the system produces a final report that can be a valuable aid for improving the sleeping health of the monitored person. Functional unitary tests were carried successfully on the selected, low-cost, hardware platform (Raspberry Pi). The entire process was validated by an expert clinical psychologist, ensuring the reliability and effectiveness of the system. The visual and sound modules use sophisticated computer vision and machine learning techniques suitable for edge computing devices. Each of the system’s features have been independently tested, using properly organized audio and video datasets and the well established metrics of precision, recall and F1 score, to evaluate the binary classifiers in each of the three modules. The accuracy values obtained where 90.2% (MD), 79.1% (SSD) and 81.3% (AUDR), demonstrating the great application potential of our solution. © The Author(s), under exclusive licence to Springer Nature Singapore Pte Ltd. 2024.

2024

An Efficient Edge Computing-Enabled Network for Used Cooking Oil Collection

Autores
Gomes, B; Soares, C; Torres, JM; Karmali, K; Karmali, S; Moreira, RS; Sobral, P;

Publicação
SENSORS

Abstract
In Portugal, more than 98% of domestic cooking oil is disposed of improperly every day. This avoids recycling/reconverting into another energy. Is also may become a potential harmful contaminant of soil and water. Driven by the utility of recycled cooking oil, and leveraging the exponential growth of ubiquitous computing approaches, we propose an IoT smart solution for domestic used cooking oil (UCO) collection bins. We call this approach SWAN, which stands for Smart Waste Accumulation Network. It is deployed and evaluated in Portugal. It consists of a countrywide network of collection bin units, available in public areas. Two metrics are considered to evaluate the system's success: (i) user engagement, and (ii) used cooking oil collection efficiency. The presented system should (i) perform under scenarios of temporary communication network failures, and (ii) be scalable to accommodate an ever-growing number of installed collection units. Thus, we choose a disruptive approach from the traditional cloud computing paradigm. It relies on edge node infrastructure to process, store, and act upon the locally collected data. The communication appears as a delay-tolerant task, i.e., an edge computing solution. We conduct a comparative analysis revealing the benefits of the edge computing enabled collection bin vs. a cloud computing solution. The studied period considers four years of collected data. An exponential increase in the amount of used cooking oil collected is identified, with the developed solution being responsible for surpassing the national collection totals of previous years. During the same period, we also improved the collection process as we were able to more accurately estimate the optimal collection and system's maintenance intervals.

2022

Classification of Table Tennis Strokes in Wearable Device using Deep Learning

Autores
Ferreira, NM; Torres, JM; Sobral, P; Moreira, R; Soares, C;

Publicação
ICAART: PROCEEDINGS OF THE 14TH INTERNATIONAL CONFERENCE ON AGENTS AND ARTIFICIAL INTELLIGENCE - VOL 3

Abstract
Analysis of sports performance using mobile and wearable devices is becoming increasingly popular, helping users improve their sports practice. In this context, the goal of this work has been the development of an Apple Watch application, capable of detecting important strokes in the table tennis sport, using a deep learning (DL) model. A dataset of table tennis strokes has been created based on the watch's accelerometer and gyroscope sensors. The dataset collection was done in the Portuguese table tennis federation training sites, from several athletes, supervised by their coaches. To obtain the best DL model, three different architecture models where trained, compared and evaluated, using the complete dataset: a LSTM based on Create ML/Core ML frameworks (62.70% F1 score) and two Tensorflow based architectures, a CNN-LSTM (96.02% F1 score) and a ConvLSTM (97.33% F1 score).

2021

Home Appliance Recognition Using Edge Intelligence

Autores
Torres, JM; Aguiar, L; Soares, C; Sobral, P; Moreira, RS;

Publicação
Trends and Applications in Information Systems and Technologies - Volume 3, WorldCIST 2021, Terceira Island, Azores, Portugal, 30 March - 2 April, 2021.

Abstract
Ambient assisted living (AAL) environments represent a key concept for dealing with the inevitable problem of population-ageing. Until recently, the use of computational intensive techniques, like Machine Learning (ML) or Computer Vision (CV), were not suitable for IoT end-nodes due to their limited resources. However, recent advances in edge intelligence have somehow changed this landscape for smart environments. This paper presents an AAL scenario where the use of ML is tested in kitchen appliances recognition using CV. The goal is to help users working with those appliances through Augmented Reality (AR) on a mobile device. Seven types of kitchen appliances were selected: blender, coffee machine, fridge, water kettle, microwave, stove, and toaster. A dataset with nearly 4900 images was organized. Three different deep learning (DL) models from the literature were selected, each with a total number of parameters and architecture compatibles with their execution on mobile devices. The results obtained in the training of these models reveal precision in the test set above 95% for the model with better results. The combination of edge AI and ML opens the application of CV in smart homes and AAL without compromising mandatory requirements as system privacy or latency. © 2021, The Author(s), under exclusive license to Springer Nature Switzerland AG.