Literature DB >> 30110960

Machine Learning in Agriculture: A Review.

Konstantinos G Liakos1, Patrizia Busato2, Dimitrios Moshou3,4, Simon Pearson5, Dionysis Bochtis6.   

Abstract

Machine learning has emerged with big data technologies and high-performance computing to create new opportunities for data intensive science in the multi-disciplinary agri-technologies domain. In this paper, we present a comprehensive review of research dedicated to applications of machine learning in agricultural production systems. The works analyzed were categorized in (a) crop management, including applications on yield prediction, disease detection, weed detection crop quality, and species recognition; (b) livestock management, including applications on animal welfare and livestock production; (c) water management; and (d) soil management. The filtering and classification of the presented articles demonstrate how agriculture will benefit from machine learning technologies. By applying machine learning to sensor data, farm management systems are evolving into real time artificial intelligence enabled programs that provide rich recommendations and insights for farmer decision support and action.

Entities:  

Keywords:  artificial intelligence; crop management; livestock management; planning; precision agriculture; soil management; water management

Year:  2018        PMID: 30110960      PMCID: PMC6111295          DOI: 10.3390/s18082674

Source DB:  PubMed          Journal:  Sensors (Basel)        ISSN: 1424-8220            Impact factor:   3.576


1. Introduction

Agriculture plays a critical role in the global economy. Pressure on the agricultural system will increase with the continuing expansion of the human population. Agri-technology and precision farming, now also termed digital agriculture, have arisen as new scientific fields that use data intense approaches to drive agricultural productivity while minimizing its environmental impact. The data generated in modern agricultural operations is provided by a variety of different sensors that enable a better understanding of the operational environment (an interaction of dynamic crop, soil, and weather conditions) and the operation itself (machinery data), leading to more accurate and faster decision making. Machine learning (ML) has emerged together with big data technologies and high-performance computing to create new opportunities to unravel, quantify, and understand data intensive processes in agricultural operational environments. Among other definitions, ML is defined as the scientific field that gives machines the ability to learn without being strictly programmed [1]. Year by year, ML applies in more and more scientific fields including, for example, bioinformatics [2,3], biochemistry [4,5], medicine [6,7,8], meteorology [9,10,11], economic sciences [12,13,14], robotics [15,16], aquaculture [17,18], and food security [19,20], and climatology [21]. In this paper, we present a comprehensive review of the application of ML in agriculture. A number of relevant papers are presented that emphasise key and unique features of popular ML models. The structure of the present work is as follows: the ML terminology, definition, learning tasks, and analysis are initially given in Section 2, along with the most popular learning models and algorithms. Section 3 presents the implemented methodology for the collection and categorization of the presented works. Finally, in Section 4, the advantages derived from the implementation of ML in agri-technology are listed, as well as the future expectations in the domain. Because of the large number of abbreviations used in the relative scientific works, Table 1, Table 2, Table 3 and Table 4 list the abbreviations that appear in this work, categorized to ML models, algorithms, statistical measures, and general abbreviations, respectively.
Table 1

Abbreviations for machine learning models.

AbbreviationModel
ANNsartificial neural networks
BMbayesian models
DLdeep learning
DRdimensionality reduction
DTdecision trees
ELensemble learning
IBMinstance based models
SVMssupport vector machines
Table 2

Abbreviations for machine learning algorithms.

AbbreviationAlgorithm
ANFISadaptive-neuro fuzzy inference systems
Baggingbootstrap aggregating
BBNbayesian belief network
BNbayesian network
BPNback-propagation network
CARTclassification and regression trees
CHAIDchi-square automatic interaction detector
CNNsconvolutional neural networks
CPcounter propagation
DBMdeep boltzmann machine
DBNdeep belief network
DNNdeep neural networks
ELMsextreme learning machines
EMexpectation maximisation
ENNsensemble neural networks
GNBgaussian naive bayes
GRNNgeneralized regression neural network
KNNk-nearest neighbor
LDAlinear discriminant analysis
LS-SVMleast squares-support vector machine
LVQlearning vector quantization
LWLlocally weighted learning
MARSmultivariate adaptive regression splines
MLPmulti-layer perceptron
MLRmultiple linear regression
MOGmixture of gaussians
OLSRordinary least squares regression
PCAprincipal component analysis
PLSRpartial least squares regression
RBFNradial basis function networks
RFrandom forest
SaE-ELMself adaptive evolutionary-extreme learning machine
SKNssupervised kohonen networks
SOMsself-organising maps
SPA-SVMsuccessive projection algorithm-support vector machine
SVRsupport vector regression
Table 3

Abbreviations for statistical measures for the validation of machine learning algorithms.

AbbreviationMeasure
APEaverage prediction error
MABEmean absolute bias error
MAEmean absolute error
MAPEmean absolute percentage error
MPEmean percentage error
NSnash-sutcliffe coefficient
Rradius
R2coefficient of determination
RMSEroot mean squared error
RMSEProot mean square error of prediction
RPDrelative percentage difference
RRMSEaverage relative root mean square error
Table 4

General abbreviations.

Abbreviation
AUSaircraft unmanned system
Cdcadmium
FBGfiber bragg grating
HSVhue saturation value color space
Kpotassium
MCmoisture content
Mgmagnesium
MLmachine learning
NDVInormalized difference vegetation index
NIRnear infrared
OCorganic carbon
Rbrubidium
RGBred green blue
TNtotal nitrogen
UAVunmanned aerial vehicle
VIS-NIRvisible-near infrared

2. An Overview on Machine Learning

2.1. Machine Learning Terminology and Definitions

Typically, ML methodologies involves a learning process with the objective to learn from “experience” (training data) to perform a task. Data in ML consists of a set of examples. Usually, an individual example is described by a set of attributes, also known as features or variables. A feature can be nominal (enumeration), binary (i.e., 0 or 1), ordinal (e.g., A+ or B−), or numeric (integer, real number, etc.). The performance of the ML model in a specific task is measured by a performance metric that is improved with experience over time. To calculate the performance of ML models and algorithms, various statistical and mathematical models are used. After the end of the learning process, the trained model can be used to classify, predict, or cluster new examples (testing data) using the experience obtained during the training process. Figure 1 shows a typical ML approach.
Figure 1

A typical machine learning approach.

ML tasks are typically classified into different broad categories depending on the learning type (supervised/unsupervised), learning models (classification, regression, clustering, and dimensionality reduction), or the learning models employed to implement the selected task.

