SlideShare a Scribd company logo
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

Phytophagous insect and their host finding mechanism
Phytophagous insect and their host finding mechanismPhytophagous insect and their host finding mechanism
Phytophagous insect and their host finding mechanism
sushmmeetaa
 
Plant insects interactions
Plant insects interactionsPlant insects interactions
Plant insects interactions
Francis Matu
 
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
Asst Prof SSNAIK ENTO PJTSAU
 
Behavior Modifying Chemicals
Behavior Modifying ChemicalsBehavior Modifying Chemicals
Behavior Modifying ChemicalsTauqeer Ahmad
 
International Code of Zoological Nomenclature articles 1-9
International Code of Zoological Nomenclature articles 1-9International Code of Zoological Nomenclature articles 1-9
International Code of Zoological Nomenclature articles 1-9
Kishor6460
 
Insect wing, their modifications and wing coupling mechanism
Insect wing, their modifications and wing coupling mechanismInsect wing, their modifications and wing coupling mechanism
Insect wing, their modifications and wing coupling mechanism
Mr. Suresh R. Jambagi
 
Different sampling techniques for insect population estimation
Different sampling techniques for insect population estimationDifferent sampling techniques for insect population estimation
Different sampling techniques for insect population estimation
Devina Seram
 
Insect sense organs
Insect sense organsInsect sense organs
Insect sense organs
PrudhiviVijayBabu
 
Evolutionary history of insects
Evolutionary history of  insectsEvolutionary history of  insects
Evolutionary history of insects
Bhumika Kapoor
 
structural organisation of insect body
structural organisation of insect bodystructural organisation of insect body
structural organisation of insect body
Bhubanananda Adhikari
 
Insect colouration
Insect colourationInsect colouration
Insect colouration
vishnugmvka
 
TRITROPHIC INTERACTIONS IN INSECT PESTS OF RICE
TRITROPHIC INTERACTIONS IN INSECT PESTS OF RICETRITROPHIC INTERACTIONS IN INSECT PESTS OF RICE
TRITROPHIC INTERACTIONS IN INSECT PESTS OF RICE
ramya sri nagamandla
 
Importance of study of immature stages of insects in agriculture
Importance of study of immature stages of insects in agricultureImportance of study of immature stages of insects in agriculture
Importance of study of immature stages of insects in agriculture
Sanju Thorat
 
Host Finding Behavior of Insects
Host Finding Behavior of InsectsHost Finding Behavior of Insects
Host Finding Behavior of Insects
Bahuddin Zakariya University, Multan
 
Role of Synergists in Resistance Management
Role of Synergists in Resistance ManagementRole of Synergists in Resistance Management
Role of Synergists in Resistance Management
Jayantyadav94
 
Pheromones synthesis perception and reception in insects
Pheromones synthesis perception and reception in insectsPheromones synthesis perception and reception in insects
Pheromones synthesis perception and reception in insects
RavindrenAgri
 
Physiology of excretion in insects
Physiology of excretion in insectsPhysiology of excretion in insects
Physiology of excretion in insects
bhavnesthakur
 
Insect behavior
Insect behavior Insect behavior
Insect behavior
Aaliya Afroz
 
Tritrophic Interactions Mediated By Herbivore Induced Plant Volatiles: Their...
 Tritrophic Interactions Mediated By Herbivore Induced Plant Volatiles: Their... Tritrophic Interactions Mediated By Herbivore Induced Plant Volatiles: Their...
Tritrophic Interactions Mediated By Herbivore Induced Plant Volatiles: Their...
Mudasir msr
 
Host selection process by parasitoids -SSNAIK TNAU
Host selection process by parasitoids -SSNAIK  TNAUHost selection process by parasitoids -SSNAIK  TNAU
Host selection process by parasitoids -SSNAIK TNAU
Asst Prof SSNAIK ENTO PJTSAU
 

What's hot (20)

