A Hybrid Meta Model for Detecting Cotton Disease Employing an IoT-based Platform and an Ensemble Learning Methodology

Bhushan V. Patil1*and Pravin S. Patil2

1Electronics and Telecommunication Engineering, R. C. Patel Institute of Technology, Shirpur, India.

2Electronics and Telecommunication Engineering, S. S. V. P. S’s BSD College of Engineering, Dhule, India.

Corresponding Author E-mail: patilbhushan007@gmail.com

Article Publishing History

Received: 14 Jun 2024
Accepted: 24 Jul 2024
Published Online: 08 Aug 2024

Review Details

Plagiarism Check: Yes
Reviewed by: Dr. Rishee K Kalaria
Second Review by: Dr. Ian Martins
Final Approval by: Dr. Surendra Bargali

Article Metrics

Views    

Google Scholar

Abstract:

Every nation's development depends on its agriculture. "Cash crops" are important crops like cotton and others. Most pathogens that cause substantial crop damage also affect cotton. Many illnesses have an impact on yield through the leaf. Recognizing illnesses early causes additional damage to crops. Many diseases can harm cotton, including as powdery mildew, leaf curl, bacterial blight, leaf spot, target spot, and nutrient deficiencies. Accurate disease detection is necessary before the proper course of treatment can be taken. Accurate plant disease diagnosis depends on deep learning. With accuracy, the suggested model, which is based on meta-Deep Learning, can identify different cotton leaf diseases.  When utilizing an Internet of Things (IoT)-based sensor technology to identify cotton plant diseases, prior information about soil moisture levels, relative humidity, temperature, leaf wetness, and rainfall is crucial. For this study in real time, we collected sensor-based information and 1956 pictures of cotton leaves that were cultivated in the field, showing both sick and healthy leaves. The data augmentation method increased the size of the dataset. The dataset was trained with Custom CNN to get good accuracy for cotton diseases prediction, And Classification is carried out using a stacking ensemble model, which combines, ResNet50, VGG16, and InceptionV3 models for more accurate Disease prediction.

Keywords:

CNN; Deep Learning; Ensemble Learning; Hybrid classifier; IoT; Meta-model

Copy the following to cite this article:

Patil B. V, Patil P. S. A Hybrid Meta Model for Detecting Cotton Disease Employing an IoT-based Platform and an Ensemble Learning Methodology. Curr Agri Res 2024; 12(2).

Copy the following to cite this URL:

Patil B. V, Patil P. S. A Hybrid Meta Model for Detecting Cotton Disease Employing an IoT-based Platform and an Ensemble Learning Methodology. Curr Agri Res 2024; 12(2). Available from: https://bit.ly/4dvIcXj


Introduction

The most important cash crop in India is cotton, which has a wide range of economic effects 4,10,11,12. Much more people are dependent on the production of cotton 4. In the modern world, several pests will impact the crops because of unpredictably changing weather patterns and other environmental problems. These problems may also have an impact on soil nutrition1. Many diseases may afflict the crops as a result of this nutritional shortage. Yet, the spread of several crop diseases may hinder the development of agriculture. The farmers either recognise the illness via experience or seek assistance from other professionals. In this case, the symptoms of these illnesses are typically assessed with just the naked eye. As a result, there are higher chances for diseases to be misdiagnosed because they share symptoms with one another. This could lead to errors in overuse of pesticides and incorrect illness diagnosis control4. Thus, it is essential to adopt a unique approach to illness control and early diagnosis 13, 14, 15. Several diseases in cotton crops are a major warning sign that has an impact on both financial and commercial influence. If the disease is accurately diagnosed and discovered early, additional steps can be taken to save the crop.

Technology is advancing because there are so many intelligent systems (IS) and smart sensors around us that are connected to one another via the internet and cloud platforms. Cotton is among of the most significant crops produced in the state of Maharashtra. Many illnesses hinder plant growth in fields, potentially drastically lowering the quality of the end produce. Early fall off of leaves or diseased leaves cause damage to cotton crops. Plant illnesses are typically brought on by a variety of climatic factors, such as scorching temperatures in the crop fields or the need for pesticides soon after. There are various

methods for classifying and identifying various diseases, such as Bacterial Blight, Alternaria, and many others, in the soil for the purpose of detecting and controlling their spread on cotton leaves. Using a variety of machine learning algorithms and an IoT-based system, the farmers are then presented with information on the disease and potential treatments. Many and varied characteristics present in agricultural data must be gathered and analysed for the development of production techniques in order to address issues like environmental sustainability, undesired reduction, and topsoil optimization.

