<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>OAR@UM Collection:</title>
  <link rel="alternate" href="https://www.um.edu.mt/library/oar/handle/123456789/134219" />
  <subtitle />
  <id>https://www.um.edu.mt/library/oar/handle/123456789/134219</id>
  <updated>2026-05-01T21:57:12Z</updated>
  <dc:date>2026-05-01T21:57:12Z</dc:date>
  <entry>
    <title>AI‐Driven gesture recognition with smart gloves</title>
    <link rel="alternate" href="https://www.um.edu.mt/library/oar/handle/123456789/141991" />
    <author>
      <name />
    </author>
    <id>https://www.um.edu.mt/library/oar/handle/123456789/141991</id>
    <updated>2025-12-05T10:17:45Z</updated>
    <published>2025-01-01T00:00:00Z</published>
    <summary type="text">Title: AI‐Driven gesture recognition with smart gloves
Abstract: This research presents the development of an AI‐driven gesture recognition system&#xD;
aimed to enhance Human‐Computer Interaction through the use of smart gloves.&#xD;
Many emerging applications, such as virtual reality, robotics, and assistive technologies,&#xD;
require detailed motion capture of the hand in three dimensions. Traditional input&#xD;
devices are not designed to capture such motion, whereas wearable solutions like&#xD;
smart gloves offer a practical means of collecting complex motion data for gesture&#xD;
interpretation. This study proposes a system capable of interpreting dynamic hand&#xD;
gestures captured using smart gloves.&#xD;
A custom dataset was collected using Rokoko smart gloves, recording 14&#xD;
gesture classes from 14 subjects. Time‐series data captured from the smart gloves was&#xD;
preprocessed, and a range of feature extraction methods, including statistical,&#xD;
frequency‐domain, and motion‐based techniques, were applied. Experimental results&#xD;
were carried out to determine which features or combination of features gives the best&#xD;
result. Dimensionality reduction methods, namely Principal Component Analysis and&#xD;
Autoencoders, were examined to optimise the feature space and reduce complexity.&#xD;
A number of classification models were implemented and compared, including&#xD;
Support Vector Machines, K‐Nearest Neighbours, Hidden Markov Models, as well as,&#xD;
deep learning approaches such as CNN‐LSTM networks. Experimental results showed&#xD;
that while most models achieved high accuracy on validation data, up to 93.64%,&#xD;
performance significantly decreased when tested on data from unseen subjects,&#xD;
dropping to 20.39‐28.93%. This highlights the challenge of inter‐subject&#xD;
generalisation. To mitigate this, personalised models were implemented, showing good&#xD;
performance improvements. The SVM classifiers achieved accuracy results ranging&#xD;
from 67.9% to 92.9%, and the majority of precision, recall, and F1 scores exceeding&#xD;
85%, while CNN‐LSTM models achieved an accuracy above 95% consistently.&#xD;
Precision, recall, and F1‐score values also remained high.&#xD;
This work contributes to the field of gesture recognition by systematically&#xD;
evaluating feature engineering and modelling techniques on multichannel time‐series&#xD;
data. It underscores the importance of personalised learning strategies and provides&#xD;
insight into the practical limitations of real‐world deployment, such as latency and&#xD;
subject variability. Future work may explore domain adaptation, multimodal sensing,&#xD;
and real‐time implementation to further advance robust gesture‐based interfaces.
Description: M.Sc.(Melit.)</summary>
    <dc:date>2025-01-01T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Table selection using information retrieval techniques for table-agnostic Text-to-SQL</title>
    <link rel="alternate" href="https://www.um.edu.mt/library/oar/handle/123456789/141983" />
    <author>
      <name />
    </author>
    <id>https://www.um.edu.mt/library/oar/handle/123456789/141983</id>
    <updated>2025-12-05T09:53:57Z</updated>
    <published>2025-01-01T00:00:00Z</published>
    <summary type="text">Title: Table selection using information retrieval techniques for table-agnostic Text-to-SQL
Abstract: Text-to-SQL has been effectively addressed using various NLP approaches,&#xD;
enabling the translation of natural language queries into SQL queries. A common prerequisite for these implementations, however, is the availability of the database table during inference. This requirement can pose challenges in scenarios where the table is not readily accessible to users. This work is motivated by the ongoing development of a chatbot tool within a private company, aimed&#xD;
at streamlining database interactions for the users. To address the table accessibility limitation, this study leverages Information Retrieval techniques to implement table selection based solely on the natural language query. We finetune pre-trained models like BERT and GIST-NoInstruct using the ColBERT method. We train our models using data we curate in-house by employing established LLM-prompting techniques. We prepare individual training datasets using two negative sampling techniques: uniform distribution and weighted probability distribution. We also experiment with various data fusion techniques such as RRF, CombMNZ, and Linear Combination to combine results from multiple search&#xD;
strategies. Our approach outperforms baseline methods in table retrieval, while also providing a comparative analysis of various retrieval strategies.
Description: M.Sc.(Melit.)</summary>
    <dc:date>2025-01-01T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>EndoAI diagnostics revolutionizing early detection and diagnostics of endometriosis</title>
    <link rel="alternate" href="https://www.um.edu.mt/library/oar/handle/123456789/141978" />
    <author>
      <name />
    </author>
    <id>https://www.um.edu.mt/library/oar/handle/123456789/141978</id>
    <updated>2025-12-05T09:48:46Z</updated>
    <published>2025-01-01T00:00:00Z</published>
    <summary type="text">Title: EndoAI diagnostics revolutionizing early detection and diagnostics of endometriosis