2.2. Tasks of Learning

ML tasks are classified into two main categories, that is, supervised and unsupervised learning, depending on the learning signal of the learning system. In supervised learning, data are presented with example inputs and the corresponding outputs, and the objective is to construct a general rule that maps inputs to outputs. In some cases, inputs can be only partially available with some of the target outputs missing or given only as feedback to the actions in a dynamic environment (reinforcement learning). In the supervised setting, the acquired expertise (trained model) is used to predict the missing outputs (labels) for the test data. In unsupervised learning, however, there is no distinction between training and test sets with data being unlabeled. The learner processes input data with the goal of discovering hidden patterns.

2.3. Analysis of Learning

Dimensionality reduction (DR) is an analysis that is executed in both families of supervised and unsupervised learning types, with the aim of providing a more compact, lower-dimensional representation of a dataset to preserve as much information as possible from the original data. It is usually performed prior to applying a classification or regression model in order to avoid the effects of dimensionality. Some of the most common DR algorithms are the following: (i) principal component analysis [22], (ii) partial least squares regression [23], and (iii) linear discriminant analysis [24].

2.4. Learning Models

The presentation of the learning models in ML is limited to the ones that have been implemented in works presented in this review.

2.4.1. Regression

Regression constitutes a supervised learning model, which aims to provide the prediction of an output variable according to the input variables, which are known. Most known algorithms include linear regression and logistic regression [25], as well as stepwise regression [26]. Also, more complex regression algorithms have been developed, such as ordinary least squares regression [27], multivariate adaptive regression splines [28], multiple linear regression, cubist [29], and locally estimated scatterplot smoothing [30].

2.4.2. Clustering

Clustering [31] is a typical application of unsupervised learning model, typically used to find natural groupings of data (clusters). Well established clustering techniques are the k-means technique [32], the hierarchical technique [33], and the expectation maximisation technique [34].

2.4.3. Bayesian Models

Bayesian models (BM) are a family of probabilistic graphical models in which the analysis is undertaken within the context of Bayesian inference. This type of model belongs to the supervised learning category and can be employed for solving either classification or regression problems. Naive bayes [35], gaussian naive bayes, multinomial naive bayes, bayesian network [36], mixture of gaussians [37], and bayesian belief network [38] are some of the most prominent algorithms in the literature.

2.4.4. Instance Based Models

Instance based models (IBM) are memory-based models that learn by comparing new examples with instances in the training database. They construct hypotheses directly from the data available, while they do not maintain a set of abstractions, and generate classification or regression predictions using only specific instances. The disadvantage of these models is that their complexity grows with data. The most common learning algorithms in this category are the k-nearest neighbor [39], locally weighted learning [40], and learning vector quantization [41].

2.4.5. Decision Trees

Decision trees (DT) are classification or regression models formulated in a tree-like architecture [42]. With DT, the dataset is progressively organized in smaller homogeneous subsets (sub-populations), while at the same time, an associated tree graph is generated. Each internal node of the tree structure represents a different pairwise comparison on a selected feature, whereas each branch represents the outcome of this comparison. Leaf nodes represent the final decision or prediction taken after following the path from root to leaf (expressed as a classification rule). The most common learning algorithms in this category are the classification and regression trees [43], the chi-square automatic interaction detector [44], and the iterative dichotomiser [45].

2.4.6. Artificial Neural Networks

Artificial neural networks (ANNs) are divided into two categories; “Traditional ANNs” and “Deep ANNs”. ANNs are inspired by the human brain functionality, emulating complex functions such as pattern generation, cognition, learning, and decision making [46]. The human brain consists of billions of neurons that inter-communicate and process any information provided. Similarly, an ANN as a simplified model of the structure of the biological neural network, consists of interconnected processing units organized in a specific topology. A number of nodes are arranged in multiple layers including the following: An input layer where the data is fed into the system, One or more hidden layers where the learning takes place, and An output layer where the decision/prediction is given. ANNs are supervised models that are typically used for regression and classification problems. The learning algorithms commonly used in ANNs include the radial basis function networks [47], perceptron algorithms [48], back-propagation [49], and resilient back-propagation [50]. Also, a large number of ANN-based learning algorithms have been reported, such as counter propagation algorithms [51], adaptive-neuro fuzzy inference systems [52], autoencoder, XY-Fusion, and supervised Kohonen networks [53], as well as Hopfield networks [54], multilayer perceptron [55], self-organising maps [56], extreme learning machines [57], generalized regression neural network [58], ensemble neural networks or ensemble averaging, and self-adaptive evolutionary extreme learning machines [59]. Deep ANNs are most widely referred to as deep learning (DL) or deep neural networks (DNNs) [60]. They are a relatively new area of ML research allowing computational models that are composed of multiple processing layers to learn complex data representations using multiple levels of abstraction. One of the main advantages of DL is that in some cases, the step of feature extraction is performed by the model itself. DL models have dramatically improved the state-of-the-art in many different sectors and industries, including agriculture. DNN’s are simply an ANN with multiple hidden layers between the input and output layers and can be either supervised, partially supervised, or even unsupervised. A common DL model is the convolutional neural network (CNN), where feature maps are extracted by performing convolutions in the image domain. A comprehensive introduction on CNNs is given in the literature [61]. Other typical DL architectures include deep Boltzmann machine, deep belief network [62], and auto-encoders [63].

2.4.7. Support Vector Machines

Support vector machines (SVMs) were first introduced in the work of [64] on the foundation of statistical learning theory. SVM is intrinsically a binary classifier that constructs a linear separating hyperplane to classify data instances. The classification capabilities of traditional SVMs can be substantially enhanced through transformation of the original feature space into a feature space of a higher dimension by using the “kernel trick”. SVMs have been used for classification, regression, and clustering. Based on global optimization, SVMs deal with overfitting problems, which appear in high-dimensional spaces, making them appealing in various applications [65,66]. Most used SVM algorithms include the support vector regression [67], least squares support vector machine [68], and successive projection algorithm-support vector machine [69].

2.4.8. Ensemble Learning

Ensemble learning (EL) models aim at improving the predictive performance of a given statistical learning or model fitting technique by constructing a linear combination of simpler base learner. Considering that each trained ensemble represents a single hypothesis, these multiple-classifier systems enable hybridization of hypotheses not induced by the same base learner, thus yielding better results in the case of significant diversity among the single models. Decision trees have been typically used as the base learner in EL models, for example, random forest [70], whereas a large number of boosting and bagging implementations have been also proposed, for example, boosting technique [71], adaboost [72], and bootstrap aggregating or bagging algorithm [73].

