SlideShare a Scribd company logo
1 of 33
Powerpoint Templates
Page 1
RECENT ADVANCES IN
INSECT TAXONOMY
Powerpoint Templates
Page 2
OUTLINE
• Introduction
• Image-based recognition
• Colour histogram and GLCM
• Pattern recognition
• Extension theory
• Hybrid approach
• Stacked spatial-pyramid kernel
• Ontology-based insect recognition
• KNN-Spectral Regression LDA
• Histogram of local appearances features
Powerpoint Templates
Page 3
Introduction
• Automation of insect identification is required because
there is a shortage of skilled entomologists.
• Recently, image-based insect recognition has emerged
as a new field of study concerning image processing
and intelligent pattern recognition replacing inefficient
traditional technique.
Powerpoint Templates
Page 4
CHARACTERISTICS OF INSECTS
• Most of the insects are composed of several sub parts
which are antennae, tails, wings.
• These parts are extracted in image processing method
to be used in recognition of insects as well as other
important features such as color and shape.
• Majority of the researchers use wing as the most
crucial part for feature extraction in classification of an
insect.
Powerpoint Templates
Page 5
1. Image-based recognition
• The general principles of classification include image acquisition and image
processing.
• Image acquired by selecting a number of different species of insects as the
specimen of the research.
• A picture of each species selected is taken using any camera to obtain an
image.
• The image in color scale will be converted to grayscale then converted ti
binary image where only white and black color is produced.
 The region of interest (ROI) will be separated from the background
image.
Powerpoint Templates
Page 6
Image-based recognition
• The next step is image processing.
• The image will undergo feature extraction, and the features
extracted will undergo classification process.
• At this stage, different method will produce different output.
• There are several methods used for insect recognition such as
fuzzy classifier, nearest neighbor classifier and also artificial
neural network (ANN)
Powerpoint Templates
Page 7
2. Colour histogram and GLCM
• Image preprocessing algorithm is used to segment out the
region of interest (ROI) from the insect image.
• Then, color features which are represented by color
histogram are extracted from ROI that can be used for
coarse color matching.
• The matching is done by comparing the correlation of the
feature vectors with certain threshold .
• The image samples that passed this stage will undergo
the next stage that is fine level matching.
• The fine level features are represented by coefficients
such as energy, entropy and correlation of GLCM of
preprocessed image blocks.
Powerpoint Templates
Page 8
Colour histogram and GLCM
• When doing research one hundred species of insects are
selected as samples.
• All the image samples are captured from the right wing of
the insects.
• A part of them are forewing with backwing, the rest are
forewing.
• The image is resized to speed up the processing speed
and then filtered using mean shift algorithm.
• Then, it is converted to gray scale image and binarized
with certain threshold.
Powerpoint Templates
Page 9
Colour histogram and GLCM
• To reduce the effect of rotation and translation during
image acquisition, a universal coordinate must be located
by connecting the centroid of the foreground region and
rotate the image around the centroid until the connected
line is horizontal.
• Least-square method is applied to fit the upedge and
downedge of the insect wing with straight lines.
• ROI is determined afterwards and the image is aligned
using Gaussian before feature extraction.
Powerpoint Templates
Page 10
Colour histogram and GLCM
• The color image is transformed from RGB (Red-Green-
Blue) space into HSV (Hue-Saturation-Value) space
before construct the histogram.
• To minimize the effect of illumination variation, only hue
and saturation is take into consideration.
• The histogram for hue and saturation component is
calculated and it shows that the histogram for same
species is distributed similarly.
• As for GLCM, it estimates image properties related to
second order statistics for example energy, entropy,
correlation and homogeneity.
• This technique can identify insects from low resolution
wing images and the efficiency and accuracy is proven
Powerpoint Templates
Page 11
3.Pattern recognition
• Pattern recognition can be specifically defined as “the act of taking in raw
data and taking an action based on the category of the pattern.
• They further explained that the process involve three stages which are,
 Input data and information collected from the sample using sensor,
 Feature extraction mechanism that compute numeric or symbolic data
from the sample-colour, texture and edges.
 Classification scheme that determine the group of the sample.
