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

2026

Segmentation of Retinal Layers in OCT Images Using Deep Learning Methods

Autores
Vasconcelos, I; Ferreira, M; Braz, G; Correia, N; Cunha, A;

Publicação
Procedia Computer Science

Abstract
Retinal diseases such as glaucoma, diabetic retinopathy, and age-related macular degeneration affect hundreds of millions of people worldwide and are among the leading causes of vision loss. Optical Coherence Tomography (OCT) is a non-invasive imaging technique widely used to support the diagnosis of these conditions. However, manual analysis of OCT images is time-consuming, prone to inter-observer variability, and requires extensive clinical expertise. In recent years, deep learning methods have shown outstanding performance in medical image segmentation tasks. This work proposes an automatic approach for the segmentation of retinal layers in OCT images using the GOALS 2022 dataset. Four segmentation architectures were evaluated - U-Net, DeepLabV3+, FPN (U-Net++), and Attention U-Net - all combined with the ResNet50 encoder. Additionally, the influence of encoder selection in the U-Net architecture was investigated, testing ResNet34, EfficientNetB0, MobileNetV2, VGG16, and InceptionV3. The results show that the DeepLabV3+ model achieved the best overall performance, with an F1-Score of 0.9669 and an IoU of 0.9370. These findings demonstrate that lightweight, accessible models can achieve results comparable to state-of-the-art methods, offering a promising solution for clinical applications in retinal image segmentation. © 2025 The Authors. Published by Elsevier B.V.

2026

Weakly Supervised Semantic Segmentation for UAV-based Vineyard Monitoring: Comparing Heuristic and Transformer-based Pseudo-labelling Strategies

Autores
Bras, J; Leite, D; Sousa, J; Morais, R; Cunha, A;

Publicação
Procedia Computer Science

Abstract
High-resolution UAV imagery offers unprecedented opportunities for vineyard monitoring, yet its practical use in semantic segmentation is hindered by the high cost of pixel-level annotation. Weakly supervised learning (WSL) emerges as a promising alternative, capable of reducing annotation effort while preserving competitive performance. In this study, we conduct a direct comparative evaluation of two pseudo-labelling strategies for vine row segmentation, a task still underexplored in perennial crops. The first strategy combines a spectral heuristic with Conditional Random Fields (CRF) to enforce spatial consistency, while the second employs token clustering of DINO-ViT embeddings. To ensure fairness, both pseudo-label sets were used to train an identical segmentation architecture (U-Net with ResNet50), thereby isolating the impact of pseudo-label quality. Results, measured by precision, recall, F1-score, and Intersection over Union (IoU), reveal that the CRF-refined heuristic (F1 = 0.77, IoU = 0.62) consistently outperforms the transformer-based clustering approach (F1 = 0.52, IoU = 0.50). These findings highlight the decisive role of spatial regularisation in weak supervision and provide a reproducible pipeline that balances accuracy, methodological simplicity, and annotation cost. The contribution of this work lies in demonstrating a practical and extensible framework for UAV-based vineyard monitoring, while opening pathways for hybrid approaches that integrate semantic depth with spatial coherence in future research. © 2025 The Authors. Published by Elsevier B.V.

2026

Comparative Analysis of CNNs and Vision Transformers for Lesion Classification in Capsule Endoscopy

Autores
Tabosa, C; Salgado, M; Leite, D; Cunha, A;

Publicação
Procedia Computer Science

Abstract
Video capsule endoscopy (VCE) enables high-resolution visualisation of the small bowel but remains constrained by manual review of thousands of frames, which is time-consuming and error-prone under class imbalance. This study investigates deep learning for automatic multiclass lesion classification in VCE, comparing two convolutional networks (ResNet-50, EfficientNet-B3) with two Vision Transformers (Swin, DeiT) on the public Kvasir-Capsule dataset (47,161 images; 11 classes). The pipeline comprises standard preprocessing, class-aware augmentation and adaptive data augmentation, stratified data partitioning, hyperparameter optimisation with Optuna, and evaluation using accuracy, precision, recall, and F1-score. DeiT achieved the best overall performance (accuracy = 0.98; F1 = 0.96), with strong class-wise results in clinically salient categories (e.g., ulcer, fresh blood, angiectasia), indicating effective modelling of long-range dependencies and subtle patterns. We further assess computational feasibility by reporting training configuration and indicative inference time per image, supporting potential integration into assisted reading workflows. Limitations include reliance on a single public dataset, pronounced class imbalance, and the absence of prospective clinical validation, which may affect generalisability. These findings position Transformer-based models as promising candidates for VCE decision support, while underscoring the need for future work on (i) multicentric datasets and external validation, (ii) comprehensive statistical analysis with confidence intervals and robust baselines under imbalance, and (iii) prospective studies quantifying end-to-end impact on reading time and diagnostic safety. © 2025 The Authors. Published by Elsevier B.V.