3. Review

The reviewed articles have been, on a first level, classified in four generic categories; namely, crop management, livestock management, water management, and soil management. The applications of ML in the crop section were divided into sub-categories including yield prediction, disease detection, weed detection crop quality, and species recognition. The applications of ML in the livestock section were divided into two sub-categories; animal welfare and livestock production. The search engines implemented were Scopus, ScienceDirect and PubMed. The selected articles regard works presented solely in journal papers. Climate prediction, although very important for agricultural production, has not been included in the presented review, considering the fact that ML applications for climate prediction is a complete area by itself. Finally, all articles presented here regard the period from 2004 up to the present.

3.1. Crop Management

3.1.1. Yield Prediction

Yield prediction, one of the most significant topics in precision agriculture, is of high importance for yield mapping, yield estimation, matching of crop supply with demand, and crop management to increase productivity. Examples of ML applications include in those in the works of [74]; an efficient, low-cost, and non-destructive method that automatically counted coffee fruits on a branch. The method calculates the coffee fruits in three categories: harvestable, not harvestable, and fruits with disregarded maturation stage. In addition, the method estimated the weight and the maturation percentage of the coffee fruits. The aim of this work was to provide information to coffee growers to optimise economic benefits and plan their agricultural work. Another study that used for yield prediction is that by the authors of [75], in which they developed a machine vision system for automating shaking and catching cherries during harvest. The system segments and detects occluded cherry branches with full foliage even when these are inconspicuous. The main aim of the system was to reduce labor requirements in manual harvesting and handling operations. In another study [76], authors developed an early yield mapping system for the identification of immature green citrus in a citrus grove under outdoor conditions. As all other relative studies, the aim of the study was to provide growers with yield-specific information to assist them to optimise their grove in terms of profit and increased yield. In another study [77], the authors developed a model for the estimation of grassland biomass (kg dry matter/ha/day) based on ANNs and multitemporal remote sensing data. Another study dedicated to yield prediction, and specifically to wheat yield prediction, was presented in another study [78]. The developed method used satellite imagery and received crop growth characteristics fused with soil data for a more accurate prediction. The authors of [79] presented a method for the detection of tomatoes based on EM and remotely sensed red green blue (RGB) images, which were captured by an unmanned aerial vehicle (UAV). Also, in the work of [80], authors developed a method for the rice development stage prediction based on SVM and basic geographic information obtained from weather stations in China. Finally, a generalized method for agricultural yield predictions, was presented in another study [81]. The method is based on an ENN application on long-period generated agronomical data (1997–2014). The study regards regional predictions (specifically in in Taiwan) focused on the supporting farmers to avoid imbalances in market supply and demand caused or hastened by harvest crop quality. Table 5 summarizes the above papers for the case of yield prediction sub-category.
Table 5

Crop: yield prediction table.

ArticleCropObserved FeaturesFunctionalityModels/AlgorithmsResults
[74]CoffeeForty-two (42) color features in digital images illustrating coffee fruitsAutomatic count of coffee fruits on a coffee branchSVMHarvestable:

Ripe/overripe: 82.54–87.83% visibility percentage

Semi-ripe: 68.25–85.36% visibility percentage

Not harvestable:

Unripe: 76.91–81.39% visibility percentage

[75]CherryColored digital images depicting leaves, branches, cherry fruits, and the backgroundDetection of cherry branches with full foliageBM/GNB89.6% accuracy
[76]Green citrusImage features (form 20 × 20 pixels digital images of unripe green citrus fruits) such as coarseness, contrast, directionality, line-likeness, regularity, roughness, granularity, irregularity, brightness, smoothness, and finenessIdentification of the number of immature green citrus fruit under natural outdoor conditionsSVM80.4% accuracy
[77]GrassVegetation indices, spectral bands of red and NIREstimation of grassland biomass (kg dry matter/ha/day) for two managed grassland farms in Ireland; Moorepark and GrangeANN/ANFISMoorepark:R2 = 0.85RMSE = 11.07Grange:R2 = 0.76RMSE = 15.35
[78]WheatNormalized values of on-line predicted soil parameters and the satellite NDVIWheat yield prediction within field variationANN/SNKs81.65% accuracy
[79]TomatoHigh spatial resolution RGB imagesDetection of tomatoes via RGB images captured by UAVClustering/EMRecall: 0.6066Precision: 0.9191F-Measure: 0.7308
[80]RiceAgricultural, surface weather, and soil physico-chemical data with yield or development recordsRice development stage prediction and yield predictionSVMMiddle-season rice:Tillering stage:RMSE (kg h−1 m2) = 126.8Heading stage:RMSE (kg h−1 m2) = 96.4Milk stage:RMSE (kg h−1 m2) = 109.4Early rice:Tillering stage:RMSE (kg h−1 m2) = 88.3Heading stage:RMSE (kg h−1 m2) = 68.0Milk stage:RMSE (kg h−1 m2) = 36.4Late rice:Tillering stage:RMSE (kg h−1 m2) = 89.2Heading stage:RMSE (kg h−1 m2) = 69.7Milk stage:RMSE (kg h−1 m2) = 46.5
[81]GeneralAgriculture data: meteorological, environmental, economic, and harvestMethod for the accurate analysis for agricultural yield predictionsANN/ENN and BPN based1.3% error rate

3.1.2. Disease Detection