Phytophagous insect and their host finding mechanism
Phytophagous insect and their host finding mechanismPhytophagous insect and their host finding mechanism
Phytophagous insect and their host finding mechanism
 
Plant insects interactions
Plant insects interactionsPlant insects interactions
Plant insects interactions
 
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
 
Behavior Modifying Chemicals
Behavior Modifying ChemicalsBehavior Modifying Chemicals
Behavior Modifying Chemicals
 
International Code of Zoological Nomenclature articles 1-9
International Code of Zoological Nomenclature articles 1-9International Code of Zoological Nomenclature articles 1-9
International Code of Zoological Nomenclature articles 1-9
 
Insect wing, their modifications and wing coupling mechanism
Insect wing, their modifications and wing coupling mechanismInsect wing, their modifications and wing coupling mechanism
Insect wing, their modifications and wing coupling mechanism
 
Different sampling techniques for insect population estimation
Different sampling techniques for insect population estimationDifferent sampling techniques for insect population estimation
Different sampling techniques for insect population estimation
 
Insect sense organs
Insect sense organsInsect sense organs
Insect sense organs
 
Evolutionary history of insects
Evolutionary history of  insectsEvolutionary history of  insects
Evolutionary history of insects
 
structural organisation of insect body
structural organisation of insect bodystructural organisation of insect body
structural organisation of insect body
 
Insect colouration
Insect colourationInsect colouration
Insect colouration
 
TRITROPHIC INTERACTIONS IN INSECT PESTS OF RICE
TRITROPHIC INTERACTIONS IN INSECT PESTS OF RICETRITROPHIC INTERACTIONS IN INSECT PESTS OF RICE
TRITROPHIC INTERACTIONS IN INSECT PESTS OF RICE
 
Importance of study of immature stages of insects in agriculture
Importance of study of immature stages of insects in agricultureImportance of study of immature stages of insects in agriculture
Importance of study of immature stages of insects in agriculture
 
Host Finding Behavior of Insects
Host Finding Behavior of InsectsHost Finding Behavior of Insects
Host Finding Behavior of Insects
 
Role of Synergists in Resistance Management
Role of Synergists in Resistance ManagementRole of Synergists in Resistance Management
Role of Synergists in Resistance Management
 
Pheromones synthesis perception and reception in insects
Pheromones synthesis perception and reception in insectsPheromones synthesis perception and reception in insects
Pheromones synthesis perception and reception in insects
 
Physiology of excretion in insects
Physiology of excretion in insectsPhysiology of excretion in insects
Physiology of excretion in insects
 
Insect behavior
Insect behavior Insect behavior
Insect behavior
 
Tritrophic Interactions Mediated By Herbivore Induced Plant Volatiles: Their...
 Tritrophic Interactions Mediated By Herbivore Induced Plant Volatiles: Their... Tritrophic Interactions Mediated By Herbivore Induced Plant Volatiles: Their...
Tritrophic Interactions Mediated By Herbivore Induced Plant Volatiles: Their...
 
Host selection process by parasitoids -SSNAIK TNAU
Host selection process by parasitoids -SSNAIK  TNAUHost selection process by parasitoids -SSNAIK  TNAU
Host selection process by parasitoids -SSNAIK TNAU
 

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 imaging
Stuart 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 imaging
Stuart Hinchliff
 
Moving object detection in complex scene
Moving object detection in complex sceneMoving object detection in complex scene
Moving object detection in complex scene
Kumar Mayank
 
Anits dip
Anits dipAnits dip
E017443136
E017443136E017443136
E017443136
IOSR Journals
 
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
ShreyusPuthiyapurail
 
Various object detection and tracking methods
Various object detection and tracking methodsVarious object detection and tracking methods
Various object detection and tracking methods
sujeeshkumarj
 
10.1.1.432.9149
10.1.1.432.914910.1.1.432.9149
10.1.1.432.9149
moemi1
 
