Responsive image





Ist die Zukunft der Politik digital? Wie Technologie die gesellschaftliche Willensbildung verändern könnte.

Wagener, Andreas (2025)

Weissenberger-Eibl, Marion (Hrsg.). Zukunftsgestalter Deutschland, S. 205 – 226. Springer Gabler, Berlin, Heidelberg. , 205 -226.
DOI: 10.1007/978-3-662-70324-3_12


Peer Reviewed
 

In der jüngeren Vergangenheit wurde viel über die Auswirkungen der Digitalisierung auf Politik und Demokratie diskutiert. Gleichzeitig schwächt ein globaler Krisenkreislauf das Vertrauen in die politische Handlungsfähigkeit. Dieser Beitrag untersucht, welche Alternativen die digitale Transformation für die gesellschaftliche Willensbildung bieten könnten. Er identifiziert Handlungsfelder digitalisierter Politik auf regionaler wie globaler Ebene und mögliche Lösungsansätze. Technologien wie KI, Distributed-Ledger-Verfahren und Virtual Reality können die Informationsverarbeitung im Vorfeld politischer Entscheidungen und die Stärkung bürgerlicher Partizipation unterstützen. Ferner bergen sie das Potenzial, tiefgreifende Veränderungen in politischen Systemen zu bewirken, indem menschliche Aufgaben an technische Systeme delegiert werden. Dabei ergibt sich ein schmaler Grat zwischen Utopie und Dystopie, wenn Effizienzerwartungen auf Fragen nach demokratischer Legitimation treffen.

more

Reimagining Cardiac Rehabilitation (CR): A Scoping Review on the Role of Extended Reality (XR) in Enhancing Physical, Psychological, and Educational Outcomes

Drossel, Matthias; Feick, Frank; Gläßel, Daniel; Schmola, Gerald (2025)

Frontiers in Health Informatics 14 (2), 2398-2408.


Open Access Peer Reviewed

The difference between Guidance and Learning – a Case Study of Augmented Assembly Assistance Systems

Castillo, Lina; Permin, Eike; Jahn, Cornelius; Drossel, Matthias...

ELSEVIER - https://www.sciencedirect.com/journal/procedia-cirp 134, 181-186.
DOI: 10.1016/j.procir.2025.03.013


Open Access Peer Reviewed
more

Comparison of Gaze Behavior in Real- and Simulated Driving

Czaban, Marcin; Purucker, Christian (2025)

Proceedings NeuroIS Retreat 2025 2025, 279 - 290.


Open Access Peer Reviewed
 

Driving simulators are essential for the development of vehicle sys-tems, as they enable safe and efficient user engagement. Their validity determines the extent to which the results from empirical user studies obtained in driving simulators can be transferred to real-world driving situations.

This study examines the gaze behavior of participants in a within-subject de-sign, both in a real vehicle and in a driving simulator with a digital road replica. Using gaze-point plots and expert ratings, we compare fixation patterns across three road sections (City Drive, Rural Drive, Highway). The results visually in-dicate a moderate to high similarity in gaze distributions, suggesting consistent fixation patterns in both environments, with some notable exceptions on an indi-vidual level and generally highest matches in the City Drive.

However, further statistical analyses are necessary to quantitatively confirm similarities and assess systematic differences.

more

Wie KI das Marketing verändert hat – von GAIO, Agenten und Persona-Bots.

Wagener, Andreas (2025)

16. Deutscher Marketing Excellence Tag 2025: Künstliche Intelligenz im Marketing: Vom Hype zur Realität, 15.05.2025.


more

AI – Game Changer in Economy and Society?

Wagener, Andreas (2025)

International Teaching Week Hof 2025.


more

Promoting psychological resources for coping with problematic media use: Development and evaluation of a training intervention

Sende, Cynthia; Soucek, Roman; Ebner, Katharina (2025)

Computers in Human Behavior Reports 18, 100619.
DOI: 10.1016/j.chbr.2025.100619


