Publications
Detection of sample swapping in anti-doping investigations using machine learning
Rahman, M.R., Piper, T., Thevis, M., Maass, W.
Nature Scientific Reports
The substitution of a urine sample that may result in an adverse analytical finding with a previously collected, clean sample is strictly prohibited under the World Anti-Doping Agency (WADA) regulations and is referred to as sample swapping. When an athlete reuses their own clean sample, detection becomes particularly difficult through conventional analytical methods. In this paper, we propose a similarity detection framework that explicitly accounts for pattern complexity in the analysis of urinary steroid profiles. The framework is based on a convolutional network to capture more complex and subtle variations in profile pairs. Using a dataset of 67,651 steroid profiles collected between 2021 and 2023, the framework was evaluated on both synthetic and laboratory-confirmed similar samples, reflecting realistic variability in doping control processes. The results show that the proposed framework outperforms several baseline models, achieving higher accuracy compared to different baselines. These findings demonstrate the potential of machine learning to improve anti-doping workflows by enabling the automated detection of reused or identical urine samples within large-scale sample collection managed by the Athlete Biological Passport.
The substitution of a urine sample that may result in an adverse analytical finding with a previously collected, clean sample is strictly prohibited under the World Anti-Doping Agency (WADA) regulations and is referred to as sample swapping. When an athlete reuses their own clean sample, detection becomes particularly difficult through conventional analytical methods. In this paper, we propose a similarity detection framework that explicitly accounts for pattern complexity in the analysis of urinary steroid profiles. The framework is based on a convolutional network to capture more complex and subtle variations in profile pairs. Using a dataset of 67,651 steroid profiles collected between 2021 and 2023, the framework was evaluated on both synthetic and laboratory-confirmed similar samples, reflecting realistic variability in doping control processes. The results show that the proposed framework outperforms several baseline models, achieving higher accuracy compared to different baselines. These findings demonstrate the potential of machine learning to improve anti-doping workflows by enabling the automated detection of reused or identical urine samples within large-scale sample collection managed by the Athlete Biological Passport.
DiGAN: Diffusion-Guided Attention Network for Early Alzheimer's Disease Detection
Rahman, M.R., Hammouda, M., Maass, W.
AI for Healthy Aging and Longevity Workshop (AIAA): AAAI Conference on Artificial Intelligence (AAAI 2026)
Early diagnosis of Alzheimer’s disease (AD) remains a major challenge due to the subtle and temporally irregular progression of structural brain changes in the prodromal stages. Existing deep learning approaches require large longitudinal datasets and often fail to model the temporal continuity and modality irregularities inherent in real-world clinical data. To address these limitations, we propose the DiffusionGuided Attention Network (DiGAN), which integrates latent diffusion modelling with attention-guided convolutional network. The diffusion model synthesizes realistic longitudinal neuroimaging trajectories from limited training data, enriching temporal context and improving robustness to unevenly spaced visits. The attention-convolutional layer then captures discriminative structural–temporal patterns that distinguish cognitively normal subjects from those with mild cognitive impairment and subjective cognitive decline. Experiments on the ADNI dataset demonstrate that DiGAN outperforms existing state-of-the-art baselines, showing its potential for early-stage AD detection.
Early diagnosis of Alzheimer’s disease (AD) remains a major challenge due to the subtle and temporally irregular progression of structural brain changes in the prodromal stages. Existing deep learning approaches require large longitudinal datasets and often fail to model the temporal continuity and modality irregularities inherent in real-world clinical data. To address these limitations, we propose the DiffusionGuided Attention Network (DiGAN), which integrates latent diffusion modelling with attention-guided convolutional network. The diffusion model synthesizes realistic longitudinal neuroimaging trajectories from limited training data, enriching temporal context and improving robustness to unevenly spaced visits. The attention-convolutional layer then captures discriminative structural–temporal patterns that distinguish cognitively normal subjects from those with mild cognitive impairment and subjective cognitive decline. Experiments on the ADNI dataset demonstrate that DiGAN outperforms existing state-of-the-art baselines, showing its potential for early-stage AD detection.
Efficient Vision Models for Jetson: Steel Classification via Knowledge Distillation
Yasin Esfandiari and Karan Rajshekar and Sabine Janzen and Wolfgang Maaß
Workshop on Sustainability and Resource-Efficiency of Artificial Intelligence (SuRE 2026) at IJCAI-ECAI 2026, August 17, Bremen, Germany
Deploying vision models at the industrial edge requires balancing accuracy against energy and latency constraints that server-oriented models cannot meet, yet prior distilled-ViT work measures efficiency through proxy metrics (FLOPs and server-GPU throughput) rather than actual on-device energy. We close this gap on the DOES nonalloyed steel-scrap benchmark (8,131 test tiles, eight EU steel grades), distilling ViT-Large and Vision-LSTM (ViL-Base, an xLSTM-based backbone) teachers into 5.5M-parameter DeiT-Tiny students and benchmarking every model on an NVIDIA Jetson Xavier NX with onboard power monitoring and latency measurement. Our distilled students achieve 88.81% and 87.07% top-1 with 2.93–3.56% accuracy gaps to their teachers, reducing inference energy by 15.9–34× and latency by 18.1–44×. To the best of our knowledge, this is also the first cross-inductivebias comparison in knowledge distillation for vision involving a recurrent xLSTM-based teacher: same-family distillation (ViT→DeiT, 88.81%) achieves 1.74 pp higher accuracy than cross-family (ViL→DeiT, 87.07%), yet both deliver equivalent on-device efficiency.
Deploying vision models at the industrial edge requires balancing accuracy against energy and latency constraints that server-oriented models cannot meet, yet prior distilled-ViT work measures efficiency through proxy metrics (FLOPs and server-GPU throughput) rather than actual on-device energy. We close this gap on the DOES nonalloyed steel-scrap benchmark (8,131 test tiles, eight EU steel grades), distilling ViT-Large and Vision-LSTM (ViL-Base, an xLSTM-based backbone) teachers into 5.5M-parameter DeiT-Tiny students and benchmarking every model on an NVIDIA Jetson Xavier NX with onboard power monitoring and latency measurement. Our distilled students achieve 88.81% and 87.07% top-1 with 2.93–3.56% accuracy gaps to their teachers, reducing inference energy by 15.9–34× and latency by 18.1–44×. To the best of our knowledge, this is also the first cross-inductivebias comparison in knowledge distillation for vision involving a recurrent xLSTM-based teacher: same-family distillation (ViT→DeiT, 88.81%) achieves 1.74 pp higher accuracy than cross-family (ViL→DeiT, 87.07%), yet both deliver equivalent on-device efficiency.
STT-LLM: Structural-Temporal Tokenization for Adapting LLMs to Longitudinal Clinical Profiles
Rahman, M.R., Hammouda, M., Maass, W.
International Conference on Machine Learning (ICML)
Large Language Models have shown strong generalization across natural language tasks but remain underexplored for longitudinal clinical profiles. In sports anti-doping, biological profiles are analyzed to support early detection of prohibited substance use and identification of anomalous biological patterns, both of which require joint modeling of temporal dynamics and metabolic relationships. We propose STT-LLM, a structural-temporal tokenization framework that adapts LLMs to longitudinal clinical analysis without modifying their backbone architectures. STT-LLM constructs biologically grounded structural-temporal embeddings and transforms them into LLM-compatible tokens via specialized tokenizers that explicitly encode pathway structure and temporal evolution. We evaluate STT-LLM on real-world longitudinal datasets from athletes, showing consistent improvements over native LLM tokenization strategies in sequence prediction and anomaly detection. In addition, we present a case study where STT-LLM provides contextual reasoning that aligns more closely with expert assessments compared to baseline models. These results highlight tokenization as a key bottleneck and opportunity for adapting LLMs to clinical data.
Large Language Models have shown strong generalization across natural language tasks but remain underexplored for longitudinal clinical profiles. In sports anti-doping, biological profiles are analyzed to support early detection of prohibited substance use and identification of anomalous biological patterns, both of which require joint modeling of temporal dynamics and metabolic relationships. We propose STT-LLM, a structural-temporal tokenization framework that adapts LLMs to longitudinal clinical analysis without modifying their backbone architectures. STT-LLM constructs biologically grounded structural-temporal embeddings and transforms them into LLM-compatible tokens via specialized tokenizers that explicitly encode pathway structure and temporal evolution. We evaluate STT-LLM on real-world longitudinal datasets from athletes, showing consistent improvements over native LLM tokenization strategies in sequence prediction and anomaly detection. In addition, we present a case study where STT-LLM provides contextual reasoning that aligns more closely with expert assessments compared to baseline models. These results highlight tokenization as a key bottleneck and opportunity for adapting LLMs to clinical data.
Safety-Constrained Contextual Bandit for Dynamic Power Management
Yasin Esfandiari and Karan Rajshekar and Cicy Kuriakose Agnes and Hannah Stein and Sabine Janzen and Wolfgang Maaß
Workshop on Sustainability and Resource-Efficiency of Artificial Intelligence (SuRE 2026) at IJCAI-ECAI 2026, August 17, Bremen, Germany
Real time AI model serving workloads are characterized by bursty and variable request patterns, yet production GPUs commonly operate at their maximum frequency, wasting substantial energy whenever latency headroom exists. Reducing energy consumption without violating tail-latency SLOs is challenging because frequency scaling affects latency in highly nonlinear, workload-dependent ways. This paper presents HALO (Hierarchical Adaptive Latency-Oriented DVFS), a fully black-box power-management controller that uses probe p95 latency to classify the system into coarse safety zones, gates the set of admissible frequency actions per zone, and runs a contextual bandit within those constraints to adapt online, requiring no offline profiling, model instrumentation, or servingframework modifications. For LLM inference on the Azure LLM Inference Trace (Coding workload), HALO reduces total GPU energy by 39.4% on the primary model and up to 50.0% across model scales, while maintaining tail latency under the SLO. Applied to LLM pretraining, the same controller reduces energy with convergence unaffected, demonstrating that the approach generalizes across both inference and training workloads.
Real time AI model serving workloads are characterized by bursty and variable request patterns, yet production GPUs commonly operate at their maximum frequency, wasting substantial energy whenever latency headroom exists. Reducing energy consumption without violating tail-latency SLOs is challenging because frequency scaling affects latency in highly nonlinear, workload-dependent ways. This paper presents HALO (Hierarchical Adaptive Latency-Oriented DVFS), a fully black-box power-management controller that uses probe p95 latency to classify the system into coarse safety zones, gates the set of admissible frequency actions per zone, and runs a contextual bandit within those constraints to adapt online, requiring no offline profiling, model instrumentation, or servingframework modifications. For LLM inference on the Azure LLM Inference Trace (Coding workload), HALO reduces total GPU energy by 39.4% on the primary model and up to 50.0% across model scales, while maintaining tail latency under the SLO. Applied to LLM pretraining, the same controller reduces energy with convergence unaffected, demonstrating that the approach generalizes across both inference and training workloads.
Towards Decision Support Systems for Cost-Effective and Energy-Efficient AI Operations in Data Centers
Stein, Hannah and Janzen, Sabine and Agnes, Cicy K and Ninh, Duc Trung and Maass, Wolfgang
International Conference on Advanced Information Systems Engineering
The expansion of AI workloads intensifies the energy demand of data centers, resulting in rising operational costs and environmental impacts. Although various approaches aim to enhance energy efficiency, existing solutions remain fragmented and as a consequence, organizations lack integrated transparency and actionable guidance to manage the performance–energy trade-offs of AI operations holistically. This study introduces an Information Systems perspective to enable cost-effective and energy-efficient AI operations in data centers through decision support systems. Employing a Design Science Research (DSR) methodology, a first design cycle is conducted that includes the development of a prototype consolidating energy-related information while providing decision support for cost-effective and sustainable AI inferencing. The prototype artifact is evaluated through practicing experts, indicating its usefulness in increasing transparency and supporting energy-aware operational decisions. The findings inform a set of design principles for decision support systems that foster sustainable AI operations in data centers.
The expansion of AI workloads intensifies the energy demand of data centers, resulting in rising operational costs and environmental impacts. Although various approaches aim to enhance energy efficiency, existing solutions remain fragmented and as a consequence, organizations lack integrated transparency and actionable guidance to manage the performance–energy trade-offs of AI operations holistically. This study introduces an Information Systems perspective to enable cost-effective and energy-efficient AI operations in data centers through decision support systems. Employing a Design Science Research (DSR) methodology, a first design cycle is conducted that includes the development of a prototype consolidating energy-related information while providing decision support for cost-effective and sustainable AI inferencing. The prototype artifact is evaluated through practicing experts, indicating its usefulness in increasing transparency and supporting energy-aware operational decisions. The findings inform a set of design principles for decision support systems that foster sustainable AI operations in data centers.
An integrated requirements framework for analytical and AI projects
Trujillo, J., Lavalle, A., Reina-Reina, A., García-Carrasco, J., Maté, A., Maaß, W.
Data & Knowledge Engineering
To this day, the requirements of data warehouses, user visualizations and ML projects have been tackled in an independent manner, ignoring the possible cross-requirements, collective constraints and dependencies between the outputs of the different systems that should be taken into account to ensure a successful analytical project. In this work, we take a holistic approach and propose a methodology that supports modeling and subsequent analysis while taking into account these three aspects. This methodology has several advantages, mainly that (i) it enables us to identify possible conflicts between actors on different tasks that are overlooked if the systems are treated in an isolated manner and (ii) this holistic view enables modeling multi-company systems, where the information or even the analytical results can be provided by third-parties, identifying key participants in federated environments. After presenting the required formalism to carry out this kind of analysis, we showcase it on a real-world running example of the tourism sector.
To this day, the requirements of data warehouses, user visualizations and ML projects have been tackled in an independent manner, ignoring the possible cross-requirements, collective constraints and dependencies between the outputs of the different systems that should be taken into account to ensure a successful analytical project. In this work, we take a holistic approach and propose a methodology that supports modeling and subsequent analysis while taking into account these three aspects. This methodology has several advantages, mainly that (i) it enables us to identify possible conflicts between actors on different tasks that are overlooked if the systems are treated in an isolated manner and (ii) this holistic view enables modeling multi-company systems, where the information or even the analytical results can be provided by third-parties, identifying key participants in federated environments. After presenting the required formalism to carry out this kind of analysis, we showcase it on a real-world running example of the tourism sector.
Conceptualizing Personal Data Pricing Through Construal Level Theory
Stein, H., Reich, R.H., Visinescu, L., Maaß, W.
AMCIS 2025
Individuals' increasing generation of digital data and evolving data ownership rights reinforce monetization opportunities in personal data markets. Understanding how personal data valuation and pricing is construed becomes essential. So far, psychological factors such as data sensitivity or proximity are under-researched. This study examines how construal level theory contributes to construing and explaining individual data value through an exploratory quantitative survey (n = 633). The results show that different construal levels influence data pricing, psychological ownership and willingness-to-disclose.
Individuals' increasing generation of digital data and evolving data ownership rights reinforce monetization opportunities in personal data markets. Understanding how personal data valuation and pricing is construed becomes essential. So far, psychological factors such as data sensitivity or proximity are under-researched. This study examines how construal level theory contributes to construing and explaining individual data value through an exploratory quantitative survey (n = 633). The results show that different construal levels influence data pricing, psychological ownership and willingness-to-disclose.
Designing Decision Support Systems for Rural Mobility Enhancement
Janzen, S., Stein, H., Abdel Khaliq, L., Hergert, F., Maaß, W.
Springer
Mobility in rural regions is critical for ensuring access to essential services such as education, healthcare, and employment. However, rural mobility remains largely individualized, with heavy reliance on private cars—leading to environmental, social, and infrastructural challenges. Despite increasing data availability from GPS, mobile devices, and public transport applications, data-driven approaches for generating integrated mobility insights tailored to specific rural areas remain underdeveloped. This paper addresses this gap by investigating how decision support systems (DSS) can be designed to provide actionable, regionspecific mobility insights for policymakers, businesses, and public transport providers. Following a Design Science Research (DSR) methodology, we identified factors of mobility mode choice. From this, we derived meta-requirements and proposed a set of design principles for data-driven DSS in rural mobility contexts. These principles were implemented in a DSS for the Saarland region of Germany and evaluated with policymakers and public transport planners. Our findings contribute both conceptual design knowledge and practical guidance, demonstrating how DSS can foster more efficient, inclusive, and sustainable rural mobility planning.
Mobility in rural regions is critical for ensuring access to essential services such as education, healthcare, and employment. However, rural mobility remains largely individualized, with heavy reliance on private cars—leading to environmental, social, and infrastructural challenges. Despite increasing data availability from GPS, mobile devices, and public transport applications, data-driven approaches for generating integrated mobility insights tailored to specific rural areas remain underdeveloped. This paper addresses this gap by investigating how decision support systems (DSS) can be designed to provide actionable, regionspecific mobility insights for policymakers, businesses, and public transport providers. Following a Design Science Research (DSR) methodology, we identified factors of mobility mode choice. From this, we derived meta-requirements and proposed a set of design principles for data-driven DSS in rural mobility contexts. These principles were implemented in a DSS for the Saarland region of Germany and evaluated with policymakers and public transport planners. Our findings contribute both conceptual design knowledge and practical guidance, demonstrating how DSS can foster more efficient, inclusive, and sustainable rural mobility planning.
Domain knowledge in artificial intelligence: Using conceptual modeling to increase machine learning accuracy and explainability
Storey, V. C., Parsons, J., Bueso, A. C., Tremblay, M. C., Lukyanenko, R., Castillo, A., Maass, W.
Data & Knowledge Engineering
Machine learning enables the extraction of useful information from large, diverse datasets. However, despite many successful applications, machine learning continues to suffer from performance and transparency issues. These challenges can be partially attributed to the limited use of domain knowledge by machine learning models. This research proposes using the domain knowledge represented in conceptual models to improve the preparation of the data used to train machine learning models. We develop and demonstrate a method, called the Conceptual Modeling for Machine Learning (CMML), which is comprised of guidelines for data preparation in machine learning and based on conceptual modeling constructs and principles. To assess the impact of CMML on machine learning outcomes, we first applied it to two real-world problems to evaluate its impact on model performance. We then solicited an assessment by data scientists on the applicability of the method. These results demonstrate the value of CMML for improving machine learning outcomes.
Machine learning enables the extraction of useful information from large, diverse datasets. However, despite many successful applications, machine learning continues to suffer from performance and transparency issues. These challenges can be partially attributed to the limited use of domain knowledge by machine learning models. This research proposes using the domain knowledge represented in conceptual models to improve the preparation of the data used to train machine learning models. We develop and demonstrate a method, called the Conceptual Modeling for Machine Learning (CMML), which is comprised of guidelines for data preparation in machine learning and based on conceptual modeling constructs and principles. To assess the impact of CMML on machine learning outcomes, we first applied it to two real-world problems to evaluate its impact on model performance. We then solicited an assessment by data scientists on the applicability of the method. These results demonstrate the value of CMML for improving machine learning outcomes.
Domain knowledge in artificial intelligence: Using conceptual modeling to increase machine learning accuracy and explainability
Veda C. Storey, Jeffrey Parsons, Arturo Castellanos Bueso, Monica Chiarini Tremblay, Roman Lukyanenko, Alfred Castillo, Wolfgang Maaß
Data & Knowledge Engineering
Machine learning enables the extraction of useful information from large, diverse datasets. However, despite many successful applications, machine learning continues to suffer from performance and transparency issues. These challenges can be partially attributed to the limited use of domain knowledge by machine learning models. This research proposes using the domain knowledge represented in conceptual models to improve the preparation of the data used to train machine learning models. We develop and demonstrate a method, called the Conceptual Modeling for Machine Learning (CMML), which is comprised of guidelines for data preparation in machine learning and based on conceptual modeling constructs and principles. To assess the impact of CMML on machine learning outcomes, we first applied it to two real-world problems to evaluate its impact on model performance. We then solicited an assessment by data scientists on the applicability of the method. These results demonstrate the value of CMML for improving machine learning outcomes.
Machine learning enables the extraction of useful information from large, diverse datasets. However, despite many successful applications, machine learning continues to suffer from performance and transparency issues. These challenges can be partially attributed to the limited use of domain knowledge by machine learning models. This research proposes using the domain knowledge represented in conceptual models to improve the preparation of the data used to train machine learning models. We develop and demonstrate a method, called the Conceptual Modeling for Machine Learning (CMML), which is comprised of guidelines for data preparation in machine learning and based on conceptual modeling constructs and principles. To assess the impact of CMML on machine learning outcomes, we first applied it to two real-world problems to evaluate its impact on model performance. We then solicited an assessment by data scientists on the applicability of the method. These results demonstrate the value of CMML for improving machine learning outcomes.
ESCADE: Energy-efficient Artificial Intelligence for Cost-effective and Sustainable Data Centers
Janzen, S., Stein, H., Trinley, K., Agnes, C., Jain, V., Rajeshkar, K., Shenoy, N., Rusch, A., Gosh, S., Maaß, W.
CAiSE
Data centers play a central role in digital transformation, especially in the field of artificial intelligence (AI). However, their energy consumption is enormous, e.g., 16 billion kWh in Germany in 2020. At the same time, energy costs are rising and climate neutrality requirements are increasing. These factors pose major challenges for the sustainable and cost-effective operation of data centers. This paper introduces the ESCADE project (05/2023 - 04/2026), an ongoing research initiative funded by the German Federal Ministry of Economics and Climate Action, aiming to optimize the energy-efficiency of AI in data centers. AI compression techniques such as knowledge distillation, quantization and neural architecture search result in smaller, more energy-efficient AI models that deliver comparable performance. When combined with neuromorphic hardware, these models can achieve energy savings of up to 80The ESCADE consortium, a multidisciplinary collaboration of seven industry and academic partners, explores energy- efficient AI in two use cases: visual computing for scrap sorting in steel industry and natural language processing for software development. This paper provides a comprehensive overview of the ESCADE project, outlining its objectives, work packages, and anticipated outcomes. A central contribution is the introduction of first results in terms of the information system EAVE: Energy Analytics for Cost-effective and Sustainable Operations. By using AI-based analyses, EAVE optimizes the relationship between AI performance and operating costs of AI applications in data centers. The system measures and predicts the energy consumption, CO emissions and operating costs of different AI model configurations, including hardware options. At the same time, it analyzes which factors significantly influence these values. This enables decision-makers to manage the operation of data centers in a data-based and efficient manner while meeting environmental targets.
Data centers play a central role in digital transformation, especially in the field of artificial intelligence (AI). However, their energy consumption is enormous, e.g., 16 billion kWh in Germany in 2020. At the same time, energy costs are rising and climate neutrality requirements are increasing. These factors pose major challenges for the sustainable and cost-effective operation of data centers. This paper introduces the ESCADE project (05/2023 - 04/2026), an ongoing research initiative funded by the German Federal Ministry of Economics and Climate Action, aiming to optimize the energy-efficiency of AI in data centers. AI compression techniques such as knowledge distillation, quantization and neural architecture search result in smaller, more energy-efficient AI models that deliver comparable performance. When combined with neuromorphic hardware, these models can achieve energy savings of up to 80The ESCADE consortium, a multidisciplinary collaboration of seven industry and academic partners, explores energy- efficient AI in two use cases: visual computing for scrap sorting in steel industry and natural language processing for software development. This paper provides a comprehensive overview of the ESCADE project, outlining its objectives, work packages, and anticipated outcomes. A central contribution is the introduction of first results in terms of the information system EAVE: Energy Analytics for Cost-effective and Sustainable Operations. By using AI-based analyses, EAVE optimizes the relationship between AI performance and operating costs of AI applications in data centers. The system measures and predicts the energy consumption, CO emissions and operating costs of different AI model configurations, including hardware options. At the same time, it analyzes which factors significantly influence these values. This enables decision-makers to manage the operation of data centers in a data-based and efficient manner while meeting environmental targets.
FEDWELL: Life-Long Federated User and Mental Modeling for Health and Well-being
Janzen, S., Saxena, P., Agnes, C., Kahn, M.E.U., Gomaa, A., Feld, M., Zenner, A., Lessel, P., Wolter, J., Daiber, F., Math, R., Kleer, N., Schwartz, T., Krüger, A., Maaß, W.
CAiSE
Adaptive and personalized AI systems in healthcare rely on user-specific and contextual information to provide support. However, incomplete, unreliable, and outdated data prevents both patients experiencing illness, pain, or cognitive impairment, as well as therapists, in making proper and informed decisions. Patients specifically may not have the knowledge to comprehend complex medical information, or effectively communicate symptoms. AI- driven mental models and user models can bridge these cognitive gaps, ensuring personalized and effective patient care. The FedWell research project (09/2023–08/2026), funded by the Federal Ministry of Education and Research (BMBF), explores the integration of artificial mental models (AMMs) and user models from various sources into adaptive AI systems to assist patients in decision-making. The project focuses on two key applications: rehabilitation support after knee/hip surgery and treatment decision assistance for patients with cognitive impairments (e.g., multiple sclerosis, dementia). FedWell employs a combination of structured surveys, contextual data collection, and AI techniques to model patient behavior, attitudes, and intentions. A decision support system MENTALYTICS is developed from fine-tuned large language models (LLaMA-2, LLaMA-3, Mistral, Phi-3), that employs AMMs. By the end of the project, FedWell aims to deliver robust AMMs capable of representing patient beliefs and decision-making processes, ultimately guiding them toward treatment options that best fit their individual needs.
Adaptive and personalized AI systems in healthcare rely on user-specific and contextual information to provide support. However, incomplete, unreliable, and outdated data prevents both patients experiencing illness, pain, or cognitive impairment, as well as therapists, in making proper and informed decisions. Patients specifically may not have the knowledge to comprehend complex medical information, or effectively communicate symptoms. AI- driven mental models and user models can bridge these cognitive gaps, ensuring personalized and effective patient care. The FedWell research project (09/2023–08/2026), funded by the Federal Ministry of Education and Research (BMBF), explores the integration of artificial mental models (AMMs) and user models from various sources into adaptive AI systems to assist patients in decision-making. The project focuses on two key applications: rehabilitation support after knee/hip surgery and treatment decision assistance for patients with cognitive impairments (e.g., multiple sclerosis, dementia). FedWell employs a combination of structured surveys, contextual data collection, and AI techniques to model patient behavior, attitudes, and intentions. A decision support system MENTALYTICS is developed from fine-tuned large language models (LLaMA-2, LLaMA-3, Mistral, Phi-3), that employs AMMs. By the end of the project, FedWell aims to deliver robust AMMs capable of representing patient beliefs and decision-making processes, ultimately guiding them toward treatment options that best fit their individual needs.
KI in der Rehabilitation: Anwendung künstlicher mentaler Modelle für eine personalisierte Medizin
Sabine Janzen, Prajvi Saxena, Cicy Agnes, Wolfgang Maaß
Bundesgesundheitsblatt - Gesundheitsforschung - Gesundheitsschutz
Artificial intelligence (AI) can support patient-centered care in prevention and rehabilitation. In Germany, almost 1.9 million patients were treated in rehabilitation hospitals in 2023, mostly due to musculoskeletal disorders. The success of rehabilitation depends on cooperation between patient, doctor, and therapist as well as active participation. However, cognitive limitations, language barriers, and psychological factors tackle decision-making and communication abilities of patients. This leads to incomplete or distorted data and impairs individualized therapy. A potential solution approach is to apply artificial mental models (AMMs) that anticipate patients’ unknown mental models. These concepts are based on cognitive science theories and world models from AI. AMMs can optimize treatment decisions, correct misjudgments, and thus increase the success of rehabilitation. Particularly in knee rehabilitation, an AI agent can determine how patients perceive their recovery and enable individual adjustments. The BMFTR project FedWELL investigates the use of AMM in rehabilitation. A non-discriminatory base model was developed using data from online forums, user studies, and machine learning models. Initial results show that AI-supported models can predict individual assumptions and expectations of patients within the rehabilitation process and enable personalized therapies. This article presents the research design of the project and reports the first results of the initial survey phase.
Artificial intelligence (AI) can support patient-centered care in prevention and rehabilitation. In Germany, almost 1.9 million patients were treated in rehabilitation hospitals in 2023, mostly due to musculoskeletal disorders. The success of rehabilitation depends on cooperation between patient, doctor, and therapist as well as active participation. However, cognitive limitations, language barriers, and psychological factors tackle decision-making and communication abilities of patients. This leads to incomplete or distorted data and impairs individualized therapy. A potential solution approach is to apply artificial mental models (AMMs) that anticipate patients’ unknown mental models. These concepts are based on cognitive science theories and world models from AI. AMMs can optimize treatment decisions, correct misjudgments, and thus increase the success of rehabilitation. Particularly in knee rehabilitation, an AI agent can determine how patients perceive their recovery and enable individual adjustments. The BMFTR project FedWELL investigates the use of AMM in rehabilitation. A non-discriminatory base model was developed using data from online forums, user studies, and machine learning models. Initial results show that AI-supported models can predict individual assumptions and expectations of patients within the rehabilitation process and enable personalized therapies. This article presents the research design of the project and reports the first results of the initial survey phase.
Large language models for conceptual modeling: Assessment and application potential
Veda C. Storey and Oscar Pastor and Giancarlo Guizzardi and Stephen W. Liddle and Wolfgang Maaß and Jeffrey Parsons and Jolita Ralyté and Maribel Yasmina Santos
Data & Knowledge Engineering
Large Language Models (LLMs) are being rapidly adopted for many activities in organizations, business, and education. Included in their applications are capabilities to generate text, code, and models. This leads to questions about their potential role in the conceptual modeling part of information systems development. This paper reports on a panel presented at the 43rd International Conference on Conceptual Modeling where researchers discussed the current and potential role of LLMs in conceptual modeling. The panelists discussed applications and interest levels and expressed both optimism and caution in the adoption of LLMs. Suggested is a need for much continued research by the conceptual modeling community on LLM development and their role in research and teaching.
Large Language Models (LLMs) are being rapidly adopted for many activities in organizations, business, and education. Included in their applications are capabilities to generate text, code, and models. This leads to questions about their potential role in the conceptual modeling part of information systems development. This paper reports on a panel presented at the 43rd International Conference on Conceptual Modeling where researchers discussed the current and potential role of LLMs in conceptual modeling. The panelists discussed applications and interest levels and expressed both optimism and caution in the adoption of LLMs. Suggested is a need for much continued research by the conceptual modeling community on LLM development and their role in research and teaching.