Disease detection and yield prediction are the sub-categories with the higher number of articles presented in this review. One of the most significant concerns in agriculture is pest and disease control in open-air (arable farming) and greenhouse conditions. The most widely used practice in pest and disease control is to uniformly spray pesticides over the cropping area. This practice, although effective, has a high financial and significant environmental cost. Environmental impacts can be residues in crop products, side effects on ground water contamination, impacts on local wildlife and eco-systems, and so on. ML is an integrated part of precision agriculture management, where agro-chemicals input is targeted in terms of time and place. In the literature [82], a tool is presented for the detection and discrimination of healthy Silybum marianum plants and those infected by smut fungus Microbotyum silybum during vegetative growth. In the work of [83], authors developed a new method based on image processing procedure for the classification of parasites and the automatic detection of thrips in strawberry greenhouse environment, for real-time control. The authos of [84] presented a method for detection and screening of Bakanae disease in rice seedlings. More specifically, the aim of the study was the accurate detection of pathogen Fusarium fujikuroi for two rice cultivars. The automated detection of infected plants increased grain yield and was less time-consuming compared with naked eye examination. Wheat is one of the most economically significant crops worldwide. The last five studies presented in this sub-category are dedicated to the detection and discrimination between diseased and healthy wheat crops. The authors of [85] developed a new system for the detection of nitrogen stressed, and yellow rust infected and healthy winter wheat canopies based on hierarchical self-organizing classifier and hyperspectral reflectance imaging data. The study aimed at the accurate detection of these categories for a more effective usage of fungicides and fertilizers according to the plant’s needs. In the next case study [86], the development of a system was presented that automatically discriminated between water stressed Septoria tritici infected and healthy winter wheat canopies. The approach used an least squares (LS)-SVM classifier with optical multisensor fusion. The authors of [87] presented a method to detect either yellow rust infected or healthy wheat, based on ANN models and spectral reflectance features. The accurate detection of either infected or healthy plants enables the precise targeting of pesticides in the field. In the work of [88], a real time remote sensing system is presented for the detection of yellow rust infected and healthy wheat. The system is based on a self-organising map (SOM) neural network and data fusion of hyper-spectral reflection and multi-spectral fluorescence imaging. The goal of the study was the accurate detection, before it can visibly detected, of yellow rust infected winter wheat cultivar “Madrigal”. Finally, the authors of [89] presented a method for the simultaneous identification and discrimination of yellow rust infected, and nitrogen stressed and healthy wheat plants of cultivar “Madrigal”. The approach is based on an SOM neural network and hyperspectral reflectance imaging. The aim of the study was the accurate discrimination between the plant stress, which is caused by disease and nutrient deficiency stress under field conditions. Finally, the author of [90] presented a CNN-based method for the disease detection diagnosis based on simple leaves images with sufficient accuracy to classify between healthy and diseased leaves in various plants. Table 6 summarizes the above papers for the case of the disease detection sub-category.
Table 6

Crop: disease detection table.

AuthorCropObserved FeaturesFunctionalityModels/AlgorithmsResults
[82] Silybum marianum Images with leaf spectra using a handheld visible and NIR spectrometerDetection and discrimination between healthy Silybum marianum plants and those that are infected by smut fungus Microbotyum silybumANN/XY-Fusion95.16% accuracy
[83]StrawberryRegion index: ratio of major diameter to minor diameter; and color indexes: hue, saturation, and intensifyClassification of parasites and automatic detection of thripsSVMMPE = 2.25%
[84]RiceMorphological and color traits from healthy and infected from Bakanae disease, rice seedlings, for cultivars Tainan 11 and ToyonishikiDetection of Bakanae disease, Fusarium fujikuroi, in rice seedlingsSVM87.9% accuracy
[85]WheatHyperspectral reflectance imaging dataDetection of nitrogen stressed, yellow rust infected and healthy winter wheat canopiesANN/XY-FusionNitrogen stressed: 99.63% accuracyYellow rust: 99.83% accuracyHealthy: 97.27% accuracy
[86]WheatSpectral reflectance and fluorescence featuresDetection of water stressed, Septoria tritici infected, and healthy winter wheat canopiesSVM/LS-SVMFour scenarios:

Control treatment, healthy and well supplied with water: 100% accuracy

Inoculated treatment, with Septoria tritici and well supplied with water: 98.75% accuracy

Healthy treatment and deficient water supply: 100% accuracy

Inoculated treatment and deficient water supply: 98.7% accuracy

[87]WheatSpectral reflectance featuresDetection of yellow rust infected and healthy winter wheat canopiesANN/MLPYellow rust infected wheat: 99.4% accuracyHealthy: 98.9% accuracy
[88]WheatData fusion of hyper-spectral reflection and multi-spectral fluorescence imagingDetection of yellow rust infected and healthy winter wheat under field circumstancesANN/SOMYellow rust infected wheat: 99.4% accuracyHealthy: 98.7% accuracy
[89]WheatHyperspectral reflectance imagesIdentification and discrimination of yellow rust infected, nitrogen stressed, and healthy winter wheat in field conditionsANN/SOMYellow rust infected wheat: 99.92% accuracyNitrogen stressed: 100% accuracyHealthy: 99.39% accuracy
[90]Generilized approach for various crops (25 in total)Simple leaves images of healthy and diseased plantsDetection and diagnosis of plant diseasesDNN/CNN99.53% accuracy

3.1.3. Weed Detection

Weed detection and management is another significant problem in agriculture. Many producers indicate weeds as the most important threat to crop production. The accurate detection of weeds is of high importance to sustainable agriculture, because weeds are difficult to detect and discriminate from crops. Again, ML algorithms in conjunction with sensors can lead to accurate detection and discrimination of weeds with low cost and with no environmental issues and side effects. ML for weed detection can enable the development of tools and robots to destroy weeds, which minimise the need for herbicides. Two studies on ML applications for weed detection issues in agriculture have been presented. In the first study [91], authors presented a new method based on counter propagation (CP)-ANN and multispectral images captured by unmanned aircraft systems (UAS) for the identification of Silybum marianum, a weed that is hard to eradicate and causes major loss on crop yield. In the second study [92], the authors developed a new method based on ML techniques and hyperspectral imaging, for crop and weed species recognition. More specifically, the authors created an active learning system for the recognition of Maize (Zea mayas), as crop plant species and Ranunculus repens, Cirsium arvense, Sinapis arvensis, Stellaria media, Tarraxacum officinale, Poa annua, Polygonum persicaria, Urtica dioica, Oxalis europaea, and Medicago lupulina as weed species. The main goal was the accurate recognition and discrimination of these species for economic and environmental purposes. In another study [93], the authors developed a weed detection method based on SVN in grassland cropping. Table 7 summarizes the above papers for the case of weed detection sub-category.
Table 7

Crop: Weed detection table.

