Kuhn, Sebastian; Penzel, Paul; Hahn, Lars; Feiri, Tania; Kaliske, Malte; Chokri, Cherif; Ricker, Markus (2025)
Kuhn, Sebastian; Penzel, Paul; Hahn, Lars; Feiri, Tania; Kaliske, Malte; Chokri, Cherif...
Proceedings of the 2025 fib International Symposium on Conceptual Design of Concrete Structures. Antibes, France, June 16-18, 2025. 2025, S. 1377-1383.
Peinl, René; Eren, Özgür (2025)
11th International Conference of the Immersive Learning Research Network (iLRN2025), June 16-19, 2025, Chicago, IL, United States 2025.
Virtual reality has proven to be a valuable addition in the tool belt of teachers. Immersive learning environments are applied in various settings, including, but not limited to the medical and nursing domain. In this study we present “We care in VR”, a simulation for practicing nursing tasks for care at home, a part of nursing that is currently underrepresented in available VR applications. We investigate how realistic interactions are perceived by end users compared to consistent usage of buttons on the controllers and how they affect the ease of use of the simulation. We conduct an empirical study with 50 participants from three vocational schools of nursing and a university of applied sciences. Results suggest that our simulation already works quite well and is accepted by the target group, but still needs improvement regarding ease of use, especially for users without any previous experience with VR applications.
Hahn, Lars; Penzel, Paul; Friese, Danny; Zierold, Konrad; Chokri, Cherif; Ficker, Frank (2025)
Hahn, Lars; Penzel, Paul; Friese, Danny; Zierold, Konrad; Chokri, Cherif...
Proceedings 24th World Textile Conference AUTEX 2025, Germany (Dresden), 11–13. Juni. 2025.
DOI: 10.25368/2025.006
Wagener, Andreas (2025)
Weissenberger-Eibl, Marion (Hrsg.). Zukunftsgestalter Deutschland, S. 205 – 226. Springer Gabler, Berlin, Heidelberg. , S. 205 -226.
DOI: 10.1007/978-3-662-70324-3_12
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.
Drossel, Matthias; Feick, Frank; Gläßel, Daniel; Schmola, Gerald (2025)
Frontiers in Health Informatics 14 (2), S. 2398-2408.
Castillo, Lina; Permin, Eike; Jahn, Cornelius; Drossel, Matthias; Wohlgemuth, Carsten (2025)
Castillo, Lina; Permin, Eike; Jahn, Cornelius; Drossel, Matthias...
ELSEVIER - https://www.sciencedirect.com/journal/procedia-cirp 134, S. 181-186.
DOI: 10.1016/j.procir.2025.03.013
Wagener, Andreas (2025)
16. Deutscher Marketing Excellence Tag 2025: Künstliche Intelligenz im Marketing: Vom Hype zur Realität, 15.05.2025.
Wagener, Andreas (2025)
International Teaching Week Hof 2025.
Sende, Cynthia; Soucek, Roman; Ebner, Katharina (2025)
Computers in Human Behavior Reports 18, 100619.
DOI: 10.1016/j.chbr.2025.100619
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.
Peinl, René (2025)
9th International Conference on Advances in Artificial Intelligence (ICAAI 2025), September 11-13, 2025 in Manchester, UK 2025.
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/
Wolff, Dietmar (2025)
ForumPflege LIVE, Bayerisches Rotes Kreuz, online 30.04.2025..
Drossel, Matthias (2025)
, S. 261-271.
DOI: 10.1007/978-3-031-78322-7
Buchmann, Thomas; Schwägerl, Felix; Peinl, René (2025)
20th International Conference on Software Technologies. 10-12.06.2025, Bilbao, Spain .
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.
Peinl, René; Tischler, Vincent (2025)
21st International Conference on Artificial Intelligence Applications and Innovations, 26 – 29 June, 2025, Limassol, Cyprus.
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.
Muth, Claudia (2025)
In J. F. Popp & G. Foken (Eds.), Design als Kulturpraxis. Würzburger Beiträge zur Designforschung. Wiesbaden: Springer VS. 2025, S. 31-67.
DOI: 10.1007/978-3-658-46953-5_3
Wagener, Andreas (2025)
dpr ai@media.
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?
Wolff, Dietmar; Stock, Nele (2025)
Session „Anbindung an die TI, Entscheidungsunterstützung durch KI, … – Pflege im digitalen Aufbruch ?!“, DMEA 2025, Berlin 08.04.2025.
Wagener, Andreas (2025)
Markenartikel – Das Magazin für Markenführung.
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.
Finn, Markus (2025)
Sozialgerichtsbarkeit (SGb) – Zeitschrift für das aktuelle Sozialrecht 72 (4), S. 189 – 198.
Mundackal, Jasmine Rose; Frank, Julia; Müller-Czygan, Günter; Dörfler, Wiebke; Neuhaus, Wolfgang; Pöschl, Ulla (2025)
Mundackal, Jasmine Rose; Frank, Julia; Müller-Czygan, Günter; Dörfler, Wiebke...
Terra Green 04/2025, S. 49-52.
Alfons-Goppel-Platz 1
95028 Hof
T +49 9281 409 - 4690
valentin.plenk[at]hof-university.de