SlideShare a Scribd company logo
1 of 25
1
Animal Identification using Machine Learning
Techniques
By
Aya Salama Abdelhady
Under the Supervision of:
Professor Aly Fahmy & Professor Abou Elella Hassanein
Ph.D Presentation
Department of Computer Science
Agenda
 Introduction
 Motivation
 Problem Statement
 Research Objectives
 Literature Review and Current Approaches
 Proposed Approach (Deep Neural Networks)
 Data Sets
 Work plan
2
3
Introduction
 Animal identification refers to the
recognition process of animals.
 Classical animal identification methods
such as ear tags and tattooing are limited
for decision support due to their
vulnerability to loss and manipulation.
 Biometric mapped into animal
identification systems are a promising
trend owing to their uniqueness and
immutability.
Ear notching
Branding
 Animal identification is vital in in large group of animals
 Individual identification allow management of
 Stockbreeding programs
 Disease and treatment
 Arabian Horse identification
 Arabian horses are precious and expensive
 Arabian horses identification is important in international competitions
 Classic methods for horses are considered as scars and also vulnerable to
manipulation
 Sheep identification
 Guarantee users ownership
 Avoid manipulation in type and price
4
Motivation
 Investigation of bio and physical metrics that lead to
best identification results
(Example of these features are eyes, iris, face, weight)
 Data Sets Collection
 Arabian horses identification has no available data
sets of horses
 Sheep identification has no available data sets of
sheep
5
Problem Statement
6
Thesis Objectives
The aim of the thesis are:
 To develop real time mobile application for:
• Arabian horse Identification
• Sheep Identification
 To build animal weight estimation module