10.1.1.432.9149.pdf
10.1.1.432.9149.pdf10.1.1.432.9149.pdf
10.1.1.432.9149.pdf
moemi1
 
https://uii.io/0hIB
https://uii.io/0hIBhttps://uii.io/0hIB
https://uii.io/0hIB
moemi1
 
sheeba.pptx
sheeba.pptxsheeba.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
Saibee 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 survey
NUPUR 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 learning
pratik pratyay
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumar
shritosh kumar
 
slide-171212080528.pptx
slide-171212080528.pptxslide-171212080528.pptx
slide-171212080528.pptx
SharanrajK22MMT1003
 
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
IRJET 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 NETWORKS
ijma
 
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
ijma
 

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
10.1.1.432.914910.1.1.432.9149
10.1.1.432.9149
 
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
 
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 nematodes
Francis Matu
 
Ppns morphology
Ppns morphologyPpns morphology
Ppns morphology
Francis Matu
 
Taxonomy of nematodes
Taxonomy of nematodesTaxonomy of nematodes
Taxonomy of nematodes
Francis 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's
Francis 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 of
Francis Matu
 
Nematode disease complexes
Nematode disease complexesNematode disease complexes
Nematode disease complexes
Francis Matu
 
Nematode biology
Nematode biology Nematode biology
Nematode biology
Francis 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 physiology
Insects physiologyInsects physiology
Insects physiology
Francis Matu
 
Insects biodiversity
Insects biodiversityInsects biodiversity
Insects biodiversity
Francis Matu
 
Insect monitoring and forecasting
Insect monitoring and forecastingInsect monitoring and forecasting
Insect monitoring and forecasting
Francis Matu
 
Insect monitoring forecasting
Insect monitoring forecastingInsect monitoring forecasting
Insect monitoring forecasting
Francis 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 community
Francis Matu
 
Insect ecological succession
Insect ecological successionInsect ecological succession
Insect ecological succession
Francis Matu
 
Development and dispersal of mites
Development and dispersal of mitesDevelopment and dispersal of mites
Development and dispersal of mites
Francis Matu
 
Pesticide residue
Pesticide residuePesticide residue
Pesticide residue
Francis Matu
 
Pesticide metabolism
Pesticide metabolismPesticide metabolism
Pesticide metabolism
Francis Matu
 
Pesticide activity
Pesticide activityPesticide activity
Pesticide activity
Francis Matu
 
Environmental concerns of pesticide
Environmental concerns of pesticideEnvironmental concerns of pesticide
Environmental concerns of pesticide
Francis Matu
 

More from Francis Matu (20)

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 physiology
Insects physiologyInsects physiology
Insects physiology
 
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

How about Huawei mobile phone-www.cfye-commerce.shop
How about Huawei mobile phone-www.cfye-commerce.shopHow about Huawei mobile phone-www.cfye-commerce.shop
How about Huawei mobile phone-www.cfye-commerce.shop
laozhuseo02
 
Q&A with the Experts: The Food Service Playbook
Q&A with the Experts: The Food Service PlaybookQ&A with the Experts: The Food Service Playbook
Q&A with the Experts: The Food Service Playbook
World Resources Institute (WRI)
 
NRW Board Paper - DRAFT NRW Recreation Strategy
NRW Board Paper - DRAFT NRW Recreation StrategyNRW Board Paper - DRAFT NRW Recreation Strategy
NRW Board Paper - DRAFT NRW Recreation Strategy
Robin Grant
 
一比一原版(UMTC毕业证书)明尼苏达大学双城分校毕业证如何办理
一比一原版(UMTC毕业证书)明尼苏达大学双城分校毕业证如何办理一比一原版(UMTC毕业证书)明尼苏达大学双城分校毕业证如何办理
一比一原版(UMTC毕业证书)明尼苏达大学双城分校毕业证如何办理
zm9ajxup
 
