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

2026

Machine Learning and Knowledge Discovery in Databases. Research Track and Applied Data Science Track - European Conference, ECML PKDD 2025, Porto, Portugal, September 15-19, 2025, Proceedings, Part VIII

Authors
Pfahringer, B; Japkowicz, N; Larrañaga, P; Ribeiro, RP; Dutra, I; Pechenizkiy, M; Cortez, P; Pashami, S; Jorge, AM; Soares, C; Abreu, PH; Gama, J;

Publication
ECML/PKDD (8)

Abstract

2026

Price optimization for round trip car sharing

Authors
Currie, CSM; M'Hallah, R; Oliveira, BB;

Publication
EUROPEAN JOURNAL OF OPERATIONAL RESEARCH

Abstract
Car sharing, car clubs and short-term rentals could support the transition toward net zero but their success depends on them being financially sustainable for service providers and attractive to end users. Dynamic pricing could support this by incentivizing users while balancing supply and demand. We describe the usage of a round trip car sharing fleet by a continuous time Markov chain model, which reduces to a multi-server queuing model where hire duration is assumed independent of the hourly rental price. We present analytical and simulation optimization models that allow the development of dynamic pricing strategies for round trip car sharing systems; in particular identifying the optimal hourly rental price. The analytical tractability of the queuing model enables fast optimization to maximize expected hourly revenue for either a single fare system or a system where the fare depends on the number of cars on hire, while accounting for stochasticity in customer arrival times and durations of hire. Simulation optimization is used to optimize prices where the fare depends on the time of day or hire duration depends on price. We present optimal prices for a given customer population and show how the expected revenue and car availability depend on the customer arrival rate, willingness-to-pay distribution, dependence of the hire duration on price, and size of the customer population. The results provide optimal strategies for pricing of car sharing and inform strategic managerial decisions such as whether to use time-or state-dependent pricing and optimizing the fleet size.

2026

Synchronization of Multimodal Physiological Data Streams: State-of-the-Art, Trends, and Future Challenges

Authors
Vieira, FMP; Cunha, JPS;

Publication
IEEE ACCESS

Abstract
Synchronizing multimodal physiological data streams is a critical and growing challenge in biomedical engineering, particularly when data is collected from multiple devices. This review analyzes the recent state of the art in this field, based on a comprehensive search across five bibliographic databases that yielded 1176 publications. Of these, 60 were selected for in-depth analysis. Our review emphasizes the increasing importance of robust synchronization methodologies in multimodal physiological data analysis. We focused on several key aspects: the types of physiological data streams, the devices used for data collection, methods for measuring alignment latency, the synchronization techniques employed by researchers, and the technological readiness level (TRL) of each technique. Despite the valuable insights from the analyzed studies, a significant gap was identified: 58% of publications that used multiple devices did not assess synchronization latency. This omission is crucial, as latency measurement serves as a key performance indicator for benchmarking different approaches. This finding highlights the critical need for this systematic review and underscores the challenges ahead, as well as the urgent need for further research and development of synchronization techniques in these scenarios. We highlight the need for improvements in synchronization methods and emphasize the importance of accurate latency verification to enhance data acquisition, analysis, and the overall quality of research on multimodal physiology data streams.

2026

Adoption of Artificial Intelligence in Organizational Coaching Processes

Authors
Faquir, Y; Santos, A; Mamede, HS;

Publication
AI