Scientists have recently focused on the agricultural industry to identify crop diseases through automated methods. Two examples of modern technologies that enable the automated identification of agricultural illnesses without human intervention are deep learning and computer vision. For the purpose of diagnosing plant disease, a computerised method would be quicker, less expensive, and more accurate. Plant diseases have a significant financial impact on the global agriculture sector. Management of crop diseases is crucial for ensuring the quantity and quality of food. Plant illnesses must be detected early in order to limit disease transmission and enhance effective treatment methods. Effective crop management depends on evaluating plant disease status, which involves predicting methods and models for treatment implementation.

The agronomist is helped by the computational approach to identifying and diagnosing plant diseases. The diagnosis of the condition might still be done subjectively using outdated methods. On the other hand, modern technologies offer a way that can be used to determine plant diseases objectively. Automated technologies, like Deep Learning, enable the precise and dependable identification of agricultural diseases while also reducing costs and time.

Literature Review

In this we present complete review on computational methods on cotton plant disease detection. Extensive literature survey of Cotton plant diseases detection methods was carried out, and more focus on what types of diseases occurred on cotton plant and what are the deep learning methods to detect cotton plant diseases. We studied, in the cotton plant, the occurrence of disease is reflected mainly through the symptoms on its leaves 10.

Some of the diseases identified in the cotton leaf spots are categorized and shown in below Table 1 as:44

Table 1: Categories of Diseases

Sr. No.

Category of Diseases

Examples

1

Bacterial diseases

Bacterial Blight

Crown Gall

2

Fungal diseases

Anthracnose

Leaf Spot

Alternaria

3

Viral diseases

Leaf Curl

Leaf Crumple

Leaf Roll

4

Diseases(Due to insects)

White flies Leaf insects

Going through reviews and categories different research papers in terms of methods and features, dataset used, challenges etc. Below Table 2 shows overview of Literature in terms of Methods and Features is as shown below,

Proposed System

The Layers include convolutional, ReLU, fully connected, pooling, and activation layers are part of the supervised CNN technique. CNNs can use tens or hundreds of hidden layers to learn how to identify different features in an image. With every layer that is buried, the learnt visual aspects get increasingly complex. Depending on the geometry of the object that we want to detect, the final hidden layer may learn to recognize more complex forms, while that initial hidden layer may tend to recognize edges. The supervised CNN technique consists of pooling layers, activation layers, fully connected layers, ReLU layers, and convolutional layers.

In first phase the CNN model build using Keras framework, as shown in fig.1.This implied work uses the real field image dataset and examined multiple parameters like learning rate, batch size, and number of epochs to preserve the functionality of model. There are 1956 images belonging to 4 classes such as diseased cotton leaf, diseased cotton plant, fresh cotton leaf, fresh cotton plant storing in separate folders. Pre-Processing the images through modifications of images using data augmentation for training. To avoid over fitting on the proposed training model, more data were generated by flipping the data vertically and horizontally, rotating it at four different angles, and creating their transformations and responses. This allowed for the acquisition of more images from the original cotton leaf class from the real field dataset. 10% was used for validation, 10% for testing, and 80% of the dataset was used for training. Next, a CNN architecture model along the hyper parameter suggested for training stages is suggested.

All of the experiments in this work were conducted with Google Colaboratory, a tool that comes with built-in GPU support from Google. The structure of the CNN model used to detect cotton plant leaf disease is shown in figure 1 below,

Data Augmentation

The process of creating new data points from preexisting data to train the model is known as “data augmentation,” which increases the amount of data artificially. Rescale to 255, rotation range 450, width shift range 20 %, height shift range 20%, shear range 20%, zoom range 20 %.

Figure 1: Structure of Own CNN Model Employed for Cotton Plant Leaf Disease Detection

Click here to view Figure

Figure 2: Proposed System Architecture

Click here to view Figue

Role of IoT (Internet of Things) for cotton plant diseases detection

The Proposed System Architecture is as shown in above Figure 2. To obtain greater development and productivity, cotton is the crop that needs to be watched over and managed. As a result, the IoT, which is a global trend today, has greatly penetrated the agriculture industry. IoT can help farmers overcome a variety of challenges in cotton production. The necessary secondary data were used as the foundation for the study. For the cotton crop, variables including temperature, humidity, soil moisture, soil temperature, etc., were also examined.

Extensive survey on IoT based methods to collect Environmental data from Cotton farm field, and more focus on what types of diseases occurred on cotton plant and what

Are the symptoms and which environmental factors affecting cotton plant diseases.

We studied in the cotton plant, the occurrence of disease is reflected mainly through the symptoms on its leaves10. Implementing an IoT Based Live Environmental Parameters Monitoring System Using Node MCU ESP8266 on cotton crop field. Using several sensors, an IoT-based system will gather information about the soil and environment. In order to connect the NodeMCU ESP8266-12E Wi-fi Module with following components,

Components Details

NodeMCU- ESP8266-12E Board,