AuthorObserved FeaturesFunctionalityModels/AlgorithmsResults
[91]Spectral bands of red, green, and NIR and texture layerDetection and mapping of Silybum marianumANN/CP98.87% accuracy
[92]Spectral features from hyperspectral imagingRecognition and discrimination of Zea mays and weed speciesANN/one-class SOM and Clustering/one-class MOGZea mays: SOM = 100% accuracy MOG = 100% accuracyWeed species: SOM = 53–94% accuracyMOG = 31–98% accuracy
[93]Camera images of grass and various weeds typesReporting on performance of classification methods for grass vs. weed detectionSVN97.9% Again Rumex classification694.65% Urtica classification95.1% for mixed weed and mixed weather conditions

3.1.4. Crop Quality

The penultimate sub-category for the crop category is studies developed for the identification of features connected with the crop quality. The accurate detection and classification of crop quality characteristics can increase product price and reduce waste. In the first study [94], the authors presented and developed a new method for the detection and classification of botanical and non-botanical foreign matter embedded inside cotton lint during harvesting. The aim of the study was quality improvement while the minimising fiber damage. Another study [95] regards pears production and, more specifically, a method was presented for the identification and differentiation of Korla fragrant pears into deciduous-calyx or persistent-calyx categories. The approach applied ML methods with hyperspectral reflectance imaging. The final study for this sub-category was by the authors of [96], in which a method was presented for the prediction and classification of the geographical origin for rice samples. The method was based on ML techniques applied on chemical components of samples. More specifically, the main goal was the classification of the geographical origin of rice, for two different climate regions in Brazil; Goias and Rio Grande do Sul. The results showed that Cd, Rb, Mg, and K are the four most relevant chemical components for the classification of samples. Table 8 summarizes the above presented articles.
Table 8

Crop: crop quality table.

AuthorCropObserved FeaturesFunctionalityModels/AlgorithmsResults
[94]CottonShort wave infrared hyperspectral transmittance images depicting cotton along with botanical and non-botanical types of foreign matterDetection and classification of common types of botanical and non-botanical foreign matter that are embedded inside the cotton lintSVMAccording to the optimal selected wavelengths, the classification accuracies are over 95% for the spectra and the images.
[95]PearsHyperspectral reflectance imagingIdentification and differentiation of Korla fragrant pears into deciduous-calyx or persistent-calyx categoriesSVM/SPA-SVMDeciduous-calyx pears: 93.3% accuracyPersistent-calyx pears: 96.7% accuracy
[96]RiceTwenty (20) chemical components that were found in composition of rice samples with inductively coupled plasma mass spectrometryPrediction and classification of geographical origin of a rice sampleEL/RF93.83% accuracy

3.1.5. Species Recognition

The last sub-category of crop category is the species recognition. The main goal is the automatic identification and classification of plant species in order to avoid the use of human experts, as well as to reduce the classification time. A method for the identification and classification of three legume species, namely, white beans, red beans, and soybean, via leaf vein patterns has been presented in [97]. Vein morphology carries accurate information about the properties of the leaf. It is an ideal tool for plant identification in comparison with color and shape. Table 9 summarizes the above study for the case of species recognition sub-category.
Table 9

Crop: Species recognition.

AuthorCropObserved FeaturesFunctionalityModels/AlgorithmsResults
[97]LegumeVein leaf images of white and red beans as well as and soybeanIdentification and classification of three legume species: soybean, and white and red beanDL/CNNWhite bean: 90.2% accuracyRed bean: 98.3% accuracySoybean: 98.8% accuracy for five CNN layers

3.2. Livestock Management

The livestock category consists of two sub-categories, namely, animal welfare and livestock production. Animal welfare deals with the health and wellbeing of animals, with the main application of ML in monitoring animal behaviour for the early detection of diseases. On the other hand, livestock production deals with issues in the production system, where the main scope of ML applications is the accurate estimation of economic balances for the producers based on production line monitoring.

3.2.1. Animal Welfare

Several articles are reported to belong to the animal welfare sub-category. In the first article [98], a method is presented for the classification of cattle behaviour based on ML models using data collected by collar sensors with magnetometers and three-axis accelerometers. The aim of the study was the prediction of events such as the oestrus and the recognition of dietary changes on cattle. In the second article [99], a system was presented for the automatic identification and classification of chewing patterns in calves. The authors created a system based on ML applying data from chewing signals of dietary supplements, such as hay and ryegrass, combined with behaviour data, such as rumination and idleness. Data was collected by optical FBG sensors. In another study [100], an automated monitoring system based on ML was presented for animal behavior tracking, including tracking of animal movements by depth video cameras, for monitoring various activities of the animal (standing, moving, feeding, and drinking). Table 10 summarizes the features of the above presented articles.
Table 10

Livestock: animal welfare.

AuthorAnimal SpeciesObserved FeaturesFunctionalityModels/AlgorithmsResults
[98]CattleFeatures like grazing, ruminating, resting, and walking, which were recorded using collar systems with three-axis accelerometer and magnetometerClassification of cattle behaviourEL/Bagging with tree learner96% accuracy
[99]CalfData: chewing signals from dietary supplement, Tifton hay, ryegrass, rumination, and idleness. Signals were collected from optical FBG sensorsIdentification and classification of chewing patterns in calvesDT/C4.594% accuracy
[100]Pigs3D motion data by using two depth camerasAnimal tracking and behavior annotation of the pigs to measure behavioral changes in pigs for welfare and health monitoringBM: Gaussian Mixture Models (GMMs)Animal tracking: mean multi-object tracking precision (MOTP) = 0.89 accuracy behavior annotation: standing: control R2 = 0.94, treatment R2 = 0.97 feeding: control R2 = 0.86, treatment R2 = 0.49

3.2.2. Livestock Production

The sub-category of livestock production regards studies developed for the accurate prediction and estimation of farming parameters to optimize the economic efficiency of the production system. This sub-category consists of the presentation of four articles, three with cattle production and one for hens’ eggs production. In the work of [101], a method for the prediction of the rumen fermentation pattern from milk fatty acids was presented. The main aim of the study was to achieve the most accurate prediction of rumen fermentations, which play a significant role for the evaluation of diets for milk production. In addition, this work showed that milk fatty acids have ideal features to predict the molar proportions of volatile fatty acids in the rumen. The next study [102] was related to hen production. Specifically, a method based on SVM model was presented for the early detection and warning of problems in the commercial production of eggs. Based on SVM methods [103], a method for the accurate estimation of bovine weight trajectories over time was presented. The accurate estimation of cattle weights is very important for breeders. The last article of the section [104] deals with the development of a function for the prediction of carcass weight for beef cattle of the Asturiana de los Valles breed based on SVR models and zoometric measurements features. The results show that the presented method can predict carcass weights 150 days prior to the slaughter day. The authors of [105] presented a method based on convolutional neural networks (CNNs) applied in digital images for pig face recognition. The main aim of the research was the identification of animals without the need for radio frequency identification (RFID) tags, which involve a distressing activity for the animal, are limited in their range, and are a time-consuming method. Table 11 summarizes the features of the above presented works.
Table 11

