SlideShare a Scribd company logo
1 of 28
Data Augmentation Techniques
for Improved Plant Disease Diagnosis
Aadarsh Kumar Singh (22072005)
Under the guidance of
Dr. Pratik Chattopadhyay
Department of Computer Science and Engineering
Indian Institute Of Technology (BHU)
Varanasi
Contents
• Introduction
• Related Work
• Problem Definition
• Dataset Used
• Work Done – CycleGAN
• Work Done - LeafyGAN
• Comparison of CycleGAN and LeafyGAN
• Evaluation Metrices
• Conclusion
• Future Works
• References
Introduction
• Automated plant disease diagnosis is one of the most active research areas in agriculture.
• More data is necessary to achieve accurate diagnosis. However, the data available on the
internet is insufficient.
• To obtain more data, we can either manually collect new data or apply data augmentation
techniques on existing data to generate new data.
Traditional Data Augmentation Techniques:
• Traditional data augmentation techniques like rotating or flipping an image can enhance
the dataset.
• But they don't actually create new data.
Generating Completely New Data:
• To generate completely new data, we need to build a model that takes a healthy leaf
image and generates a diseased version of it and vice versa.
• GANs (Generative Adversarial Networks) are a type of model that can be used to
generate synthetic data.
Related Work
1. Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
• This research paper introduces CycleGAN, a model that can learn to translate images from one
domain to another without paired training data.
• Various datasets have been used for testing, including horse-zebra, apple-orange, and monet-photo
etc.
2. Image-to-Image Translation with Conditional Adversarial Nets
• This paper proposes a new approach called Pix2Pix, which is a type of generative adversarial
network (GAN) designed for image-to-image translation.
• The Pix2Pix model aims to learn the mapping from an input image to an output image using a pixel-
to-pixel approach.
• It has been demonstrated on a variety of image-to-image translation tasks, including converting
maps to satellite photos and black and white photos to color.
3. LeafGAN: An Effective Data Augmentation Method for Practical Plant Disease
Diagnosis
• LeafGAN is an improvement over the original CycleGAN method, as it focuses on transforming
only the leaf area, resulting in more compelling results.
• The LFLSeg module is a key component of LeafGAN, which helps to accurately detect the leaf
area and segment it from the background.
• However, there are still limitations, such as the incorrect detection of partial leaves and the
occasional transformation of color rather than disease symptom.
Problem Definition
The problem is how to improve the accuracy of Deep Learning models for plant disease
detection using leaf images, by augmenting the existing dataset. Augmentation techniques are
needed to create new training data from the existing data, while preserving the key features and
introducing useful variations. The goal is to develop effective and diverse augmentation
techniques that can improve the accuracy of Deep learning models without requiring additional
data collection.
Dataset Used
In this project, the dataset used is: PlantVillage Dataset
• The dataset contains a total of 61,486 plant leaf images, which belong to 39 different classes
of plant diseases, with each class containing an average of 1,574 images.
• We resized all images to a fixed size of 256x256 pixels to ensure uniformity in image size.
• All leaf images have solid colour background.
Work Done - CycleGAN
• Trained for four different leaf diseases.
Original Leaf CycleGAN (Apple- Black Rot) Original Leaf CycleGAN (Grape-
Isarioposis)
Original Leaf CycleGAN ( Potato-Blight) Original Leaf CycleGAN (Strawberry–
scorch)
Limitations of CycleGAN
•CycleGAN changes the background along with the leaves, which can be problematic for
applications like crop disease diagnosis.
•Additionally, CycleGAN does not trace the leaf boundaries accurately, which can lead to
incomplete or incorrect transformations of the leaves themselves.
•These limitations can result in generated images that are not suitable for use in automated
crop disease diagnosis or other applications that require accurate and reliable image
translations.
Work Done - LeafyGAN
• Proposed a new technique using the concept of LeafGAN, trying to resolve its limitations.
• This is divided into two parts:
• Segmentation Part
• Unpaired Image-Image Generation Part
• Dataset used: Manually Generated pairs of 400 leaf and their corresponding Mask.
• Augmented those data with different backgrounds to generate rest paired dataset for training.
True Leaf
Images
Masked Image
Segmentation Model 1
• Model: pix2pix GAN
• Dataset Description:
• Domain A: True Leaf Images
• Domain B: Masked Images
Results for Model 1
Failure Cases
Segmentation Model 2
• Model: pix2pix GAN
• Dataset Description:
• Domain A: True Leaf Images
• Domain B: Binary Masked Images
Results for Model 2
LeafGAN Model
Segmentation Before CycleGAN
pix2pix multiply
pix2pix multiply
Domain A
Domain B
CycleGAN Test Result
s
Image Mask
Mask​
Image​
Results of LeafGAN
Input
Image
Output Image
LeafyGAN Model
Domain A
Domain B​
CycleGAN
Pix2Pix
Test
Invert the mask and
fetch background (by
multiplying) and
replace it in above
image
Mask
Output
Results for
LeafyGAN
Original Leaf LeafyGAN(Grapes) Original Leaf LeafyGAN
(Potato)
Original Leaf LeafyGAN(Apple) Original
Leaf LeafyGAN (Strawberry)
Comparison between CycleGAN and
LeafyGAN
Original leaf CycleGAN LeafyGAN
Evaluation Metrics
S.NO. DATASET FID (CYCLEGAN) FID(LEAFYGAN) SSIM (CYCLEGAN) SSIM
(LEAFYGAN)
1 Apple (Black
Rot)
127.786 80.525 ↓ 0.7112 0.9018 ↑
2 Grapes
(Isariopsis)
165.054 126.863 ↓ 0.6296 0.7995 ↑
3 Potato (Early
Blight)
110.167 90.805 ↓ 0.8045 0.9113 ↑
4 Strawberry
(Scorch)
166.068 157.434 ↓ 0.7475 0.8551 ↑
Conclusion
•Based on evaluation metrics, the LeafyGAN model generated higher quality images and more
similar images as compared to the CycleGAN model.
•This Model was consistent across all datasets tested.
•The Pix2Pix model was found to be highly effective for binary segmentation tasks and
performed exceptionally well in that domain.
•Overall, these findings suggest that the LeafyGAN model may be a promising alternative to
CycleGAN for image generation tasks, while the Pix2Pix model is a powerful tool for image
segmentation tasks.
Future Works
•One potential avenue for future work is to integrate the segmentation model and unpaired
image generation model into a single architecture. This could potentially improve the overall
performance and efficiency of the system.
•Currently, the proposed architecture is designed to work with a single leaf set and its
associated disease. In the future, we plan to extend this module to work with different plants
and diseases.
•To achieve this, we intend to include an additional component in the architecture that can
differentiate between different plants and their associated diseases. This could potentially
make the system more versatile and applicable to a wider range of plant diseases.
References
1. Zhu, J.Y., Park, T., Isola, P., & Efros, A. (2017). Unpaired Image-To-Image Translation
Using Cycle-Consistent Adversarial Networks. In Proceedings of the IEEE International
Conference on Computer Vision (ICCV).
2. Isola, P., Zhu, J.Y., Zhou, T., & Efros, A. (2017). Image-To-Image Translation With
Conditional Adversarial Networks. In Proceedings of the IEEE Conference on Computer
Vision and Pattern Recognition (CVPR).
3. Cap, Q., Uga, H., Kagiwada, S., & Iyatomi, H. (2022). LeafGAN: An Effective Data
Augmentation Method for Practical Plant Disease Diagnosis. IEEE Transactions on
Automation Science and Engineering, 19(2), 1258-1267.
Thank You