Open Access Peer Reviewed
 

Digital media have become an integral part of everyday life, education and work. However, intensive and problematic media use, and in particular problematic smartphone use has been shown to reliably predict reduced well-being and increased stress. Therefore, it is essential to investigate the factors that lead to problematic smartphone use and respective negative well-being outcomes and to develop interventions that effectively address these factors. Considering self-control and fear of missing out (FoMO) as key psychological factors promoting problematic smartphone use, we present a conceptual model explaining the emergence of digital stress due to problematic smartphone use, upon which we built a blended training intervention against digital stress. A controlled trial evaluation of the training intervention provided data at multiple time points for multilevel regression analyses on a sample of 175 university students. The results indicated that the intervention was effective in reducing FoMO (fear of missing out) and increasing self-control. Indirect effects suggested that both the reduction in FoMO and the gain in self-control effectively reduced emotional irritation and perceived stress via a reduction in problematic smartphone use. Conclusively, the findings identify key psychological factors that promote problematic smartphone use and demonstrate that these factors can be effectively addressed through appropriate psychological interventions.

more

Using LLMs as prompt modifier to avoid biases in AI image generators

Peinl, René (2025)

9th International Conference on Advances in Artificial Intelligence (ICAAI 2025), November 15-16, 2025 in Manchester, UK 2025.


Open Access Peer Reviewed
 

This study examines how Large Language Models (LLMs) can reduce biases in text-to-image generation systems by modifying user prompts. We define bias as a model's unfair deviation from population statistics given neutral prompts. Our experiments with Stable Diffusion XL, 3.5 and Flux demonstrate that LLM-modified prompts significantly increase image diversity and reduce bias without the need to change the image generators themselves. While occasionally producing results that diverge from original user intent for elaborate prompts, this approach generally provides more varied interpretations of underspecified requests rather than superficial variations. The method works particularly well for less advanced image generators, though limitations persist for certain contexts like disability representation. All prompts and generated images are available at https://iisys-hof.github.io/llm-prompt-img-gen/


more

Digitalisierung der Pflege – Möglichkeiten und Herausforderungen in der ambulanten und stationären Versorgung – Chancen für das Bayerische Rote Kreuz“,

Wolff, Dietmar (2025)

ForumPflege LIVE, Bayerisches Rotes Kreuz, online 30.04.2025..



Transformation in Health Care, Chapter: Skill and Grade Mix in Nursing

Drossel, Matthias (2025)

, 261-271.
DOI: 10.1007/978-3-031-78322-7


Peer Reviewed
more

To Model, to Prompt, or to Code? The Choice is Yours — A Multi-paradigmatic Approach to Software Development

Buchmann, Thomas; Schwägerl, Felix; Peinl, René (2025)

20th International Conference on Software Technologies. 10-12.06.2025, Bilbao, Spain .


Open Access Peer Reviewed
 

This paper considers three fundamental approaches to software development, namely manual coding, modeldriven software engineering, and code generation by large language models. All of these approaches have their individual pros and cons, motivating the desire for an integrated approach. We present MoProCo, a technical solution to integrate the three approaches into a single tool chain, allowing the developer to split a software engineering task into modeling, prompting or coding sub-tasks. From a single input file consisting of static model structure, natural language prompts and/or source code fragments, Java source code is generated using a two-stage approach. A case study demonstrates that the MoProCo approach combines the desirable properties of the three development approaches by offering the appropriate level of abstraction, determinism, and dynamism for each specific software engineering sub-task.


Benchmarking Vision Language Models on German Factual Data

Peinl, René; Tischler, Vincent (2025)

21st International Conference on Artificial Intelligence Applications and Innovations, 26 – 29 June, 2025, Limassol, Cyprus.


Open Access Peer Reviewed
 