Characterization and the Kinetics of drying at the drying oven and with micro...
Characterization and the Kinetics of drying at the drying oven and with micro...Characterization and the Kinetics of drying at the drying oven and with micro...
Characterization and the Kinetics of drying at the drying oven and with micro...
Open Access Research Paper
 
AGRICULTURE Hydrophonic FERTILISER PPT.pptx
AGRICULTURE Hydrophonic FERTILISER PPT.pptxAGRICULTURE Hydrophonic FERTILISER PPT.pptx
AGRICULTURE Hydrophonic FERTILISER PPT.pptx
BanitaDsouza
 
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdfPresentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
Innovation and Technology for Development Centre
 
Summary of the Climate and Energy Policy of Australia
Summary of the Climate and Energy Policy of AustraliaSummary of the Climate and Energy Policy of Australia
Summary of the Climate and Energy Policy of Australia
yasmindemoraes1
 
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for..."Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
MMariSelvam4
 
Environmental Science Book By Dr. Y.K. Singh
Environmental Science Book By Dr. Y.K. SinghEnvironmental Science Book By Dr. Y.K. Singh
Environmental Science Book By Dr. Y.K. Singh
AhmadKhan917612
 
Sustainable farming practices in India .pptx
Sustainable farming  practices in India .pptxSustainable farming  practices in India .pptx
Sustainable farming practices in India .pptx
chaitaliambole
 
UNDERSTANDING WHAT GREEN WASHING IS!.pdf
UNDERSTANDING WHAT GREEN WASHING IS!.pdfUNDERSTANDING WHAT GREEN WASHING IS!.pdf
UNDERSTANDING WHAT GREEN WASHING IS!.pdf
JulietMogola
 
Daan Park Hydrangea flower season I like it
Daan Park Hydrangea flower season I like itDaan Park Hydrangea flower season I like it
Daan Park Hydrangea flower season I like it
a0966109726
 
Alert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
Alert-driven Community-based Forest monitoring: A case of the Peruvian AmazonAlert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
Alert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
CIFOR-ICRAF
 
ppt on beauty of the nature by Palak.pptx
ppt on  beauty of the nature by Palak.pptxppt on  beauty of the nature by Palak.pptx
ppt on beauty of the nature by Palak.pptx
RaniJaiswal16
 
growbilliontrees.com-Trees for Granddaughter (1).pdf
growbilliontrees.com-Trees for Granddaughter (1).pdfgrowbilliontrees.com-Trees for Granddaughter (1).pdf
growbilliontrees.com-Trees for Granddaughter (1).pdf
yadavakashagra
 
Sustainable Rain water harvesting in india.ppt
Sustainable Rain water harvesting in india.pptSustainable Rain water harvesting in india.ppt
Sustainable Rain water harvesting in india.ppt
chaitaliambole
 
Navigating the complex landscape of AI governance
Navigating the complex landscape of AI governanceNavigating the complex landscape of AI governance
Navigating the complex landscape of AI governance
Piermenotti Mauro
 
International+e-Commerce+Platform-www.cfye-commerce.shop
International+e-Commerce+Platform-www.cfye-commerce.shopInternational+e-Commerce+Platform-www.cfye-commerce.shop
International+e-Commerce+Platform-www.cfye-commerce.shop
laozhuseo02
 
Celebrating World-environment-day-2024.pdf
Celebrating  World-environment-day-2024.pdfCelebrating  World-environment-day-2024.pdf
Celebrating World-environment-day-2024.pdf
rohankumarsinghrore1
 

Recently uploaded (20)

How about Huawei mobile phone-www.cfye-commerce.shop
How about Huawei mobile phone-www.cfye-commerce.shopHow about Huawei mobile phone-www.cfye-commerce.shop
How about Huawei mobile phone-www.cfye-commerce.shop
 
