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

2026

The impact of olfactory stimuli on foreign language vocabulary acquisition in an immersive virtual reality environment

Autores
Peixoto, B; Bessa, LCP; Gonçalves, G; Bessa, M; Melo, M;

Publicação
FRONTIERS IN VIRTUAL REALITY

Abstract
Introduction Immersive virtual reality (iVR) offers a multisensory environment for education, yet the integration of olfaction remains underexplored. This study examined whether incorporating ambient olfactory stimuli into an iVR environment enhances foreign language vocabulary retention and the user's sense of presence.Methods A between-subjects experiment was conducted with 59 participants who learned German vocabulary in a virtual airport scenario. Participants were assigned to one of five ambient olfactory conditions systematically selected to represent distinct quadrants of the circumplex model of affect: no scent (control), spearmint (pleasant-arousing), lavender (pleasant-calming), burning wood (unpleasant-arousing), or sewage (unpleasant-calming). Vocabulary retention was measured using matching pre- and post-tests, while subjective presence was assessed using the standardised Igroup Presence Questionnaire (IPQp).Results The results indicated that ambient olfactory stimulation, regardless of affective valence or arousal level, did not significantly improve immediate vocabulary retention compared to the control condition. However, scent did impact the subjective experience of presence; notably, an unpleasant, high-arousal scent (burning wood) served as a distraction, significantly reducing perceived spatial presence.Discussion These findings establish an important boundary condition for multisensory educational VR. They demonstrate that the simple addition of ambient, affective scents as a background stimulus is insufficient to drive immediate cognitive learning gains, and may even detract from immersion if unpleasant. Multisensory iVR design must be guided by pedagogical priorities rather than novelty alone, suggesting that relying solely on ambient emotional modulation via olfaction is not a viable strategy for complex cognitive tasks.

2026

Leveraging XAI Techniques for Context-Aware Energy Consumption Forecasting

Autores
Teixenal, B; Pinto, T; Vale, Z;

Publicação
EXPLAINABLE ARTIFICIAL INTELLIGENCE, XAI 2025, PT IV

Abstract
This study proposes a comprehensive framework integrating eXplainable Artificial Intelligence (XAI) techniques with clustering-based context extraction to enhance energy consumption forecasting in modern office buildings. By leveraging explanation vectors derived from state-of-the-art XAI methods such as SHAP and LIME, our framework identifies latent operational contexts from sensor data aggregated at 15-min intervals. These contexts enable the tailoring of predictive models through feature augmentation, context-specific training, and transfer learning strategies, thereby improving forecasting accuracy compared to conventional approaches. To identify the best-performing models for each context, hyperparameter optimization via grid search is employed across multiple algorithmsincluding Gradient Boosting, Random Forest, and K-Nearest Neighbors. Extensive experiments demonstrate that context-aware models significantly outperform baseline methods, achieving up to a 7% improvement in the coefficient of determination (R-2) and a marked reduction in error metrics. Our findings underscore the importance of integrating XAI with data-driven modeling to enhance predictive performance and model interpretability, which are critical for practical energy management and decision-making in complex building environments.

2026

Can intelligent Renewable Energy Communities deliver on equity for a just energy transition? A policy oriented demonstrator analysis

Autores
Fonseca, T; Sousa, C; Ferreira, L; Rodrigues, P; Paiva, P; Venâncio, R; Severino, R; Matos, L;

Publicação
ENERGY RESEARCH & SOCIAL SCIENCE

Abstract
Renewable Energy Communities (RECs) hold potential for enhancing local energy flexibility and supporting a just energy transition. Yet most operate without intelligent coordination, limiting technical performance and raising concerns over fairness and the distribution of benefits. This study examines both the performance and equity dimensions of RECs by combining a critical review of technical, regulatory, and social barriers with simulation-based analysis of a real-world demonstrator developed in the EU-funded OPEVA project. Using real consumption and generation data, we model baseline, rule-based, and intelligent coordination scenarios, as well as expansion cases that integrate additional batteries or EV chargers into underserved households, setting to answer these two questions: Who benefits most from current and future deployments of flexibility technologies? And how can REC systems be expanded to not only aggregate performance gains but also equitable and fair outcomes for all participants? Results show that intelligent control reduces community-level peak demand, ramping, and energy costs while improving renewable self-consumption. However, these benefits are unevenly distributed, concentrated among participants already equipped with flexible assets or with higher demand. Expansion scenarios improve both technical performance and fairness, but inequities persist without deliberate policy intervention. We conclude with open challenges and propose policy and technical measures to ensure that RECs deliver not only efficiency gains but also just and inclusive outcomes.