2026

Comparative Survival Analysis Using Machine Learning Models With and Without Topological Data Analysis

Autores
Diankatu, M; Duque, J; de Vasconcelos, JB; Filipe, V;

Publicação
IFIP Advances in Information and Communication Technology - Technological Innovation to Tackle Societal Challenges

Abstract

2026

Enhancing IoMT Security by Using Benford's Law and Distance Functions

Autores
Fernandes, P; Ciardhuáin, SO; Antunes, M;

Publicação
PATTERN RECOGNITION AND IMAGE ANALYSIS, IBPRIA 2025, PT I

Abstract
The increasing connectivity of Internet of Medical Things (IoMT) devices has accentuated their susceptibility to cyberattacks. The sensitive data they handle makes them prime targets for information theft and extortion, while outdated and insecure communication protocols further elevate security risks. This paper presents a lightweight and innovative approach that combines Benford's law with statistical distance functions to detect attacks in IoMT devices. The methodology uses Benford's law to analyze digit frequency and classify IoMT devices traffic as benign or malicious, regardless of attack type. It employs distance-based statistical functions like Jensen-Shannon divergence, KullbackLeibler divergence, Pearson correlation, and the Kolmogorov test to detect anomalies. Experimental validation was conducted on the CIC-IoMT-2024 benchmark dataset, comprising 45 features and multiple attack types. The best performance was achieved with the Kolmogorov test (alpha = 0.01), particularly in DoS ICMP attacks, yielding a precision of.99.24%, a recall of.98.73%, an F1 score of.98.97%, and an accuracy of.97.81%. Jensen-Shannon divergence also performed robustly in detecting SYN-based attacks, demonstrating strong detection with minimal computational cost. These findings confirm that Benford's law, when combined with well-chosen statistical distances, offers a viable and efficient alternative to machine learning models for anomaly detection in constrained environments like IoMT.

2026

Comparative Evaluation of MoE and HMoE for Multiclass Classification in VCE Image Analysis

Autores
Costa, T; Castro, J; Salgado, M; Cunha, A;

Publicação
Procedia Computer Science

Abstract
Video Capsule Endoscopy (VCE) is a pivotal technology in modern gastroenterology, offering a non-invasive method to visualize the entire small bowel. However, the clinical application of VCE is hampered by the extensive review time required, as specialists must manually analyze thousands of images from each procedure. This process is not only laborious and costly but also prone to diagnostic errors due to fatigue, subtle abnormalities, and variability in interpretation across clinicians. To address this challenge, deep learning methods have been explored to automate VCE image analysis. However, most existing approaches rely on a single model architecture, which often fails to generalize across the broad visual diversity found in gastrointestinal imagery. This limitation becomes especially pronounced in multiclass classification tasks, where the ability to distinguish between visually similar tissues and lesions is essential. Ensemble-based methods such as Mixture of Experts (MoE) have shown promising results in general computer vision by leveraging multiple specialized models for improved robustness. However, no prior work has investigated MoE or Hierarchical MoE (HMoE) architectures for multiclass classification of VCE or endoscopic images more broadly. To explore this opportunity, we present a comparative framework evaluating three deep learning strategies for VCE image classification: individual models, flat MoE systems, and Hierarchical MoE architectures. Using a subset of the Kvasir-Capsule dataset, which contains 12 gastrointestinal tissue and lesion classes, we first train and evaluate four backbone models (InceptionNeXt, EfficientViT, ConvNeXtV2, and DeiT3) to establish a performance baseline. The two best-performing architectures, ConvNeXtV2 and DeiT3, are then used as expert backbones within both MoE and HMoE systems. In the MoE configuration, a gating network assigns dynamic per-image weights to multiple expert instances. In contrast, the HMoE configuration constructs a learned binary tree that routes samples based on class similarity through increasingly specialized branches. In the HMoE models, ConvNeXtV2 outperformed DeiT3 in accuracy, whereas DeiT3 showed superior routing accuracy. These results indicate that expert-driven ensemble methods not only outperform standalone models but also offer complementary advantages depending on architecture and routing strategy. This study provides new evidence for the clinical potential of MoE and HMoE frameworks in scalable, accurate VCE image analysis. © 2025 The Authors. Published by Elsevier B.V.

  • 3
  • 4517