Abstract: Endometriosis is a chronic and debilitating gynaecological disorder affecting&#xD;
approximately 10% of women worldwide. Characterised by the abnormal growth of&#xD;
endometrial‐like tissue outside the uterus, the condition often leads to severe physical&#xD;
pain, emotional distress, and mental health challenges, significantly reducing patients’&#xD;
quality of life. Despite its high prevalence, diagnosing endometriosis remains a major&#xD;
clinical challenge due to the heterogeneous nature of its symptoms, frequent&#xD;
misdiagnoses, and reliance on invasive procedures to confirm the diagnosis.&#xD;
Consequently, the average diagnostic delay extends up to eight years.&#xD;
This dissertation proposes a four‐stage solution that addresses these challenges&#xD;
by investigating the potential of Artificial Intelligence (AI) techniques to facilitate the&#xD;
early and accurate diagnosis of endometriosis. Specifically, the study develops a&#xD;
multi‐model AI‐driven diagnostic framework that leverages both self‐reported patient&#xD;
symptom data and laparoscopic medical images. Six Machine Learning (ML) algorithms&#xD;
were employed to predict the likelihood of endometriosis based on symptomatology,&#xD;
incorporating feature engineering techniques to optimise model performance.&#xD;
Additionally, eleven Deep Learning (DL) architectures underwent transfer learning to&#xD;
enhance the detection of endometrial lesions from laparoscopic images.&#xD;
The effectiveness of the proposed models was evaluated through a comparative&#xD;
analysis using key performance metrics, such as accuracy, precision, and recall. The&#xD;
results demonstrated that AI‐powered diagnostic tools significantly enhance the&#xD;
identification of endometriosis, with feature selection and hyperparameter tuning&#xD;
playing a crucial role in improving predictive accuracy. This study further identified&#xD;
high‐performing ML and DL models with strong clinical applicability, as well as key&#xD;
symptom‐based features essential for detecting the disease.&#xD;
These findings highlight the transformative potential of AI in medical&#xD;
diagnostics, particularly in addressing the persistent diagnostic delays associated with&#xD;
endometriosis. By integrating AI‐driven methodologies into clinical workflows,&#xD;
healthcare professionals can improve early detection rates, minimise misdiagnoses, and&#xD;
ultimately enhance patient outcomes. Furthermore, this study underscores the&#xD;
feasibility of a self‐diagnostic tool capable of predicting the likelihood of&#xD;
endometriosis, thereby increasing public awareness of the condition and empowering&#xD;
individuals to seek timely medical consultations. This research contributes to the&#xD;
advancement of AI in gynaecological healthcare, offering a pathway toward more&#xD;
efficient, accessible, and reliable diagnostic solutions for endometriosis.
Description: M.Sc.(Melit.)</summary>
    <dc:date>2025-01-01T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Multimodal fusion for enhanced smart contract reputability analysis in blockchain</title>
    <link rel="alternate" href="https://www.um.edu.mt/library/oar/handle/123456789/141970" />
    <author>
      <name />
    </author>
    <id>https://www.um.edu.mt/library/oar/handle/123456789/141970</id>
    <updated>2025-12-05T09:25:18Z</updated>
    <published>2025-01-01T00:00:00Z</published>
    <summary type="text">Title: Multimodal fusion for enhanced smart contract reputability analysis in blockchain
Abstract: This study explores the limitations of traditional smart contract reputability assessments,&#xD;
which often rely on either static code analysis or isolated transactional data, missing a&#xD;
comprehensive view of a contract’s evolving trustworthiness. Motivated by the need&#xD;
for robust reputability evaluation in blockchain ecosystems, this work introduces a mul‐&#xD;
timodal data fusion framework to integrate static and dynamic data sources. Existing&#xD;
solutions are effective at anomaly detection and vulnerability analysis but fail to com‐&#xD;
bine these data types for holistic insights. Our proposed framework employs boosting&#xD;
algorithms with GAN‐based augmentation for opcode embeddings, achieving superior&#xD;
performance in identifying illicit contracts, with a LightGBM model delivering 97.67%&#xD;
accuracy and a recall of 0.942. A CNN‐based autoencoder is incorporated for multi‐&#xD;
modal anomaly detection, effectively identifying abnormal patterns by leveraging the&#xD;
interplay between static code and transactional behavior. The multimodal integration&#xD;
yielded a 7.25% improvement in recall compared to single‐source models, confirming its&#xD;
enhanced capacity to detect reputability shifts and abnormal behavior. For long‐term&#xD;
monitoring, an LSTM model captures reputability trends, demonstrating low validation&#xD;
loss and minimal prediction lag, ensuring timely and accurate identification of evolving&#xD;
trustworthiness. The results highlight that multimodal fusion significantly enhances pre‐&#xD;
dictive accuracy, robust anomaly detection, and the ability to model reputability trends,&#xD;
offering a powerful tool for early risk detection and proactive intervention strategies.&#xD;
This research advances decentralized application security by providing a reliable frame‐&#xD;
work for improving trustworthiness and mitigating potential risks, forming the crux of a&#xD;
sophisticated multimodal data fusion strategy.
Description: M.Sc.(Melit.)</summary>
    <dc:date>2025-01-01T00:00:00Z</dc:date>
  </entry>
</feed>