More Related Content

Similar to Thesis Presentation.pptx

Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...IRJET Journal
 
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET Journal
 
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET Journal
 
Retinal Image Analysis using Machine Learning and Deep.pptx
Retinal Image Analysis using Machine Learning and Deep.pptxRetinal Image Analysis using Machine Learning and Deep.pptx
Retinal Image Analysis using Machine Learning and Deep.pptxDeval Bhapkar
 
leaf deseasegcbnkkllllkjjkmlghjjkkkgdjnjjj
leaf deseasegcbnkkllllkjjkmlghjjkkkgdjnjjjleaf deseasegcbnkkllllkjjkmlghjjkkkgdjnjjj
leaf deseasegcbnkkllllkjjkmlghjjkkkgdjnjjjBalaKrishna616942
 
IRJET- Medical Data Mining
IRJET- Medical Data MiningIRJET- Medical Data Mining
IRJET- Medical Data MiningIRJET Journal
 
Strata Rx 2013 - Data Driven Drugs: Predictive Models to Improve Product Qual...
Strata Rx 2013 - Data Driven Drugs: Predictive Models to Improve Product Qual...Strata Rx 2013 - Data Driven Drugs: Predictive Models to Improve Product Qual...
Strata Rx 2013 - Data Driven Drugs: Predictive Models to Improve Product Qual...EMC
 