Livestock: livestock production table.

AuthorAnimal SpeciesObserved FeaturesFunctionalityModels/AlgorithmsResults
[101]CattleMilk fatty acidsPrediction of rumen fermentation pattern from milk fatty acidsANN/BPNAcetate:RMSE = 2.65%Propionate: RMSE = 7.67%Butyrate: RMSE = 7.61%
[102]HensSix (6) features, which were created from mathematical models related to farm’s egg production line and collected over a period of seven (7) years.Early detection and warning of problems in production curves of commercial hens eggsSVM98% accuracy
[103]BovineGeometrical relationships of the trajectories of weights along the timeEstimation of cattle weight trajectories for future evolution with only one or a few weights.SVMAngus bulls from Indiana Beef Evaluation Program: weights 1, MAPE = 3.9 + −3.0%Bulls from Association of Breeder of Asturiana de los Valles: weights 1, MAPE = 5.3 + −4.4%Cow from Wokalup Selection Experiment in Western Australia: weights 1, MAPE = 9.3 + −6.7%
[104]CattleZoometric measurements of the animals 2 to 222 days before the slaughterPrediction of carcass weight for beef cattle 150 days before the slaughter daySVM/SVRAverage MAPE = 4.27%
[105]Pigs1553 color images with pigs facesPigs face recognitionDNNs: Convolutional Neural Networks (CNNs)96.7% Accuracy

3.3. Water Management

Water management in agricultural production requires significant efforts and plays a significant role in hydrological, climatological, and agronomical balance. This section consists of four studies that were mostly developed for the estimation of daily, weekly, or monthly evapotranspiration. The accurate estimation of evapotranspiration is a complex process and is of a high importance for resource management in crop production, as well as for the design and the operation management of irrigation systems. In another study [106], the authors developed a computational method for the estimation of monthly mean evapotranspiration for arid and semi-arid regions. It used monthly mean climatic data of 44 meteorological stations for the period 1951–2010. In another study dedicated to ML applications on agricultural water management [107], two scenarios were presented for the estimation of the daily evapotranspiration from temperature data collected from six meteorological stations of a region during the long period (i.e., 1961–2014). Finally, in another study [108], authors developed a method based on ELM model fed with temperature data for the weekly estimation of evapotranspiration for two meteorological weather stations. The purpose was the accurate estimation of weekly evapotranspiration in arid regions of India based on limited data scenario for crop water management. Daily dew point temperature, on the other hand, is a significant element for the identification of expected weather phenomena, as well as for the estimation of evapotranspiration and evaporation. In another article [109], a model is presented for the prediction of daily dew point temperature, based on ML. The weather data were collected from two different weather stations. Table 12 summarizes the above papers for the case of the water management sub-category.
Table 12

Water: Water management table.

AuthorPropertyObserved FeaturesFunctionalityModels/AlgorithmsResults
[106]EvapotranspirationData such as maximum, minimum, and mean temperature; relative humidity; solar radiation; and wind speedEstimation of monthly mean reference evapotranspiration arid and semi-arid regionsRegression/MARSMAE = 0.05RMSE = 0.07R = 0.9999
[107]EvapotranspirationTemperature data: maximum and minimum temperature, air temperature at 2 m height, mean relative humidity, wind speed at 10 m height, and sunshine durationEstimation of daily evapotranspiration for two scenarios (six regional meteorological stations). Scenario A: Models trained and tested from local data of each Station (2). Scenario B: Models trained from pooled data from all stations

Scenario ANN/ELM

Scenario ANN/GRNN

Scenario A:

RRMSE = 0.198

MAE = 0.267 mm d−1 NS = 0.891

Scenario B:

RRMSE = 0.194

MAE = 0.263 mm d−1 NS = 0.895

[108]EvapotranspirationLocally maximum and minimum air temperature, extraterrestrial radiation, and extrinsic evapotranspirationEstimation of weekly evapotranspiration based on data from two meteorological weather stationsANN/ELMStation A: RMSE = 0.43 mm d−1Station B: RMSE = 0.33 mm d−1
[109]Daily dew point temperatureWeather data such as average air temperature, relative humidity, atmospheric pressure, vapor pressure, and horizontal global solar radiationPrediction of daily dew point temperatureANN/ELMRegion case A:MABE = 0.3240 °CRMSE = 0.5662 °CR = 0.9933Region case B:MABE = 0.5203 °CRMSE = 0.6709 °CR = 0.9877

3.4. Soil Management

The final category of this review concerns ML application on prediction-identification of agricultural soil properties, such as the estimation of soil drying, condition, temperature, and moisture content. Soil is a heterogeneous natural resource, with complex processes and mechanisms that are difficult to understand. Soil properties allow researchers to understand the dynamics of ecosystems and the impingement in agriculture. The accurate estimation of soil conditions can lead to improved soil management. Soil temperature alone plays a significant role for the accurate analysis of the climate change effects of a region and eco-environmental conditions. It is a significant meteorological parameter controlling the interactive processes between ground and atmosphere. In addition, soil moisture has an important role for crop yield variability. However, soil measurements are generally time-consuming and expensive, so a low cost and reliable solution for the accurate estimation of soil can be achieved with the usage of computational analysis based on ML techniques. The first study for this last sub-category is the work of [110]. More specifically, this study presented a method for the evaluation of soil drying for agricultural planning. The method accurately evaluates the soil drying, with evapotranspiration and precipitation data, in a region located in Urbana, IL of the United States. The goal of this method was the provision of remote agricultural management decisions. The second study [111] was developed for the prediction of soil condition. In particular, the study presented the comparison of four regression models for the prediction of soil organic carbon (OC), moisture content (MC), and total nitrogen (TN). More specifically, the authors used a visible-near infrared (VIS-NIR) spectrophotometer to collect soil spectra from 140 unprocessed and wet samples of the top layer of Luvisol soil types. The samples were collected from an arable field in Premslin, Germany in August 2013, after the harvest of wheat crops. They concluded that the accurate prediction of soil properties can optimize soil management. In a third study [112], the authors developed a new method based on a self adaptive evolutionary-extreme learning machine (SaE-ELM) model and daily weather data for the estimation of daily soil temperature at six different depths of 5, 10, 20, 30, 50, and 100 cm in two different in climate conditions regions of Iran; Bandar Abbas and Kerman. The aim was the accurate estimation of soil temperature for agricultural management. The last study [113] presented a novel method for the estimation of soil moisture, based on ANN models using data from force sensors on a no-till chisel opener. Table 13 summarizes the above papers for the case of soil management sub-category.
Table 13