that would help in animal identification
Literature Review
General methods
7
Animal
Identification
Methods
Permanent
Methods
Ear
notching
Ear
tattooing
Hot iron
branding
Freeze
branding
Temporar
y Methods
Ear
tagging
Electrical
Methods
RFID
Systems
Animal
biometric
Muzzle
Prints
Iris
Pattern
Retinal
vascular
Face
PatternClassical methods
Modern Methods(limited depth of
8
Literature Review
Disadvantages of Classical Methods
 Vulnerability to losses, duplications and manipulation
 Hot branding and freeze branding cause a lot of pain
 Difficult to read
 Most of these methods are painful and can lead to
infection, and they can also be considered as scars.
9
• Iris Pattern
• Muzzle Prints
• Face Pattern
• Retinal vascular
Iris is considered one of the most reliable and accurate
biometric
Literature Review
Animal Biometric Methods
10
10
Literature Review
Machine Learning Approaches
Machine Learning/
Artificial Intelligence
Supervised
Learning
Unsupervised
Learning
Deep Learning Other Approaches
Regressi
on
Classificati
on
Clusterin
g
Factor
Analysis
Reinforceme
nt Learning
Semi-
supervised
Active
learning
Lasso,
Ridge,
Loess,
KNN,
Spline,
XGBoos
Logistic,
SVM,
Random
Forest,
Hidden
Markov
K-means,
Birch,
Ward
Spectral
Cluster
PCA,
ICA,
NMF
Multilayer Perceptron
(MLP), Convolutional
Neural Nets (CNN),
Long Short-Term
memory (LSTM),
Restricted Boltzman
Machine (RBM)
11
Literature Review
Deep Learning
 Ruggedness to shifts and distortion in the
image
 Fewer memory requirements
 Easier and better training
 Reduces the need for feature engineering,
one of the most time-consuming parts of
machine learning practice.
 It significantly outperforms other solutions in
multiple domains, this includes speech,
language, vision
 Is an architecture that can be adapted to new
problems relatively easily (e.g. Vision, time
series, language)
12
Literature Review
Animal identification systems
 A horse identification system using biometrics System
 For iris segmentation iris area was extracted by first defining rectangle around the pupil area by largest dark area recognition with
estimation the most common known radius in all collected images (17,000 digital still images)
 Then labels were assigned to different part of the eye; Manual labeling was essential part in that procedure.
 Then Gabor filter was used to extract iris characteristics.
 For horse identification, hamming distance was calculated to measure angle difference and radius difference between different images .
 FRR was reported to be 0.201 and FAR 2.55 *10^-7
 Face Recognition as a Biometric Identifier of Sheep
 Independent component analysis with the cosine distance classifier, has been used for sheep face recognition
 Accuracy is 95.3% (has been evaluated for sheep face recognition using a small set of normalized images)
 This accuracy varies under scalability
13
The Suggested System
 Data Preparation
 Data Augmentation
 Investigate deep learning architecture in generative
models
 Investigate deep learning architecture in
discriminative models
14
Data Sets Collections
14
 Data collection was our first step to
achieve our goal very.
( 6 months of preparation)
 Since there is no available
benchmark for horses' eyes, we had
to collect our own data.
 Data is collected for 145 horses in
different illumination conditions and
from different angles.
1,015 images were collected
15
15
Proposed Test Case Discriminative Model
Seminar, FCI, Cairo University (July-2017)
161616
Corpora Nigra
 During data collection, we were able to capture
the corpora nigra
 Corpora nigra which lies in the iris just above
the pupil very unique shape and differs from
one horse to another .
• Pupil with corpora nigra has a color that is
significantly different from all other parts in the
images.
• K-means clustering is proposed to detect the
pupil without any need for human supervision
1717
Segmentation phase in the proposed
model for Arabian Horses
1818
Arabian Horse Iris features Segmentation
1919
Preliminary Results and Evaluation
 Iris/pupil segmentation is a main step in
the process of horses recognition.
 Circular Hough transform with modified
version of Kovesi’s Canny edge detection
used to detect the circular region
containing both iris and pupil.
 We could not use the same way to detect
the iris itself, because as we mentioned
before the iris of the horse is different
from the iris of human.
Circular Hough transform
2020
Preliminary Results and Evaluation (2)
• Pupil with retina cogina has a color that is
significantly different from all other parts in
the images.
• K-means clustering is proposed to detect the
pupil without any need for human supervision
• Euclidean distance is calculated is used to
define the distance of the nearest centroid
• Then connected component labeling was
applied to detect the biggest blob
• Then morphological noise was applied to
remove noise
2121
Preliminary Results and Evaluation (3)
• Jaccard similarity is the most common used matrix to
evaluate the performance of segmentation
• After removing all unwanted images we had total of
320 images to work on.
• Ground truth images were built for 320 images.
• For 256 images, Jaccard coefficient ranged between
80% and 95%, while for the rest 64 images ranged
between 40% and 70%
• Low coefficients were due to high brightness around
the iris and very strong reflection of other objects,
which lead to false data sometimes
Noise in eye images
2222
ACM paper accepted
Seminar, FCI, Cairo University (July-2017)
2323
Animal Weight Estimation
2424
Work Plan
1. Continue survey and identify How to best
recognize animals using deep learning.
2. Investigate generative and descriptive models
3. Continue working on data collection
4. Design and develop a model for animal
identification
5. Conduct a performance analysis of the developed
model with the existing ones. Partners in this work (Suez Canal University (agriculture faculty)
and Cairo University (Faculty Vet. medicine ))
25
Any Questions!?

More Related Content

What's hot

Feature Extraction
Feature ExtractionFeature Extraction
Feature Extractionskylian
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptronomaraldabash
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningLior Rokach
 
Computer vision introduction
Computer vision  introduction Computer vision  introduction
Computer vision introduction Wael Badawy
 
Image feature extraction
Image feature extractionImage feature extraction
Image feature extractionRushin Shah
 
Smoothing in Digital Image Processing
Smoothing in Digital Image ProcessingSmoothing in Digital Image Processing
Smoothing in Digital Image ProcessingPallavi Agarwal
 
Kernel density estimation (kde)
Kernel density estimation (kde)Kernel density estimation (kde)
Kernel density estimation (kde)Padma Metta
 
Machine Learning for Disease Prediction
Machine Learning for Disease PredictionMachine Learning for Disease Prediction
Machine Learning for Disease PredictionMustafa Oğuz
 
Machine learning in image processing
Machine learning in image processingMachine learning in image processing
Machine learning in image processingData Science Thailand
 
Machine learning Algorithms
Machine learning AlgorithmsMachine learning Algorithms
Machine learning AlgorithmsWalaa Hamdy Assy
 
Machine Learning for Medical Image Analysis: What, where and how?
Machine Learning for Medical Image Analysis:What, where and how?Machine Learning for Medical Image Analysis:What, where and how?
Machine Learning for Medical Image Analysis: What, where and how?Debdoot Sheet
 
Machine Learning - Splitting Datasets
Machine Learning - Splitting DatasetsMachine Learning - Splitting Datasets
Machine Learning - Splitting DatasetsAndrew Ferlitsch
 
Perceptron (neural network)
Perceptron (neural network)Perceptron (neural network)
Perceptron (neural network)EdutechLearners
 

What's hot (20)

Cnn
CnnCnn
Cnn
 
Cuckoo search algorithm
Cuckoo search algorithmCuckoo search algorithm
Cuckoo search algorithm
 
Feature Extraction
Feature ExtractionFeature Extraction
Feature Extraction
 
Deep Learning for Computer Vision: Attention Models (UPC 2016)
Deep Learning for Computer Vision: Attention Models (UPC 2016)Deep Learning for Computer Vision: Attention Models (UPC 2016)
Deep Learning for Computer Vision: Attention Models (UPC 2016)
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptron
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Computer vision introduction
Computer vision  introduction Computer vision  introduction
Computer vision introduction
 
Naive Bayes
Naive BayesNaive Bayes
Naive Bayes
 
Image feature extraction
Image feature extractionImage feature extraction
Image feature extraction
 
Smoothing in Digital Image Processing
Smoothing in Digital Image ProcessingSmoothing in Digital Image Processing
Smoothing in Digital Image Processing
 
Kernel density estimation (kde)
Kernel density estimation (kde)Kernel density estimation (kde)
Kernel density estimation (kde)
 
Machine Learning for Disease Prediction
Machine Learning for Disease PredictionMachine Learning for Disease Prediction
Machine Learning for Disease Prediction
 
Machine learning in image processing
Machine learning in image processingMachine learning in image processing
Machine learning in image processing
 
Machine learning Algorithms
Machine learning AlgorithmsMachine learning Algorithms
Machine learning Algorithms
 
Deep learning
Deep learningDeep learning
Deep learning
 
Machine Learning for Medical Image Analysis: What, where and how?
Machine Learning for Medical Image Analysis:What, where and how?Machine Learning for Medical Image Analysis:What, where and how?
Machine Learning for Medical Image Analysis: What, where and how?
 
Decision theory
Decision theoryDecision theory
Decision theory
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning - Splitting Datasets
Machine Learning - Splitting DatasetsMachine Learning - Splitting Datasets
Machine Learning - Splitting Datasets
 
Perceptron (neural network)
Perceptron (neural network)Perceptron (neural network)
Perceptron (neural network)
 

Similar to Animal identification using machine learning techniques

project report
project reportproject report
project reportWeston Wei
 
Iris recognition system
Iris recognition systemIris recognition system
Iris recognition systemNilu Desai
 
Automatic System for Detection and Classification of Brain Tumors
Automatic System for Detection and Classification of Brain TumorsAutomatic System for Detection and Classification of Brain Tumors
Automatic System for Detection and Classification of Brain TumorsFatma Sayed Ibrahim
 
Machine Learning, Data Mining, Genetic Algorithms, Neural ...
Machine Learning, Data Mining, Genetic Algorithms, Neural ...Machine Learning, Data Mining, Genetic Algorithms, Neural ...
Machine Learning, Data Mining, Genetic Algorithms, Neural ...butest
 
12539 Image Processing BV Extraction.ppt
12539 Image Processing BV Extraction.ppt12539 Image Processing BV Extraction.ppt
12539 Image Processing BV Extraction.pptRamithaDevi
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Editor IJCATR
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Editor IJCATR
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Editor IJCATR
 
IRJET- Survey of Iris Recognition Techniques
IRJET- Survey of Iris Recognition TechniquesIRJET- Survey of Iris Recognition Techniques
IRJET- Survey of Iris Recognition TechniquesIRJET Journal
 
PERIOCULAR RECOGNITION USING REDUCED FEATURES
PERIOCULAR RECOGNITION USING REDUCED FEATURESPERIOCULAR RECOGNITION USING REDUCED FEATURES
PERIOCULAR RECOGNITION USING REDUCED FEATURESijcsit
 
iris recognition system as means of unique identification
iris recognition system as means of unique identification iris recognition system as means of unique identification
iris recognition system as means of unique identification Being Topper
 
Facial emotion detection on babies' emotional face using Deep Learning.
Facial emotion detection on babies' emotional face using Deep Learning.Facial emotion detection on babies' emotional face using Deep Learning.
Facial emotion detection on babies' emotional face using Deep Learning.Takrim Ul Islam Laskar
 
Artificial Intelligence In Ophthalmology.pptx
Artificial Intelligence In Ophthalmology.pptxArtificial Intelligence In Ophthalmology.pptx
Artificial Intelligence In Ophthalmology.pptxGariyashee Lahkar
 
Ccids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicineCcids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicineNamkug Kim
 

Similar to Animal identification using machine learning techniques (20)

project report
project reportproject report
project report
 
Iris recognition system
Iris recognition systemIris recognition system
Iris recognition system
 
Automatic System for Detection and Classification of Brain Tumors
Automatic System for Detection and Classification of Brain TumorsAutomatic System for Detection and Classification of Brain Tumors
Automatic System for Detection and Classification of Brain Tumors
 
A010320106
A010320106A010320106
A010320106
 
Machine Learning, Data Mining, Genetic Algorithms, Neural ...
Machine Learning, Data Mining, Genetic Algorithms, Neural ...Machine Learning, Data Mining, Genetic Algorithms, Neural ...
Machine Learning, Data Mining, Genetic Algorithms, Neural ...
 
12539 Image Processing BV Extraction.ppt
12539 Image Processing BV Extraction.ppt12539 Image Processing BV Extraction.ppt
12539 Image Processing BV Extraction.ppt
 
JCC_2016011515340886
JCC_2016011515340886JCC_2016011515340886
JCC_2016011515340886
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
 
IRJET- Survey of Iris Recognition Techniques
IRJET- Survey of Iris Recognition TechniquesIRJET- Survey of Iris Recognition Techniques
IRJET- Survey of Iris Recognition Techniques
 
PERIOCULAR RECOGNITION USING REDUCED FEATURES
PERIOCULAR RECOGNITION USING REDUCED FEATURESPERIOCULAR RECOGNITION USING REDUCED FEATURES
PERIOCULAR RECOGNITION USING REDUCED FEATURES
 
iris recognition system as means of unique identification
iris recognition system as means of unique identification iris recognition system as means of unique identification
iris recognition system as means of unique identification
 
12
1212
12
 
55
5555
55
 
Redio miss
Redio missRedio miss
Redio miss
 
Facial emotion detection on babies' emotional face using Deep Learning.
Facial emotion detection on babies' emotional face using Deep Learning.Facial emotion detection on babies' emotional face using Deep Learning.
Facial emotion detection on babies' emotional face using Deep Learning.
 
Artificial Intelligence In Ophthalmology.pptx
Artificial Intelligence In Ophthalmology.pptxArtificial Intelligence In Ophthalmology.pptx
Artificial Intelligence In Ophthalmology.pptx
 
Ccids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicineCcids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicine
 
L_3011_62.+1908
L_3011_62.+1908L_3011_62.+1908
L_3011_62.+1908
 

More from Aboul Ella Hassanien

الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdfالأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdfAboul Ella Hassanien
 
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...Aboul Ella Hassanien
 
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...Aboul Ella Hassanien
 
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...Aboul Ella Hassanien
 
Intelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxIntelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxAboul Ella Hassanien
 
دليل البحث العلمى .pdf
دليل البحث العلمى .pdfدليل البحث العلمى .pdf
دليل البحث العلمى .pdfAboul Ella Hassanien
 
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات Aboul Ella Hassanien
 
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي  الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي Aboul Ella Hassanien
 
الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى Aboul Ella Hassanien
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنيةAboul Ella Hassanien
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنيةAboul Ella Hassanien
 
التغير المناخى للاطفال
التغير المناخى للاطفالالتغير المناخى للاطفال
التغير المناخى للاطفالAboul Ella Hassanien
 
الذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالالذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالAboul Ella Hassanien
 
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىإستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىAboul Ella Hassanien
 
الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية  الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية Aboul Ella Hassanien
 
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...Aboul Ella Hassanien
 
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةالذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةAboul Ella Hassanien
 
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى Aboul Ella Hassanien
 

More from Aboul Ella Hassanien (20)

الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdfالأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
 
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
 
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
 
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
 
Intelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxIntelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptx
 
دليل البحث العلمى .pdf
دليل البحث العلمى .pdfدليل البحث العلمى .pdf
دليل البحث العلمى .pdf
 
SRGE photo.pdf
SRGE photo.pdfSRGE photo.pdf
SRGE photo.pdf
 
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
 
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي  الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
 
الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
 
التغير المناخى للاطفال
التغير المناخى للاطفالالتغير المناخى للاطفال
التغير المناخى للاطفال
 
الذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالالذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفال
 
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىإستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
 
الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية  الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية
 
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
 
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةالذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
 
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
 
اقتصاد ميتافيرس
اقتصاد ميتافيرساقتصاد ميتافيرس
اقتصاد ميتافيرس
 

Recently uploaded

Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxAneriPatwari
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 

Recently uploaded (20)

Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptx
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 

Animal identification using machine learning techniques

  • 1. 1 Animal Identification using Machine Learning Techniques By Aya Salama Abdelhady Under the Supervision of: Professor Aly Fahmy & Professor Abou Elella Hassanein Ph.D Presentation Department of Computer Science
  • 2. Agenda  Introduction  Motivation  Problem Statement  Research Objectives  Literature Review and Current Approaches  Proposed Approach (Deep Neural Networks)  Data Sets  Work plan 2
  • 3. 3 Introduction  Animal identification refers to the recognition process of animals.  Classical animal identification methods such as ear tags and tattooing are limited for decision support due to their vulnerability to loss and manipulation.  Biometric mapped into animal identification systems are a promising trend owing to their uniqueness and immutability. Ear notching Branding
  • 4.  Animal identification is vital in in large group of animals  Individual identification allow management of  Stockbreeding programs  Disease and treatment  Arabian Horse identification  Arabian horses are precious and expensive  Arabian horses identification is important in international competitions  Classic methods for horses are considered as scars and also vulnerable to manipulation  Sheep identification  Guarantee users ownership  Avoid manipulation in type and price 4 Motivation
  • 5.  Investigation of bio and physical metrics that lead to best identification results (Example of these features are eyes, iris, face, weight)  Data Sets Collection  Arabian horses identification has no available data sets of horses  Sheep identification has no available data sets of sheep 5 Problem Statement
  • 6. 6 Thesis Objectives The aim of the thesis are:  To develop real time mobile application for: • Arabian horse Identification • Sheep Identification  To build animal weight estimation module that would help in animal identification
  • 7. Literature Review General methods 7 Animal Identification Methods Permanent Methods Ear notching Ear tattooing Hot iron branding Freeze branding Temporar y Methods Ear tagging Electrical Methods RFID Systems Animal biometric Muzzle Prints Iris Pattern Retinal vascular Face PatternClassical methods Modern Methods(limited depth of
  • 8. 8 Literature Review Disadvantages of Classical Methods  Vulnerability to losses, duplications and manipulation  Hot branding and freeze branding cause a lot of pain  Difficult to read  Most of these methods are painful and can lead to infection, and they can also be considered as scars.
  • 9. 9 • Iris Pattern • Muzzle Prints • Face Pattern • Retinal vascular Iris is considered one of the most reliable and accurate biometric Literature Review Animal Biometric Methods
  • 10. 10 10 Literature Review Machine Learning Approaches Machine Learning/ Artificial Intelligence Supervised Learning Unsupervised Learning Deep Learning Other Approaches Regressi on Classificati on Clusterin g Factor Analysis Reinforceme nt Learning Semi- supervised Active learning Lasso, Ridge, Loess, KNN, Spline, XGBoos Logistic, SVM, Random Forest, Hidden Markov K-means, Birch, Ward Spectral Cluster PCA, ICA, NMF Multilayer Perceptron (MLP), Convolutional Neural Nets (CNN), Long Short-Term memory (LSTM), Restricted Boltzman Machine (RBM)
  • 11. 11 Literature Review Deep Learning  Ruggedness to shifts and distortion in the image  Fewer memory requirements  Easier and better training  Reduces the need for feature engineering, one of the most time-consuming parts of machine learning practice.  It significantly outperforms other solutions in multiple domains, this includes speech, language, vision  Is an architecture that can be adapted to new problems relatively easily (e.g. Vision, time series, language)
  • 12. 12 Literature Review Animal identification systems  A horse identification system using biometrics System  For iris segmentation iris area was extracted by first defining rectangle around the pupil area by largest dark area recognition with estimation the most common known radius in all collected images (17,000 digital still images)  Then labels were assigned to different part of the eye; Manual labeling was essential part in that procedure.  Then Gabor filter was used to extract iris characteristics.  For horse identification, hamming distance was calculated to measure angle difference and radius difference between different images .  FRR was reported to be 0.201 and FAR 2.55 *10^-7  Face Recognition as a Biometric Identifier of Sheep  Independent component analysis with the cosine distance classifier, has been used for sheep face recognition  Accuracy is 95.3% (has been evaluated for sheep face recognition using a small set of normalized images)  This accuracy varies under scalability
  • 13. 13 The Suggested System  Data Preparation  Data Augmentation  Investigate deep learning architecture in generative models  Investigate deep learning architecture in discriminative models
  • 14. 14 Data Sets Collections 14  Data collection was our first step to achieve our goal very. ( 6 months of preparation)  Since there is no available benchmark for horses' eyes, we had to collect our own data.  Data is collected for 145 horses in different illumination conditions and from different angles. 1,015 images were collected
  • 15. 15 15 Proposed Test Case Discriminative Model Seminar, FCI, Cairo University (July-2017)
  • 16. 161616 Corpora Nigra  During data collection, we were able to capture the corpora nigra  Corpora nigra which lies in the iris just above the pupil very unique shape and differs from one horse to another . • Pupil with corpora nigra has a color that is significantly different from all other parts in the images. • K-means clustering is proposed to detect the pupil without any need for human supervision
  • 17. 1717 Segmentation phase in the proposed model for Arabian Horses
  • 18. 1818 Arabian Horse Iris features Segmentation
  • 19. 1919 Preliminary Results and Evaluation  Iris/pupil segmentation is a main step in the process of horses recognition.  Circular Hough transform with modified version of Kovesi’s Canny edge detection used to detect the circular region containing both iris and pupil.  We could not use the same way to detect the iris itself, because as we mentioned before the iris of the horse is different from the iris of human. Circular Hough transform
  • 20. 2020 Preliminary Results and Evaluation (2) • Pupil with retina cogina has a color that is significantly different from all other parts in the images. • K-means clustering is proposed to detect the pupil without any need for human supervision • Euclidean distance is calculated is used to define the distance of the nearest centroid • Then connected component labeling was applied to detect the biggest blob • Then morphological noise was applied to remove noise
  • 21. 2121 Preliminary Results and Evaluation (3) • Jaccard similarity is the most common used matrix to evaluate the performance of segmentation • After removing all unwanted images we had total of 320 images to work on. • Ground truth images were built for 320 images. • For 256 images, Jaccard coefficient ranged between 80% and 95%, while for the rest 64 images ranged between 40% and 70% • Low coefficients were due to high brightness around the iris and very strong reflection of other objects, which lead to false data sometimes Noise in eye images
  • 22. 2222 ACM paper accepted Seminar, FCI, Cairo University (July-2017)
  • 24. 2424 Work Plan 1. Continue survey and identify How to best recognize animals using deep learning. 2. Investigate generative and descriptive models 3. Continue working on data collection 4. Design and develop a model for animal identification 5. Conduct a performance analysis of the developed model with the existing ones. Partners in this work (Suez Canal University (agriculture faculty) and Cairo University (Faculty Vet. medicine ))

Editor's Notes

  1. All accepted papers (regular, short, and poster) will be published by ACM – International Conference Proceedings Series (ICPS) and will be available in ACM Digital Library . ISBN: 978-1-4503-5243-7