Powerpoint Templates
Page 12
Pattern recognition
Powerpoint Templates
Page 13
4. Extension theory
• Extension theory is a method that constructed the matter
element matrix of the insect based on mean and variance
of the image features.
• Matter-element matrix to be recognized includes the
object itself, the feature and the feature value of the object
in this case is an insect.
Powerpoint Templates
Page 14
Extension theory
• Feature extraction of insects.
• Image is captured in real time and converted to gray
scale image.
• Segmented by the adaptive method so that the binary
insect image is separated from the grain and the
background.
• Seventeen morphological features are extracted from
the binary image and then are normalized.
Powerpoint Templates
Page 15
Extension theory
• Matter element of features of the insects are then
constructed.
• The system is trained to identify the species of the insects
from the given samples.
Powerpoint Templates
Page 16
5. Stacked spatial-pyramid kernel
• Stacked Spatial-Pyramid Kernel method boost up the
performance of standard stacking method hence
provides greater accuracy for the sample classification.
• Stacking is one of digital image processing technique
that combines multiple classifiers with each classifiers
to manage their own feature space
Powerpoint Templates
Page 17
Stacked spatial-pyramid kernel
• Conventional stacking method had disadvantage of
losing spatial information belonged to the features
since only the raw combination scores are being
submitted as input to the final classifiers.
• New stacking structure that has the capability to retain
the spatial information as well as increase the
classification result accuracy by quantizing input data.
Powerpoint Templates
Page 18
Stacked spatial-pyramid kernel
• First, the HOG(histogram of oriented gradient) and
SIFT(scale invariant feature transform) analysis are
constructed from the edge and dense grid of patches
provided by the image samples while beam angle
histogram taking care of sample’s shape.
Powerpoint Templates
Page 19
6.Ontology-based insect recognition
• Ontology based image retrieval has gained much
popularity in semantic image retrieval in recent years.
• Ontology based recognition system consist of a layer
that hold four types of system identification namely,
visual feature ontology, image feature ontology,
classification module, and Insect Morphology and
Taxonomy Ontology(IMTO)
Powerpoint Templates
Page 20
Ontology-based insect recognition
• This layer will give support and assist the insect image
recognition and annotation.
• Visual feature extract the image while classification
module pair the image with the insect image previously
stored in feature knowledge database.
Powerpoint Templates
Page 21
Ontology-based insect recognition
Powerpoint Templates
Page 22
7. KNN-Spectral Regression LDA
• KNN-Spectral regression
LDA is one of the best
method that can be
applied in automatic
insect recognition.
• This method is based on
the face recognition
principle.
Powerpoint Templates
Page 23
KNN-SpectralRegression LDA
• The function of LDA algorithm is to spread the
distribution of different classes samples wider into
space while the sample that belong to the same feature
is grouped more closely to each other.
Powerpoint Templates
Page 24
8.Histogram of local appearances features
• This is general-purpose computer vision methods, and
associated mechanical hardware, for rapid-throughput
image capture, classification, and sorting of small
arthropod specimens.
• This method is used in classifying insects which are
hard to differentiate visually.
• The bag-of-feature approach which extracts a bag of
region-based features from the image without take into
account their relative spatial arrangement is used here.
Powerpoint Templates
Page 25
Histogram of local appearances features
• This approach involves 5 stages namely.
Region detection
Region description
Region classification
Combination of detected features into a feature vector
Final classification of the feature vector
Powerpoint Templates
Page 26
Histogram of local appearances features
Region detection
• Types of detectors used
include Hessianaffine
detector, Kadir entropy
detector and principle
curvature-based region
detector (PCBR).
Region description
• The detected region is
then described using
SIFT representation.
Powerpoint Templates
Page 27
Histogram of local appearances features
Region classification
• In classification into
features, a histogram is
assigned to each feature
formed consisting of the
number of SIFT vectors
Combination of detected
features into a feature
vector
• Feature vector is created for each
of the three region detectors using
• GMM (Gaussian Mixture Model)
concatenated feature histogram
(CFH) method that allows the use
of general classifier from the
machine learning literature.
Powerpoint Templates
Page 28
Histogram of local appearances features
Final classification of the feature vector
The classification of the specimens is done by an
assembler of logistic model tress.
This stage is to train a classifier to assign the correct
labels to the bag of keywords where this keywords is
obtained from the clustering of SIFT vectors.
Powerpoint Templates
Page 29
9. Hybrid approach
• Hybrid approach of classifying insects uses a method
called discriminative local soft coding (DLsoft).
• Soft coding strategies, a feature vector of the insect
image is encoded by a kernel function of distance.
• As for the discriminative part, Multiple Kernel Learning
(MKL) is used for the classification to improve the
drawbacks of the soft coding alone.
Powerpoint Templates
Page 30
Hybrid approach
• The dataset is divided into two.
Training set & Testing set
• First, all the images are transformed into gray scale.
• SIFT features of patches are extracted by densely
sampled from each image.
• SIFT is done by dividing the images into several
section of squares and each section will compute its
own histogram.
Powerpoint Templates
Page 31
Hybrid approach
The local soft codes and discriminative is calculated.
Powerpoint Templates
Page 32
Hybrid approach
Subsequently, max pooling over all the vectors of
patches in the same image is calculated.
The final presentation of an image sample is spatial
pyramid pooled vector which can be used by any
machine learning method for classification.
Powerpoint Templates
Page 33
THANK YOU.

More Related Content

What's hot

reproductive ecology (insects)
reproductive ecology (insects)reproductive ecology (insects)
reproductive ecology (insects)Monika Sharma
 
Insect Behaviour in IPM_S.Srinivasnaik_RAD21-25.ppt
Insect Behaviour in IPM_S.Srinivasnaik_RAD21-25.pptInsect Behaviour in IPM_S.Srinivasnaik_RAD21-25.ppt
Insect Behaviour in IPM_S.Srinivasnaik_RAD21-25.pptAsst Prof SSNAIK ENTO PJTSAU
 
Reproductive Strategies_S.Srinivasnaik_RAD21-25.ppt
Reproductive Strategies_S.Srinivasnaik_RAD21-25.pptReproductive Strategies_S.Srinivasnaik_RAD21-25.ppt
Reproductive Strategies_S.Srinivasnaik_RAD21-25.pptAsst Prof SSNAIK ENTO PJTSAU
 
Insects physiology
Insects physiologyInsects physiology
Insects physiologyFrancis Matu
 
sclerites of thoraci segment in insect
sclerites of thoraci segment in insectsclerites of thoraci segment in insect
sclerites of thoraci segment in insectGaurang Rudani
 
Coevolution of plant and insects
Coevolution of plant and insectsCoevolution of plant and insects
Coevolution of plant and insectsmawthammm
 