Soil management table.

AuthorPropertyObserved FeaturesFunctionalityModels/AlgorithmsResults
[110]Soil dryingPrecipitation and potential evapotranspiration dataEvaluation of soil drying for agricultural planningIBM/KNN and ANN/BPBoth performed with 91–94% accuracy
[111]Soil condition140 soil samples from top soil layer of an arable fieldPrediction of soil OC, MC, and TNSVM/LS-SVM and Regression/CubistOC: RMSEP = 0.062% & RPD = 2.20 (LS-SVM)MC: RMSEP = 0.457% & RPD = 2.24 (LS-SVM)TN: RMSEP = 0.071% & RPD = 1.96 (Cubist)
[112]Soil temperatureDaily weather data: maximum, minimum, and average air temperature; global solar radiation; and atmospheric pressure. Data were collected for the period of 1996–2005 for Bandar Abbas and for the period of 1998–2004 for KermanEstimation of soil temperature for six (6) different depths 5, 10, 20, 30, 50, and 100 cm, in two different in climate conditions Iranian regions; Bandar Abbas and KermanANN/SaE-ELMBandar Abbas station:MABE = 0.8046 to 1.5338 °CRMSE = 1.0958 to 1.9029 °CR = 0.9084 to 0.9893Kerman station:MABE = 1.5415 to 2.3422 °CRMSE = 2.0017 to 2.9018 °CR = 0.8736 to 0.9831 depending on the depth
[113]Soil moistureDataset of forces acting on a chisel and speedEstimation of soil moistureANN/MLP and RBFMLP:RMSE = 1.27%R2 = 0.79APE = 3.77%RBF:RMSE = 1.30%R2 = 0.80APE = 3.75%

4. Discussion and Conclusions

The number of articles included in this review was 40 in total. Twenty-five (25) of the presented articles were published in the journal «Computer and Electronics in Agriculture», six were published in the journal of «Biosystems Engineering», and the rest of the articles were published to the following journals: «Sensors», «Sustainability», «Real-Time Imagining», «Precision Agriculture», «Earth Observations and Remote Sensing», «Saudi Journal of Biological Sciences», «Scientific Reports», and «Computers in Industry». Among the articles, eight of them are related to applications of ML in livestock management, four articles are related to applications of ML in water management, four are related to soil management, while the largest number of them (i.e., 24 articles) are related to applications of ML in crop management. Figure 2 presents the distribution of the articles according to these application domains and to the defined sub-categories.
Figure 2

Pie chart presenting the papers according to the application domains.

From the analysis of these articles, it was found that eight ML models have been implemented in total. More specifically, five ML models were implemented in the approaches on crop management, where the most popular models were ANNs (with most frequent crop at hand—wheat). In livestock management category, four ML models were implemented, with most popular models being SVMs (most frequent livestock type at hand—cattle). For water management in particular evapotranspiration estimation, two ML models were implemented and the most frequently implemented were ANNs. Finally, in the soil management category, four ML models were implemented, with the most popular one again being the ANN model. In Figure 3, the eight ML models with their total rates are presented, and in Figure 4 and Table 14, the ML models for all studies according to the sub-category are presented. Finally, in Figure 5 and Table 15, the future techniques that were used according to each sub-category are presented (it is noting that the figure and table provide the same information in different demonstration purposes).
Figure 3

Presentation of machine learning (ML) models with their total rate.

Figure 4

The total number of ML models according to each sub-category of the four main categories.

Table 14

The total number of ML models according to each sub-category of the four main categories.

ML Models Per Section
ModelCropLivestockWater Soil
Yield PredictionDisease DetectionWeed DetectionCrop QualitySpecies RecognitionAnimal WelfareLivestock ProductionWater ManagementSoil Management
Bayesian models 1 1
Support vector machines 3 3 1 3 3 1
Ensemble learning 1 1
Artificial & Deep neural networks 3 6 2 1 2 4 4
Regression 1 1
Instance based models 1
Decision trees 1
Clustering 1 1
Total 8 9 4 4 1 3 5 5 7
Figure 5

Data resources usage according to each sub-category. NDVI—normalized difference vegetation index; NIR—near infrared.

Table 15

Data resources usage according to each sub-category.

Feature Collection
Feature Technique CropLivestockWater Soil
Yield PredictionDisease DetectionWeed DetectionCrop QualitySpecies recognitionAnimal WelfareLivestock ProductionWater ManagementSoil Management
Digital images and color indexes431 111
NIR111
NDVI1
Data records22 1 2444
Spectral 22
Hyperspectral 412
Fluoresence 2
From the above figures and tables, we show that ML models have been applied in multiple applications for crop management (61%); mostly yield prediction (20%) and disease detection (22%). This trend in the applications distribution reflects the data intense applications within crop and high use of images (spectral, hyperspectral, NIR, etc.). Data analysis, as a mature scientific field, provides the ground for the development of numerous applications related to crop management because, in most cases, ML-based predictions can be extracted without the need for fusion of data from other resources. In contrast, when data recordings are involved, occasionally at the level of big data, the implementations of ML are less in number, mainly because of the increased efforts required for the data analysis task and not for the ML models per se. This fact partially explains the almost equal distribution of ML applications in livestock management (19%), water management (10%), and soil management (10%). It is also evident from the analysis that most of the studies used ANN and SVM ML models. More specifically, ANNs were used mostly for implementations in crop, water, and soil management, while SVMs were used mostly for livestock management. By applying machine learning to sensor data, farm management systems are evolving into real artificial intelligence systems, providing richer recommendations and insights for the subsequent decisions and actions with the ultimate scope of production improvement. For this scope, in the future, it is expected that the usage of ML models will be even more widespread, allowing for the possibility of integrated and applicable tools. At the moment, all of the approaches regard individual approaches and solutions and are not adequately connected with the decision-making process, as seen in other application domains. This integration of automated data recording, data analysis, ML implementation, and decision-making or support will provide practical tolls that come in line with the so-called knowledge-based agriculture for increasing production levels and bio-products quality.
  19 in total

