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
Publicações

Publicações por HumanISE

2024

Performance Analysis of CNN Models in the Detection and Classification of Diabetic Retinopathy

Autores
Lúcio, F; Filipe, V; Gonçalves, L;

Publicação
Lecture Notes of the Institute for Computer Sciences, Social-Informatics and Telecommunications Engineering, LNICST

Abstract
This study focuses on investigating different CNN architectures and assessing their effectiveness in classifying Diabetic Retinopathy, a diabetes-associated disease that ranks among the primary causes of adult blindness. However, early detection can significantly prevent its debilitating consequences. While regular screening is advised for diabetic patients, limited access to specialized medical professionals can hinder its implementation. To address this challenge, deep learning techniques provide promising solutions, primarily through their application in the analysis of fundus retina images for diagnosis. Several CNN architectures, including MobileNetV2, VGG16, VGG19, InceptionV3, InceptionResNetV2, Xception, DenseNet121, ResNet50, ResNet50V2, and EfficientNet (ranging from EfficientNetB0 to EfficientNetB6), were implemented to assess and analyze their performance in classifying Diabetic Retinopathy. The dataset comprised 3662 Fundus retina images. Prior to training, the networks underwent pre-training using the ImageNet database, with a Gaussian filter applied to the images as a preprocessing step. As a result, the Efficient-Net stands out for achieving the best performance results with a good balance between model size and computational efficiency. By utilizing the EfficientNetB2 network, a model was trained with an accuracy of 85% and a screening capability of 98% for Diabetic Retinopathy. This model holds the potential to be implemented during the screening stages of Diabetic Retinopathy, aiding in the early identification of individuals at risk. © ICST Institute for Computer Sciences, Social Informatics and Telecommunications Engineering 2024.

2024

Automated Classification of Prostate Cancer Severity Using Pre-trained Models

Autores
Barros, S; Filipe, V; Gonçalves, L;

Publicação
Lecture Notes of the Institute for Computer Sciences, Social-Informatics and Telecommunications Engineering, LNICST

Abstract
Prostate cancer is one of the most common types of cancer in men. The ISUP grade and Gleason Score are terms related to the classification of this cancer based on the histological characteristics of the tissues examined in a biopsy. This paper explains an approach that utilizes and evaluates pre-trained models such as ResNet-50, VGG19, and InceptionV3, regarding their ability to automatically classify prostate cancer and its severity based on images and masks annotated with ISUP grades and Gleason Scores. At the end of the training, the performance of each trained model is presented, as well as the comparison between the original and predicted data. This comparison aims to understand if this approach can indeed be used for a more automated classification of prostate cancer. © ICST Institute for Computer Sciences, Social Informatics and Telecommunications Engineering 2024.

2024

Review of Platforms and Frameworks for Building Virtual Assistants

Autores
Pereira, R; Lima, C; Reis, A; Pinto, T; Barroso, J;

Publicação
INFORMATION SYSTEMS AND TECHNOLOGIES, VOL 3, WORLDCIST 2023

Abstract
Virtual assistants offer a new type of solution to handle interaction between human and machine and can be applied in various business contexts such as Industry or Education. When designing and building a virtual assistant the developers must ensure a set of parameters to achieve a good solution. Various platforms and frameworks emerged to allow developers to create virtual assistant solutions easier and faster. This paper provides a review of available platforms and frameworks used by authors to create their own solutions in different areas. Big tech companies like Google with Dialogflow, IBM with Watson Assistant and Microsoft with Bot Framework, present mature solutions to build virtual assistants that provide to the developer all components of the basic architecture to build a fast and solid solution. Open-Source solutions focus on providing to the developer the main components to build a virtual assistant, namely language understanding and response generation.

2024

Data governance & quality management-Innovation and breakthroughs across different fields

Autores
Bernardo, BMV; Sao Mamedeb, H; Barroso, JMP; dos Santos, VMPD;

Publicação
JOURNAL OF INNOVATION & KNOWLEDGE

Abstract
In today's rapidly evolving digital landscape, the substantial advance and rapid growth of data presents companies and their operations with a set of opportunities from different sources that can profoundly impact their competitiveness and success. The literature suggests that data can be considered a hidden weapon that fosters decision-making while determining a company's success in a rapidly changing market. Data are also used to support most organizational activities and decisions. As a result, information, effective data governance, and technology utilization will play a significant role in controlling and maximizing the value of enterprises. This article conducts an extensive methodological and systematic review of the data governance field, covering its key concepts, frameworks, and maturity assessment models. Our goal is to establish the current baseline of knowledge in this field while providing differentiated and unique insights, namely by exploring the relationship between data governance, data assurance, and digital forensics. By analyzing the existing literature, we seek to identify critical practices, challenges, and opportunities for improvement within the data governance discipline while providing organizations, practitioners, and scientists with the necessary knowledge and tools to guide them in the practical definition and application of data governance initiatives. (C) 2024 The Author(s). Published by Elsevier Espana, S.L.U. on behalf of Journal of Innovation & Knowledge.

2024

Forest Fire Risk Prediction Using Machine Learning

Autores
Vilaças Nogueira, JD; Solteiro Pires, EJ; Reis, A; Moura Oliveira, PBd; Pereira, A; Barroso, J;

Publicação
The 19th International Conference on Soft Computing Models in Industrial and Environmental Applications SOCO 2024 - Salamanca, Spain, October 9-11, 2024 Proceedings, Volume 2

Abstract
With the serious danger to nature and humanity that forest fires are, taken into consideration, this work aims to develop an artificial intelligence model capable of accurately predicting the forest fire risk in a certain region based on four different factors: temperature, wind speed, rain and humidity. Thus, three models were created using three different approaches: Artificial Neural Networks (ANN), Random Forest (RF), and K-Nearest Neighbor (KNN), and making use of an Algerian forest fire dataset. The ANN and RF both achieved high accuracy results of 97%, while the KNN achieved a slightly lower average of 91%. © The Author(s), under exclusive license to Springer Nature Switzerland AG 2025.

2024

Exploring Clustering to Improve Interpretability in Complex Energy Forecasting Models

Autores
Teixeira, B; Valina, L; Pinto, T; Reis, A; Barroso, J; Vales, Z;

Publicação
2024 INTERNATIONAL CONFERENCE ON SMART ENERGY SYSTEMS AND TECHNOLOGIES, SEST 2024

Abstract
Explainable Artificial Intelligence (XAI) aims to enhance the interpretability of Artificial Intelligence (AI) systems for humans. The goal is to ensure that algorithmic decisions and underlying data are understandable to non-technical stakeholders. Advanced Machine Learning (ML) models, such as deep neural networks, enable AI systems to process vast data and extract intricate patterns, akin to the human brain, but this complicates XAI development. Complex ML models require substantial data for training, exacerbating the challenge. Consequently, this paper proposes a novel approach to improve XAI for complex ML models, particularly those with large data needs. Using K-Means clustering, the paper proposes to identify relevant data instances to create similarity clusters. This filtering process focuses XAI on essential information, even with complex models, reducing the data set to find patterns and explanations, so that, using the same approach, only the best explanations are filtered efficiently. The paper proposes to implement and test this model with a case study on ML for PV generation forecasting in buildings. Results show that the proposed approach is able to generate explanations that are very similar to those generated when using the entire available data, in only a portion of the execution time, leveraging from the identification of a small number of representative data points. This approach, therefore, enhances the efficiency of XAI by achieving promising results with a smaller dataset. It also facilitates the development of more understandable and fastly provided solutions, which is essential for real-world XAI users such as electric mobility users that need PV forecasting explanations as support for their vehicles charging management.

  • 22
  • 640