Order lepidoptera_ppt by Mah Rukh
Order lepidoptera_ppt by Mah RukhOrder lepidoptera_ppt by Mah Rukh
Order lepidoptera_ppt by Mah Rukhmahrukh abdulmajeed
 
Plant insects interactions
Plant insects interactionsPlant insects interactions
Plant insects interactionsFrancis Matu
 
Types of parasitoids and parasitism ppt
Types of parasitoids and parasitism pptTypes of parasitoids and parasitism ppt
Types of parasitoids and parasitism pptNisha Nepoleon
 
Nutrition of Entomophagous Insect and their Host
Nutrition of Entomophagous Insect and their HostNutrition of Entomophagous Insect and their Host
Nutrition of Entomophagous Insect and their HostAaliya Afroz
 
Role of Semiochemicals in Tritrophic Interaction (Bhubanananda Adhikari)
Role of Semiochemicals in Tritrophic Interaction (Bhubanananda Adhikari)Role of Semiochemicals in Tritrophic Interaction (Bhubanananda Adhikari)
Role of Semiochemicals in Tritrophic Interaction (Bhubanananda Adhikari)Bhubanananda Adhikari
 
Parasitoids and Predators, their attributes.
Parasitoids and Predators, their attributes.Parasitoids and Predators, their attributes.
Parasitoids and Predators, their attributes.Bhumika Kapoor
 
Introductory to Host Plant Resistance
Introductory to Host Plant ResistanceIntroductory to Host Plant Resistance
Introductory to Host Plant Resistancevaishali parmar
 
structural organisation of insect body
structural organisation of insect bodystructural organisation of insect body
structural organisation of insect bodyBhubanananda Adhikari
 
Characterization of Distribution of insects- Indices of Dispersion, Taylor's ...
Characterization of Distribution of insects- Indices of Dispersion, Taylor's ...Characterization of Distribution of insects- Indices of Dispersion, Taylor's ...
Characterization of Distribution of insects- Indices of Dispersion, Taylor's ...Aaliya Afroz
 

What's hot (20)

reproductive ecology (insects)
reproductive ecology (insects)reproductive ecology (insects)
reproductive ecology (insects)
 
Insect Behaviour in IPM_S.Srinivasnaik_RAD21-25.ppt
Insect Behaviour in IPM_S.Srinivasnaik_RAD21-25.pptInsect Behaviour in IPM_S.Srinivasnaik_RAD21-25.ppt
Insect Behaviour in IPM_S.Srinivasnaik_RAD21-25.ppt
 
Insect behavior
Insect behavior Insect behavior
Insect behavior
 
Reproductive Strategies_S.Srinivasnaik_RAD21-25.ppt
Reproductive Strategies_S.Srinivasnaik_RAD21-25.pptReproductive Strategies_S.Srinivasnaik_RAD21-25.ppt
Reproductive Strategies_S.Srinivasnaik_RAD21-25.ppt
 
Insects physiology
Insects physiologyInsects physiology
Insects physiology
 
sclerites of thoraci segment in insect
sclerites of thoraci segment in insectsclerites of thoraci segment in insect
sclerites of thoraci segment in insect
 
Coevolution of plant and insects
Coevolution of plant and insectsCoevolution of plant and insects
Coevolution of plant and insects
 
Order lepidoptera_ppt by Mah Rukh
Order lepidoptera_ppt by Mah RukhOrder lepidoptera_ppt by Mah Rukh
Order lepidoptera_ppt by Mah Rukh
 
ENTO 231_L.No.1_Ecology.ppt
ENTO 231_L.No.1_Ecology.pptENTO 231_L.No.1_Ecology.ppt
ENTO 231_L.No.1_Ecology.ppt
 
Insect wings
Insect wingsInsect wings
Insect wings
 
Plant insects interactions
Plant insects interactionsPlant insects interactions
Plant insects interactions
 
Types of parasitoids and parasitism ppt
Types of parasitoids and parasitism pptTypes of parasitoids and parasitism ppt
Types of parasitoids and parasitism ppt
 
Insect head & antenna
Insect head & antennaInsect head & antenna
Insect head & antenna
 
Nutrition of Entomophagous Insect and their Host
Nutrition of Entomophagous Insect and their HostNutrition of Entomophagous Insect and their Host
Nutrition of Entomophagous Insect and their Host
 
Role of Semiochemicals in Tritrophic Interaction (Bhubanananda Adhikari)
Role of Semiochemicals in Tritrophic Interaction (Bhubanananda Adhikari)Role of Semiochemicals in Tritrophic Interaction (Bhubanananda Adhikari)
Role of Semiochemicals in Tritrophic Interaction (Bhubanananda Adhikari)
 
Parasitoids and Predators, their attributes.
Parasitoids and Predators, their attributes.Parasitoids and Predators, their attributes.
Parasitoids and Predators, their attributes.
 
Introductory to Host Plant Resistance
Introductory to Host Plant ResistanceIntroductory to Host Plant Resistance
Introductory to Host Plant Resistance
 
structural organisation of insect body
structural organisation of insect bodystructural organisation of insect body
structural organisation of insect body
 
Host Finding Behavior of Insects
Host Finding Behavior of InsectsHost Finding Behavior of Insects
Host Finding Behavior of Insects
 