BMP 180 Sensor- BMP 180 Barometric Pressure Sensor,

DHT11 Sensor- Humidity Temperature sensor,

FC-37 Sensor- Rain Sensor module

The below Figure 3 represents IoT Based Live Environmental Parameters Monitoring System Using Node MCU ESP8266 as,

Figure 3: IoT Based Live Environmental Parameters Monitoring System Using Node MCU ESP8266 

Click here to view Figure

We’ll record the temperature, humidity, barometric pressure, and rainfall and upload the information to the cloud. So that we create “Krishimitra” Channel on ThingSpeak, to Monitor field sensor data and act on it immediately. Analyze, Process and store data from different environmental sensors on ThingSpeak Cloud. The below Figure 4 shows IoT Based Circuit for collection of cotton field sensor parameters as,

Figure 4: IoT Based Circuit for collection of cotton field sensor parameters

Click here to view Figure

Figure 5: Krishi Mitra Channel on ThinkSpeak Open Access Cloud

Click here to view Figure

Table 2: Overview of Literature in terms of Methods and Features overview of Literature in terms of Methods and Features 

Sr. No.

Author [Citation]

Dataset Used

Adopted Methodology

Features

Challenges

1

Parul Sharma et al. 1

PlantVillage    database,

field-based dataset,

Internet image

Convolutional neural network (CNN)

High accuracy (>93%) was obtained with very noisy images

Required more disease coverage

Sr. No.

Author [Citation]

Dataset Used

Adopted Methodology

Features

Challenges

2

Adhao and Pawar 2

Images are Captured using digital camera

Support Vector Machine (SVM)

Cost-effective and independent

Lower overall accuracy for disease detection (83.26%)
Highly prone to noise

3

Prashar et al. 3

40 infected images capture through digital camera.

KNN and SVM

Accurately localize the disease region

Higher time complexity

4

Alves et al. 4

Live field-based images & Internet image.

deep residual networks

Achieved the highest accuracy
higher F1-Score

Lower learning rate

5

Afroze et al. 5

Images of normal and diseased leaves are gathered from the Internet and used in the field.

Local Binary Pattern (LBP) is used to extract the gradient feature and texture of the K-Nearest neighbor classifier.

Reduced computing time and increased classification accuracy

Reduced specificity and sensitivity

6

Nerkar and Talbar 6

Images are Captured using digital camera

bio-inspired ML-based classification algorithm

Improved classification accuracy
Increases the performance of system based on disease localization.

Higher computational complexity in terms of cost and time

7

Patki et al.7

103 infected images capture through digital camera

Multi SVM (Multi Support Vector Machine) classifier

Higher detection accuracy

Higher average recognition time

Sr. No.

Author [Citation]

Dataset Used

Adopted Methodology

Features

Challenges

8

Bhong et al. 8

images capture through digital camera

K-means technique for clustering

straightforward and precise

The identification procedure has a slower recognition rate.

9

Dubey et al. 9

images capture through digital camera

Support Vector Machine (SVM)

Higher classification accuracy

Higher testing time

10

Bodhe et al. 10

images capture through digital camera

Rule Based System

Higher detection and diagnosis
Higher accuracy in classification

Very time-consuming and expensive

11

Jenifa et al. 11

600 images capture through digital camera

Deep Convolution Neural Network

Improved classification rate

Highly prone to noise
Higher misclassification

12

Jenifa et al. 12

Real time images capture by camera

Multi-Support Vector Machine

less prone to over fits

suffers from multiple local minima

13

Dong et al.13

Own database formed for 5 diseases.

 CBR and fuzzy logic

get a high success percentage for diagnostics

Inadequate database size and manual selection reduce the effectiveness of the diagnosis.

14

Kumari et al. 14

plant village data base

K-means clustering and ANN

Improved average classification accuracy

(92.5 %.)

Samples are misclassified

15

Sarangdhar and Pawar 15

Images capture through Nikon digital camera

Support Vector Machine

Higher overall classification accuracy

Highly prone to noise

The Internet of Things (IoT) is a network of physical objects or objects with embedded software, sensors, or other technology. Sharing data and information through a connection or gadget on the internet is beneficial. The agricultural sector is attempting to adopt the technology for its application due to the rapid growth in IoT usage. IoT have the potential to boost and improve agriculture by looking at many farming-related parameters.

The following are the main obstacles to cotton farming:

Climatic circumstances;

Improper use of fertilizers and insecticides;

Pest and disease attacks;

Minimal revenue for small-scale farmers

Low cost because of problems with quality

Increased labor costs

Depletion of soil

IoT Plays Major role for Cotton Farming

To research the important function that IoT plays in cotton cultivation: 