1.  The perceptron: a probabilistic model for information storage and organization in the brain.

Authors:  F ROSENBLATT
Journal:  Psychol Rev       Date:  1958-11       Impact factor: 8.934

2.  Counterpropagation networks.

Authors:  R Hecht-Nielsen
Journal:  Appl Opt       Date:  1987-12-01       Impact factor: 1.980

3.  A general regression neural network.

Authors:  D F Specht
Journal:  IEEE Trans Neural Netw       Date:  1991

4.  Multilayer perceptron, fuzzy sets, and classification.

Authors:  S K Pal; S Mitra
Journal:  IEEE Trans Neural Netw       Date:  1992

5.  Radiomic machine-learning classifiers for prognostic biomarkers of advanced nasopharyngeal carcinoma.

Authors:  Bin Zhang; Xin He; Fusheng Ouyang; Dongsheng Gu; Yuhao Dong; Lu Zhang; Xiaokai Mo; Wenhui Huang; Jie Tian; Shuixing Zhang
Journal:  Cancer Lett       Date:  2017-06-10       Impact factor: 8.679

6.  A logical calculus of the ideas immanent in nervous activity. 1943.

Authors:  W S McCulloch; W Pitts
Journal:  Bull Math Biol       Date:  1990       Impact factor: 1.758

Review 7.  Recent applications of multivariate data analysis methods in the authentication of rice and the most analyzed parameters: A review.

Authors:  Camila Maione; Rommel Melgaço Barbosa
Journal:  Crit Rev Food Sci Nutr       Date:  2018-02-12       Impact factor: 11.176

8.  Neural networks and physical systems with emergent collective computational abilities.

Authors:  J J Hopfield
Journal:  Proc Natl Acad Sci U S A       Date:  1982-04       Impact factor: 11.205

9.  CPC: assess the protein-coding potential of transcripts using sequence features and support vector machine.

Authors:  Lei Kong; Yong Zhang; Zhi-Qiang Ye; Xiao-Qiao Liu; Shu-Qi Zhao; Liping Wei; Ge Gao
Journal:  Nucleic Acids Res       Date:  2007-07       Impact factor: 16.971

10.  Machine learning for outcome prediction of acute ischemic stroke post intra-arterial therapy.

Authors:  Hamed Asadi; Richard Dowling; Bernard Yan; Peter Mitchell
Journal:  PLoS One       Date:  2014-02-10       Impact factor: 3.240

View more
  66 in total

1.  Forecasting beef production and quality using large-scale integrated data from Brazil.

Authors:  Vera Cardoso Ferreira Aiken; Arthur Francisco Araújo Fernandes; Tiago Luciano Passafaro; Juliano Sabella Acedo; Fábio Guerra Dias; João Ricardo Rebouças Dórea; Guilherme Jordão de Magalhães Rosa
Journal:  J Anim Sci       Date:  2020-04-01       Impact factor: 3.159

2.  Evapotranspiration partitioning assessment using a machine-learning-based leaf area index and the two-source energy balance model with sUAV information.

Authors:  Rui Gao; Alfonso Torres-Rua; Ayman Nassar; Joseph Alfieri; Mahyar Aboutalebi; Lawrence Hipps; Nicolas Bambach Ortiz; Andrew J Mcelrone; Calvin Coopmans; William Kustas; William White; Lynn McKee; Maria Del Mar Alsina; Nick Dokoozlian; Luis Sanchez; John H Prueger; Hector Nieto; Nurit Agam
Journal:  Proc SPIE Int Soc Opt Eng       Date:  2021-04-12

3.  Spectroscopy Approaches for Food Safety Applications: Improving Data Efficiency Using Active Learning and Semi-supervised Learning.

Authors:  Huanle Zhang; Nicharee Wisuthiphaet; Hemiao Cui; Nitin Nitin; Xin Liu; Qing Zhao
Journal:  Front Artif Intell       Date:  2022-06-22

4.  Novel Vegetation Indices to Identify Broccoli Plants Infected With Xanthomonas campestris pv. campestris.

Authors:  Mónica Pineda; María Luisa Pérez-Bueno; Matilde Barón
Journal:  Front Plant Sci       Date:  2022-06-23       Impact factor: 6.627

5.  5G-BSS: 5G-Based Universal Blockchain Smart Sensors.

Authors:  Zhengyi Yao; Liang Tan; Kun She
Journal:  Sensors (Basel)       Date:  2022-06-18       Impact factor: 3.847

6.  Bi-LSTM-Augmented Deep Neural Network for Multi-Gbps VCSEL-Based Visible Light Communication Link.

Authors:  Seoyeon Oh; Minseok Yu; Seonghyeon Cho; Song Noh; Hyunchae Chun
Journal:  Sensors (Basel)       Date:  2022-05-30       Impact factor: 3.847

7.  Machine Learning Approaches for Rice Seedling Growth Stages Detection.

Authors:  Suiyan Tan; Jingbin Liu; Henghui Lu; Maoyang Lan; Jie Yu; Guanzhong Liao; Yuwei Wang; Zehua Li; Long Qi; Xu Ma
Journal:  Front Plant Sci       Date:  2022-06-09       Impact factor: 6.627

Review 8.  Machine learning-enabled multiplexed microfluidic sensors.

Authors:  Sajjad Rahmani Dabbagh; Fazle Rabbi; Zafer Doğan; Ali Kemal Yetisen; Savas Tasoglu
Journal:  Biomicrofluidics       Date:  2020-12-11       Impact factor: 2.800

9.  Prediction of plant-level tomato biomass and yield using machine learning with unmanned aerial vehicle imagery.

Authors:  Kenichi Tatsumi; Noa Igarashi; Xiao Mengxue
Journal:  Plant Methods       Date:  2021-07-15       Impact factor: 4.993

10.  Bayesian Sigmoid-Type Time Series Forecasting with Missing Data for Greenhouse Crops.

Authors:  Alexander Kocian; Giulia Carmassi; Fatjon Cela; Luca Incrocci; Paolo Milazzo; Stefano Chessa
Journal:  Sensors (Basel)       Date:  2020-06-07       Impact factor: 3.576

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.