Abstract
Artificial intelligence (AI) is transforming how organizations develop human potential, offering scalable and data-driven support for coaching and capability building. This study proposes and validates a conceptual framework for integrating AI into organizational coaching processes to enhance competence development and strategic alignment. AI-supported coaching in this research is treated as an emerging organizational technology whose potential organizational value depends less on model capability and more on governance design, decision rights, and auditable evaluation outputs. Following a mixed-methods, multi-phase design, the research combined a Systematic Literature Review (SLR) with the construction of a layered design architecture in which OSCAR serves as the primary coaching-process scaffold, complemented by KSA for competency specification, Situational Leadership for adaptive guidance, and KPIs for monitoring and governance. The framework structures AI-supported coaching across 10 interrelated phases, from contextual anchoring to review and measurement, while preserving iterative re-entry to earlier phases whenever review evidence, contextual change, or insufficient progress makes adjustment necessary. Prototyping demonstrated feasibility and coherence across models, while the focus group provided qualitative expert feedback on the framework's clarity, governance needs, and perceived usefulness for competence development. At this stage, however, the KPI structures generated by the framework and the descriptive comparison across AI tools should be interpreted as prototype-level outputs rather than as empirically validated performance measures or evidence of added value over baseline approaches. Because the evaluation relied on two fictional prototyping scenarios and a small expert-oriented focus group (n = 6), the findings should be interpreted as evidence of prototype demonstration and qualitative refinement rather than of real-world effectiveness or organizational impact. The study also does not include a control group or comparison with traditional human coaching, so the added value of the AI-supported framework over alternative coaching arrangements remains a question for future empirical testing. Findings suggest that AI can usefully support organizational coaching by personalizing dialogue, structuring reflection, and generating auditable development artefacts, provided ethical safeguards and human oversight remain integral. The research contributes a preliminarily validated, ethics-informed, and governance-aware framework for AI adoption in organizational coaching and offers practical insights for embedding AI-enabled development in learning organizations.

2026

Robust Trust-Aware Federated Learning for Privacy-Preserving Distributed Intelligence in Resource-Constrained IoT Systems: A Blockchain-Assisted Architecture

Authors
Reis, MJCS; Serôdio, C; Branco, F;

Publication
ELECTRONICS

Abstract
The rapid expansion of Internet of Things (IoT) ecosystems has intensified the need for distributed intelligence mechanisms that reduce direct raw-data exposure while remaining resilient to adversarial manipulation. Federated learning (FL) addresses part of this challenge by enabling collaborative model training without centralizing raw data, but it remains vulnerable to malicious client behavior, particularly model poisoning attacks that can substantially degrade global model quality. This paper investigates a blockchain-assisted, trust-aware FL framework for privacy-aware distributed intelligence in resource-constrained IoT systems, where the blockchain layer is used to support trust coordination, auditability, traceability, and tamper-resistant metadata recording rather than to directly improve predictive performance. The empirical study compares six aggregation strategies: FedAvg, coordinate-wise Median, Trimmed Mean, FLTrust, trust-aware weighted aggregation, and a hybrid trust-trimmed mean method. The primary evaluation is conducted on the UCI Human Activity Recognition (UCI HAR) dataset under Dirichlet-based non-IID client partitioning alpha = 0.1 and alpha = 1.0, partial client participation, and sign-flip model poisoning. Each configuration is evaluated over five independent runs. Under the severe 40% malicious-client stress test, FLTrust achieves the strongest mean robustness among the evaluated methods, reaching 0.4195 +/- 0.1295 accuracy and 0.3108 +/- 0.1294 macro-F1 for alpha = 0.1, and 0.6472 +/- 0.0725 accuracy and 0.6014 +/- 0.0949 macro-F1 for alpha = 1.0. In lower-intensity attack controls with 10% and 20% malicious clients, the trust-aware and hybrid trust-trimmed strategies are the most competitive, achieving the highest or near-highest mean performance without requiring a clean server-side reference set. Mechanism-level analysis shows that FLTrust is particularly effective in the severe setting because its reference-based scoring assigns near-zero weights to malicious clients, whereas trust-aware and hybrid methods rely on relative update consistency and are more affected by the interaction between poisoning and statistical heterogeneity. Globally, the results indicate that no single aggregation rule dominates all adversarial regimes. Instead, reference-based trust provides strong protection under severe poisoning, while trust-aware and hybrid aggregation offer competitive root-free alternatives under lower attack intensities. The findings also clarify that the privacy-preserving scope of the framework derives from FL-based data locality and does not constitute a formal cryptographic privacy guarantee.

2026

Machine Learning and Knowledge Discovery in Databases. Applied Data Science Track and Demo Track - European Conference, ECML PKDD 2025, Porto, Portugal, September 15-19, 2025, Proceedings, Part X

Authors
Dutra, I; Pechenizkiy, M; Cortez, P; Pashami, S; Pasquali, A; Moniz, N; Jorge, AM; Soares, C; Abreu, PH; Gama, J;

Publication
ECML/PKDD (10)

Abstract

  • 22
  • 4554