IoT is utilized in agriculture for a variety of tasks, including planting, harvesting, processing, and consumer delivery. The use of IoT in agriculture should be viewed as the best option for monitoring and controlling. An agriculturalist’s ability to make decisions is aided by the analysis of remote data.

To explore how different parameters affect growth of cotton: 44

Rainfall

Expect a modest amount, between 50 and 75 cm. Early growth of the cotton plant requires sufficient moisture, but after flowering it needs a bright, dry climate. Rainfall is not necessary during the early stages of germination, but it may reduce output if it occurs later. Rainfall can seriously harm crops, especially during the harvest season. Sowing at the appropriate period is therefore advised. In India, it is sown between April and May, and harvested between December and January, just before winter, because the latter can harm the crops.

pH of soil

For best development, In general, cotton requires a deep, productive sandy loam soil with adequate drainage. Problems arise when seeds germinate in sandy or clayey soil. Neither, According to their pH value, soils can be categorized as neutral (6.5 to 7.5), alkaline (above 7.5), acidic (less than 6.5), or extremely acidic (5.5 or below). It is advised to cultivate cotton in soil with a pH of 6.0 to 8.0. The pH of the soil has a significant impact on cotton yield when it rises over 8.5 or falls below 5.5.

Moisture of the Soil

Cotton has a wide range of soil moisture requirements because it is a drought-tolerant crop. Because of this, the amount of water needed varies depending on the conditions, from 400 to 800 mm. A high soil moisture content increases fruit shedding because the earth’s oxygen content is reduced. Moreover, a decrease in soil moisture causes the leaves to mature and shed more leaves. The Table 3 shows soil type and their moisture level as below,

Table 3: Moisture Level

Soil Type

Soil Moisture Level

Fine (Clay)

Below 60%

Medium (Black & loamy)

Below 70%

Coarse (Sandy)

Below 80%

Temperature of the Soil

The germination of seeds is greatly influenced by soil temperature. Early germination can be achieved with a higher soil temperature, but cotton’s growth stages are ruined. Similar to that, if the soil temperature is kept low, it may take longer for the plant to emerge. As a result, the soil temperature must be kept above 64°F (18°C) during the germination period. The ideal temperature range for cotton is between 21°C and 30°C. Cotton balls ripen and burst more quickly in the sunshine when the daytime temperature in October is over 26 °C. The plant must also grow for at least 200 frost-free days in order to develop. 21°C to 37°C is the ideal soil temperature for cotton.

Air Humidity

Cotton’s color and quality are mostly impacted by humidity. As is well known, bacteria thrive in humid environments, which can cause cotton fiber to deteriorate and becoming discolored. Moreover, it may intensify pest and disease attacks. Thus, the air’s relative humidity must be lower than 70%.

Light Intensity

High light intensity is necessary for cotton to grow well at all stages, according to research on light intensity. Sugars are produced by high levels of sunshine and aid in the growth of foliage and bolls. Low light levels, on the other hand, may retard the growth of bolls and ultimately produce low-quality fruit.

The below Table 4 summarizes cotton plant diseases with different environmental parameters as,

Table 4. Cotton plant Diseases with different environmental Parameter70 

Temperature

Humidity

Soil Moisture

Rail fall

 Symptoms

Disease type

240-280 C

High

80-90%

YES

Yellow to brown colored cotyledon leaves turn brown and drop off

Fussarium wilt

350-430 C

High

50-60%

YES

Sudden and complete wilting of the plant

Root rot

290-330 C

High

80-90%

YES

Small reddish-colored spots and cotyledons. Water soaked small

Boll spotting

250-300 C

Very high

60-70%

25.4 to 76.2 mm

Angular leaf spots on leaf on steam and leaf- lesions on  young leaves

Angular leaf spots

Temperature

Humidity

Soil Moisture

Rail fall

 Symptoms

Disease type

100-300 C

Very high

80-90%

YES

Brown rounded or irregular spots on leaf cracked centres cause canker on steam

Alternaria leaf spot

250-300 C

Very high

60-70%

YES

Irregular translucent spots on leaf- leaves become yellowish brown and finally fall off

Bacterial blight

350-430 C

High

50-60%

NO

Purple dark brown or blakish  borders and white centers

Cercospora

Classification using the Ensemble Learning Model

The proposed Stacking ensemble Learning Model for categorizing diseases in cotton plant leaves utilizes several components, including Popular Pre-train model such as Inception V3, ResNet50, and VGG16. Each of these models has a unique design that captures various aspects of the input data, providing a diverse range of predictions. When an image is input into each model, they generate predictions regarding the probabilities of the image belonging to different classes in our task. These predictions reflect the confidence of each model in the image’s classification.

Result And Performance Analysis

The CNN model’s performance on a dataset encompassing 100 epochs, along with the accuracy and loss analysis conducted for the proposed CNN model, yielded the findings depicted in below Table 5 and overall classification performance in Table 6 shows the proposed ensemble model and existing model.