Food calorie Final ppt.pptx
Food calorie Final ppt.pptxFood calorie Final ppt.pptx
Food calorie Final ppt.pptxjairosh318
 
project ppt -2.pptx
project ppt -2.pptxproject ppt -2.pptx
project ppt -2.pptxKARNAN22
 
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGESA DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGESPNandaSai
 
Plant Disease Detection Using ML.pptx
Plant Disease Detection Using ML.pptxPlant Disease Detection Using ML.pptx
Plant Disease Detection Using ML.pptxjmjiniyamandal
 
introduction to Statistical Theory.pptx
 introduction to Statistical Theory.pptx introduction to Statistical Theory.pptx
introduction to Statistical Theory.pptxDr.Shweta
 
76 s201912
76 s20191276 s201912
76 s201912IJRAT
 
Plant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingIRJET Journal
 
Predicting Liver Disease in India: A Machine Learning Approach
Predicting Liver Disease in India: A Machine Learning ApproachPredicting Liver Disease in India: A Machine Learning Approach
Predicting Liver Disease in India: A Machine Learning ApproachBoston Institute of Analytics
 
Herbal plant recognition using deep convolutional neural network
Herbal plant recognition using deep convolutional neural networkHerbal plant recognition using deep convolutional neural network
Herbal plant recognition using deep convolutional neural networkjournalBEEI
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition Systemgerogepatton
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition Systemgerogepatton
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition Systemgerogepatton
 

Similar to Thesis Presentation.pptx (20)

Module-4_Part-II.pptx
Module-4_Part-II.pptxModule-4_Part-II.pptx
Module-4_Part-II.pptx
 
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...
Performance of Weighted Least Square Filter Based Pan Sharpening using Fuzzy ...
 
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
 
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
 
Retinal Image Analysis using Machine Learning and Deep.pptx
Retinal Image Analysis using Machine Learning and Deep.pptxRetinal Image Analysis using Machine Learning and Deep.pptx
Retinal Image Analysis using Machine Learning and Deep.pptx
 
leaf deseasegcbnkkllllkjjkmlghjjkkkgdjnjjj
leaf deseasegcbnkkllllkjjkmlghjjkkkgdjnjjjleaf deseasegcbnkkllllkjjkmlghjjkkkgdjnjjj
leaf deseasegcbnkkllllkjjkmlghjjkkkgdjnjjj
 
IRJET- Medical Data Mining
IRJET- Medical Data MiningIRJET- Medical Data Mining
IRJET- Medical Data Mining
 
Strata Rx 2013 - Data Driven Drugs: Predictive Models to Improve Product Qual...
Strata Rx 2013 - Data Driven Drugs: Predictive Models to Improve Product Qual...Strata Rx 2013 - Data Driven Drugs: Predictive Models to Improve Product Qual...
Strata Rx 2013 - Data Driven Drugs: Predictive Models to Improve Product Qual...
 
