SlideShare une entreprise Scribd logo
1  sur  27
Télécharger pour lire hors ligne
Let’s Start
Lakshay Kumar
(lakshaykumar.tech/) lakshaykumar.tech/linkedin
Initial
Thought?
Exploring Generative AI with
GAN Models
“When it comes to Generative AI, the
robots are no longer just good at math,
they're also fantastic artists!
Let’s Explore
01 Generative AI
& GANs
02 Working &
Training GANs
03 Industrial
Applications
lakshaykumar.tech
GAN Models
GANs and LLMs are the
subfield of Deep Learning.
Set of two algorithms
competing with each other.
Based on self-supervisedly
trained models.
Requires a enormous amount
of labeled data
Generative Adversarial Networks
GAN Algorithm
“Data is fake”
“No, this data is real”
Discriminator
“Enormous!”
Data
“Support the generator”
Noise
Generated and Real one
Sample
Generator
Training Data
Random
Noise
Generator
Discriminator
Generated
Sample
Real Sample
Linear and Logistic Regression
IMP!
Real Sample
Linear Regression
y
x
y = wx + b
y = output (prediction)
w = weights
x = input data (unseen)
b = Bias (constant)
Real Sample
Logistic Regression
y
x
𝑆 𝑦 =
1
1 + ⅇ−𝑦
x = variable (prediction)
Range of S(y) is (0,+1)
Sigmoid function
How do generator and
discriminator works?
1
2
3
4
GANs are Mathematically Represented by :
𝒎𝒊𝒏~𝑮, 𝒎𝒂𝒙~𝑫 𝑽 𝑫, 𝑮 = 𝑬𝒙~𝑷𝒅𝒂𝒕𝒂 𝒙
𝐥𝐨𝐠𝐃 𝐱 + 𝐄 𝐳~𝐩 𝐳
[𝐥𝐨𝐠(𝟏 − 𝐃 𝐆 𝐳 ]
Minimizing
Generator
Maximizing
Discriminator
Expectation value
over the probability
distribution of real
sample
Log of discriminator
output on real data
Expectation value
over the probability
distribution of random
noise
Log of compliment of
Discriminator output of
Generator from Random
Noise (z).
This makes sure that generator produces such a output that is difficult for
discriminator to catch
1
2
3
4
“This data is from real sample” - Discriminator
Generator
Generated
Sample
Real Sample
Discriminator
𝒎𝒊𝒏~𝑮, 𝒎𝒂𝒙~𝑫 𝑽 𝑫, 𝑮 = 𝑬𝒙~𝑷𝒅𝒂𝒕𝒂 𝒙
𝐥𝐨𝐠𝐃 𝐱 + 𝐄 𝐳~𝐩 𝐳
[𝐥𝐨𝐠(𝟏 − 𝐃 𝐆 𝐳 ]
Dominant Discriminator’s Loss function makes the generator’s learning difficult!
1
2
3
4
“No, I generated this data” - Generator
Generated
Sample
Generator
Discriminator
𝒎𝒊𝒏~𝑮, 𝒎𝒂𝒙~𝑫 𝑽 𝑫, 𝑮 = 𝑬𝒙~𝑷𝒅𝒂𝒕𝒂 𝒙
𝐥𝐨𝐠𝐃 𝐱 + 𝐄 𝐳~𝐩 𝐳
[𝐥𝐨𝐠(𝟏 − 𝐃 𝐆 𝐳 ]
Equilibrium balance where generator fools the discriminator
1
2
3
4
Implementation
Loss : Binary cross Entropy
Optimisation : Adam
Generator, G Discriminator, D
D’ updates
Real Samples Noise Generated Sample
D_loss_real D_loss_fake D_loss
+ =
Back propagation : Compute Gradient
Update Discriminator weights
G’ updates
Real Samples Noise Generated Sample
D_output G_sample G_loss
~ =
Back propagation : Compute Gradient
Update Genrator weights
Epoch
Save the Model
Types of GANs
Types of Generative Adversarial Networks
Vanilla GANs Deep Convolutional GANs Conditional GANs Super Resolution GANs
Simplest form of GANS
where generator and discriminator are simple multi-layer neural network unit that
does certain computations to detect features or business intelligence in the input
data.
Text Generation Data Augmentation
Types of Generative Adversarial Networks
Vanilla GANs Deep Convolutional GANs Conditional GANs Super Resolution GANs
Combination of GANs and CNNs
DCGANs use convolutional layers to generate realistic images by learning patterns and
features from a training dataset. The generator network up samples random noise into
images, while the discriminator network tries to distinguish between real and generated
images.
Realistic Faces generation Deep Fake Images generation Generating variations of images
Types of Generative Adversarial Networks
Vanilla GANs Deep Convolutional GANs Conditional GANs Super Resolution GANs
Extension of GANs
CGANs take input noise along with conditional labels to generate realistic samples. CGANs
take input noise along with conditional labels to generate realistic samples from same
class. This generates more targeted and controlled outputs.
Image to Image Translation Text to image synthesis
Types of Generative Adversarial Networks
Vanilla GANs Deep Convolutional GANs Conditional GANs Super Resolution GANs
Increases the image resolution
The generator takes a low-resolution image as input and generates a high-resolution
image. The discriminator then tries to distinguish between the generated high-resolution
images and real high-resolution images. This adversarial training process improves the
generator's ability to produce high-quality, visually appealing, and realistic super-resolved
images
Image Resolution Enhancer
Industrial
Applications
#1
HealthCare
#2
Gaming
#3
Fashion
#4
Marketing
#5
Manufacturing
Industrial Applications
#1 HealthCare
#2
Gaming
#3
Fashion
#4
Marketing
#5
Manufacturing
Medical image synthesis for enhanced
diagnosis and treatment planning.
Drug discovery and
development through
generative models.
Generating synthetic
patient data for
privacy-preserving
research.
Augmenting
medical education
with interactive
virtual simulations.
Industrial Applications
#1
HealthCare
#2 Gaming
#3
Fashion
#4
Marketing
#5
Manufacturing
AI-assisted game design and development
tools for faster iteration.
Procedural generation
of game environments
and levels.
AI-generated music
and sound effects for
immersive experiences.
AI-generated non-
player characters
(NPCs) with
realistic behaviors
Industrial Applications
#1
HealthCare
#2
Gaming
#3 Fashion
#4
Marketing
#5
Manufacturing
Customized pattern generation for unique
garment production.
Virtual fashion try-on
for personalized
shopping experiences.
AI-generated designs
for trend forecasting
and inspiration.
Automated
fashion styling
recommendations
for individual
customers.
Industrial Applications
#1
HealthCare
#2
Gaming
#3
Fashion
#4 Marketing
#5
Manufacturing
Chatbot and virtual assistant integration for
enhanced customer support.
Personalized content
creation for targeted
marketing campaigns.
Automated ad
generation for
increased efficiency
and scalability.
AI-powered
recommendation
systems for
personalized
product
suggestions.
Industrial Applications
#1
HealthCare
#2
Gaming
#3
Fashion
#4
Marketing
#5 Manufacturing
Process optimization: AI-based optimization
of manufacturing processes.
Product design : AI-
generated prototypes
and designs.
Automated inspection:
AI-powered visual
inspection for defects.
Predictive
maintenance:
Identifying
equipment failures
before they occur.
That’s it
Exploring Generative AI with GAN Models

Contenu connexe

Tendances

Generative AI at the edge.pdf
Generative AI at the edge.pdfGenerative AI at the edge.pdf
Generative AI at the edge.pdfQualcomm Research
 
Creative AI & multimodality: looking ahead
Creative AI & multimodality: looking aheadCreative AI & multimodality: looking ahead
Creative AI & multimodality: looking aheadRoelof Pieters
 
Generative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfGenerative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfLiming Zhu
 
Cavalry Ventures | Deep Dive: Generative AI
Cavalry Ventures | Deep Dive: Generative AICavalry Ventures | Deep Dive: Generative AI
Cavalry Ventures | Deep Dive: Generative AICavalry Ventures
 
Unlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfUnlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfPremNaraindas1
 
generative-ai-fundamentals and Large language models
generative-ai-fundamentals and Large language modelsgenerative-ai-fundamentals and Large language models
generative-ai-fundamentals and Large language modelsAdventureWorld5
 
Generative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGenerative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGene Leybzon
 
An Introduction to Generative AI - May 18, 2023
An Introduction  to Generative AI - May 18, 2023An Introduction  to Generative AI - May 18, 2023
An Introduction to Generative AI - May 18, 2023CoriFaklaris1
 
Exploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdfExploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdfDung Hoang
 
Global Governance of Generative AI: The Right Way Forward
Global Governance of Generative AI: The Right Way ForwardGlobal Governance of Generative AI: The Right Way Forward
Global Governance of Generative AI: The Right Way ForwardLilian Edwards
 
Generative AI: Past, Present, and Future – A Practitioner's Perspective
Generative AI: Past, Present, and Future – A Practitioner's PerspectiveGenerative AI: Past, Present, and Future – A Practitioner's Perspective
Generative AI: Past, Present, and Future – A Practitioner's PerspectiveHuahai Yang
 
OpenAI GPT in Depth - Questions and Misconceptions
OpenAI GPT in Depth - Questions and MisconceptionsOpenAI GPT in Depth - Questions and Misconceptions
OpenAI GPT in Depth - Questions and MisconceptionsIvo Andreev
 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxColleen Farrelly
 
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Naoki (Neo) SATO
 
AI Overview and Capabilities
AI Overview and CapabilitiesAI Overview and Capabilities
AI Overview and CapabilitiesAnandSRao1962
 
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...David Talby
 
An Introduction to Generative AI
An Introduction  to Generative AIAn Introduction  to Generative AI
An Introduction to Generative AICori Faklaris
 
Introduction to Generative Adversarial Networks (GANs)
Introduction to Generative Adversarial Networks (GANs)Introduction to Generative Adversarial Networks (GANs)
Introduction to Generative Adversarial Networks (GANs)Appsilon Data Science
 
Landscape of AI/ML in 2023
Landscape of AI/ML in 2023Landscape of AI/ML in 2023
Landscape of AI/ML in 2023HyunJoon Jung
 

Tendances (20)

Generative AI at the edge.pdf
Generative AI at the edge.pdfGenerative AI at the edge.pdf
Generative AI at the edge.pdf
 
Creative AI & multimodality: looking ahead
Creative AI & multimodality: looking aheadCreative AI & multimodality: looking ahead
Creative AI & multimodality: looking ahead
 
Generative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfGenerative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdf
 
Journey of Generative AI
Journey of Generative AIJourney of Generative AI
Journey of Generative AI
 
Cavalry Ventures | Deep Dive: Generative AI
Cavalry Ventures | Deep Dive: Generative AICavalry Ventures | Deep Dive: Generative AI
Cavalry Ventures | Deep Dive: Generative AI
 
Unlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfUnlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdf
 
generative-ai-fundamentals and Large language models
generative-ai-fundamentals and Large language modelsgenerative-ai-fundamentals and Large language models
generative-ai-fundamentals and Large language models
 
Generative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGenerative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First Session
 
An Introduction to Generative AI - May 18, 2023
An Introduction  to Generative AI - May 18, 2023An Introduction  to Generative AI - May 18, 2023
An Introduction to Generative AI - May 18, 2023
 
Exploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdfExploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdf
 
Global Governance of Generative AI: The Right Way Forward
Global Governance of Generative AI: The Right Way ForwardGlobal Governance of Generative AI: The Right Way Forward
Global Governance of Generative AI: The Right Way Forward
 
Generative AI: Past, Present, and Future – A Practitioner's Perspective
Generative AI: Past, Present, and Future – A Practitioner's PerspectiveGenerative AI: Past, Present, and Future – A Practitioner's Perspective
Generative AI: Past, Present, and Future – A Practitioner's Perspective
 
OpenAI GPT in Depth - Questions and Misconceptions
OpenAI GPT in Depth - Questions and MisconceptionsOpenAI GPT in Depth - Questions and Misconceptions
OpenAI GPT in Depth - Questions and Misconceptions
 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptx
 
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
 
AI Overview and Capabilities
AI Overview and CapabilitiesAI Overview and Capabilities
AI Overview and Capabilities
 
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
Large Language Models, No-Code, and Responsible AI - Trends in Applied NLP in...
 
An Introduction to Generative AI
An Introduction  to Generative AIAn Introduction  to Generative AI
An Introduction to Generative AI
 
Introduction to Generative Adversarial Networks (GANs)
Introduction to Generative Adversarial Networks (GANs)Introduction to Generative Adversarial Networks (GANs)
Introduction to Generative Adversarial Networks (GANs)
 
Landscape of AI/ML in 2023
Landscape of AI/ML in 2023Landscape of AI/ML in 2023
Landscape of AI/ML in 2023
 

Similaire à Exploring Generative AI with GAN Models

Generative Adversarial Networks and Their Applications in Medical Imaging
Generative Adversarial Networks  and Their Applications in Medical ImagingGenerative Adversarial Networks  and Their Applications in Medical Imaging
Generative Adversarial Networks and Their Applications in Medical ImagingSanghoon Hong
 
GAN Deep Learning Approaches to Image Processing Applications (1).pptx
GAN Deep Learning Approaches to Image Processing Applications (1).pptxGAN Deep Learning Approaches to Image Processing Applications (1).pptx
GAN Deep Learning Approaches to Image Processing Applications (1).pptxRMDAcademicCoordinat
 
Generative Adversarial Networks GANs.pdf
Generative Adversarial Networks GANs.pdfGenerative Adversarial Networks GANs.pdf
Generative Adversarial Networks GANs.pdfMatthewHaws4
 
An Introduction To Generative Adversarial Networks
An Introduction To Generative Adversarial NetworksAn Introduction To Generative Adversarial Networks
An Introduction To Generative Adversarial NetworksBluebash LLC
 
Project_Final_Review.pdf
Project_Final_Review.pdfProject_Final_Review.pdf
Project_Final_Review.pdfDivyaGugulothu
 
Google Dev Group Yangon (2020) AI Talk (Creative AI in Action)
Google Dev Group Yangon (2020)  AI Talk (Creative AI in Action)Google Dev Group Yangon (2020)  AI Talk (Creative AI in Action)
Google Dev Group Yangon (2020) AI Talk (Creative AI in Action)WaiYanNyeinNaing
 
Generative Adversarial Network (GAN)
Generative Adversarial Network (GAN)Generative Adversarial Network (GAN)
Generative Adversarial Network (GAN)Prakhar Rastogi
 
Generative Adversarial Network (GAN) for Image Synthesis
Generative Adversarial Network (GAN) for Image SynthesisGenerative Adversarial Network (GAN) for Image Synthesis
Generative Adversarial Network (GAN) for Image SynthesisRiwaz Mahat
 
20170402 Crop Innovation and Business - Amsterdam
20170402 Crop Innovation and Business - Amsterdam20170402 Crop Innovation and Business - Amsterdam
20170402 Crop Innovation and Business - AmsterdamAllen Day, PhD
 
Generative Adversarial Networks and Their Applications
Generative Adversarial Networks and Their ApplicationsGenerative Adversarial Networks and Their Applications
Generative Adversarial Networks and Their ApplicationsArtifacia
 
Generation of Deepfake images using GAN and Least squares GAN.ppt
Generation of Deepfake images using GAN and Least squares GAN.pptGeneration of Deepfake images using GAN and Least squares GAN.ppt
Generation of Deepfake images using GAN and Least squares GAN.pptDivyaGugulothu
 
Exploring The Potential of Generative Adversarial Network: A Comparative Stud...
Exploring The Potential of Generative Adversarial Network: A Comparative Stud...Exploring The Potential of Generative Adversarial Network: A Comparative Stud...
Exploring The Potential of Generative Adversarial Network: A Comparative Stud...IRJET Journal
 
Generative Adversarial Network (GANs).
Generative  Adversarial  Network (GANs).Generative  Adversarial  Network (GANs).
Generative Adversarial Network (GANs).kgandham169
 
The Data Science Product Management Toolkit
The Data Science Product Management ToolkitThe Data Science Product Management Toolkit
The Data Science Product Management ToolkitJack Moore
 
Machine Learning - Challenges, Learnings & Opportunities
Machine Learning - Challenges, Learnings & OpportunitiesMachine Learning - Challenges, Learnings & Opportunities
Machine Learning - Challenges, Learnings & OpportunitiesCodePolitan
 
GNA 13552928 deep learning for GAN a.ppt
GNA 13552928 deep learning for GAN a.pptGNA 13552928 deep learning for GAN a.ppt
GNA 13552928 deep learning for GAN a.pptManiMaran230751
 
Generative adversarial network_Ayadi_Alaeddine
Generative adversarial network_Ayadi_AlaeddineGenerative adversarial network_Ayadi_Alaeddine
Generative adversarial network_Ayadi_AlaeddineDeep Learning Italia
 

Similaire à Exploring Generative AI with GAN Models (20)

Generative Adversarial Networks and Their Applications in Medical Imaging
Generative Adversarial Networks  and Their Applications in Medical ImagingGenerative Adversarial Networks  and Their Applications in Medical Imaging
Generative Adversarial Networks and Their Applications in Medical Imaging
 
GAN Deep Learning Approaches to Image Processing Applications (1).pptx
GAN Deep Learning Approaches to Image Processing Applications (1).pptxGAN Deep Learning Approaches to Image Processing Applications (1).pptx
GAN Deep Learning Approaches to Image Processing Applications (1).pptx
 
Generative Adversarial Networks GANs.pdf
Generative Adversarial Networks GANs.pdfGenerative Adversarial Networks GANs.pdf
Generative Adversarial Networks GANs.pdf
 
An Introduction To Generative Adversarial Networks
An Introduction To Generative Adversarial NetworksAn Introduction To Generative Adversarial Networks
An Introduction To Generative Adversarial Networks
 
The age of GANs
The age of GANsThe age of GANs
The age of GANs
 
GAN.pptx
GAN.pptxGAN.pptx
GAN.pptx
 
Project_Final_Review.pdf
Project_Final_Review.pdfProject_Final_Review.pdf
Project_Final_Review.pdf
 
Google Dev Group Yangon (2020) AI Talk (Creative AI in Action)
Google Dev Group Yangon (2020)  AI Talk (Creative AI in Action)Google Dev Group Yangon (2020)  AI Talk (Creative AI in Action)
Google Dev Group Yangon (2020) AI Talk (Creative AI in Action)
 
Generative Adversarial Network (GAN)
Generative Adversarial Network (GAN)Generative Adversarial Network (GAN)
Generative Adversarial Network (GAN)
 
Generative Adversarial Network (GAN) for Image Synthesis
Generative Adversarial Network (GAN) for Image SynthesisGenerative Adversarial Network (GAN) for Image Synthesis
Generative Adversarial Network (GAN) for Image Synthesis
 
gan.pdf
gan.pdfgan.pdf
gan.pdf
 
20170402 Crop Innovation and Business - Amsterdam
20170402 Crop Innovation and Business - Amsterdam20170402 Crop Innovation and Business - Amsterdam
20170402 Crop Innovation and Business - Amsterdam
 
Generative Adversarial Networks and Their Applications
Generative Adversarial Networks and Their ApplicationsGenerative Adversarial Networks and Their Applications
Generative Adversarial Networks and Their Applications
 
Generation of Deepfake images using GAN and Least squares GAN.ppt
Generation of Deepfake images using GAN and Least squares GAN.pptGeneration of Deepfake images using GAN and Least squares GAN.ppt
Generation of Deepfake images using GAN and Least squares GAN.ppt
 
Exploring The Potential of Generative Adversarial Network: A Comparative Stud...
Exploring The Potential of Generative Adversarial Network: A Comparative Stud...Exploring The Potential of Generative Adversarial Network: A Comparative Stud...
Exploring The Potential of Generative Adversarial Network: A Comparative Stud...
 
Generative Adversarial Network (GANs).
Generative  Adversarial  Network (GANs).Generative  Adversarial  Network (GANs).
Generative Adversarial Network (GANs).
 
The Data Science Product Management Toolkit
The Data Science Product Management ToolkitThe Data Science Product Management Toolkit
The Data Science Product Management Toolkit
 
Machine Learning - Challenges, Learnings & Opportunities
Machine Learning - Challenges, Learnings & OpportunitiesMachine Learning - Challenges, Learnings & Opportunities
Machine Learning - Challenges, Learnings & Opportunities
 
GNA 13552928 deep learning for GAN a.ppt
GNA 13552928 deep learning for GAN a.pptGNA 13552928 deep learning for GAN a.ppt
GNA 13552928 deep learning for GAN a.ppt
 
Generative adversarial network_Ayadi_Alaeddine
Generative adversarial network_Ayadi_AlaeddineGenerative adversarial network_Ayadi_Alaeddine
Generative adversarial network_Ayadi_Alaeddine
 

Plus de KonfHubTechConferenc

KonfHub Features, Benefits and Pricing
KonfHub Features, Benefits and Pricing KonfHub Features, Benefits and Pricing
KonfHub Features, Benefits and Pricing KonfHubTechConferenc
 
Functional Thinking for Java Developers (presented in Javafest Bengaluru)
Functional Thinking for Java Developers (presented in Javafest Bengaluru)Functional Thinking for Java Developers (presented in Javafest Bengaluru)
Functional Thinking for Java Developers (presented in Javafest Bengaluru)KonfHubTechConferenc
 
Azuga A Safety Company - Data Science Saving Lives
Azuga A Safety Company - Data Science Saving LivesAzuga A Safety Company - Data Science Saving Lives
Azuga A Safety Company - Data Science Saving LivesKonfHubTechConferenc
 
Self Supervised Learning for Vision Tasks (1).pdf
Self Supervised Learning for Vision Tasks (1).pdfSelf Supervised Learning for Vision Tasks (1).pdf
Self Supervised Learning for Vision Tasks (1).pdfKonfHubTechConferenc
 
Application of Artificial Intelligence for Automotive Applications
Application of Artificial Intelligence for Automotive ApplicationsApplication of Artificial Intelligence for Automotive Applications
Application of Artificial Intelligence for Automotive ApplicationsKonfHubTechConferenc
 
Are you ready for AI? Is AI ready for you?
Are you ready for AI? Is AI ready for you?Are you ready for AI? Is AI ready for you?
Are you ready for AI? Is AI ready for you?KonfHubTechConferenc
 
Become Thanos of the LambdaLand - Wield All the Infinity Stones
Become Thanos of the LambdaLand - Wield All the Infinity StonesBecome Thanos of the LambdaLand - Wield All the Infinity Stones
Become Thanos of the LambdaLand - Wield All the Infinity StonesKonfHubTechConferenc
 

Plus de KonfHubTechConferenc (8)

KonfHub Features, Benefits and Pricing
KonfHub Features, Benefits and Pricing KonfHub Features, Benefits and Pricing
KonfHub Features, Benefits and Pricing
 
Functional Thinking for Java Developers (presented in Javafest Bengaluru)
Functional Thinking for Java Developers (presented in Javafest Bengaluru)Functional Thinking for Java Developers (presented in Javafest Bengaluru)
Functional Thinking for Java Developers (presented in Javafest Bengaluru)
 
Azuga A Safety Company - Data Science Saving Lives
Azuga A Safety Company - Data Science Saving LivesAzuga A Safety Company - Data Science Saving Lives
Azuga A Safety Company - Data Science Saving Lives
 
Self Supervised Learning for Vision Tasks (1).pdf
Self Supervised Learning for Vision Tasks (1).pdfSelf Supervised Learning for Vision Tasks (1).pdf
Self Supervised Learning for Vision Tasks (1).pdf
 
Application of Artificial Intelligence for Automotive Applications
Application of Artificial Intelligence for Automotive ApplicationsApplication of Artificial Intelligence for Automotive Applications
Application of Artificial Intelligence for Automotive Applications
 
Are you ready for AI? Is AI ready for you?
Are you ready for AI? Is AI ready for you?Are you ready for AI? Is AI ready for you?
Are you ready for AI? Is AI ready for you?
 
KonfHub Recap 2021
KonfHub Recap 2021 KonfHub Recap 2021
KonfHub Recap 2021
 
Become Thanos of the LambdaLand - Wield All the Infinity Stones
Become Thanos of the LambdaLand - Wield All the Infinity StonesBecome Thanos of the LambdaLand - Wield All the Infinity Stones
Become Thanos of the LambdaLand - Wield All the Infinity Stones
 

Dernier

Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceanilsa9823
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 

Dernier (20)

Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 

Exploring Generative AI with GAN Models

  • 3. Exploring Generative AI with GAN Models “When it comes to Generative AI, the robots are no longer just good at math, they're also fantastic artists! Let’s Explore 01 Generative AI & GANs 02 Working & Training GANs 03 Industrial Applications lakshaykumar.tech
  • 4. GAN Models GANs and LLMs are the subfield of Deep Learning. Set of two algorithms competing with each other. Based on self-supervisedly trained models. Requires a enormous amount of labeled data Generative Adversarial Networks
  • 5. GAN Algorithm “Data is fake” “No, this data is real” Discriminator “Enormous!” Data “Support the generator” Noise Generated and Real one Sample Generator
  • 7. Linear and Logistic Regression IMP!
  • 8. Real Sample Linear Regression y x y = wx + b y = output (prediction) w = weights x = input data (unseen) b = Bias (constant)
  • 9. Real Sample Logistic Regression y x 𝑆 𝑦 = 1 1 + ⅇ−𝑦 x = variable (prediction) Range of S(y) is (0,+1) Sigmoid function
  • 10. How do generator and discriminator works?
  • 11. 1 2 3 4 GANs are Mathematically Represented by : 𝒎𝒊𝒏~𝑮, 𝒎𝒂𝒙~𝑫 𝑽 𝑫, 𝑮 = 𝑬𝒙~𝑷𝒅𝒂𝒕𝒂 𝒙 𝐥𝐨𝐠𝐃 𝐱 + 𝐄 𝐳~𝐩 𝐳 [𝐥𝐨𝐠(𝟏 − 𝐃 𝐆 𝐳 ] Minimizing Generator Maximizing Discriminator Expectation value over the probability distribution of real sample Log of discriminator output on real data Expectation value over the probability distribution of random noise Log of compliment of Discriminator output of Generator from Random Noise (z). This makes sure that generator produces such a output that is difficult for discriminator to catch
  • 12. 1 2 3 4 “This data is from real sample” - Discriminator Generator Generated Sample Real Sample Discriminator 𝒎𝒊𝒏~𝑮, 𝒎𝒂𝒙~𝑫 𝑽 𝑫, 𝑮 = 𝑬𝒙~𝑷𝒅𝒂𝒕𝒂 𝒙 𝐥𝐨𝐠𝐃 𝐱 + 𝐄 𝐳~𝐩 𝐳 [𝐥𝐨𝐠(𝟏 − 𝐃 𝐆 𝐳 ] Dominant Discriminator’s Loss function makes the generator’s learning difficult!
  • 13. 1 2 3 4 “No, I generated this data” - Generator Generated Sample Generator Discriminator 𝒎𝒊𝒏~𝑮, 𝒎𝒂𝒙~𝑫 𝑽 𝑫, 𝑮 = 𝑬𝒙~𝑷𝒅𝒂𝒕𝒂 𝒙 𝐥𝐨𝐠𝐃 𝐱 + 𝐄 𝐳~𝐩 𝐳 [𝐥𝐨𝐠(𝟏 − 𝐃 𝐆 𝐳 ] Equilibrium balance where generator fools the discriminator
  • 14. 1 2 3 4 Implementation Loss : Binary cross Entropy Optimisation : Adam Generator, G Discriminator, D D’ updates Real Samples Noise Generated Sample D_loss_real D_loss_fake D_loss + = Back propagation : Compute Gradient Update Discriminator weights G’ updates Real Samples Noise Generated Sample D_output G_sample G_loss ~ = Back propagation : Compute Gradient Update Genrator weights Epoch Save the Model
  • 16. Types of Generative Adversarial Networks Vanilla GANs Deep Convolutional GANs Conditional GANs Super Resolution GANs Simplest form of GANS where generator and discriminator are simple multi-layer neural network unit that does certain computations to detect features or business intelligence in the input data. Text Generation Data Augmentation
  • 17. Types of Generative Adversarial Networks Vanilla GANs Deep Convolutional GANs Conditional GANs Super Resolution GANs Combination of GANs and CNNs DCGANs use convolutional layers to generate realistic images by learning patterns and features from a training dataset. The generator network up samples random noise into images, while the discriminator network tries to distinguish between real and generated images. Realistic Faces generation Deep Fake Images generation Generating variations of images
  • 18. Types of Generative Adversarial Networks Vanilla GANs Deep Convolutional GANs Conditional GANs Super Resolution GANs Extension of GANs CGANs take input noise along with conditional labels to generate realistic samples. CGANs take input noise along with conditional labels to generate realistic samples from same class. This generates more targeted and controlled outputs. Image to Image Translation Text to image synthesis
  • 19. Types of Generative Adversarial Networks Vanilla GANs Deep Convolutional GANs Conditional GANs Super Resolution GANs Increases the image resolution The generator takes a low-resolution image as input and generates a high-resolution image. The discriminator then tries to distinguish between the generated high-resolution images and real high-resolution images. This adversarial training process improves the generator's ability to produce high-quality, visually appealing, and realistic super-resolved images Image Resolution Enhancer
  • 21. Industrial Applications #1 HealthCare #2 Gaming #3 Fashion #4 Marketing #5 Manufacturing Medical image synthesis for enhanced diagnosis and treatment planning. Drug discovery and development through generative models. Generating synthetic patient data for privacy-preserving research. Augmenting medical education with interactive virtual simulations.
  • 22. Industrial Applications #1 HealthCare #2 Gaming #3 Fashion #4 Marketing #5 Manufacturing AI-assisted game design and development tools for faster iteration. Procedural generation of game environments and levels. AI-generated music and sound effects for immersive experiences. AI-generated non- player characters (NPCs) with realistic behaviors
  • 23. Industrial Applications #1 HealthCare #2 Gaming #3 Fashion #4 Marketing #5 Manufacturing Customized pattern generation for unique garment production. Virtual fashion try-on for personalized shopping experiences. AI-generated designs for trend forecasting and inspiration. Automated fashion styling recommendations for individual customers.
  • 24. Industrial Applications #1 HealthCare #2 Gaming #3 Fashion #4 Marketing #5 Manufacturing Chatbot and virtual assistant integration for enhanced customer support. Personalized content creation for targeted marketing campaigns. Automated ad generation for increased efficiency and scalability. AI-powered recommendation systems for personalized product suggestions.
  • 25. Industrial Applications #1 HealthCare #2 Gaming #3 Fashion #4 Marketing #5 Manufacturing Process optimization: AI-based optimization of manufacturing processes. Product design : AI- generated prototypes and designs. Automated inspection: AI-powered visual inspection for defects. Predictive maintenance: Identifying equipment failures before they occur.