Characterization of Distribution of insects- Indices of Dispersion, Taylor's ...
Characterization of Distribution of insects- Indices of Dispersion, Taylor's ...Characterization of Distribution of insects- Indices of Dispersion, Taylor's ...
Characterization of Distribution of insects- Indices of Dispersion, Taylor's ...
 

Similar to Advances in insect taxonomy

Rapid phenotyping of prawn biochemical attributes using hyperspectral imaging
Rapid phenotyping of prawn biochemical attributes using hyperspectral imagingRapid phenotyping of prawn biochemical attributes using hyperspectral imaging
Rapid phenotyping of prawn biochemical attributes using hyperspectral imagingStuart Hinchliff
 
Rapid phenotyping of prawn biochemical attributes using hyperspectral imaging
Rapid phenotyping of prawn biochemical attributes using hyperspectral imagingRapid phenotyping of prawn biochemical attributes using hyperspectral imaging
Rapid phenotyping of prawn biochemical attributes using hyperspectral imagingStuart Hinchliff
 
Moving object detection in complex scene
Moving object detection in complex sceneMoving object detection in complex scene
Moving object detection in complex sceneKumar Mayank
 
Video Multi-Object Tracking using Deep Learning
Video Multi-Object Tracking using Deep LearningVideo Multi-Object Tracking using Deep Learning
Video Multi-Object Tracking using Deep LearningShreyusPuthiyapurail
 
Various object detection and tracking methods
Various object detection and tracking methodsVarious object detection and tracking methods
Various object detection and tracking methodssujeeshkumarj
 
10.1.1.432.9149.pdf
10.1.1.432.9149.pdf10.1.1.432.9149.pdf
10.1.1.432.9149.pdfmoemi1
 
https://uii.io/0hIB
https://uii.io/0hIBhttps://uii.io/0hIB
https://uii.io/0hIBmoemi1
 
10.1.1.432.9149
10.1.1.432.914910.1.1.432.9149
10.1.1.432.9149moemi1
 
Introduction to image processing and pattern recognition
Introduction to image processing and pattern recognitionIntroduction to image processing and pattern recognition
Introduction to image processing and pattern recognitionSaibee Alam
 
Image Segmentation Using Deep Learning : A survey
Image Segmentation Using Deep Learning : A surveyImage Segmentation Using Deep Learning : A survey
Image Segmentation Using Deep Learning : A surveyNUPUR YADAV
 
Final Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation LicenseplaterecognitionincomplexscenesFinal Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation Licenseplaterecognitionincomplexscenesdswazalwar
 
Real Time Object Dectection using machine learning
Real Time Object Dectection using machine learningReal Time Object Dectection using machine learning
Real Time Object Dectection using machine learningpratik pratyay
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumarshritosh kumar
 
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET-  	  Proposed System for Animal Recognition using Image ProcessingIRJET-  	  Proposed System for Animal Recognition using Image Processing
IRJET- Proposed System for Animal Recognition using Image ProcessingIRJET Journal
 
IMAGE SUBSET SELECTION USING GABOR FILTERS AND NEURAL NETWORKS
IMAGE SUBSET SELECTION USING GABOR FILTERS AND NEURAL NETWORKSIMAGE SUBSET SELECTION USING GABOR FILTERS AND NEURAL NETWORKS
IMAGE SUBSET SELECTION USING GABOR FILTERS AND NEURAL NETWORKSijma
 
I MAGE S UBSET S ELECTION U SING G ABOR F ILTERS A ND N EURAL N ETWORKS
I MAGE S UBSET S ELECTION U SING G ABOR F ILTERS A ND N EURAL N ETWORKSI MAGE S UBSET S ELECTION U SING G ABOR F ILTERS A ND N EURAL N ETWORKS
I MAGE S UBSET S ELECTION U SING G ABOR F ILTERS A ND N EURAL N ETWORKSijma
 

Similar to Advances in insect taxonomy (20)

Rapid phenotyping of prawn biochemical attributes using hyperspectral imaging
Rapid phenotyping of prawn biochemical attributes using hyperspectral imagingRapid phenotyping of prawn biochemical attributes using hyperspectral imaging
Rapid phenotyping of prawn biochemical attributes using hyperspectral imaging
 
Rapid phenotyping of prawn biochemical attributes using hyperspectral imaging
Rapid phenotyping of prawn biochemical attributes using hyperspectral imagingRapid phenotyping of prawn biochemical attributes using hyperspectral imaging
Rapid phenotyping of prawn biochemical attributes using hyperspectral imaging
 
Moving object detection in complex scene
Moving object detection in complex sceneMoving object detection in complex scene
Moving object detection in complex scene
 
Anits dip
Anits dipAnits dip
Anits dip
 
E017443136
E017443136E017443136
E017443136
 
Video Multi-Object Tracking using Deep Learning
Video Multi-Object Tracking using Deep LearningVideo Multi-Object Tracking using Deep Learning
Video Multi-Object Tracking using Deep Learning
 
Various object detection and tracking methods
Various object detection and tracking methodsVarious object detection and tracking methods
Various object detection and tracking methods
 
10.1.1.432.9149.pdf
10.1.1.432.9149.pdf10.1.1.432.9149.pdf
10.1.1.432.9149.pdf
 
https://uii.io/0hIB
https://uii.io/0hIBhttps://uii.io/0hIB
https://uii.io/0hIB
 
10.1.1.432.9149
10.1.1.432.914910.1.1.432.9149
10.1.1.432.9149
 
sheeba.pptx
sheeba.pptxsheeba.pptx
sheeba.pptx
 