Similar to LLMs, the development of vision language models is mainly driven by English datasets and models trained in English and Chinese language, whereas support for other languages, even those considered high-resource languages such as German, remains significantly weaker. In this work we present an analysis of open-weight VLMs on factual knowledge in the German and English language. We disentangle the image-related aspects from the textual ones by analyzing accuracy with jury-as-a-judge in both prompt languages and images from German and international contexts. We found that for celebrities and sights, VLMs struggle because they are lacking visual cognition of German image contents. For animals and plants, the tested models can often correctly identify the image contents according to the scientific name or English common name but fail in German language. Cars and supermarket products were identified equally well in English and German images across both prompt languages.


more

Fragile Stabilität. Gestalterische Studien zur dynamischen Organisation von Wahrnehmungsstrukturen

Muth, Claudia (2025)

In J. F. Popp & G. Foken (Eds.), Design als Kulturpraxis. Würzburger Beiträge zur Designforschung. Wiesbaden: Springer VS. 2025, 31-67.
DOI: 10.1007/978-3-658-46953-5_3


Peer Reviewed
more

Governance of Things: KI und DAOs in der Politik.

Wagener, Andreas (2025)

dpr ai@media.


Open Access
 

Nach einer Studie des spanischen Center of the Governance of Change würde ein Viertel der Befragten Europäer es bevorzugen, dass politische Entscheidungen eher von einer KI als von Politikern aus Fleisch und Blut getroffen werden würden. Damit würde der Endpunkt einer Entwicklung zunehmender Mechanisierung gesellschaftlicher Prozesse beschrieben, die vor allem durch den Rückgriff auf Technologien wie Maschinelles Lernen und Blockchain möglich wird. Führt dies zu mehr in Verwaltung und Staat oder befinden wir uns damit auf dem Weg in eine Dystopie?

more

Die Zukunft der Pflege liegt in der TI!

Wolff, Dietmar; Stock, Nele (2025)

Session „Anbindung an die TI, Entscheidungsunterstützung durch KI, … – Pflege im digitalen Aufbruch ?!“, DMEA 2025, Berlin 08.04.2025.



Comparison of the stabilization efficiency of a conventional antioxidant, biobased alternatives derived from wine by-products, and their extracts in poly(butylene succinate) (PBS) and poly(lactic acid) (PLA)

Hiller, Benedikt; Rudnick, Alexander; Krieg, David; Schübel, Lea; Azzi, Julia...

Polymer Degradation and Stability 2025 (240), 111515.


Open Access Peer Reviewed

Technologie trifft Intuition

Wagener, Andreas (2025)

Markenartikel – Das Magazin für Markenführung.


Open Access
 

KI eröffnet für das Marketing und die Mediaplanung neue Möglichkeiten. Marken, die die analytische und operative Effizienz intelligenter Systeme nutzen wollen, sollten aber einiges beachten. Was, das erläutert Andreas Wagener, Professor für Digitales Marketing an der Hochschule Hof.

more

Anstellung von Ärzten in der vertragsärztlichen Versorgung – Anstellungsgenehmigung, Statusentscheidungen, Vergütungsfähigkeit

Finn, Markus (2025)

Sozialgerichtsbarkeit (SGb) – Zeitschrift für das aktuelle Sozialrecht 72 (4), 189 – 198.


more

pharmIn² - Paving the Way for Sustainable Pharmaceutical Wastewater Treatment

Mundackal, Jasmine Rose; Frank, Julia; Müller-Czygan, Günter; Dörfler, Wiebke...

Terra Green 04/2025, 49-52.



Kompetenzbildung und -entwicklung der Profession Pflege. IN: Berufsfeldentwicklung Pflege Gesundheitsversorgung sichern, Profession gestalten

Drossel, Matthias (2025)

Kohlhammer.


Peer Reviewed

Forschung und Entwicklung

Hochschule für Angewandte Wissenschaften Hof

Alfons-Goppel-Platz 1
95028 Hof

T +49 9281 409 - 4690
valentin.plenk[at]hof-university.de

Support of publications

Daniela Stock

T 09281 409 – 3042
daniela.stock.2[at]hof-university.de