Table 5: Result and Performance of Own CNN Model

Parameters

Proposed Own CNN model

Training Accuracy

0.92

Training Loss

0.209

Testing Accuracy

0.95

Testing Loss

0.132

Training Time

29s 466ms/step

Testing Time

29s 467ms/step

Epoch

100

 Table 6: Overall classification performance in the proposed ensemble model and existing model 

Performance

(%)

VGG

16

ResNet

50

Inception

V3

Proposed

( Stack ensemble)

Accuracy

0.9844

0.9881

0.9930

0.9966

Precision

0.9380

0.9525

0.9728

0.9866

F1-score

0.9382

0.9527

0.9726

0.9869

MCC

0.9290

0.9457

0.9683

0.9849

Specificity

0.9911

0.9932

0.9960

0.99811

Sensitivity

0.9380

0.9529

0.9723

0.9871

RMSE

0.0704

0.060

0.0453

0.0346

MSE

0.0049

0.0036

0.0020

0.0422

MAE

0.1889

0.1373

0.0766

0.0422

PPV

0.9380

0.9525

0.9728

0.98662

NPV

0.9911

0.9932

0.9960

0.99810

FPR

0.0088

0.0067

0.0039

0.99818

FNR

0.0614

0.0470

0.0276

0.01280

Figure 6: Result of Own CNN Model in terms of Accuracy and loss

Click here to view Figure

Conclusion

It is crucial for cotton growers to be aware of the illnesses that affect the crop, the organisms that cause them, when the diseases are most likely to strike, and how to combat them using integrated disease management strategies that include cultural, biological, and environmental approaches. Convolutional neural network and IoT based detection techniques have been developed in our proposed model and have been utilized extensively in cotton crop production loss reduction efforts in recent years due to crop disease outbreaks. CNN is the most dependable tool for diagnosing and forecasting cotton plant diseases. For a number of diseases, we use field-based images that must be assessed in order to identify the contaminated area and identify the type of disease present in the target area. A Stacking Ensemble model is introduced for cotton plant leaf disease classification, our focus should be on showcasing the various automated systems that have the potential to transform our daily lives, since technology is advancing at an exponential rate and reducing the need for human labor through the use of automated devices to execute certain tasks. Cotton illness is predicted by our suggested method with a good degree of accuracy. Our next task is creating an intuitive application that offers solutions for the farmers. Enhancing the capabilities of the robot or automated car that is used to diagnose plants. This research proposes a novel method that combines IoT, deep learning, Hybrid Meta Model for Cotton disease detection Using IoT based platform and Ensemble learning Approach.

Acknowledgement

The authors would like to acknowledge the department of E &TC at SSVP’s BSD College of Engineering, Dhule, Maharashtra, for providing research facilities and technical assistance.

Funding Sources

There are no sources of Funding.

Conflict of Interest

The authors have no conflicts of interest to declare that are relevant to the content of this article.

Data Availability

Dataset created from actual images from real cotton field through camera.

Author contributions

All authors contributed to the study conception and design. Also cotton plant dataset data collection and analysis were performed by Bhushan V. Patil also manuscript was written by Bhushan V. Patil and Prof. Dr. Pravin S. Patil. All authors read and approved the final manuscript.

