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

2025

Evaluation of Lyrics Extraction from Folk Music Sheets Using Vision Language Models (VLMs)

Autores
Sales Mendes, A; Lozano Murciego, Á; Silva, LA; Jiménez Bravo, M; Navarro Cáceres, M; Bernardes, G;

Publicação
Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)

Abstract
Monodic folk music has traditionally been preserved in physical documents. It constitutes a vast archive that needs to be digitized to facilitate comprehensive analysis using AI techniques. A critical component of music score digitization is the transcription of lyrics, an extensively researched process in Optical Character Recognition (OCR) and document layout analysis. These fields typically require the development of specific models that operate in several stages: first, to detect the bounding boxes of specific texts, then to identify the language, and finally, to recognize the characters. Recent advances in vision language models (VLMs) have introduced multimodal capabilities, such as processing images and text, which are competitive with traditional OCR methods. This paper proposes an end-to-end system for extracting lyrics from images of handwritten musical scores. We aim to evaluate the performance of two state-of-the-art VLMs to determine whether they can eliminate the need to develop specialized text recognition and OCR models for this task. The results of the study, obtained from a dataset in a real-world application environment, are presented along with promising new research directions in the field. This progress contributes to preserving cultural heritage and opens up new possibilities for global analysis and research in folk music. © The Author(s), under exclusive license to Springer Nature Switzerland AG 2025.

2025

AI-mediated Collaborative Crowdsourcing for Social News Curation: The Case of Acropolis

Autores
Schneider, D; Chaves, R; Pimentel, AP; de Almeida, MA; De Souza, JM; Correia, A;

Publicação
Proceedings of the 2025 ACM International Conference on Interactive Media Experiences

Abstract

2025

Access opportunities to a unique long term deep sea infrastructure

Autores
Cusi, S; Martins, A; Tomasi, B; Puillat, I;

Publicação

Abstract
EMSO ERIC is a unique European distributed marine Research Infrastructure dedicated to the observation and study of the deep ocean in the long term in fixed regional areas. It provides different services of which access to its infrastructure by external users -engineers, scientists and researchers-, working both in the public and private sectors. The aim of this service, called physical access, is to facilitate access to instrumented platforms deployed at different sites across the European seas, from the seabed to the surface, in order to perform experiments in geosciences and engineering in real ocean conditions. Depending on the logistics and availability of each site, users may deploy their own platforms, instruments, systems or technologies to be tested by the existing equipment that, in this case, can provide reference measurements. Users may also deploy their own systems on the existing EMSO platforms, either in standalone mode or connected to them, receiving power and, in some cases, being able to transmit data by satellite or by cable, depending on the site. Projects requiring the use of several EMSO sites are also accepted. The host EMSO Regional Facility provides logistics and technical support in order to deploy and recover the systems, access the data and it may also offer training and co-development. EMSO ERIC launches the physical access call on a yearly basis and evaluates the received project proposals every two months. Access is free of charge and funding is available for travel, consumables, shipping, operations and hardware adaptations needed to run the project. Since 2022, when the first call was launched, ten projects with varied topics have been funded and are in different phases of execution.

2025

The Attitude of Young Portuguese Youth Toward Blood Donation Advertising Campaigns—an Exploratory Approach

Autores
Fonseca, MJ; Lopes, S; Garcia, JE; Sousa, BB;

Publicação
Smart Innovation, Systems and Technologies

Abstract
This study explores the context of blood donation in Portugal, specifically aiming to understand how communication strategies can effectively recruit young blood donors aged 18 to 24. The research addresses the following question: What is the impact of communication efforts on the recruitment of young blood donors in Portugal? To answer this question, four specific objectives were set: (1) To evaluate the level of awareness among young individuals in this age group regarding blood donation; (2) to analyze and assess the communication strategies employed by the Portuguese Institute of Blood and Transplantation (IPST) to promote blood donation; (3) to investigate the motivations and barriers related to blood donation; and (4) to identify effective communication strategies for encouraging blood donation. To achieve the first objective, which is the primary focus of this article, a content analysis of 14 blood donation campaigns was conducted. For the second objective, an exploratory interview was held with a specialist from the IPST. The third objective is being addressed through a survey involving 390 young individuals, which has already been administered and revealed that over half of the respondents are not blood donors. The findings suggest that future campaigns should adopt more targeted segmentation strategies based on behavioral criteria and make greater use of integrated marketing communication to enhance effectiveness. © The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2025.

2025

From fixed bottom nodes to mobile long term seabed robotic systems: the future of deep ocean observation

Autores
Martins, A; Almeida, J; Almeida, C; Silva, E;

Publicação

Abstract
The deep ocean is vast and challenging to observe; however, it is key to knowledge of the sea and its impact on global climate. Fixed sea observing points (such as the EMSO observing nodes) provide a limited view and are complemented by expensive oceanographic campaigns with systems demanding high logistical requirements such as deep-sea ROVs.  These costs not only limit our capability for key ocean data collection in the deep but also introduce their own environmental costs.Emerging challenges in knowledge and pressure on the exploration of the deep ocean demand new technological solutions for monitoring and safeguarding the marine ecosystem.Innovative robotic technologies such as the TURTLE robotic deep-sea landers can combine long-term permanence at the seabed with mobility and dynamic reconfigurability in spatial and temporal deep-sea observation.Robotic systems of a heterogeneous nature (from conventional gliders, AUVs, or robotic landers) can be combined with standard and new sensing systems, such as bottom-deployed sensor nodes, moored systems, and cabled points when feasible.These systems can provide underwater localization services for the different assets, energy supply and high bandwidth data transfer with robotic docking stations for other mobile elements. An example of the synergy obtained with these new systems is the possibility of using robotic landers as carriers of EGIM (EMSO Generic Instrument Module) sensor payloads, providing power and data storage and flexibility in the deployment and recovery process.This approach, partly taken in the EU-funded Trident project to develop technical solutions for cost-effective and efficient observation of environmental impacts on deep seabed environments, allows for a substantial reduction in the operational and logistic requirements for deep-sea observation, greatly reducing the need for costly oceanographic campaigns or the use of expensive (economic and logistical) deep sea ROV systems.In this work, we present some of the new developments and discuss the transition from existing technological solutions to new ones integrating these recent developments.

2025

Incremental Repair Feedback on Automated Assessment of Programming Assignments

Autores
Paiva, JC; Leal, JP; Figueira, A;

Publicação
ELECTRONICS

Abstract
Automated assessment tools for programming assignments have become increasingly popular in computing education. These tools offer a cost-effective and highly available way to provide timely and consistent feedback to students. However, when evaluating a logically incorrect source code, there are some reasonable concerns about the formative gap in the feedback generated by such tools compared to that of human teaching assistants. A teaching assistant either pinpoints logical errors, describes how the program fails to perform the proposed task, or suggests possible ways to fix mistakes without revealing the correct code. On the other hand, automated assessment tools typically return a measure of the program's correctness, possibly backed by failing test cases and, only in a few cases, fixes to the program. In this paper, we introduce a tool, AsanasAssist, to generate formative feedback messages to students to repair functionality mistakes in the submitted source code based on the most similar algorithmic strategy solution. These suggestions are delivered with incremental levels of detail according to the student's needs, from identifying the block containing the error to displaying the correct source code. Furthermore, we evaluate how well the automatically generated messages provided by AsanasAssist match those provided by a human teaching assistant. The results demonstrate that the tool achieves feedback comparable to that of a human grader while being able to provide it just in time.

  • 65
  • 4180