2026

A Metaheuristic Approach to Project and Multi-project Scheduling: A Case Study

Autores
Ribeiro, F; Santos, A; Tereso, A;

Publicação
EMERGING TRENDS IN INFORMATION SYSTEMS AND TECHNOLOGIES, WORLDCIST 2025, VOL 1

Abstract
In today's rapidly evolving and competitive business environment, organizations must continuously innovate, leading to the development of new optimization techniques, methods, and tools to support decision-making. In project scheduling management, efficiency and effectiveness are crucial for organizational success, and the tools developed are designed to improve these two critical factors. This paper focuses on applying optimization techniques to project scheduling, with a particular emphasis on metaheuristics, specifically Simulated Annealing. A mathematical model was developed, incorporating the specific requirements of resource constrained project scheduling. A prototype was then implemented based on this model and tested using academic data to assess its effectiveness. The results demonstrated that the prototype could generate effective schedules and exhibited remarkable flexibility, adapting to different types of projects and multi-project environments. This article concludes that using metaheuristics, such as Simulated Annealing, provides a powerful and effective approach to solving complex project scheduling problems, offering significant advantages for organizations operating in dynamic and highly constrained environments.

2026

ChatBot for student service based on RASA framework

Autores
Rodrigues, F; Fonseca, J;

Publicação
KNOWLEDGE AND INFORMATION SYSTEMS

Abstract
The limited in-person availability of administrative services at higher education institutions can delay the resolution of student queries and reduce satisfaction levels. To address this issue, we developed a conversational agent capable of understanding and responding to student questions in Portuguese using natural language processing and machine learning techniques. To enable non-technical management of the agent's knowledge base, a web-based service was implemented, allowing staff to update content and trigger model retraining. The system was evaluated by comparing multiple learning models, with the best performance achieved using Google's BERT language model combined with the DIET classifier, yielding an F1-score of 0.965. In a real-world deployment involving 256 questions, the chatbot achieved approximately 70% accuracy and received an average user satisfaction rating of 4.20 on a 0-5 scale. These results demonstrate the effectiveness of the proposed solution for improving accessibility and efficiency in academic student services.

2026

PathSAGE: Identifying Influential Spreaders in Temporal Networks With GraphSAGE

Autores
Sadhu, S; Mallick, D; Namtirtha, A; Malta, MC; Dutta, A;

Publicação
IEEE TRANSACTIONS ON EMERGING TOPICS IN COMPUTATIONAL INTELLIGENCE

Abstract
Identifying influential spreaders in temporal networks is crucial for understanding and controlling the dynamics of spreading. However, existing methods, such as temporal betweenness, closeness, pagerank, degree, and local path-based centrality, face several limitations, including high computational complexity, reliance on shortest paths, convergence issues, inability to capture influence dynamics with insufficient neighboring nodes, and a primary focus on local structural information. This paper presents PathSAGE, a novel method that addresses these problems. It integrates GraphSAGE, a deep learning model, to capture global node information while incorporating temporal local path counts as a key feature. Unlike other global feature-capturing methods, PathSAGE optimises computational complexity. Experimental results on thirteen real-world temporal networks demonstrate that PathSAGE outperforms the state-of-the-art methods in accurately identifying influential spreaders. PathSAGE exhibits a strong correlation with the Temporal Susceptible-Infected-Recovered (TSIR) model and achieves a relative improvement percentage (eta%) ranging from 0.12% to 70.70%. Additionally, PathSAGE attains the lowest average robustness value of 0.17, highlighting its effectiveness in identifying influential spreaders within temporal networks.

  • 15
  • 740