Food calorie Final ppt.pptx
Food calorie Final ppt.pptxFood calorie Final ppt.pptx
Food calorie Final ppt.pptx
 
project ppt -2.pptx
project ppt -2.pptxproject ppt -2.pptx
project ppt -2.pptx
 
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGESA DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
 
Plant Disease Detection Using ML.pptx
Plant Disease Detection Using ML.pptxPlant Disease Detection Using ML.pptx
Plant Disease Detection Using ML.pptx
 
introduction to Statistical Theory.pptx
 introduction to Statistical Theory.pptx introduction to Statistical Theory.pptx
introduction to Statistical Theory.pptx
 
76 s201912
76 s20191276 s201912
76 s201912
 
Plant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image Processing
 
Predicting Liver Disease in India: A Machine Learning Approach
Predicting Liver Disease in India: A Machine Learning ApproachPredicting Liver Disease in India: A Machine Learning Approach
Predicting Liver Disease in India: A Machine Learning Approach
 
Herbal plant recognition using deep convolutional neural network
Herbal plant recognition using deep convolutional neural networkHerbal plant recognition using deep convolutional neural network
Herbal plant recognition using deep convolutional neural network
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition System
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition System
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition System
 

Recently uploaded

Freegle User Survey as visual display - BH
Freegle User Survey as visual display - BHFreegle User Survey as visual display - BH
Freegle User Survey as visual display - BHbill846304
 
VIP Call Girls Mahadevpur Colony ( Hyderabad ) Phone 8250192130 | ₹5k To 25k ...
VIP Call Girls Mahadevpur Colony ( Hyderabad ) Phone 8250192130 | ₹5k To 25k ...VIP Call Girls Mahadevpur Colony ( Hyderabad ) Phone 8250192130 | ₹5k To 25k ...
VIP Call Girls Mahadevpur Colony ( Hyderabad ) Phone 8250192130 | ₹5k To 25k ...Suhani Kapoor
 
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...Amil baba
 
(PARI) Viman Nagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(PARI) Viman Nagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...(PARI) Viman Nagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(PARI) Viman Nagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...ranjana rawat
 
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts ServicesBOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Servicesdollysharma2066
 
