Cookies Policy
The website need some cookies and similar means to function. If you permit us, we will use those means to collect data on your visits for aggregated statistics to improve our service. Find out More
Accept Reject
  • Menu
Publications

Publications by HumanISE

2024

A Scoping Review of the Use of Blockchain and Machine Learning in Medical Imaging Applications

Authors
Pavao, J; Bastardo, R; Rocha, NP;

Publication
GOOD PRACTICES AND NEW PERSPECTIVES IN INFORMATION SYSTEMS AND TECHNOLOGIES, VOL 2, WORLDCIST 2024

Abstract
This scoping review systematizes the current research related to the use of both blockchain and machine learning techniques in medical imaging applications. A systematic electronic search was performed, and twenty-five studies were included in the review. These studies aimed to use blockchain and machine learning techniques to provide (i) efficient security mechanisms to support the communication of medical imaging data, (ii) aggregation of distributed medical imaging data to train machine learning algorithms, and (iii) machine learning algorithms based on federated learning strategies. Among the ten machine learning techniques identified in the included studies, Convolutional Neural Network was the most representative (i.e., 44% of the studies). Moreover, Artificial Neural Network, Capsule Network, Deep Neural Network, Gated Recurrent Units, and Neural Network were machine learning techniques used by more than one study. Although the included studies developed algorithms with potential impact in clinical practice, it must be noted that they did not discuss the generalizability of their algorithms in real-world clinical conditions.

2024

Cyber Resilience of Cyber-Physical Systems and Machine Learning, a Scoping Review

Authors
Pavão, J; Bastardo, R; Rocha, NP;

Publication
Lecture Notes in Networks and Systems

Abstract
The scoping review reported by this paper aimed to analyze and synthesize state-of-the-art studies focused on the application of machine learning methods to enhance the cyber resilience of cyber-physical systems. An electronic search was conducted, and 24 studies were included in this review after the selection process. The most representative application domains were computer networks and power systems, while in terms of cyber resilience functions, risk identification, risk mitigation or protection, and detection of anomalous situations were the most implemented functions. Moreover, the results of this scoping review show that the interest in the topic of cyber resilience and machine learning is quite recent, which justifies the heterogeneity of the included studies in terms of machine learning methods and datasets being used for the experimental validations, as well as in terms of outcomes being measured. © The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024.

2024

Integrating Virtual Reality in Cognitive Training of Older Adults Without Cognitive Impairment: A Systematic Review of Randomized Controlled Trials

Authors
Pavão, J; Bastardo, R; da Rocha, NP;

Publication
Proceedings of the 10th International Conference on Information and Communication Technologies for Ageing Well and e-Health, ICT4AWE 2024, Angers, France, April 28-30, 2024.

Abstract
This article aimed to analyse state-of-the-art empirical evidence of randomized controlled trials designed to assess preventive cognitive training interventions based on virtual reality for older adults without cognitive impairment, by identifying virtual reality setups and tasks, clinical outcomes and respective measurement instruments, and positive effects on outcome parameters. A systematic electronic search was performed, and six randomized controlled trials were included in the systematic review. In terms of results, the included studies pointed to significant positive impact of virtual reality-based cognitive training interventions on global cognition, memory, attention, information processing speed, walking variability, balance, muscle strength, and falls. However, further research is required to evaluate the adequacy of the virtual reality setups and tasks, to study the impact of the interventions’ duration and intensity, to understand how to tailor the interventions to the characteristics and needs of the individuals, and to compare face-to-face to remote interventions. © 2024 by SCITEPRESS – Science and Technology Publications, Lda.

2024

Cyber-Resilience in the Context of National Security and Defense; [Ciber-Resiliência no Contexto da Segurança e Defesa Nacionais]

Authors
Pavão, J; Bastardo, R; Carreira, D; Rocha, NP;

Publication
RISTI - Revista Iberica de Sistemas e Tecnologias de Informacao