References

  1. Sharma P, et al (2018). KrishiMitr (Farmer’s Friend): Using Machine Learning to Identify Diseases in Plants. Proceedings of the IEEE International Conference on Internet of Things and Intelligence System (IoTaIS).
    CrossRef
  2. Adhao AS, Pawar VR (2019). Automatic Cotton Leaf Disease Diagnosis and Controlling Using Raspberry Pi and IoT. Intelligent Communication and Computational.
  3. Prashar K, Talwar R, Kant C (2019). CNN based on Overlapping Pooling Method and Multi-layered Learning with SVM & KNN for American Cotton Leaf Disease Recognition. Proceedings of IEEE.
    CrossRef
  4. Alves AN, Souza WSR, Borges DL (2020). Cotton pest’s classification in field-based images using deep residual networks. Computers and Electronics in Agriculture.
    CrossRef
  5. Afroze AS, Beham MP, Tamilselvi R, Maraikkayar SMA, Rajakumar K (2019). Cotton Leaf Disease Detection Using Texture and Gradient Features. Int J Eng Adv Technol. 9(1).
    CrossRef
  6. Nerkar B, Talbar S (2020). Improving Leaf Disease Detection and Localization Accuracy Using Bio-Inspired Machine Learning. Applied Computer Vision and Image Processing.
    CrossRef
  7. Patki SS, Sable GS (2017). Cotton Leaf Disease Detection & Classification using Multi SVM. International Journal of Advanced Research in Computer and Communication Engineering. 5 (10).
  8. Bhong VS, Pawar BV (2017). Study and Analysis of Cotton Leaf Disease Detection Using Image Processing. International Journal of Advanced Research in Science, Engineering, and Technology.3 (2).
  9. Dubey YK, Mushrif MM, Tiple S (2018). Superpixel based roughness measure for cotton leaf diseases detection and classification. Proceedings of the 4th International Conference on Recent Advances in Information Technology (RAIT); Dhanbad, India.
    CrossRef
  10. Bodhe KD, Taiwade HV, Yadav VP, Aote NV (2018). Implementation of Prototype for Detection & Diagnosis of Cotton Leaf Diseases using Rule Based System for Farmers. Proceedings of the 3rd International Conference on Communication and Electronics Systems (ICCES); Coimbatore, India.
    CrossRef
  11. Jenifa R, Ramalakshmi R, Ramachandran V (2019). Cotton Leaf Disease Classification using Deep Convolution Neural Network for Sustainable Cotton Production. Proceedings of the IEEE International Conference on Clean Energy and Energy Efficient Electronics Circuit for Sustainable Development (INCCES); Krishnankoil, India.
    CrossRef
  12. Jenifa R, Ramalakshmi R, Ramachandran V (2019). Classification of Cotton Leaf Disease Using Multi-Support Vector Machine. Proceedings of the IEEE International Conference on Intelligent Techniques in Control, Optimization and Signal Processing (INCOS); Tamilnadu, India.
    CrossRef
  13. Prashar K, Talwar R, Kant C (2019). CNN based on Overlapping Pooling Method and Multi-layered Learning with SVM & KNN for American Cotton Leaf Disease Recognition. Proceedings of the International Conference on Automation, Computational and Technology Management (ICACTM); London, UK.
    CrossRef
  14. Kumari U, Prasad SJ, Mounika G (2019). Leaf Disease Detection: Feature Extraction with K-means clustering and Classification with ANN. Proceedings of the 3rd International Conference on Computing Methodologies and Communication (ICCMC); Erode, India.
    CrossRef
  15. Plant Disease Handbook: Cotton. Texas A&M AgriLife Extension Service. Available from:https://plantdiseasehandbook.tamu.edu/industry-specialty/fiberoil-specialty/cotton/
  16. Sarangdhar A, Pawar VR (2017). Machine learning regression technique for cotton leaf disease detection and controlling using IoT. Proceedings of the International Conference on Electronics, Communication and Aerospace Technology (ICECA); Coimbatore, India.
    CrossRef
  17. Dubey YK, Mushrif MM, Tiple S (2018). Superpixel based roughness measure for cotton leaf diseases detection and classification. Proceedings of the 4th International Conference on Recent Advances in Information Technology (RAIT); Dhanbad, India.
    CrossRef
  18. Bodhe KD, Taiwade HV, Yadav VP, Aote NV (2018). Implementation of Prototype for Detection & Diagnosis of Cotton Leaf Diseases using Rule Based System for Farmers. Proceedings of the 3rd International Conference on Communication and Electronics Systems (ICCES); Coimbatore, India.
    CrossRef
  19. Bhimte NR, Thool VR (2018). Diseases Detection of Cotton Leaf Spot Using Image Processing and SVM Classifier. Proceedings of the Second International Conference on Intelligent Computing and Control Systems (ICICCS); Madurai, India.
    CrossRef
  20. Shah N, Jain S (2019). Detection of Disease in Cotton Leaf using Artificial Neural Network. Proceedings of the Amity International Conference on Artificial Intelligence (AICAI); Dubai, UAE.
    CrossRef
  21. Ahmed N, Amin I, Mansoor S (2021). Cotton Leaf Curl Disease (Geminiviridae). Encyclopedia of Virology (Fourth Edition).
    CrossRef
  22. Mushtaq R, Shahzad K, Bashir A (2019). Isolation of biotic stress resistance genes from cotton (Gossypium arboreum) and their analysis in model plant tobacco (Nicotiana tabacum) for resistance against cotton leaf curl disease complex. J Virol Methods.
    CrossRef
  23. Shafiq M, Iqbal Z, Amin I (2017). Real-time quantitative PCR assay for the quantification of virus and satellites causing leaf curl disease in cotton in Pakistan. J Virol Methods.
    CrossRef
  24. Akmal M, Baig MS, Khan JA (2017). Suppression of cotton leaf curl disease symptoms in Gossypium hirsutum through over expression of host-encoded miRNAs. Journal of Biotechnology.
    CrossRef
  25. Briddon RW, Akbar F, Mansoor S (2015). Effects of genetic changes to the begomovirus/betasatellite complex causing cotton leaf curl disease in South Asia post-resistance breaking. Virus Res.
    CrossRef
  26. Siddiqui K, Mansoor S, Amin I (2016). Diversity of alphasatellites associated with cotton leaf curl disease in Pakistan. Virol Rep.
    CrossRef
  27. Zhang JH, Kong F, Zhai ZF (2018). Automatic image segmentation method for cotton leaves with disease under natural environment. J Integr Agric.
    CrossRef
  28. Khattab A, et al (2019). An IoT-based cognitive monitoring system for early plant disease forecast. Comput Electron Agric.
    CrossRef
  29. He DF, Zhao X, Zhang R (2018). Genetic variation in LBL1 contributes to depth of leaf blades lobes between cotton subspecies, Gossypium barbadense and Gossypium hirsutum. J Integr Agric.
    CrossRef
  30. Sarwar MW, Riaz A, Mubin M (2019). Homology modeling and docking analysis of ßC1 protein encoded by Cotton leaf curl Multan betasatellite with different plant flavonoids. Heliyon.
    CrossRef
  31. Silva JC, Suassuna ND, Bettiol W (2017). Management of Ramularia leaf spot on cotton using integrated control with genotypes, a fungicide and Trichoderma asperellum. Crop Prot.
    CrossRef
  32. Ashry NA, Ghonaim MM, Mogazy AM (2018). Physiological and molecular genetic studies on two elicitors for improving the tolerance of six Egyptian soybean cultivars to cotton leaf worm. Plant Physiol Biochem.
    CrossRef
  33. Celik Y, Ulker E (2013). An Improved Marriage in Honey Bees Optimization Algorithm for Single Objective Unconstrained Optimization. Swarm Intell Appl.
    CrossRef
  34. Mareli M, Twala B (2018). An adaptive Cuckoo search algorithm for optimisation. Appl Comput Informat. 14(2):107-15.
    CrossRef
  35. Chuang KS, Tzeng HL, Chen S, Wu J, Chen TJ (2006). Fuzzy c-means clustering with spatial information for image segmentation. Comput Med Imaging Graph.
    CrossRef
  36. Ershad SF (2011). Texture Classification Approach Based on Combination of Edge & Co-occurrence and Local Binary Pattern. Proceedings of the Int’l Conf. IP, Comput Vision, and Pattern Recognition.
  37. ChandraPrabha, Bharathi C (2019). Texture Analysis using GLCM & GLRLM Feature Extraction Methods. Int J Res Appl Sci Eng Technol.
    CrossRef
  38. Wang JH, Liu TW, Luo X, Wang L (2018). An LSTM Approach to Short Text Sentiment Classification with Word Embeddings. Proceedings of the Conference on Computational Linguistics and Speech Processing.
  39. Sing V, et al (2017). Detection of plant leaf diseases using image segmentation and soft computing techniques. Inform Process Agric.
    CrossRef
  40. Ramcharan A, Baranowski K, McCloskey P, Ahmed B, Legg J, Hughes DP (2017). Deep learning for image-based cassava disease detection. Front Plant Sci. 8: 1852.
    CrossRef
  41. Nachtigall LG, Araujo RM, Nachtigall GR (2016). Classification of apple tree disorders using convolutional neural networks. Proceedings of the IEEE 28th International Conference on Tools with Artificial Intelligence (ICTAI). pp. 472-6.
    CrossRef
  42. Ferentinos KP (2018). Deep learning models for plant disease detection and diagnosis. Comput Electron Agric. 145:311-8.
  43. Cotton Disease Management. Government of India. Available from: https://farmer.gov.in/imagedefault/ipm/cotton.pdf.
  44. Ahmed S, et al (2017). Cotton Production and Bacterial Blight Management in Pakistan: A Review. Pakistan J Phytopathol. 29(2):251-70.
  45. Mohanty SP, Hughes DP, Salathé M (2016). Using deep learning for image-based plant disease detection. Front Plant Sci.
    CrossRef
  46. Sladojevic S, Arsenovic M, Anderla A, Culibrk D, Stefanovic D (2016). Deep neural networks based recognition of plant diseases by leaf image classification. Comput Intell Neurosci.
    CrossRef
  47. Prajapati BS, Shah J, Dabhi VK (2016). A survey on detection and classification of cotton leaf diseases. In: IEEE International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT).
    CrossRef
  48. Revathi P, Hemlata (2012). Advance computing enrichment evaluation of cotton leaf spot disease detection using image edge detection. In: IEEE International Conference on Computing, Communication and Networking Technologies (ICCCNT).
    CrossRef
  49. Rothe PR, Kshirsagar PR (2015). Cotton leaf disease identification using pattern recognition techniques. In: International Conference on Pervasive Computing (ICPC).
    CrossRef
  50. Shakeel W, Rehman A, Razaque A, et al (2020). Early detection of Cercospora cotton plant disease by using machine learning technique. In: IEEE 30th International Conference on Computer Theory and Applications (ICCTA). Alexandria, Egypt; pp.12-14.
    CrossRef
  51. Warne P, Ganorkar S (2015). Detection of diseases on cotton leaves using K-mean clustering method. Int Res J Eng Technol. 2(5):425-431.
  52. Rothe PR, Kshirsagar PR (2014). SVM-based classifier system for recognition of cotton leaf diseases. Int J Emerg Technol Comput Appl Sci. 8(1):427-432.
  53. Rothe PR, Kshirsagar PR (2014). A study and implementation of active contour model for feature extraction: With diseased cotton leaf as example. Int J Curr Eng Technol. 4(2):812-816.
  54. Patil S, Zambre R (2014). Classification of cotton leaf spot disease using support vector machine. Int J Eng Res. 3(4):1511-1514.
  55. Chaudhari V, Patil CY (2014). Disease detection of cotton leaves using advanced image processing. Int J Adv Comput Res. 4(2):653.
  56. Revathi P, Hemalatha M (2012). Classification of cotton leaf spot diseases using image processing edge detection techniques. In: Emerging Trends in Science, Engineering and Technology (INCOSET), International Conference. Pp.169-173.
    CrossRef
  57. Adsule B, Bhattad J (2015). Leaves classification using SVM and NN for disease detection. Int J Innov Res Comput Commun Eng. 3(6):5488-5495.
  58. Abhang D, Autade P, Bhokare S, Dawange P (2015). A survey on, analysis and detection of disease on cotton leaves. Int J Adv Res Innov Ideas Educ. 4:236-243.
  59. Arjunagi S, et al (2017). A survey on detection and computing the amount of plant diseases using image processing. IAETSD J Adv Res Appl Sci. 4(7):344-354.
  60. Sartin M, Da Silva A, Kappas C (2014). Image segmentation with artificial neural network for nutrient deficiency in cotton crop. J Comput Sci. 10(6):1084-1093.
    CrossRef
  61. Kamilaris A, Prenafeta-Boldú FX (2018). A review of the use of convolutional neural networks in agriculture. J Agric Sci. 156(3):312-322.
    CrossRef
  62. Gawas M, Patil H, Govekar SS (2021). An integrative approach for secure data sharing in vehicular edge computing using blockchain. Peer-Peer Netw Appl. doi: 10.1007/s12083-021-01107-4.
    CrossRef
  63. Hebbar N, Patil HY, Agarwal K (2020). Web powered CT scan diagnosis for brain hemorrhage using deep learning. In: IEEE 4th Conference on Information & Communication Technology (CICT). PP.1-5. doi:10.1109/CICT51604.2020.9312098.
    CrossRef
  64. Patil P, Patil H (2020). X-ray imaging based pneumonia classification using deep learning and adaptive clip limit based CLAHE algorithm. In: IEEE 4th Conference on Information & Communication Technology (CICT). PP.1-4. doi:10.1109/CICT51604.2020.9312089.
    CrossRef
  65. Barua S, Patil H, Desai PD, Arun M (2020). Deep learning-based smart colored fabric defect detection system. In: Iyer B, Rajurkar A, Gudivada V, eds. Applied Computer Vision and Image Processing. Advances in Intelligent Systems and Computing. Vol 1155. Springer; 333-342. doi:10.1007/978-981-15-4029-5_21.
    CrossRef
  66. Patil P, Ranganathan M, Patil H (2020). Ship image classification using deep learning method. In: Iyer B, Rajurkar A, Gudivada V, eds. Applied Computer Vision and Image Processing. Advances in Intelligent Systems and Computing. Vol 1155. Springer; pp. 343-351. doi:10.1007/978-981-15-4029-5_22.
    CrossRef
  67. Patil BV, Patil PS (2021). Computational method for cotton plant disease detection of crop management using deep learning and internet of things platforms. In: Evolutionary Computing and Mobile Sustainable Networks: Proceedings of ICECMSN 2020. Springer.
    CrossRef
  68. Patil HY, Chandra A (2019). Deep learning based kinship verification on KinFaceW-I dataset. In: TENCON IEEE Region 10 Conference (TENCON). 2019:2529-2532. doi:10.1109/TENCON.2019.8929460.
    CrossRef
  69. Patil, Punam R. and Patil, Bhushan V (2024). Optimal Detection and Classification of Skin Lesion based on Texture Features. Available at SSRN: https://ssrn.com/abstract=4819527 or http://dx.doi.org/10.2139/ssrn.4819527
    CrossRef
  70. iKisan. Cotton disease management. Available from: https://www.ikisan.com/ap-cotton-disease-management.htm. Accessed June 21, 2024.
scroll to top