Introduction to image processing and pattern recognition
Introduction to image processing and pattern recognitionIntroduction to image processing and pattern recognition
Introduction to image processing and pattern recognition
 
Image Segmentation Using Deep Learning : A survey
Image Segmentation Using Deep Learning : A surveyImage Segmentation Using Deep Learning : A survey
Image Segmentation Using Deep Learning : A survey
 
Final Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation LicenseplaterecognitionincomplexscenesFinal Thesis Presentation Licenseplaterecognitionincomplexscenes
Final Thesis Presentation Licenseplaterecognitionincomplexscenes
 
Real Time Object Dectection using machine learning
Real Time Object Dectection using machine learningReal Time Object Dectection using machine learning
Real Time Object Dectection using machine learning
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumar
 
slide-171212080528.pptx
slide-171212080528.pptxslide-171212080528.pptx
slide-171212080528.pptx
 
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET-  	  Proposed System for Animal Recognition using Image ProcessingIRJET-  	  Proposed System for Animal Recognition using Image Processing
IRJET- Proposed System for Animal Recognition using Image Processing
 
IMAGE SUBSET SELECTION USING GABOR FILTERS AND NEURAL NETWORKS
IMAGE SUBSET SELECTION USING GABOR FILTERS AND NEURAL NETWORKSIMAGE SUBSET SELECTION USING GABOR FILTERS AND NEURAL NETWORKS
IMAGE SUBSET SELECTION USING GABOR FILTERS AND NEURAL NETWORKS
 
I MAGE S UBSET S ELECTION U SING G ABOR F ILTERS A ND N EURAL N ETWORKS
I MAGE S UBSET S ELECTION U SING G ABOR F ILTERS A ND N EURAL N ETWORKSI MAGE S UBSET S ELECTION U SING G ABOR F ILTERS A ND N EURAL N ETWORKS
I MAGE S UBSET S ELECTION U SING G ABOR F ILTERS A ND N EURAL N ETWORKS
 

More from Francis Matu

Plant parasitic nematodes economically important Genera.
Plant parasitic nematodes economically important Genera.Plant parasitic nematodes economically important Genera.
Plant parasitic nematodes economically important Genera.Francis Matu
 
Nomenclature of plant parasitic nematodes
Nomenclature of plant parasitic nematodesNomenclature of plant parasitic nematodes
Nomenclature of plant parasitic nematodesFrancis Matu
 
Taxonomy of nematodes
Taxonomy of nematodesTaxonomy of nematodes
Taxonomy of nematodesFrancis Matu
 
Sampling,extraction and identification of plant parasitic nematodes PPN's
Sampling,extraction and identification of plant parasitic nematodes PPN'sSampling,extraction and identification of plant parasitic nematodes PPN's
Sampling,extraction and identification of plant parasitic nematodes PPN'sFrancis Matu
 
Nematode populations dynamics threshold levels and estimation of
Nematode populations dynamics threshold levels and estimation ofNematode populations dynamics threshold levels and estimation of
Nematode populations dynamics threshold levels and estimation ofFrancis Matu
 
Nematode disease complexes
Nematode disease complexesNematode disease complexes
Nematode disease complexesFrancis Matu
 