Abstract
Cyber-resilience is a relatively recent concept that, in essence, adds risk management to the cybersecurity concept and extends the scope of its action to processes and people, in addition to the technological component. It aims to ensure that organizations, systems, and especially critical infrastructures of our society function properly regardless of their dependence on cybernetic resources that may be affected by adverse events. Considering that the ongoing digital transition increases the exposure of such infrastructures to physical and cyberspace threats, this article reports on an exploratory study supported by bibliographical research, which aimed to analyze recent scientific publications to determine the relevance of cyber-resilience in the context of national security and defense. Although the number of publications focused on cyber-resilience is still relatively reduced when compared to the number of publications related to cybersecurity, there is a growing interest in exploring cyber-resilience in areas such as international relations, internal security, and national defense, which are fundamental pillars of the security and defense of States. © 2024, Associacao Iberica de Sistemas e Tecnologias de Informacao. All rights reserved.

2024

Enhancing Object Detection in Maritime Environments Using Metadata

Authors
Fernandes, DS; Bispo, J; Bento, LC; Figueiredo, M;

Publication
PROGRESS IN PATTERN RECOGNITION, IMAGE ANALYSIS, COMPUTER VISION, AND APPLICATIONS, CIARP 2023, PT II

Abstract
Over the years, many solutions have been suggested in order to improve object detection in maritime environments. However, none of these approaches uses flight information, such as altitude, camera angle, time of the day, and atmospheric conditions, to improve detection accuracy and network robustness, even though this information is often available and captured by the UAV. This work aims to develop a network unaffected by image-capturing conditions, such as altitude and angle. To achieve this, metadata was integrated into the neural network, and an adversarial learning training approach was employed. This was built on top of the YOLOv7, which is a state-of-the-art realtime object detector. To evaluate the effectiveness of this methodology, comprehensive experiments and analyses were conducted. Findings reveal that the improvements achieved by this approach are minimal when trying to create networks that generalize more across these specific domains. The YOLOv7 mosaic augmentation was identified as one potential responsible for this minimal impact because it also enhances the model's ability to become invariant to these image-capturing conditions. Another potential cause is the fact that the domains considered (altitude and angle) are not orthogonal with respect to their impact on captured images. Further experiments should be conducted using datasets that offer more diverse metadata, such as adverse weather and sea conditions, which may be more representative of real maritime surveillance conditions. The source code of this work is publicly available at https://git hub.com/ipleiria-robotics/maritime-metadata-adaptation.

2024

A DSL and MLIR Dialect for Streaming and Vectorisation

Authors
da Silva, MC; Sousa, L; Paulino, N; Bispo, J;

Publication
APPLIED RECONFIGURABLE COMPUTING. ARCHITECTURES, TOOLS, AND APPLICATIONS, ARC 2024

Abstract
This work addresses the contemporary challenges in computing, caused by the stagnation of Moore's Law and Dennard scaling. The shift towards heterogeneous architectures necessitates innovative compilation strategies, prompting initiatives like the Multi-Level Intermediate Representation (MLIR) project, where progressive code lowering can be achieved through the use of dialects. Our work focuses on developing an MLIR dialect capable of representing streaming data accesses to memory, and Single Instruction Multiple Data (SIMD) vector operations. We also propose our own Structured Representation Language (SRL), a Design Specific Language (DSL) to serve as a precursor into the MLIR layer and subsequent inter-operation between new and existing dialects. The SRL exposes the streaming and vector computational concepts to a higher-level, and serves as intermediate step to supporting code generation containing our proposed dialect from arbitrary input code, which we leave as future work. This paper presents the syntaxes of the SRL DSL and of the dialect, and illustrates how we aim to employ them to target both General-Purpose Processors (GPPs) with SIMD co-processors and custom hardware options such as Field-Programmable Gate Arrayss (FPGAs) and Coarse-Grained Re-configurable Arrays (CGRAs).

  • 28
  • 638