integrating generative ai
Integrating Generative AI into Art Therapy: A Technical Showcase
Schmutz, Yannis Valentin, Kravchenko, Tetiana, Souissi, Souhir Ben, Kurpicz-Briki, Mascha
This paper explores the integration of generative AI into the field of art therapy. Leveraging proven text-to-image models, we introduce a novel technical design to complement art therapy. The resulting AI-based tools shall enable patients to refine and customize their creative work, opening up new avenues of expression and accessibility. Using three illustrative examples, we demonstrate potential outputs of our solution and evaluate them qualitatively. Furthermore, we discuss the current limitations and ethical considerations associated with this integration and provide an outlook into future research efforts. Our implementations are publicly available at https://github.com/BFH-AMI/sds24.
- Oceania > Australia > New South Wales > Sydney (0.04)
- North America > United States > Hawaii > Honolulu County > Honolulu (0.04)
Integrating Generative AI with Network Digital Twins for Enhanced Network Operations
Muhammad, Kassi, David, Teef, Nassisid, Giulia, Farus, Tina
As telecommunications networks become increasingly complex, the integration of advanced technologies such as network digital twins and generative artificial intelligence (AI) emerges as a pivotal solution to enhance network operations and resilience. This paper explores the synergy between network digital twins, which provide a dynamic virtual representation of physical networks, and generative AI, particularly focusing on Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs). We propose a novel architectural framework that incorporates these technologies to significantly improve predictive maintenance, network scenario simulation, and real-time data-driven decision-making. Through extensive simulations, we demonstrate how generative AI can enhance the accuracy and operational efficiency of network digital twins, effectively handling real-world complexities such as unpredictable traffic loads and network failures. The findings suggest that this integration not only boosts the capability of digital twins in scenario forecasting and anomaly detection but also facilitates a more adaptive and intelligent network management system.
- Information Technology > Security & Privacy (1.00)
- Telecommunications > Networks (0.96)
- Information Technology > Networks (0.70)
Enhancing Binary Code Comment Quality Classification: Integrating Generative AI for Improved Accuracy
S, Rohith Arumugam, S, Angel Deborah
This report focuses on enhancing a binary code comment quality classification model by integrating generated code and comment pairs, to improve model accuracy. The dataset comprises 9048 pairs of code and comments written in the C programming language, each annotated as "Useful" or "Not Useful." Additionally, code and comment pairs are generated using a Large Language Model Architecture, and these generated pairs are labeled to indicate their utility. The outcome of this effort consists of two classification models: one utilizing the original dataset and another incorporating the augmented dataset with the newly generated code comment pairs and labels.