(ANAYA) Call Girls Hadapsar ( 7001035870 ) HI-Fi Pune Escorts Service
(ANAYA) Call Girls Hadapsar ( 7001035870 ) HI-Fi Pune Escorts Service(ANAYA) Call Girls Hadapsar ( 7001035870 ) HI-Fi Pune Escorts Service
(ANAYA) Call Girls Hadapsar ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VVIP Pune Call Girls Koregaon Park (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Koregaon Park (7001035870) Pune Escorts Nearby with Comp...VVIP Pune Call Girls Koregaon Park (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Koregaon Park (7001035870) Pune Escorts Nearby with Comp...Call Girls in Nagpur High Profile
 
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Sapana Sha
 
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls Service Bandlaguda Hyderabad Call +91-8250192130
VIP Call Girls Service Bandlaguda Hyderabad Call +91-8250192130VIP Call Girls Service Bandlaguda Hyderabad Call +91-8250192130
VIP Call Girls Service Bandlaguda Hyderabad Call +91-8250192130Suhani Kapoor
 
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...Suhani Kapoor
 
Low Rate Call Girls Bikaner Anika 8250192130 Independent Escort Service Bikaner
Low Rate Call Girls Bikaner Anika 8250192130 Independent Escort Service BikanerLow Rate Call Girls Bikaner Anika 8250192130 Independent Escort Service Bikaner
Low Rate Call Girls Bikaner Anika 8250192130 Independent Escort Service BikanerSuhani Kapoor
 
Call Girls In Faridabad(Ballabgarh) Book ☎ 8168257667, @4999
Call Girls In Faridabad(Ballabgarh) Book ☎ 8168257667, @4999Call Girls In Faridabad(Ballabgarh) Book ☎ 8168257667, @4999
Call Girls In Faridabad(Ballabgarh) Book ☎ 8168257667, @4999Tina Ji
 
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service Gorakhpur
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service GorakhpurVIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service Gorakhpur
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service GorakhpurSuhani Kapoor
 
VIP Call Girls Moti Ganpur ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Moti Ganpur ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...VIP Call Girls Moti Ganpur ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Moti Ganpur ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...Suhani Kapoor
 

Recently uploaded (20)

Freegle User Survey as visual display - BH
Freegle User Survey as visual display - BHFreegle User Survey as visual display - BH
Freegle User Survey as visual display - BH
 
VIP Call Girls Mahadevpur Colony ( Hyderabad ) Phone 8250192130 | ₹5k To 25k ...
VIP Call Girls Mahadevpur Colony ( Hyderabad ) Phone 8250192130 | ₹5k To 25k ...VIP Call Girls Mahadevpur Colony ( Hyderabad ) Phone 8250192130 | ₹5k To 25k ...
VIP Call Girls Mahadevpur Colony ( Hyderabad ) Phone 8250192130 | ₹5k To 25k ...
 
Gandhi Nagar (Delhi) 9953330565 Escorts, Call Girls Services
Gandhi Nagar (Delhi) 9953330565 Escorts, Call Girls ServicesGandhi Nagar (Delhi) 9953330565 Escorts, Call Girls Services
Gandhi Nagar (Delhi) 9953330565 Escorts, Call Girls Services
 
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
 
Green Banking
Green Banking Green Banking
Green Banking
 
(PARI) Viman Nagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(PARI) Viman Nagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...(PARI) Viman Nagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(PARI) Viman Nagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
 
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts ServicesBOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
 
(ANAYA) Call Girls Hadapsar ( 7001035870 ) HI-Fi Pune Escorts Service
(ANAYA) Call Girls Hadapsar ( 7001035870 ) HI-Fi Pune Escorts Service(ANAYA) Call Girls Hadapsar ( 7001035870 ) HI-Fi Pune Escorts Service
(ANAYA) Call Girls Hadapsar ( 7001035870 ) HI-Fi Pune Escorts Service
 
VVIP Pune Call Girls Koregaon Park (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Koregaon Park (7001035870) Pune Escorts Nearby with Comp...VVIP Pune Call Girls Koregaon Park (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Koregaon Park (7001035870) Pune Escorts Nearby with Comp...
 
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
 
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call Girls In Dhaula Kuan꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Dhaula Kuan꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCeCall Girls In Dhaula Kuan꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Dhaula Kuan꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
 
Call Girls In Pratap Nagar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Pratap Nagar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCeCall Girls In Pratap Nagar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Pratap Nagar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
 
VIP Call Girls Service Bandlaguda Hyderabad Call +91-8250192130
VIP Call Girls Service Bandlaguda Hyderabad Call +91-8250192130VIP Call Girls Service Bandlaguda Hyderabad Call +91-8250192130
VIP Call Girls Service Bandlaguda Hyderabad Call +91-8250192130
 
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service
 
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...
 
Low Rate Call Girls Bikaner Anika 8250192130 Independent Escort Service Bikaner
Low Rate Call Girls Bikaner Anika 8250192130 Independent Escort Service BikanerLow Rate Call Girls Bikaner Anika 8250192130 Independent Escort Service Bikaner
Low Rate Call Girls Bikaner Anika 8250192130 Independent Escort Service Bikaner
 
Call Girls In Faridabad(Ballabgarh) Book ☎ 8168257667, @4999
Call Girls In Faridabad(Ballabgarh) Book ☎ 8168257667, @4999Call Girls In Faridabad(Ballabgarh) Book ☎ 8168257667, @4999
Call Girls In Faridabad(Ballabgarh) Book ☎ 8168257667, @4999
 
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service Gorakhpur
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service GorakhpurVIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service Gorakhpur
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service Gorakhpur
 
VIP Call Girls Moti Ganpur ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Moti Ganpur ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...VIP Call Girls Moti Ganpur ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Moti Ganpur ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
 

Thesis Presentation.pptx

  • 1. Data Augmentation Techniques for Improved Plant Disease Diagnosis Aadarsh Kumar Singh (22072005) Under the guidance of Dr. Pratik Chattopadhyay Department of Computer Science and Engineering Indian Institute Of Technology (BHU) Varanasi
  • 2. Contents • Introduction • Related Work • Problem Definition • Dataset Used • Work Done – CycleGAN • Work Done - LeafyGAN • Comparison of CycleGAN and LeafyGAN • Evaluation Metrices • Conclusion • Future Works • References
  • 3. Introduction • Automated plant disease diagnosis is one of the most active research areas in agriculture. • More data is necessary to achieve accurate diagnosis. However, the data available on the internet is insufficient. • To obtain more data, we can either manually collect new data or apply data augmentation techniques on existing data to generate new data. Traditional Data Augmentation Techniques: • Traditional data augmentation techniques like rotating or flipping an image can enhance the dataset. • But they don't actually create new data.
  • 4. Generating Completely New Data: • To generate completely new data, we need to build a model that takes a healthy leaf image and generates a diseased version of it and vice versa. • GANs (Generative Adversarial Networks) are a type of model that can be used to generate synthetic data.
  • 5. Related Work 1. Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks • This research paper introduces CycleGAN, a model that can learn to translate images from one domain to another without paired training data. • Various datasets have been used for testing, including horse-zebra, apple-orange, and monet-photo etc.
  • 6. 2. Image-to-Image Translation with Conditional Adversarial Nets • This paper proposes a new approach called Pix2Pix, which is a type of generative adversarial network (GAN) designed for image-to-image translation. • The Pix2Pix model aims to learn the mapping from an input image to an output image using a pixel- to-pixel approach. • It has been demonstrated on a variety of image-to-image translation tasks, including converting maps to satellite photos and black and white photos to color.
  • 7. 3. LeafGAN: An Effective Data Augmentation Method for Practical Plant Disease Diagnosis • LeafGAN is an improvement over the original CycleGAN method, as it focuses on transforming only the leaf area, resulting in more compelling results. • The LFLSeg module is a key component of LeafGAN, which helps to accurately detect the leaf area and segment it from the background. • However, there are still limitations, such as the incorrect detection of partial leaves and the occasional transformation of color rather than disease symptom.
  • 8. Problem Definition The problem is how to improve the accuracy of Deep Learning models for plant disease detection using leaf images, by augmenting the existing dataset. Augmentation techniques are needed to create new training data from the existing data, while preserving the key features and introducing useful variations. The goal is to develop effective and diverse augmentation techniques that can improve the accuracy of Deep learning models without requiring additional data collection.
  • 9. Dataset Used In this project, the dataset used is: PlantVillage Dataset • The dataset contains a total of 61,486 plant leaf images, which belong to 39 different classes of plant diseases, with each class containing an average of 1,574 images. • We resized all images to a fixed size of 256x256 pixels to ensure uniformity in image size. • All leaf images have solid colour background.
  • 10. Work Done - CycleGAN • Trained for four different leaf diseases. Original Leaf CycleGAN (Apple- Black Rot) Original Leaf CycleGAN (Grape- Isarioposis)
  • 11. Original Leaf CycleGAN ( Potato-Blight) Original Leaf CycleGAN (Strawberry– scorch)
  • 12. Limitations of CycleGAN •CycleGAN changes the background along with the leaves, which can be problematic for applications like crop disease diagnosis. •Additionally, CycleGAN does not trace the leaf boundaries accurately, which can lead to incomplete or incorrect transformations of the leaves themselves. •These limitations can result in generated images that are not suitable for use in automated crop disease diagnosis or other applications that require accurate and reliable image translations.
  • 13. Work Done - LeafyGAN • Proposed a new technique using the concept of LeafGAN, trying to resolve its limitations. • This is divided into two parts: • Segmentation Part • Unpaired Image-Image Generation Part • Dataset used: Manually Generated pairs of 400 leaf and their corresponding Mask. • Augmented those data with different backgrounds to generate rest paired dataset for training. True Leaf Images Masked Image
  • 14. Segmentation Model 1 • Model: pix2pix GAN • Dataset Description: • Domain A: True Leaf Images • Domain B: Masked Images
  • 15. Results for Model 1 Failure Cases
  • 16. Segmentation Model 2 • Model: pix2pix GAN • Dataset Description: • Domain A: True Leaf Images • Domain B: Binary Masked Images
  • 18. LeafGAN Model Segmentation Before CycleGAN pix2pix multiply pix2pix multiply Domain A Domain B CycleGAN Test Result s Image Mask Mask​ Image​
  • 20. LeafyGAN Model Domain A Domain B​ CycleGAN Pix2Pix Test Invert the mask and fetch background (by multiplying) and replace it in above image Mask Output
  • 21. Results for LeafyGAN Original Leaf LeafyGAN(Grapes) Original Leaf LeafyGAN (Potato)
  • 22. Original Leaf LeafyGAN(Apple) Original Leaf LeafyGAN (Strawberry)
  • 23. Comparison between CycleGAN and LeafyGAN Original leaf CycleGAN LeafyGAN
  • 24. Evaluation Metrics S.NO. DATASET FID (CYCLEGAN) FID(LEAFYGAN) SSIM (CYCLEGAN) SSIM (LEAFYGAN) 1 Apple (Black Rot) 127.786 80.525 ↓ 0.7112 0.9018 ↑ 2 Grapes (Isariopsis) 165.054 126.863 ↓ 0.6296 0.7995 ↑ 3 Potato (Early Blight) 110.167 90.805 ↓ 0.8045 0.9113 ↑ 4 Strawberry (Scorch) 166.068 157.434 ↓ 0.7475 0.8551 ↑
  • 25. Conclusion •Based on evaluation metrics, the LeafyGAN model generated higher quality images and more similar images as compared to the CycleGAN model. •This Model was consistent across all datasets tested. •The Pix2Pix model was found to be highly effective for binary segmentation tasks and performed exceptionally well in that domain. •Overall, these findings suggest that the LeafyGAN model may be a promising alternative to CycleGAN for image generation tasks, while the Pix2Pix model is a powerful tool for image segmentation tasks.
  • 26. Future Works •One potential avenue for future work is to integrate the segmentation model and unpaired image generation model into a single architecture. This could potentially improve the overall performance and efficiency of the system. •Currently, the proposed architecture is designed to work with a single leaf set and its associated disease. In the future, we plan to extend this module to work with different plants and diseases. •To achieve this, we intend to include an additional component in the architecture that can differentiate between different plants and their associated diseases. This could potentially make the system more versatile and applicable to a wider range of plant diseases.
  • 27. References 1. Zhu, J.Y., Park, T., Isola, P., & Efros, A. (2017). Unpaired Image-To-Image Translation Using Cycle-Consistent Adversarial Networks. In Proceedings of the IEEE International Conference on Computer Vision (ICCV). 2. Isola, P., Zhu, J.Y., Zhou, T., & Efros, A. (2017). Image-To-Image Translation With Conditional Adversarial Networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR). 3. Cap, Q., Uga, H., Kagiwada, S., & Iyatomi, H. (2022). LeafGAN: An Effective Data Augmentation Method for Practical Plant Disease Diagnosis. IEEE Transactions on Automation Science and Engineering, 19(2), 1258-1267.