Q&A with the Experts: The Food Service Playbook
Q&A with the Experts: The Food Service PlaybookQ&A with the Experts: The Food Service Playbook
Q&A with the Experts: The Food Service Playbook
 
NRW Board Paper - DRAFT NRW Recreation Strategy
NRW Board Paper - DRAFT NRW Recreation StrategyNRW Board Paper - DRAFT NRW Recreation Strategy
NRW Board Paper - DRAFT NRW Recreation Strategy
 
一比一原版(UMTC毕业证书)明尼苏达大学双城分校毕业证如何办理
一比一原版(UMTC毕业证书)明尼苏达大学双城分校毕业证如何办理一比一原版(UMTC毕业证书)明尼苏达大学双城分校毕业证如何办理
一比一原版(UMTC毕业证书)明尼苏达大学双城分校毕业证如何办理
 
Characterization and the Kinetics of drying at the drying oven and with micro...
Characterization and the Kinetics of drying at the drying oven and with micro...Characterization and the Kinetics of drying at the drying oven and with micro...
Characterization and the Kinetics of drying at the drying oven and with micro...
 
AGRICULTURE Hydrophonic FERTILISER PPT.pptx
AGRICULTURE Hydrophonic FERTILISER PPT.pptxAGRICULTURE Hydrophonic FERTILISER PPT.pptx
AGRICULTURE Hydrophonic FERTILISER PPT.pptx
 
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdfPresentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
 
Summary of the Climate and Energy Policy of Australia
Summary of the Climate and Energy Policy of AustraliaSummary of the Climate and Energy Policy of Australia
Summary of the Climate and Energy Policy of Australia
 
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for..."Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
 
Environmental Science Book By Dr. Y.K. Singh
Environmental Science Book By Dr. Y.K. SinghEnvironmental Science Book By Dr. Y.K. Singh
Environmental Science Book By Dr. Y.K. Singh
 
Sustainable farming practices in India .pptx
Sustainable farming  practices in India .pptxSustainable farming  practices in India .pptx
Sustainable farming practices in India .pptx
 
UNDERSTANDING WHAT GREEN WASHING IS!.pdf
UNDERSTANDING WHAT GREEN WASHING IS!.pdfUNDERSTANDING WHAT GREEN WASHING IS!.pdf
UNDERSTANDING WHAT GREEN WASHING IS!.pdf
 
Daan Park Hydrangea flower season I like it
Daan Park Hydrangea flower season I like itDaan Park Hydrangea flower season I like it
Daan Park Hydrangea flower season I like it
 
Alert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
Alert-driven Community-based Forest monitoring: A case of the Peruvian AmazonAlert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
Alert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
 
ppt on beauty of the nature by Palak.pptx
ppt on  beauty of the nature by Palak.pptxppt on  beauty of the nature by Palak.pptx
ppt on beauty of the nature by Palak.pptx
 
growbilliontrees.com-Trees for Granddaughter (1).pdf
growbilliontrees.com-Trees for Granddaughter (1).pdfgrowbilliontrees.com-Trees for Granddaughter (1).pdf
growbilliontrees.com-Trees for Granddaughter (1).pdf
 
Sustainable Rain water harvesting in india.ppt
Sustainable Rain water harvesting in india.pptSustainable Rain water harvesting in india.ppt
Sustainable Rain water harvesting in india.ppt
 
Navigating the complex landscape of AI governance
Navigating the complex landscape of AI governanceNavigating the complex landscape of AI governance
Navigating the complex landscape of AI governance
 
International+e-Commerce+Platform-www.cfye-commerce.shop
International+e-Commerce+Platform-www.cfye-commerce.shopInternational+e-Commerce+Platform-www.cfye-commerce.shop
International+e-Commerce+Platform-www.cfye-commerce.shop
 
Celebrating World-environment-day-2024.pdf
Celebrating  World-environment-day-2024.pdfCelebrating  World-environment-day-2024.pdf
Celebrating World-environment-day-2024.pdf
 

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.