Ecology of plant parasitic nematode’s (PPN's)
Ecology of plant parasitic nematode’s (PPN's)Ecology of plant parasitic nematode’s (PPN's)
Ecology of plant parasitic nematode’s (PPN's)Francis Matu
 
Insects biodiversity
Insects biodiversityInsects biodiversity
Insects biodiversityFrancis Matu
 
Insect monitoring and forecasting
Insect monitoring and forecastingInsect monitoring and forecasting
Insect monitoring and forecastingFrancis Matu
 
Insect monitoring forecasting
Insect monitoring forecastingInsect monitoring forecasting
Insect monitoring forecastingFrancis Matu
 
Intrinsic and extrinsic factors affecting insect community
Intrinsic and extrinsic factors affecting insect communityIntrinsic and extrinsic factors affecting insect community
Intrinsic and extrinsic factors affecting insect communityFrancis Matu
 
Insect ecological succession
Insect ecological successionInsect ecological succession
Insect ecological successionFrancis Matu
 
Development and dispersal of mites
Development and dispersal of mitesDevelopment and dispersal of mites
Development and dispersal of mitesFrancis Matu
 
Pesticide metabolism
Pesticide metabolismPesticide metabolism
Pesticide metabolismFrancis Matu
 
Pesticide activity
Pesticide activityPesticide activity
Pesticide activityFrancis Matu
 
Environmental concerns of pesticide
Environmental concerns of pesticideEnvironmental concerns of pesticide
Environmental concerns of pesticideFrancis Matu
 

More from Francis Matu (19)

Plant parasitic nematodes economically important Genera.
Plant parasitic nematodes economically important Genera.Plant parasitic nematodes economically important Genera.
Plant parasitic nematodes economically important Genera.
 
Nomenclature of plant parasitic nematodes
Nomenclature of plant parasitic nematodesNomenclature of plant parasitic nematodes
Nomenclature of plant parasitic nematodes
 
Ppns morphology
Ppns morphologyPpns morphology
Ppns morphology
 
Taxonomy of nematodes
Taxonomy of nematodesTaxonomy of nematodes
Taxonomy of nematodes
 
Sampling,extraction and identification of plant parasitic nematodes PPN's
Sampling,extraction and identification of plant parasitic nematodes PPN'sSampling,extraction and identification of plant parasitic nematodes PPN's
Sampling,extraction and identification of plant parasitic nematodes PPN's
 
Nematode populations dynamics threshold levels and estimation of
Nematode populations dynamics threshold levels and estimation ofNematode populations dynamics threshold levels and estimation of
Nematode populations dynamics threshold levels and estimation of
 
Nematode disease complexes
Nematode disease complexesNematode disease complexes
Nematode disease complexes
 
Nematode biology
Nematode biology Nematode biology
Nematode biology
 
Ecology of plant parasitic nematode’s (PPN's)
Ecology of plant parasitic nematode’s (PPN's)Ecology of plant parasitic nematode’s (PPN's)
Ecology of plant parasitic nematode’s (PPN's)
 
Insects biodiversity
Insects biodiversityInsects biodiversity
Insects biodiversity
 
Insect monitoring and forecasting
Insect monitoring and forecastingInsect monitoring and forecasting
Insect monitoring and forecasting
 
Insect monitoring forecasting
Insect monitoring forecastingInsect monitoring forecasting
Insect monitoring forecasting
 
Intrinsic and extrinsic factors affecting insect community
Intrinsic and extrinsic factors affecting insect communityIntrinsic and extrinsic factors affecting insect community
Intrinsic and extrinsic factors affecting insect community
 
Insect ecological succession
Insect ecological successionInsect ecological succession
Insect ecological succession
 
Development and dispersal of mites
Development and dispersal of mitesDevelopment and dispersal of mites
Development and dispersal of mites
 
Pesticide residue
Pesticide residuePesticide residue
Pesticide residue
 
Pesticide metabolism
Pesticide metabolismPesticide metabolism
Pesticide metabolism
 
Pesticide activity
Pesticide activityPesticide activity
Pesticide activity
 
Environmental concerns of pesticide
Environmental concerns of pesticideEnvironmental concerns of pesticide
Environmental concerns of pesticide
 

Recently uploaded

NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...Amil baba
 
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Standkumarajju5765
 
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(NANDITA) Hadapsar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(NANDITA) Hadapsar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...(NANDITA) Hadapsar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(NANDITA) Hadapsar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...ranjana rawat
 
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service Gorakhpur
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service GorakhpurVIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service Gorakhpur
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service GorakhpurSuhani Kapoor
 
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...Suhani Kapoor
 
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Sapana Sha
 
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts ServicesBOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Servicesdollysharma2066
 
Booking open Available Pune Call Girls Budhwar Peth 6297143586 Call Hot Indi...
Booking open Available Pune Call Girls Budhwar Peth  6297143586 Call Hot Indi...Booking open Available Pune Call Girls Budhwar Peth  6297143586 Call Hot Indi...
Booking open Available Pune Call Girls Budhwar Peth 6297143586 Call Hot Indi...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Parvati Darshan 6297143586 Call Hot I...
Booking open Available Pune Call Girls Parvati Darshan  6297143586 Call Hot I...Booking open Available Pune Call Girls Parvati Darshan  6297143586 Call Hot I...
Booking open Available Pune Call Girls Parvati Darshan 6297143586 Call Hot I...Call Girls in Nagpur High Profile
 
Freegle User Survey as visual display - BH
Freegle User Survey as visual display - BHFreegle User Survey as visual display - BH
Freegle User Survey as visual display - BHbill846304
 
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
The Most Attractive Pune Call Girls Shirwal 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Shirwal 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Shirwal 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Shirwal 8250192130 Will You Miss This Cha...ranjana rawat
 
webinaire-green-mirror-episode-2-Smart contracts and virtual purchase agreeme...
webinaire-green-mirror-episode-2-Smart contracts and virtual purchase agreeme...webinaire-green-mirror-episode-2-Smart contracts and virtual purchase agreeme...
webinaire-green-mirror-episode-2-Smart contracts and virtual purchase agreeme...Cluster TWEED
 

Recently uploaded (20)

NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
NO1 Verified kala jadu karne wale ka contact number kala jadu karne wale baba...
 
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Preet Vihar ☎ 9711199171 Book Your One night Stand
 
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service
(DIYA) Call Girls Sinhagad Road ( 7001035870 ) HI-Fi Pune Escorts Service
 
(NANDITA) Hadapsar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(NANDITA) Hadapsar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...(NANDITA) Hadapsar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(NANDITA) Hadapsar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
 
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service Gorakhpur
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service GorakhpurVIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service Gorakhpur
VIP Call Girl Gorakhpur Aashi 8250192130 Independent Escort Service Gorakhpur
 
Gandhi Nagar (Delhi) 9953330565 Escorts, Call Girls Services
Gandhi Nagar (Delhi) 9953330565 Escorts, Call Girls ServicesGandhi Nagar (Delhi) 9953330565 Escorts, Call Girls Services
Gandhi Nagar (Delhi) 9953330565 Escorts, Call Girls Services
 
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...
VIP Call Girls Saharanpur Aaradhya 8250192130 Independent Escort Service Saha...
 
Green Banking
Green Banking Green Banking
Green Banking
 
young Whatsapp Call Girls in Delhi Cantt🔝 9953056974 🔝 escort service
young Whatsapp Call Girls in Delhi Cantt🔝 9953056974 🔝 escort serviceyoung Whatsapp Call Girls in Delhi Cantt🔝 9953056974 🔝 escort service
young Whatsapp Call Girls in Delhi Cantt🔝 9953056974 🔝 escort service
 
Call Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCeCall Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
 
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
 
E Waste Management
E Waste ManagementE Waste Management
E Waste Management
 
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts ServicesBOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
 
Green Marketing
Green MarketingGreen Marketing
Green Marketing
 
Booking open Available Pune Call Girls Budhwar Peth 6297143586 Call Hot Indi...
Booking open Available Pune Call Girls Budhwar Peth  6297143586 Call Hot Indi...Booking open Available Pune Call Girls Budhwar Peth  6297143586 Call Hot Indi...
Booking open Available Pune Call Girls Budhwar Peth 6297143586 Call Hot Indi...
 
Booking open Available Pune Call Girls Parvati Darshan 6297143586 Call Hot I...
Booking open Available Pune Call Girls Parvati Darshan  6297143586 Call Hot I...Booking open Available Pune Call Girls Parvati Darshan  6297143586 Call Hot I...
Booking open Available Pune Call Girls Parvati Darshan 6297143586 Call Hot I...
 
Freegle User Survey as visual display - BH
Freegle User Survey as visual display - BHFreegle User Survey as visual display - BH
Freegle User Survey as visual display - BH
 
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Talegaon Dabhade ( 7001035870 ) HI-Fi Pune Escorts Service
 
The Most Attractive Pune Call Girls Shirwal 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Shirwal 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Shirwal 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Shirwal 8250192130 Will You Miss This Cha...
 
webinaire-green-mirror-episode-2-Smart contracts and virtual purchase agreeme...
webinaire-green-mirror-episode-2-Smart contracts and virtual purchase agreeme...webinaire-green-mirror-episode-2-Smart contracts and virtual purchase agreeme...
webinaire-green-mirror-episode-2-Smart contracts and virtual purchase agreeme...
 

Advances in insect taxonomy

  • 1. Powerpoint Templates Page 1 RECENT ADVANCES IN INSECT TAXONOMY
  • 2. Powerpoint Templates Page 2 OUTLINE • Introduction • Image-based recognition • Colour histogram and GLCM • Pattern recognition • Extension theory • Hybrid approach • Stacked spatial-pyramid kernel • Ontology-based insect recognition • KNN-Spectral Regression LDA • Histogram of local appearances features
  • 3. Powerpoint Templates Page 3 Introduction • Automation of insect identification is required because there is a shortage of skilled entomologists. • Recently, image-based insect recognition has emerged as a new field of study concerning image processing and intelligent pattern recognition replacing inefficient traditional technique.
  • 4. Powerpoint Templates Page 4 CHARACTERISTICS OF INSECTS • Most of the insects are composed of several sub parts which are antennae, tails, wings. • These parts are extracted in image processing method to be used in recognition of insects as well as other important features such as color and shape. • Majority of the researchers use wing as the most crucial part for feature extraction in classification of an insect.
  • 5. Powerpoint Templates Page 5 1. Image-based recognition • The general principles of classification include image acquisition and image processing. • Image acquired by selecting a number of different species of insects as the specimen of the research. • A picture of each species selected is taken using any camera to obtain an image. • The image in color scale will be converted to grayscale then converted ti binary image where only white and black color is produced.  The region of interest (ROI) will be separated from the background image.
  • 6. Powerpoint Templates Page 6 Image-based recognition • The next step is image processing. • The image will undergo feature extraction, and the features extracted will undergo classification process. • At this stage, different method will produce different output. • There are several methods used for insect recognition such as fuzzy classifier, nearest neighbor classifier and also artificial neural network (ANN)
  • 7. Powerpoint Templates Page 7 2. Colour histogram and GLCM • Image preprocessing algorithm is used to segment out the region of interest (ROI) from the insect image. • Then, color features which are represented by color histogram are extracted from ROI that can be used for coarse color matching. • The matching is done by comparing the correlation of the feature vectors with certain threshold . • The image samples that passed this stage will undergo the next stage that is fine level matching. • The fine level features are represented by coefficients such as energy, entropy and correlation of GLCM of preprocessed image blocks.
  • 8. Powerpoint Templates Page 8 Colour histogram and GLCM • When doing research one hundred species of insects are selected as samples. • All the image samples are captured from the right wing of the insects. • A part of them are forewing with backwing, the rest are forewing. • The image is resized to speed up the processing speed and then filtered using mean shift algorithm. • Then, it is converted to gray scale image and binarized with certain threshold.
  • 9. Powerpoint Templates Page 9 Colour histogram and GLCM • To reduce the effect of rotation and translation during image acquisition, a universal coordinate must be located by connecting the centroid of the foreground region and rotate the image around the centroid until the connected line is horizontal. • Least-square method is applied to fit the upedge and downedge of the insect wing with straight lines. • ROI is determined afterwards and the image is aligned using Gaussian before feature extraction.
  • 10. Powerpoint Templates Page 10 Colour histogram and GLCM • The color image is transformed from RGB (Red-Green- Blue) space into HSV (Hue-Saturation-Value) space before construct the histogram. • To minimize the effect of illumination variation, only hue and saturation is take into consideration. • The histogram for hue and saturation component is calculated and it shows that the histogram for same species is distributed similarly. • As for GLCM, it estimates image properties related to second order statistics for example energy, entropy, correlation and homogeneity. • This technique can identify insects from low resolution wing images and the efficiency and accuracy is proven
  • 11. Powerpoint Templates Page 11 3.Pattern recognition • Pattern recognition can be specifically defined as “the act of taking in raw data and taking an action based on the category of the pattern. • They further explained that the process involve three stages which are,  Input data and information collected from the sample using sensor,  Feature extraction mechanism that compute numeric or symbolic data from the sample-colour, texture and edges.  Classification scheme that determine the group of the sample.
  • 13. Powerpoint Templates Page 13 4. Extension theory • Extension theory is a method that constructed the matter element matrix of the insect based on mean and variance of the image features. • Matter-element matrix to be recognized includes the object itself, the feature and the feature value of the object in this case is an insect.
  • 14. Powerpoint Templates Page 14 Extension theory • Feature extraction of insects. • Image is captured in real time and converted to gray scale image. • Segmented by the adaptive method so that the binary insect image is separated from the grain and the background. • Seventeen morphological features are extracted from the binary image and then are normalized.
  • 15. Powerpoint Templates Page 15 Extension theory • Matter element of features of the insects are then constructed. • The system is trained to identify the species of the insects from the given samples.
  • 16. Powerpoint Templates Page 16 5. Stacked spatial-pyramid kernel • Stacked Spatial-Pyramid Kernel method boost up the performance of standard stacking method hence provides greater accuracy for the sample classification. • Stacking is one of digital image processing technique that combines multiple classifiers with each classifiers to manage their own feature space
  • 17. Powerpoint Templates Page 17 Stacked spatial-pyramid kernel • Conventional stacking method had disadvantage of losing spatial information belonged to the features since only the raw combination scores are being submitted as input to the final classifiers. • New stacking structure that has the capability to retain the spatial information as well as increase the classification result accuracy by quantizing input data.
  • 18. Powerpoint Templates Page 18 Stacked spatial-pyramid kernel • First, the HOG(histogram of oriented gradient) and SIFT(scale invariant feature transform) analysis are constructed from the edge and dense grid of patches provided by the image samples while beam angle histogram taking care of sample’s shape.
  • 19. Powerpoint Templates Page 19 6.Ontology-based insect recognition • Ontology based image retrieval has gained much popularity in semantic image retrieval in recent years. • Ontology based recognition system consist of a layer that hold four types of system identification namely, visual feature ontology, image feature ontology, classification module, and Insect Morphology and Taxonomy Ontology(IMTO)
  • 20. Powerpoint Templates Page 20 Ontology-based insect recognition • This layer will give support and assist the insect image recognition and annotation. • Visual feature extract the image while classification module pair the image with the insect image previously stored in feature knowledge database.
  • 22. Powerpoint Templates Page 22 7. KNN-Spectral Regression LDA • KNN-Spectral regression LDA is one of the best method that can be applied in automatic insect recognition. • This method is based on the face recognition principle.
  • 23. Powerpoint Templates Page 23 KNN-SpectralRegression LDA • The function of LDA algorithm is to spread the distribution of different classes samples wider into space while the sample that belong to the same feature is grouped more closely to each other.
  • 24. Powerpoint Templates Page 24 8.Histogram of local appearances features • This is general-purpose computer vision methods, and associated mechanical hardware, for rapid-throughput image capture, classification, and sorting of small arthropod specimens. • This method is used in classifying insects which are hard to differentiate visually. • The bag-of-feature approach which extracts a bag of region-based features from the image without take into account their relative spatial arrangement is used here.
  • 25. Powerpoint Templates Page 25 Histogram of local appearances features • This approach involves 5 stages namely. Region detection Region description Region classification Combination of detected features into a feature vector Final classification of the feature vector
  • 26. Powerpoint Templates Page 26 Histogram of local appearances features Region detection • Types of detectors used include Hessianaffine detector, Kadir entropy detector and principle curvature-based region detector (PCBR). Region description • The detected region is then described using SIFT representation.
  • 27. Powerpoint Templates Page 27 Histogram of local appearances features Region classification • In classification into features, a histogram is assigned to each feature formed consisting of the number of SIFT vectors Combination of detected features into a feature vector • Feature vector is created for each of the three region detectors using • GMM (Gaussian Mixture Model) concatenated feature histogram (CFH) method that allows the use of general classifier from the machine learning literature.
  • 28. Powerpoint Templates Page 28 Histogram of local appearances features Final classification of the feature vector The classification of the specimens is done by an assembler of logistic model tress. This stage is to train a classifier to assign the correct labels to the bag of keywords where this keywords is obtained from the clustering of SIFT vectors.
  • 29. Powerpoint Templates Page 29 9. Hybrid approach • Hybrid approach of classifying insects uses a method called discriminative local soft coding (DLsoft). • Soft coding strategies, a feature vector of the insect image is encoded by a kernel function of distance. • As for the discriminative part, Multiple Kernel Learning (MKL) is used for the classification to improve the drawbacks of the soft coding alone.
  • 30. Powerpoint Templates Page 30 Hybrid approach • The dataset is divided into two. Training set & Testing set • First, all the images are transformed into gray scale. • SIFT features of patches are extracted by densely sampled from each image. • SIFT is done by dividing the images into several section of squares and each section will compute its own histogram.
  • 31. Powerpoint Templates Page 31 Hybrid approach The local soft codes and discriminative is calculated.
  • 32. Powerpoint Templates Page 32 Hybrid approach Subsequently, max pooling over all the vectors of patches in the same image is calculated. The final presentation of an image sample is spatial pyramid pooled vector which can be used by any machine learning method for classification.