Generative AI
Generative AI
INTRODUCTION
1.1. Definition And Overview of Generative Ai
Generative Artificial Intelligence (Generative AI) refers to a class of AI models capable of producing
novel and realistic outputs, such as images, text, audio, and synthetic data, that resemble the data
they were trained on. Unlike discriminative AI models, which are designed to classify or predict
based on input data, generative models learn the underlying patterns and structures of their training
datasets to create new, original content. This capability marks a significant paradigm shift in the field
of artificial intelligence, moving beyond mere analysis to active creation. The core principle behind
Generative AI lies in its ability to understand and replicate the statistical properties of data, allowing
it to generate diverse and coherent samples that are often indistinguishable from real-world data.
This transformative power has led to widespread applications across various industries, from
automating content creation to enabling advanced scientific research (Fu, Hadid, & Damer, 2025).
To introduce the key models and architectures that form the theoretical foundation of
generative systems, including GANs, VAEs, Transformers, and Diffusion Models, explaining
how they learn and synthesize new data.
To survey application domains across various industries such as text generation, image
synthesis, music and video generation, game design, and daily applications, illustrating the
practical utility and transformative potential of Generative AI.
To analyze the ethical, legal, and social implications of synthetic content, including issues
related to copyright, misinformation, bias, and the impact on human creativity and labor.
To explore future directions for Generative AI, including advancements in multimodal
models, hyper-personalization, and the development of responsible AI, along with the
evolving landscape of governance and regulation.
By achieving these objectives, this e-book seeks to bridge the gap between technical developments
and real-world impact, making it a valuable resource for AI and data science researchers, students,
content creators, policymakers, and general readers interested in the future of creativity and AI. The
methodology employed is a literature study, synthesizing insights from academic journals, industry
whitepapers, and relevant regulatory frameworks to provide a scholarly yet accessible discussion of
Generative AI.
2. FOUNDATIONS OF GENERATIVE AI
Generative AI models are built upon various architectural foundations, each with unique strengths
and mechanisms for generating new data. This chapter delves into the core technologies that
underpin Generative AI: Generative Adversarial Networks (GANs), Variational Autoencoders (VAEs),
Transformer Models, and Diffusion Models. Understanding these foundational architectures is crucial
for appreciating the capabilities and limitations of modern generative systems.
His seminal paper, "Generative Adversarial Nets" (Goodfellow et al., 2014), marked a pivotal shift in
AI research by proposing a framework in which machines could be trained not just to classify or
predict, but to create. Prior to this, most AI models focused on interpreting existing data; GANs
introduced the possibility of machines synthesizing entirely new data with high degrees of realism.
2.1.1. How Do GANs Work?
At their core, GANs operate through a competitive learning process between two neural networks,
the generator and the discriminator. The generator attempts to produce data such as an image
starting from random noise, while the discriminator evaluates whether the data is real (from the
dataset) or fake (produced by the generator). If the discriminator identifies the output as fake, the
generator adjusts and tries again. This iterative “game” continues until the generator becomes
proficient enough to produce outputs so realistic that the discriminator can no longer tell the
difference.
This interaction can be likened to a student submitting assignments to a very strict teacher: with
every iteration, the student (generator) improves based on the teacher's (discriminator's) feedback
until the work becomes indistinguishable from an authentic example (Bhandari et al., 2025).
GANs gained immediate attention due to their ability to generate highly realistic outputs, from
human faces and natural landscapes to unique artistic styles. Early creative AI tools leveraged GANs
to produce surreal, dreamlike images. Fundamentally, the goal of a GAN is to minimize the
divergence between the distribution of real data and the distribution of generated data (Cai, Chen,
Cai, Cheng, & Wang, 2020).
Marketing and Creative Media. Advanced variants of GANs, like V-GANs, are revolutionizing digital
advertising. These models are capable of producing visually compelling and engaging animated
advertisements for platforms such as social media and streaming services. Compared to earlier
versions like Vanilla GANs or Variational Autoencoders (VAEs), V-GANs offer greater detail, creativity,
and visual fidelity making them highly cost-effective tools for modern brand engagement (Kong,
2025)
Healthcare and Medical Research. In the medical field, GAN-based models such as CTAB-GAN+ are
used to generate synthetic clinical datasets that mimic real patient records, particularly for rare
conditions like acute myeloid leukemia. This synthetic data circumvents privacy and regulatory
restrictions, allowing researchers to study disease patterns, test hypotheses, and design clinical trials
without compromising patient confidentiality. It represents a significant breakthrough in ethical data
sharing and research accessibility (Kotter & Pinto dos Santos, 2024).
Education and Policy Evaluation. In educational analytics, GANs and Artificial Neural Networks (ANNs)
are being utilized to predict student performance in private universities. By analyzing classroom data,
these models can detect discrepancies between educational policies and actual student outcomes.
This enables institutions to proactively identify ineffective strategies and enhance teaching quality
through targeted reforms (Minghui & Zhijun, 2023).
More critically, the very strengths that make GANs powerful also make them potentially dangerous.
GANs can be used to create highly convincing fake images, videos, or audio clips raising serious
concerns around misinformation, deepfakes, identity theft, and digital fraud. As these technologies
advance, so does the risk of misuse (L. H. Singh, Charanarur, & Chaudhary, 2025). Developers,
researchers, and policymakers must remain vigilant in addressing the dual-use nature of GANs.
Responsible deployment requires not only technical oversight but also ethical foresight, especially as
these tools become integrated into high-impact sectors like media, security, and education (Akansha
Singh & Singh, 2025). The promise of GANs is immense but so is the responsibility that comes with
wielding them. We will explore these ethical and governance challenges in more detail in the
following sections.
At the heart of a VAE is a neural network architecture designed to learn compressed, continuous, and
meaningful representations of data known as the latent space. As depicted in the diagram above, the
architecture follows an encoder and decoder structure, enhanced by a probabilistic framework.
The Encoder takes an input xx and outputs two vectors: the mean μμ and the standard deviation σσ
of a Gaussian distribution in the latent space. These define the parameters of the approximate
posterior distribution q(z∣x)q(z∣x), from which a latent vector zz is sampled (Bie et al., 2025).
Rather than sampling zz directly (which would break the backpropagation process), the
reparameterization trick is used z=μ+ σ ⋅ ϵ , ϵ ∼ N ( 0 , I ) This trick ensures that the model remains
differentiable and trainable through gradient descent. The Decoder then takes this latent vector zz
and reconstructs the input x′x′, attempting to make it as close as possible to the original xx. The
training objective of a VAE is to maximize the Evidence Lower Bound (ELBO), which balances two
competing goals:
Reconstruction Loss Measures how well the reconstructed output x ′x ′ matches the original
input xx, encouraging the model to capture essential features.
KL Divergence Loss Regularizes the latent space by encouraging the learned distribution
q(z∣x)q(z∣x) to be close to a standard normal prior p(z)p(z). This results in a smoother, more
structured latent space suitable for interpolation and sampling.
This design not only allows VAEs to reconstruct data but also to generate new samples by drawing
directly from the latent space.
In the realm of deep learning, diffusion models have rapidly risen to prominence and, in many
applications, have outperformed previous state-of-the-art generative models such as GANs and VAEs.
They are particularly valued for their ability to produce high-fidelity images, superior training
stability, and the structured latent representation they inherit from probabilistic frameworks like
VAEs. Unlike GANs, which often struggle with training instability or mode collapse, diffusion models
follow a more predictable and controllable process making them especially powerful for creative and
conditional generation tasks.
Diffusion models operate through two main phases, forward diffusion and reverse denoising. In the
forward process, a clean image is gradually corrupted by noise over a series of time steps. At each
step, a small amount of Gaussian noise is added, until the original image becomes unrecognizable
essentially a cloud of static. Although the resulting noise may seem random, the model follows a
precise schedule of noise addition at each timestep.
The reverse process begins once the image is fully noised. Here, the model is trained to progressively
denoise the image, removing the noise step-by-step to recover the original or create a new one. This
denoising is not done arbitrarily; it relies on learned Gaussian probability distributions to calculate
how to reduce the noise intelligently at each stage. The process is repeated multiple times during
training, and the model becomes increasingly adept at predicting and removing noise in a coherent
and structured manner (Yang et al., 2024).
In conditional diffusion models, such as DALL·E or MidJourney, the denoising process is guided by
additional input like text prompts or reference images. Instead of generating images randomly, the
model produces outputs that align closely with the given instructions enabling powerful applications
such as text-to-image generation. This prompt-driven generation allows for high controllability and
fine-grained customization, making diffusion models exceptionally versatile in both creative and
practical contexts.
In the medical field, diffusion-based text-to-image models like DALL·E, Firefly, and Stable Diffusion are
being explored for their potential to assist in visualizing complex medical concepts, simulating rare
conditions, and producing educational content for clinicians and patients. They can generate
synthetic medical imagery where real datasets are scarce or sensitive, such as rare disease
manifestations or anatomical visuals for training. While promising, such applications require rigorous
validation to ensure the outputs are medically accurate and do not lead to misinterpretation or
misinformation.
In art and visual design, diffusion models are redefining creative workflows. Unlike GANs, which
often suffer from limited output variety and unstable training, diffusion models gradually refine
images from noise, leading to outputs with greater consistency, higher resolution, and more intricate
detail. Their ability to interpret nuanced prompts and transform them into vivid, coherent visuals has
made them central to modern digital art, branding, and storytelling. Artists, designers, and content
creators now rely on these tools to bring imaginative concepts to life with unmatched clarity and
control (Akansha Singh & Singh, 2025).
Interpretability is another concern. Like many deep learning systems, diffusion models operate as
black boxes, making it difficult to trace how specific outputs are derived from given inputs. This lack
of transparency can be problematic in domains where accountability or explanation is essential.
Moreover, diffusion models often rely on large, uncurated datasets scraped from the internet, which
can introduce biases into the generated content. These biases whether cultural, racial, or gender-
related can unintentionally reinforce harmful stereotypes or exclude underrepresented groups.
Finally, diffusion models raise important ethical considerations around the generation of synthetic
media. While less prone to abuse than GANs in creating deepfakes, the potential for misuse still
exists, especially when AI-generated visuals are mistaken for real content or are used in manipulative
or deceptive contexts (Fu et al., 2025).
Table 1. GANs, VAEs, and Diffusion Models in the context of supporting technologies for Generative AI
3. STUDY CASE
Generative AI has transcended theoretical discussions to find practical applications across a
multitude of domains, revolutionizing industries and daily life. This chapter explores the diverse use
cases of generative models, highlighting their transformative impact on content creation,
entertainment, healthcare, and beyond.
What shocked the public was the fact that the artwork was entirely generated by artificial
intelligencespecifically, through a text-to-image model known as Midjourney. The creator, Jason M.
Allen, is not a traditional painter but a tech-savvy creative who composed prompts, refined outputs,
and printed the final AI-generated image for submission. Although Allen openly disclosed that the
artwork was made with AI, the result ignited intense controversy across the art and creative
communities (Amar Singh & Tholia, 2024).
On the other hand, Allen defended his work, asserting that AI was merely a tool just like Photoshop
for digital artists or a brush for traditional painters. He emphasized that he had spent weeks iterating
hundreds of prompts to achieve the final result. “I didn’t hide the process,” Allen told The New York
Times (Roose, 2022).
Risk Explanation
Devaluation of Art Mass production of art by AI can reduce the emotional and cultural value
traditionally associated with human-made art.
Crisis of Cultural Identity Difficulty in distinguishing human vs. AI-generated works can blur cultural
authenticity and undermine original expression.
Job Displacement in Professions such as illustrators, graphic designers, and freelancers may be
Creative Fields replaced by faster, cheaper AI tools (Adobe, 2023).
Misuse and Visual AI can be weaponized to create deepfakes, misinformation, and digital fraud
Manipulation (Vincent, 2023).
The greatest challenge ahead lies not in the capabilities of AI itself, but in the ethical frameworks,
public awareness, and policy responses that must accompany its growth. Without proper discourse
and adaptive regulations, AI may risk dismantling the foundational values that have long shaped the
creative and cultural industries.
The environmental impact extends beyond training to inference, where millions of users generate
content daily. Each query to a generative AI system consumes energy, and the cumulative effect of
widespread adoption could be substantial. This has led to calls for greater transparency in reporting
energy consumption and carbon emissions, as well as investment in renewable energy sources for AI
infrastructure.
These biases can have real-world consequences, particularly when generative AI is used in sensitive
applications like hiring, education, or healthcare. Addressing bias requires diverse training data,
inclusive development teams, and ongoing monitoring of model outputs.
Data Leakage: Models might inadvertently generate content that reveals private information
about individuals whose data was used in training.
Inference Attacks: Adversaries might be able to extract information about the training data
by carefully crafting queries to the model.
Consent Issues: Much of the data used to train generative models was collected without
explicit consent for AI training purposes, raising questions about data ownership and usage
rights.
The challenge is compounded by the global nature of AI development, where data collected in one
jurisdiction may be used to train models deployed worldwide, creating complex legal and ethical
questions about data governance.
4.2. Legal Implications
The legal landscape surrounding Generative AI is rapidly evolving, with courts, legislators, and
regulatory bodies struggling to keep pace with technological developments. The legal challenges are
multifaceted and often involve conflicts between existing laws and new technological capabilities.
Unified Understanding: Multimodal models can process text, images, audio, and video
together, enabling more sophisticated understanding of complex scenarios. For example, a
model could analyze a video, understand the spoken dialogue, read any text in the scene,
and generate a comprehensive summary.
Cross-Modal Generation: These systems can generate content in one modality based on
input from another. For instance, generating images from text descriptions, creating music
from visual art, or producing video content from written scripts.
Enhanced Contextual Awareness: By processing multiple types of information
simultaneously, multimodal models can achieve better contextual understanding and
generate more relevant and accurate outputs.
Examples of emerging multimodal systems include GPT-4V (which combines text and vision), DALL-E
3 (which integrates text understanding with image generation), and various research projects
exploring video-text-audio integration.
5.1.2. Hyper-Personalization
The future of Generative AI points toward increasingly personalized experiences (du Plooy, Casteleijn,
& Franzsen, 2024)that adapt to individual users' preferences, contexts, and needs:
Adaptive Content Creation: AI systems will learn from user interactions to generate content
that matches individual styles, preferences, and requirements. This could include
personalized news summaries, customized educational materials, or tailored entertainment
content.
Context-Aware Generation: Future systems will consider broader context, including user
location, time of day, current activities, and emotional state, to generate more relevant and
timely content.
Personal AI Assistants: Advanced AI assistants will understand individual users deeply enough
to anticipate needs and generate appropriate responses, content, or recommendations
proactively.
Model Compression: Techniques like pruning, quantization, and knowledge distillation are
making it possible to create smaller, more efficient models that maintain high performance
while requiring less computational power.
Edge Computing: Moving AI processing closer to users through edge computing reduces the
need for energy-intensive data center operations and improves response times .
Green AI Initiatives: Research into more energy-efficient architectures, training methods, and
hardware is making AI development more sustainable.
Co-Creation Tools: Advanced interfaces will enable seamless collaboration between humans
and AI, where each contributes their unique strengths to the creative process.
Iterative Refinement: AI systems will become better at understanding and incorporating
human feedback, enabling more sophisticated iterative creation processes.
Augmented Creativity: AI will enhance human creative capabilities by providing inspiration,
generating variations, and handling routine tasks, allowing humans to focus on higher-level
creative decisions.
Distributed Processing: Large models can be distributed across multiple computing nodes,
enabling more efficient processing and reduced latency.
Federated Learning: Training models across distributed datasets while preserving privacy is
becoming more sophisticated, enabling better models without centralizing sensitive data.
Real-Time Generation: Edge computing is making real-time content generation possible for
applications like augmented reality, autonomous vehicles, and interactive entertainment.
Content Provenance: Blockchain and cryptographic techniques are being developed to track
the origin and modification history of digital content.
AI Watermarking: Technical solutions for embedding invisible markers in AI-generated
content are becoming more sophisticated and harder to remove.
Digital Identity Verification: Systems for verifying the identity of content creators and the
authenticity of their work are evolving to address deepfake and misinformation concerns.
Technical Standards: Organizations like IEEE, ISO, and NIST are developing technical standards
for AI safety, security, and performance.
Certification Programs: Industry certification programs are emerging to validate AI systems
against established safety and ethical criteria.
Professional Ethics: Professional organizations are developing codes of ethics and conduct for
AI practitioners and researchers.
Multilateral Initiatives: Organizations like the OECD, UN, and G7 are developing international
frameworks for AI governance.
Bilateral Agreements: Countries are establishing bilateral agreements for AI cooperation,
research sharing, and regulatory alignment.
Global Standards: Efforts to establish global standards for AI safety, security, and ethics are
ongoing, though achieving consensus remains challenging.
6. CONCLUSION
Generative AI stands at the forefront of a technological revolution, redefining the way we create,
communicate, and innovate across industries. Through the combined advancements of Generative
Adversarial Networks (GANs), Variational Autoencoders (VAEs), and Diffusion Models, AI has evolved
from simply recognizing patterns to producing entirely new and high-quality content in visual, audio,
and textual forms. These models, supported by technologies such as IoT, AI-driven analytics, XR
environments, blockchain, and 5G edge computing, have unlocked applications ranging from
photorealistic media generation and medical simulation to immersive Metaverse environments and
intelligent digital twins. The flexibility and capability of these systems are driving new business
models, democratizing creativity, and accelerating innovation in ways previously unimaginable.
Yet, with this transformative power comes a profound responsibility. Generative AI raises complex
challenges surrounding ethics, intellectual property, bias, misinformation, and the digital divide. As
these technologies become more deeply embedded in creative, industrial, and societal ecosystems,
it is crucial to establish robust governance frameworks, transparent data usage policies, and
equitable access strategies. By embracing innovation while safeguarding human values, the future of
Generative AI can be one where creativity, inclusivity, and trust are strengthened, ensuring that its
impact serves the best interests of humanity.
REFERENCES
Ahmad, Z., Jaffri, Z. ul A., Chen, M., & Bao, S. (2025). Understanding GANs: fundamentals,
variants, training challenges, applications, and open problems. Multimedia Tools and
Applications, 84(12), 10347–10423. [Link]
Bhandari, S., Lencastre, P., Mathema, R., Szorkovszky, A., Yazidi, A., & Lind, P. G. (2025).
Modeling eye gaze velocity trajectories using GANs with spectral loss for enhanced fidelity.
Scientific Reports, 15(1), 19929. [Link]
Bie, F., Yang, Y., Zhou, Z., Ghanem, A., Zhang, M., Yao, Z., … Song, S. L. (2025). RenAIssance: A
Survey Into AI Text-to-Image Generation in the Era of Large Model. IEEE Transactions on
Pattern Analysis and Machine Intelligence, 47(3), 2212–2231.
[Link]
Boopathy, P., Deepa, N., Maddikunta, P. K. R., Victor, N., Gadekallu, T. R., Yenduri, G., …
Liyanage, M. (2025). The Metaverse for Industry 5.0 in NextG Communications: Potential
Applications and Future Challenges. IEEE Open Journal of the Computer Society, 6, 4–24.
[Link]
Cai, L., Chen, Y., Cai, N., Cheng, W., & Wang, H. (2020). Utilizing amari-alpha divergence to
stabilize the training of generative adversarial networks. Entropy, 22(4).
[Link]
Capeto, C. (2024). Theatre and AI: A brief study of ethics in narratives and performance.
[Link]
Chen, X., Kingma, D. P., Salimans, T., Duan, Y., Dhariwal, P., Schulman, J., … Abbeel, P. (2017).
Variational lossy autoencoder. 5th International Conference on Learning Representations, ICLR
2017 - Conference Track Proceedings.
Cunningham, J. (2025). Painting in gray: the legal and ethical ambiguities of AI-generated art.
Journal of Information, Communication and Ethics in Society, 23(3), 384–391.
[Link]
Di Salvo, P. (2024). Dealing with the Black Box: European Journalists and the Threats of Spyware.
Digital Journalism. [Link]
Dinesh Deckker, & Subhashini Sumanasekara. (2025). Dreams and Data: Ghibli-Style Art, Copyright,
and the Rise of Viral Ai Imagery. International Journal of Global Economic Light, 54–65.
[Link]
du Plooy, E., Casteleijn, D., & Franzsen, D. (2024). Personalized adaptive learning in higher
education: A scoping review of key characteristics and impact on academic performance and
engagement. Heliyon, 10(21), e39630. [Link]
Fenta, A. A. (2025). A review on enhancing education with AI: exploring the potential of ChatGPT,
Bard, and generative AI. Discover Education, 4(1). [Link]
Fu, B., Hadid, A., & Damer, N. (2025). Generative AI in the context of assistive technologies: Trends,
limitations and future directions. Image and Vision Computing, 154.
[Link]
Goodfellow, I. J., Pouget-Abadie, J., Mirza, M., Xu, B., Warde-Farley, D., Ozair, S., … Bengio, Y.
(2014). Generative Adversarial Nets. In Z. Ghahramani, M. Welling, C. Cortes, N. Lawrence, &
K. Q. Weinberger (Eds.), Advances in Neural Information Processing Systems (Vol. 27). Curran
Associates, Inc. Retrieved from
[Link]
-[Link]
GÜLAÇTI, İ. E., & KAHRAMAN, M. E. (2021). The Impact of Artificial Intelligence on
Photography and Painting in the Post-Truth Era and the Issues of Creativity and Authorship.
Medeniyet Sanat Dergisi, 7(2), 243–270. [Link]
Hamid, I., & Rahman, M. M. H. (2025). AI, machine learning and deep learning in cyber risk
management. Discover Sustainability, 6(1). [Link]
Ismail, S. J. I., Hendrawan, Rahardjo, B., Juhana, T., & Musashi, Y. (2025). MIDALF—multimodal
image and audio late fusion for malware detection. Eurasip Journal on Information Security,
2025(1). [Link]
Ivanova, M. (2025). AI, art and morality. AI and Ethics, 5(4), 4269–4278.
[Link]
Karim, M. R., Beyan, O., Zappa, A., Costa, I. G., Rebholz-Schuhmann, D., Cochez, M., & Decker, S.
(2021). Deep learning-based clustering approaches for bioinformatics. Briefings in
Bioinformatics, 22(1), 393–415. [Link]
Kawakami, R., & Venkatagiri, S. (2024). The Impact of Generative AI on Artists. In ACM
International Conference Proceeding Series (pp. 79–82). New York, NY, USA: ACM.
[Link]
Keskin, B., & Salman, B. (2020). Building Information Modeling Implementation Framework for
Smart Airport Life Cycle Management. Transportation Research Record, 2674(6), 98–112.
[Link]
Khattak, M., Cohen, S. E., Taylor, K., Adinath, D. R., IS, S., Kim, K., … Adikane, N. (2023). GPU-
Driven Service Vulnerabilities in ChatGPT: Lessons from the Ghibli Trend and Transparency
Failures. Proceedings of the Eleventh …. [Link]
Kong, M. (2025). Deep learning model optimization in creative generation for new media animated
ads. Discover Artificial Intelligence, 5(1). [Link]
Kotter, E., & Pinto dos Santos, D. (2024). Ethics and artificial intelligence. Radiologie, 64(6), 498–
502. [Link]
Md Sultanul Arefin Sourav, Md Imran Khan, & Tanvir Rahman Akash. (2020). Data Privacy
Regulations and Their Impact on Business Operations: A Global Perspective. Journal of
Business and Management Studies, 2(1), 49–67. [Link]
Minghui, Z., & Zhijun, L. (2023). Enhancing Education Performance through Machine Learning: A
Study of Student Learning Outcomes Prediction Using GANs and ANNs. In 2023 IEEE
International Conference on Control, Electronics and Computer Technology, ICCECT 2023 (pp.
906–911). [Link]
Oksanen, A., Cvetkovic, A., Akin, N., Latikka, R., Bergdahl, J., Chen, Y., & Savela, N. (2023).
Artificial intelligence in fine arts: A systematic review of empirical research. Computers in
Human Behavior: Artificial Humans, 1(2), 100004. [Link]
Prakash, M., Krull, A., & Jug, F. (2021). Fully Unsupervised Diversity Denoising With Convolutional
Variational Autoencoders. ICLR 2021 - 9th International Conference on Learning
Representations.
Rawat, R. (2025). Optimizing ML models for cybercrime detection: balancing performance, energy
consumption, and carbon footprint through multi-objective optimization. Discover Artificial
Intelligence, 5(1). [Link]
Roose, K. (2022). An AI-Generated Picture Won an Art Prize. Artists Arenʼt Happy. New York Times,
16(01), 2025.
Seif El-Nasr, M., & Kleinman, E. (2020). Data-Driven Game Development: Ethical Considerations.
In ACM International Conference Proceeding Series (pp. 1–10). New York, NY, USA: ACM.
[Link]
Singh, Akansha, & Singh, K. K. (2025). Text-to-Image Synthesis: Techniques and Applications. In
Multimodal Generative AI (pp. 133–155). [Link]
Singh, Amar, & Tholia, S. (2024). The future of intelligent images: from simulation to stimulation. AI
& SOCIETY, 39(4), 2141–2143. [Link]
Singh, L. H., Charanarur, P., & Chaudhary, N. K. (2025). Advancements in detecting Deepfakes: AI
algorithms and future prospects − a review. Discover Internet of Things, 5(1).
[Link]
Tanvir Rahman Akash, Nusrat Jahan Sany, Lamia Akter, & Sanjida Akter Sarna. (2025). Privacy -
Preserving Technique in cybersecurity: Balancing Data Protection and User Rights. Journal of
Computer Science and Technology Studies, 7(4), 248–263.
[Link]
Yang, L., Zhang, Z., Song, Y., Hong, S., Xu, R., Zhao, Y., … Yang, M. H. (2024). Diffusion Models:
A Comprehensive Survey of Methods and Applications. ACM Computing Surveys, 56(4).
[Link]