SlideShare a Scribd company logo
1 of 5
Download to read offline
Bulletin of Electrical Engineering and Informatics
Vol. 8, No. 2, June 2019, pp. 514~518
ISSN: 2302-9285, DOI: 10.11591/eei.v8i2.1263  514
Journal homepage: http://beei.org/index.php/EEI
Detection of Aedes aegypti larvae using single shot multibox
detector with transfer learning
Mohamad Aqil Mohd Fuad1
, Mohd Ruddin Ab Ghani2
, Rozaimi Ghazali3
, Tarmizi Ahmad Izzuddin4
,
Mohamad Fani Sulaima5
, Zanariah Jano6
, Tole Sutikno7
1,2,3,4,5
Faculty of Electrical Engineering, Universiti Teknikal Malaysia Melaka (UTeM),
76100, Durian Tunggal, Melaka, Malaysia
6
Centre for Languages and Human Development, Universiti Teknikal Malaysia Melaka (UTeM),
76100, Durian Tunggal, Melaka, Malaysia
7
Department of Electrical Engineering, Faculty of Industrial Technology, Universitas Ahmad Dahlan (UAD), 3rd
Campus, Jln. Prof. Dr. Soepomo, Janturan, Yogyakarta 55164, Indonesia
Article Info ABSTRACT
Article history:
Received Jul 11, 2018
Revised Jan 7, 2019
Accepted Feb, 2019
The flavivirus epidemiology has reached an alarming rate which haunts the
world population including Malaysia. In fact, World Health Organization has
proposed and practised many methods of vector control through
environmental management, chemical and biological orientations but still
cannot fully overcome the problem. This paper proposed a detection of
Aedes Aegypti larvae in water storage tank using Single Shot Multibox
Detector with transfer learning. The objective of the study was to acquire the
training and the performance metrics of the detection. The detection was
done using SSD with Inception_V2 through transfer learning. The
experimental results revealed that the probability detection scored more than
80% accuracies and there was no false alarm. These results demonstrate the
effectiveness of the model approach.
Keywords:
Aedes Aegypti
Larvae detection
Multibox detector
Single shot
Transfer learning Copyright © 2019 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Rozaimi Ghazali,
Faculty of Electrical Engineering, Universiti Teknikal Malaysia Melaka (UTeM),
76100, Durian Tunggal, Melaka, Malaysia.
Email: dpdrudin@utem.edu.my
1. INTRODUCTION
Advances in machine learning era has started when a classifier model has successfully trained using
convolutional neural network architecture [1]. The reasons of the success are attributed to the computational
power and the second one is due to a lot of database library for training purposes. Object detection is one of
machine learning techniques. Basically, object detection is slightly different from classifier where it does not
only find object inside the image, but also a pixel to localize the position of the object inside the image.
Dengue, chikungunya and yellow fever are acute febrile viral disease. The viruses are members of
flavivirus family and have been transmitted by Aedes mosquitoes. In fact, World Health Organization has
proposed and practised many methods of vector control through environmental management, chemical and
biological orientations [2] yet they cannot fully overcome the problem. From the listed vector control, the
most crucial part to be heeded are non-accessible places like water storage and artificial container [3]. This
paper hence, proposed a detection of Aedes Aegypti larvae in water storage tank using Single Shot Multibox
Detector with transfer learning. Therefore, the objective of the study was to acquire the training and
performance metrics of the detection.
Lately, convolutional neural network has been a huge success in object detection. The first advance
of machine learning in object detection is overfeat where the technique has proposed the sliding window
algorithm using convolutional neural network to detect object [4]. However, the technique is very
Bulletin of Electr Eng and Inf ISSN: 2302-9285 
Detection of Aedes aegypti larvae using single shot multibox detector with… (Mohamad Aqil Mohd Fuad)
515
computational expensive. Just after the overfeat, region based convolutional neural network or R-CNN is
published which triggers almost 50% improvement [5]. The algorithm has proposed several approaches
where it has created the bounding box using the region proposal method, features extraction using
convolutional neural network, and classify the bounding box using support vector machine. This technique
has rapidly evolved where Fast R-CNN [6] and Faster R-CNN [7] have yet to publish to improve the
existing performance.
Shortly after the discovery of R-CNN, You Only Look Once or YOLO algorithm which use simple
pipeline on yet convolutional neural network has resulted in high speed detection compared with Fast R-
CNN [8, 9]. Subsequently, Region-based fully convolutional network or R-FCN is developed, and this
approach is likely to adopt Faster R-CNN architecture but with only convolutional networks [10]. Finally,
Single shot multibox detector or SSD is developed to take on YOLO using the multiple size of convolutional
feature maps which offer better results and speed in object detection [11].
Since most discoveries of viral disease are caused by the Aedes Aegypti, a lot of effort has been
generated to combat this problem. Many methods are discovered including the use of neural network. Neural
network has been used to identify the different of wingbeat frequencies of insects in flight [12]. Not just that,
neural network has also been used to predict the day of defervesce of fever in dengue fever and dengue
haemorrgic fever [13]. Besides, that backpropagation learning algorithm has also been used to predict and
recognize dengue confirmed-case based on four important features-: mean relative humidity, total rainfall,
mean temperature and total number of dengue confirmed-cases [14, 15].
2. RESEARCH METHOD
This section focuses on the development process of Aedes Aegypti larvae detection inside the water
storage tank. The detection was done using SSD with Inception_V2 through transfer learning. SSD technique
is based on feed-forward convolutional network and it is the first deep network pipe line based on object
detector that does not need resample features or pixels for bounding box [11]. Figure 1 shows the architecture
of SSD with Inception_V2 classifier.
Figure 1. Architecture of SSD with Inception_V2 classifier
The first network layers were standard architecture used for image classification which also known
as the base network. This experiment implemented the transfer learning where the inception_V2 was used for
base network. Subsequently, the frame size and layers decreased progressively. In addition, each
convolutional feature layer was truncated to detection layer, allowing multi-scale feature maps detection.
Transfer learning has improved accuracies and shown the tremendous classification in many and
various object detection applications [16-19]. The dataset was first constructed to perform the transfer
learning. The dataset was constructed by capturing the Aedes Aegypti larvae image during experiments in
lab. The samples then were split into two groups to acquire the training and test patch images. About 176
images were created, then, the location of Aedes Aegypti larvae was labelled and identified. The trained
model, then, was tested to measure the performance. Figures 2 and 3 shows the flowchart of the experiment
and illustrate the default box procedure on detecting Aedes Aegypti larvae.
 ISSN: 2302-9285
Bulletin of Electr Eng and Inf, Vol. 8, No. 2, June 2019 : 514 – 518
516
Figure 2. Flowchart of the experiment
Figure 3. Default box working on detecting Aedes Aegypti larvae
In SSD framework, only input image and ground truth boxes were needed for detecting Aedes
Aegypti during training. The box was evaluated in different aspect ratios at each location. In this case, feature
maps of 4x4 scales is predicted the shape offsets and the confidence of Aedes Aegypti where the default box
was treated as the positives and the rest as negatives. The cross-entropy loss is weighted sum between the
confidence loss and localization loss. The overall training objective loss is defined as below [11]:
1
( , , , ) ( ( , ) ( , , ))
conf loc
L x c l g L x c L x l g
N

  (1)
where N is number of default boxes, L is localization loss, c is offset for center, l is predicted box and g is the
ground truth box parameters.
3. RESULTS AND ANALYSIS
This section discusses the result on the detection retrained model. Figure 4 shows the training loss of
the model. The result showed the unfiltered trained model. In the training, about 110k steps before were
Bulletin of Electr Eng and Inf ISSN: 2302-9285 
Detection of Aedes aegypti larvae using single shot multibox detector with… (Mohamad Aqil Mohd Fuad)
517
covered before the training stopped. Initially, the training phase declined drastically from beginning until 20k
step before it declined evenly from 20k step until 80k step. Then the training loss was saturated at 1.5 from
80k step until the end of training which was 110k step. The final precision mAP@0.5IOU of the training was
0.8562. After the training, test image was implemented to evaluate the model. About 5 images containing 48
Aedes Aegypti larvae were used for the test trained model. The evaluation performance of Aedes Aegypti
larvae included probability of detection Pd and probability of false alarm Fa. The results are shown in
Table 1.
Figure 4. Training loss of the model
Table 1. Result of Aedes aegypti larvae test images
Model Ntotal_larva Ndetect_larva Nfalse_larva Pd Fa
SSD 46 37 0 0.8043 0.0000
The results showed that SSD performed about 80% accuracy in detecting Aedes Aegypti larvae. The
loss of accuracies may bw attributed to the data fed during training because the Aedes Aegypti larvae was too
small and may made the images too sparse for training. However, even the data used for Aedes Aegypti
larvae detection were quite small, the overall test was still satisfactory and there was no false alarm in the
test. Figure 5 shows the Aedes Aegypti larvae detection in water storage tank.
Figure 5. Aedes aegypti larvae detection in water storage tank
 ISSN: 2302-9285
Bulletin of Electr Eng and Inf, Vol. 8, No. 2, June 2019 : 514 – 518
518
4. CONCLUSION
To conclude, trained inference graph has successfully produced and trained to detect and localize
Aedes Aegypti larvae in images. SSD is used with transfer learning to perform the Aedes Aegypti larvae
detection. The results reveal that the model has achieved satisfactory probability of detection and performed
better in probability of false alarm. Further study should focus on detecting small objecst in image to improve
detection of Aedes Aegypti larvae.
ACKNOWLEDGEMENTS
This study is supported by a grant of Knowledge Transfer Program from Ministry of Higher
Education (MoE), VOT number Gluar/KTP/2/2015/FKE/I/G00039. Sincere compliments to Faculty of
Electrical Engineering (FKE), Universiti Teknikal Malaysia Melaka (UTeM) for its support. Deepest
gratitude to Unit of Medical Entomology, Institute Medical for Research (IMR) in providing the training,
research and related respective programs.
REFERENCES
[1] A. Krizhevsky, I. Sutskever, and H. Geoffrey E., “ImageNet Classification with Deep Convolutional Neural
Networks,” Adv. Neural Inf. Process. Syst. 25, pp. 1–9, 2012.
[2] B. Kay, “Dengue vector surveillance and control.,” Curr. Opin. Infect. Dis., vol. 12, no. 5, pp. 48–59, 1999.
[3] R S. N. R. Saleeza, Y. Norma-Rashid, and M. S. Azirun, “Mosquitoes Larval Breeding Habitat in Urban and
Suburban Areas , Peninsular Malaysia,” World Acad. Sci. Eng. Technol., vol. 58, no. 10, pp. 569–573, 2011.
[4] P. Sermanet, D. Eigen, X. Zhang, M. Mathieu, R. Fergus, and Y. LeCun, “OverFeat: Integrated Recognition,
Localization and Detection using Convolutional Networks,” 2013.
[5] R. Girshick, J. Donahue, T. Darrell and J. Malik, "Rich Feature Hierarchies for Accurate Object Detection and
Semantic Segmentation," 2014 IEEE Conference on Computer Vision and Pattern Recognition, Columbus, OH,
2014, pp. 580-587.
[6] R. Girshick, "Fast R-CNN," 2015 IEEE International Conference on Computer Vision (ICCV), Santiago, 2015, pp.
1440-1448.
[7] S. Ren, K. He, R. Girshick and J. Sun, "Faster R-CNN: Towards Real-Time Object Detection with Region Proposal
Networks," in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 39, no. 6, pp. 1137-1149, 1
June 2017.
[8] J. Redmon, S. Divvala, R. Girshick and A. Farhadi, "You Only Look Once: Unified, Real-Time Object
Detection," 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, 2016,
pp. 779-788.
[9] J. Redmon and A. Farhadi, “YOLO9000: Better, Faster, Stronger,” arXiv, 2016.
[10] J. Dai, Y. Li, K. He, and J. Sun, “R-FCN: Object Detection via Region-based Fully Convolutional Networks,” in
Conference: Advances in neural information processing systems, 2016, pp. 379–387.
[11] W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. Reed, C. Fu, and A. C. Berg, “SSD : Single Shot MultiBox
Detector,” in European conference on computer vision, 2016, pp. 21–37.
[12] A. Moore, “Artificial neural network trained to identify mosquitos in flight,” J. Insect Behav., vol. 4, no. 3, pp.
391–395, 1991.
[13] F. Ibrahim, M. N. Taib, W. A. B. W. Abas, C. C. Guan, and S. Sulaiman, “A novel dengue fever (DF) and dengue
haemorrhagic fever (DHF) analysis using artificial neural network (ANN),” Comput. Methods Programs Biomed.,
vol. 79, no. 3, pp. 273–281, 2005.
[14] H. M. Aburas, B. G. Cetiner, and M. Sari, “Dengue confirmed-cases prediction: A neural network model,” Expert
Syst. Appl., vol. 37, no. 6, pp. 4256–4260, 2010.
[15] B. G. Cetiner, M. Sari, and H. M. Aburas, “Recognition of Dengue Disease Patterns Using Artificial,” 5th
International Advanced Technologies Symposium (IATS’09), Karabuk, Turkey. May 13-15 2009, pp. 13–16.
[16] M. A. Mohd Fuad, M. R. Ab Ghani, R. Ghazali, M. F. Sulaima, M. H. Jali, T. Sutikno, T. A. Izzuddin, and Z. Jano,
“A Review on Methods of Identifying and Counting Aedes Aegypti Larvae using Image Segmentation Technique,”
Telkomnika (Telecommunication Comput. Electron. Control), vol. 15, no. 3, pp. 1199–1206, 2017.
[17] Sumardi, M. Taufiqurrahman, and M. A. Riyadi, “Street mark detection using raspberry pi for self-driving system,”
TELKOMNIKA (Telecommunication Comput. Electron. Control), vol. 16, no. 2, pp. 629–634, 2018.
[18] D. Kurniawan, P. Adhi, A. Suryadi, I. Syamsu, and T. Praludi, “Object Detector on Coastal Surveillance Radar
Using Two-Dimensional Order-Statistic Constant-False Alarm Rate Algoritm,” TELKOMNIKA
(Telecommunication Comput. Electron. Control), vol. 13, no. 2, p. 624-631, 2015.
[19] M. A. Mohd Fuad, M. R. Ab Ghani, R. Ghazali, T. A. Izzuddin, M. F. Sulaima, Z. Jano and T. Sutikno, “Training
of Convolutional Neural Network using Transfer Learning for Aedes Aegypti Larvae,” TELKOMNIKA
(Telecommunication Computing Electronics and Control), vol. 16, no. 4, p. 1894-1900, 2017.

More Related Content

What's hot

Multiple object detection report
Multiple object detection reportMultiple object detection report
Multiple object detection reportManish Raghav
 
Training of Convolutional Neural Network using Transfer Learning for Aedes Ae...
Training of Convolutional Neural Network using Transfer Learning for Aedes Ae...Training of Convolutional Neural Network using Transfer Learning for Aedes Ae...
Training of Convolutional Neural Network using Transfer Learning for Aedes Ae...TELKOMNIKA JOURNAL
 
Genetic Algorithm for optimization on IRIS Dataset REPORT pdf
Genetic Algorithm for optimization on IRIS Dataset REPORT pdfGenetic Algorithm for optimization on IRIS Dataset REPORT pdf
Genetic Algorithm for optimization on IRIS Dataset REPORT pdfSunil Rajput
 
Genetic Algorithm for optimization on IRIS Dataset presentation ppt
Genetic Algorithm for optimization on IRIS Dataset presentation pptGenetic Algorithm for optimization on IRIS Dataset presentation ppt
Genetic Algorithm for optimization on IRIS Dataset presentation pptSunil Rajput
 
IRJET- Bird Species Identification using Image Mining & CNN Algorithm
IRJET- Bird Species Identification using Image Mining & CNN AlgorithmIRJET- Bird Species Identification using Image Mining & CNN Algorithm
IRJET- Bird Species Identification using Image Mining & CNN AlgorithmIRJET Journal
 
Survey on evolutionary computation tech techniques and its application in dif...
Survey on evolutionary computation tech techniques and its application in dif...Survey on evolutionary computation tech techniques and its application in dif...
Survey on evolutionary computation tech techniques and its application in dif...ijitjournal
 
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...ijtsrd
 
IRJET- Detection and Classification of Leaf Diseases
IRJET-  	  Detection and Classification of Leaf DiseasesIRJET-  	  Detection and Classification of Leaf Diseases
IRJET- Detection and Classification of Leaf DiseasesIRJET Journal
 
Shot-Net: A Convolutional Neural Network for Classifying Different Cricket Shots
Shot-Net: A Convolutional Neural Network for Classifying Different Cricket ShotsShot-Net: A Convolutional Neural Network for Classifying Different Cricket Shots
Shot-Net: A Convolutional Neural Network for Classifying Different Cricket ShotsMohammad Shakirul islam
 
Diagnosis Chest Diseases Using Neural Network and Genetic Hybrid Algorithm
Diagnosis Chest Diseases Using Neural Network and Genetic Hybrid AlgorithmDiagnosis Chest Diseases Using Neural Network and Genetic Hybrid Algorithm
Diagnosis Chest Diseases Using Neural Network and Genetic Hybrid AlgorithmIJERA Editor
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET Journal
 
AN APPROACH FOR IRIS PLANT CLASSIFICATION USING NEURAL NETWORK
AN APPROACH FOR IRIS PLANT CLASSIFICATION USING NEURAL NETWORKAN APPROACH FOR IRIS PLANT CLASSIFICATION USING NEURAL NETWORK
AN APPROACH FOR IRIS PLANT CLASSIFICATION USING NEURAL NETWORKijsc
 
Approaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
Approaching Rules Induction CN2 Algorithm in Categorizing of BiodiversityApproaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
Approaching Rules Induction CN2 Algorithm in Categorizing of Biodiversityijtsrd
 
Development of durian leaf disease detection on Android device
Development of durian leaf disease detection on Android device Development of durian leaf disease detection on Android device
Development of durian leaf disease detection on Android device IJECEIAES
 
A survey on nuclear to-cytoplasmic ratio analysis
A survey on nuclear to-cytoplasmic ratio analysisA survey on nuclear to-cytoplasmic ratio analysis
A survey on nuclear to-cytoplasmic ratio analysiseSAT Publishing House
 
Brainsci 10-00118
Brainsci 10-00118Brainsci 10-00118
Brainsci 10-00118imen jdey
 

What's hot (20)

Multiple object detection report
Multiple object detection reportMultiple object detection report
Multiple object detection report
 
Training of Convolutional Neural Network using Transfer Learning for Aedes Ae...
Training of Convolutional Neural Network using Transfer Learning for Aedes Ae...Training of Convolutional Neural Network using Transfer Learning for Aedes Ae...
Training of Convolutional Neural Network using Transfer Learning for Aedes Ae...
 
Genetic Algorithm for optimization on IRIS Dataset REPORT pdf
Genetic Algorithm for optimization on IRIS Dataset REPORT pdfGenetic Algorithm for optimization on IRIS Dataset REPORT pdf
Genetic Algorithm for optimization on IRIS Dataset REPORT pdf
 
Genetic Algorithm for optimization on IRIS Dataset presentation ppt
Genetic Algorithm for optimization on IRIS Dataset presentation pptGenetic Algorithm for optimization on IRIS Dataset presentation ppt
Genetic Algorithm for optimization on IRIS Dataset presentation ppt
 
IRJET- Bird Species Identification using Image Mining & CNN Algorithm
IRJET- Bird Species Identification using Image Mining & CNN AlgorithmIRJET- Bird Species Identification using Image Mining & CNN Algorithm
IRJET- Bird Species Identification using Image Mining & CNN Algorithm
 
Survey on evolutionary computation tech techniques and its application in dif...
Survey on evolutionary computation tech techniques and its application in dif...Survey on evolutionary computation tech techniques and its application in dif...
Survey on evolutionary computation tech techniques and its application in dif...
 
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
 
R4101112115
R4101112115R4101112115
R4101112115
 
DrE.N.Ganesh_recent resume
DrE.N.Ganesh_recent resumeDrE.N.Ganesh_recent resume
DrE.N.Ganesh_recent resume
 
IRJET- Detection and Classification of Leaf Diseases
IRJET-  	  Detection and Classification of Leaf DiseasesIRJET-  	  Detection and Classification of Leaf Diseases
IRJET- Detection and Classification of Leaf Diseases
 
Shot-Net: A Convolutional Neural Network for Classifying Different Cricket Shots
Shot-Net: A Convolutional Neural Network for Classifying Different Cricket ShotsShot-Net: A Convolutional Neural Network for Classifying Different Cricket Shots
Shot-Net: A Convolutional Neural Network for Classifying Different Cricket Shots
 
Diagnosis Chest Diseases Using Neural Network and Genetic Hybrid Algorithm
Diagnosis Chest Diseases Using Neural Network and Genetic Hybrid AlgorithmDiagnosis Chest Diseases Using Neural Network and Genetic Hybrid Algorithm
Diagnosis Chest Diseases Using Neural Network and Genetic Hybrid Algorithm
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
 
AN APPROACH FOR IRIS PLANT CLASSIFICATION USING NEURAL NETWORK
AN APPROACH FOR IRIS PLANT CLASSIFICATION USING NEURAL NETWORKAN APPROACH FOR IRIS PLANT CLASSIFICATION USING NEURAL NETWORK
AN APPROACH FOR IRIS PLANT CLASSIFICATION USING NEURAL NETWORK
 
Approaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
Approaching Rules Induction CN2 Algorithm in Categorizing of BiodiversityApproaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
Approaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
 
Af4102237242
Af4102237242Af4102237242
Af4102237242
 
Development of durian leaf disease detection on Android device
Development of durian leaf disease detection on Android device Development of durian leaf disease detection on Android device
Development of durian leaf disease detection on Android device
 
A survey on nuclear to-cytoplasmic ratio analysis
A survey on nuclear to-cytoplasmic ratio analysisA survey on nuclear to-cytoplasmic ratio analysis
A survey on nuclear to-cytoplasmic ratio analysis
 
Brainsci 10-00118
Brainsci 10-00118Brainsci 10-00118
Brainsci 10-00118
 
Madhavi
MadhaviMadhavi
Madhavi
 

Similar to Detection of Aedes aegypti larvae using single shot multibox detector with transfer learning

Deep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray ScansDeep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray ScansIRJET Journal
 
Malaria Detection System Using Microscopic Blood Smear Image
Malaria Detection System Using Microscopic Blood Smear ImageMalaria Detection System Using Microscopic Blood Smear Image
Malaria Detection System Using Microscopic Blood Smear ImageIRJET Journal
 
Covid Detection Using Lung X-ray Images
Covid Detection Using Lung X-ray ImagesCovid Detection Using Lung X-ray Images
Covid Detection Using Lung X-ray ImagesIRJET Journal
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...ijtsrd
 
RICE INSECTS CLASSIFICATION USIING TRANSFER LEARNING AND CNN
RICE INSECTS CLASSIFICATION USIING TRANSFER LEARNING AND CNNRICE INSECTS CLASSIFICATION USIING TRANSFER LEARNING AND CNN
RICE INSECTS CLASSIFICATION USIING TRANSFER LEARNING AND CNNIRJET Journal
 
Lung Cancer Detection using Convolutional Neural Network
Lung Cancer Detection using Convolutional Neural NetworkLung Cancer Detection using Convolutional Neural Network
Lung Cancer Detection using Convolutional Neural NetworkIRJET Journal
 
Identification of Bird Species using Automation Tool
Identification of Bird Species using Automation ToolIdentification of Bird Species using Automation Tool
Identification of Bird Species using Automation ToolIRJET Journal
 
A Review of Lie Detection Techniques
A Review of Lie Detection TechniquesA Review of Lie Detection Techniques
A Review of Lie Detection TechniquesIRJET Journal
 
X-Ray Based Quick Covid-19 Detection Using Raspberry-pi
X-Ray Based Quick Covid-19 Detection Using Raspberry-piX-Ray Based Quick Covid-19 Detection Using Raspberry-pi
X-Ray Based Quick Covid-19 Detection Using Raspberry-piIRJET Journal
 
A Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdfA Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdfWhitney Anderson
 
Face Mask Detection using CNN and OpenCV
Face Mask Detection using CNN and OpenCVFace Mask Detection using CNN and OpenCV
Face Mask Detection using CNN and OpenCVIRJET Journal
 
Embedded artificial intelligence system using deep learning and raspberrypi f...
Embedded artificial intelligence system using deep learning and raspberrypi f...Embedded artificial intelligence system using deep learning and raspberrypi f...
Embedded artificial intelligence system using deep learning and raspberrypi f...IAESIJAI
 
Artificial Intelligence Advances | Vol.4, Iss.1 April 2022
Artificial Intelligence Advances | Vol.4, Iss.1 April 2022Artificial Intelligence Advances | Vol.4, Iss.1 April 2022
Artificial Intelligence Advances | Vol.4, Iss.1 April 2022Bilingual Publishing Group
 
Ieee projects 2012 2013 - bio medicine
Ieee projects 2012 2013 - bio medicineIeee projects 2012 2013 - bio medicine
Ieee projects 2012 2013 - bio medicineK Sundaresh Ka
 
Plant disease detection system using image processing
Plant disease detection system using image processingPlant disease detection system using image processing
Plant disease detection system using image processingIRJET Journal
 
IRJET - Prediction of Autistic Spectrum Disorder based on Behavioural Fea...
IRJET -  	  Prediction of Autistic Spectrum Disorder based on Behavioural Fea...IRJET -  	  Prediction of Autistic Spectrum Disorder based on Behavioural Fea...
IRJET - Prediction of Autistic Spectrum Disorder based on Behavioural Fea...IRJET Journal
 
Effective electroencephalogram based epileptic seizure detection using suppo...
Effective electroencephalogram based epileptic seizure detection  using suppo...Effective electroencephalogram based epileptic seizure detection  using suppo...
Effective electroencephalogram based epileptic seizure detection using suppo...IJECEIAES
 
IRJET - Detection of Malaria using Image Cells
IRJET - Detection of Malaria using Image CellsIRJET - Detection of Malaria using Image Cells
IRJET - Detection of Malaria using Image CellsIRJET Journal
 
Transfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram imagesTransfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram imagesIAESIJAI
 
Wavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG SignalsWavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG SignalsIRJET Journal
 

Similar to Detection of Aedes aegypti larvae using single shot multibox detector with transfer learning (20)

Deep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray ScansDeep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray Scans
 
Malaria Detection System Using Microscopic Blood Smear Image
Malaria Detection System Using Microscopic Blood Smear ImageMalaria Detection System Using Microscopic Blood Smear Image
Malaria Detection System Using Microscopic Blood Smear Image
 
Covid Detection Using Lung X-ray Images
Covid Detection Using Lung X-ray ImagesCovid Detection Using Lung X-ray Images
Covid Detection Using Lung X-ray Images
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
 
RICE INSECTS CLASSIFICATION USIING TRANSFER LEARNING AND CNN
RICE INSECTS CLASSIFICATION USIING TRANSFER LEARNING AND CNNRICE INSECTS CLASSIFICATION USIING TRANSFER LEARNING AND CNN
RICE INSECTS CLASSIFICATION USIING TRANSFER LEARNING AND CNN
 
Lung Cancer Detection using Convolutional Neural Network
Lung Cancer Detection using Convolutional Neural NetworkLung Cancer Detection using Convolutional Neural Network
Lung Cancer Detection using Convolutional Neural Network
 
Identification of Bird Species using Automation Tool
Identification of Bird Species using Automation ToolIdentification of Bird Species using Automation Tool
Identification of Bird Species using Automation Tool
 
A Review of Lie Detection Techniques
A Review of Lie Detection TechniquesA Review of Lie Detection Techniques
A Review of Lie Detection Techniques
 
X-Ray Based Quick Covid-19 Detection Using Raspberry-pi
X-Ray Based Quick Covid-19 Detection Using Raspberry-piX-Ray Based Quick Covid-19 Detection Using Raspberry-pi
X-Ray Based Quick Covid-19 Detection Using Raspberry-pi
 
A Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdfA Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdf
 
Face Mask Detection using CNN and OpenCV
Face Mask Detection using CNN and OpenCVFace Mask Detection using CNN and OpenCV
Face Mask Detection using CNN and OpenCV
 
Embedded artificial intelligence system using deep learning and raspberrypi f...
Embedded artificial intelligence system using deep learning and raspberrypi f...Embedded artificial intelligence system using deep learning and raspberrypi f...
Embedded artificial intelligence system using deep learning and raspberrypi f...
 
Artificial Intelligence Advances | Vol.4, Iss.1 April 2022
Artificial Intelligence Advances | Vol.4, Iss.1 April 2022Artificial Intelligence Advances | Vol.4, Iss.1 April 2022
Artificial Intelligence Advances | Vol.4, Iss.1 April 2022
 
Ieee projects 2012 2013 - bio medicine
Ieee projects 2012 2013 - bio medicineIeee projects 2012 2013 - bio medicine
Ieee projects 2012 2013 - bio medicine
 
Plant disease detection system using image processing
Plant disease detection system using image processingPlant disease detection system using image processing
Plant disease detection system using image processing
 
IRJET - Prediction of Autistic Spectrum Disorder based on Behavioural Fea...
IRJET -  	  Prediction of Autistic Spectrum Disorder based on Behavioural Fea...IRJET -  	  Prediction of Autistic Spectrum Disorder based on Behavioural Fea...
IRJET - Prediction of Autistic Spectrum Disorder based on Behavioural Fea...
 
Effective electroencephalogram based epileptic seizure detection using suppo...
Effective electroencephalogram based epileptic seizure detection  using suppo...Effective electroencephalogram based epileptic seizure detection  using suppo...
Effective electroencephalogram based epileptic seizure detection using suppo...
 
IRJET - Detection of Malaria using Image Cells
IRJET - Detection of Malaria using Image CellsIRJET - Detection of Malaria using Image Cells
IRJET - Detection of Malaria using Image Cells
 
Transfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram imagesTransfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram images
 
Wavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG SignalsWavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
 

More from journalBEEI

Square transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherSquare transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherjournalBEEI
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...journalBEEI
 
Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...journalBEEI
 
A secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksA secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksjournalBEEI
 
Plant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkPlant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkjournalBEEI
 
Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...journalBEEI
 
Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...journalBEEI
 
Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...journalBEEI
 
Wireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmWireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmjournalBEEI
 
Implementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennaImplementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennajournalBEEI
 
The calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headThe calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headjournalBEEI
 
Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...journalBEEI
 
Design of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationDesign of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationjournalBEEI
 
Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...journalBEEI
 
Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)journalBEEI
 
Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...journalBEEI
 
Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...journalBEEI
 
An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...journalBEEI
 
Parking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationParking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationjournalBEEI
 
Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...journalBEEI
 

More from journalBEEI (20)

Square transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherSquare transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipher
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...
 
Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...
 
A secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksA secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networks
 
Plant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkPlant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural network
 
Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...
 
Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...
 
Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...
 
Wireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmWireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithm
 
Implementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennaImplementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antenna
 
The calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headThe calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human head
 
Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...
 
Design of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationDesign of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting application
 
Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...
 
Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)
 
Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...
 
Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...
 
An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...
 
Parking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationParking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentation
 
Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...
 

Recently uploaded

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 

Recently uploaded (20)

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 

Detection of Aedes aegypti larvae using single shot multibox detector with transfer learning

  • 1. Bulletin of Electrical Engineering and Informatics Vol. 8, No. 2, June 2019, pp. 514~518 ISSN: 2302-9285, DOI: 10.11591/eei.v8i2.1263  514 Journal homepage: http://beei.org/index.php/EEI Detection of Aedes aegypti larvae using single shot multibox detector with transfer learning Mohamad Aqil Mohd Fuad1 , Mohd Ruddin Ab Ghani2 , Rozaimi Ghazali3 , Tarmizi Ahmad Izzuddin4 , Mohamad Fani Sulaima5 , Zanariah Jano6 , Tole Sutikno7 1,2,3,4,5 Faculty of Electrical Engineering, Universiti Teknikal Malaysia Melaka (UTeM), 76100, Durian Tunggal, Melaka, Malaysia 6 Centre for Languages and Human Development, Universiti Teknikal Malaysia Melaka (UTeM), 76100, Durian Tunggal, Melaka, Malaysia 7 Department of Electrical Engineering, Faculty of Industrial Technology, Universitas Ahmad Dahlan (UAD), 3rd Campus, Jln. Prof. Dr. Soepomo, Janturan, Yogyakarta 55164, Indonesia Article Info ABSTRACT Article history: Received Jul 11, 2018 Revised Jan 7, 2019 Accepted Feb, 2019 The flavivirus epidemiology has reached an alarming rate which haunts the world population including Malaysia. In fact, World Health Organization has proposed and practised many methods of vector control through environmental management, chemical and biological orientations but still cannot fully overcome the problem. This paper proposed a detection of Aedes Aegypti larvae in water storage tank using Single Shot Multibox Detector with transfer learning. The objective of the study was to acquire the training and the performance metrics of the detection. The detection was done using SSD with Inception_V2 through transfer learning. The experimental results revealed that the probability detection scored more than 80% accuracies and there was no false alarm. These results demonstrate the effectiveness of the model approach. Keywords: Aedes Aegypti Larvae detection Multibox detector Single shot Transfer learning Copyright © 2019 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Rozaimi Ghazali, Faculty of Electrical Engineering, Universiti Teknikal Malaysia Melaka (UTeM), 76100, Durian Tunggal, Melaka, Malaysia. Email: dpdrudin@utem.edu.my 1. INTRODUCTION Advances in machine learning era has started when a classifier model has successfully trained using convolutional neural network architecture [1]. The reasons of the success are attributed to the computational power and the second one is due to a lot of database library for training purposes. Object detection is one of machine learning techniques. Basically, object detection is slightly different from classifier where it does not only find object inside the image, but also a pixel to localize the position of the object inside the image. Dengue, chikungunya and yellow fever are acute febrile viral disease. The viruses are members of flavivirus family and have been transmitted by Aedes mosquitoes. In fact, World Health Organization has proposed and practised many methods of vector control through environmental management, chemical and biological orientations [2] yet they cannot fully overcome the problem. From the listed vector control, the most crucial part to be heeded are non-accessible places like water storage and artificial container [3]. This paper hence, proposed a detection of Aedes Aegypti larvae in water storage tank using Single Shot Multibox Detector with transfer learning. Therefore, the objective of the study was to acquire the training and performance metrics of the detection. Lately, convolutional neural network has been a huge success in object detection. The first advance of machine learning in object detection is overfeat where the technique has proposed the sliding window algorithm using convolutional neural network to detect object [4]. However, the technique is very
  • 2. Bulletin of Electr Eng and Inf ISSN: 2302-9285  Detection of Aedes aegypti larvae using single shot multibox detector with… (Mohamad Aqil Mohd Fuad) 515 computational expensive. Just after the overfeat, region based convolutional neural network or R-CNN is published which triggers almost 50% improvement [5]. The algorithm has proposed several approaches where it has created the bounding box using the region proposal method, features extraction using convolutional neural network, and classify the bounding box using support vector machine. This technique has rapidly evolved where Fast R-CNN [6] and Faster R-CNN [7] have yet to publish to improve the existing performance. Shortly after the discovery of R-CNN, You Only Look Once or YOLO algorithm which use simple pipeline on yet convolutional neural network has resulted in high speed detection compared with Fast R- CNN [8, 9]. Subsequently, Region-based fully convolutional network or R-FCN is developed, and this approach is likely to adopt Faster R-CNN architecture but with only convolutional networks [10]. Finally, Single shot multibox detector or SSD is developed to take on YOLO using the multiple size of convolutional feature maps which offer better results and speed in object detection [11]. Since most discoveries of viral disease are caused by the Aedes Aegypti, a lot of effort has been generated to combat this problem. Many methods are discovered including the use of neural network. Neural network has been used to identify the different of wingbeat frequencies of insects in flight [12]. Not just that, neural network has also been used to predict the day of defervesce of fever in dengue fever and dengue haemorrgic fever [13]. Besides, that backpropagation learning algorithm has also been used to predict and recognize dengue confirmed-case based on four important features-: mean relative humidity, total rainfall, mean temperature and total number of dengue confirmed-cases [14, 15]. 2. RESEARCH METHOD This section focuses on the development process of Aedes Aegypti larvae detection inside the water storage tank. The detection was done using SSD with Inception_V2 through transfer learning. SSD technique is based on feed-forward convolutional network and it is the first deep network pipe line based on object detector that does not need resample features or pixels for bounding box [11]. Figure 1 shows the architecture of SSD with Inception_V2 classifier. Figure 1. Architecture of SSD with Inception_V2 classifier The first network layers were standard architecture used for image classification which also known as the base network. This experiment implemented the transfer learning where the inception_V2 was used for base network. Subsequently, the frame size and layers decreased progressively. In addition, each convolutional feature layer was truncated to detection layer, allowing multi-scale feature maps detection. Transfer learning has improved accuracies and shown the tremendous classification in many and various object detection applications [16-19]. The dataset was first constructed to perform the transfer learning. The dataset was constructed by capturing the Aedes Aegypti larvae image during experiments in lab. The samples then were split into two groups to acquire the training and test patch images. About 176 images were created, then, the location of Aedes Aegypti larvae was labelled and identified. The trained model, then, was tested to measure the performance. Figures 2 and 3 shows the flowchart of the experiment and illustrate the default box procedure on detecting Aedes Aegypti larvae.
  • 3.  ISSN: 2302-9285 Bulletin of Electr Eng and Inf, Vol. 8, No. 2, June 2019 : 514 – 518 516 Figure 2. Flowchart of the experiment Figure 3. Default box working on detecting Aedes Aegypti larvae In SSD framework, only input image and ground truth boxes were needed for detecting Aedes Aegypti during training. The box was evaluated in different aspect ratios at each location. In this case, feature maps of 4x4 scales is predicted the shape offsets and the confidence of Aedes Aegypti where the default box was treated as the positives and the rest as negatives. The cross-entropy loss is weighted sum between the confidence loss and localization loss. The overall training objective loss is defined as below [11]: 1 ( , , , ) ( ( , ) ( , , )) conf loc L x c l g L x c L x l g N    (1) where N is number of default boxes, L is localization loss, c is offset for center, l is predicted box and g is the ground truth box parameters. 3. RESULTS AND ANALYSIS This section discusses the result on the detection retrained model. Figure 4 shows the training loss of the model. The result showed the unfiltered trained model. In the training, about 110k steps before were
  • 4. Bulletin of Electr Eng and Inf ISSN: 2302-9285  Detection of Aedes aegypti larvae using single shot multibox detector with… (Mohamad Aqil Mohd Fuad) 517 covered before the training stopped. Initially, the training phase declined drastically from beginning until 20k step before it declined evenly from 20k step until 80k step. Then the training loss was saturated at 1.5 from 80k step until the end of training which was 110k step. The final precision mAP@0.5IOU of the training was 0.8562. After the training, test image was implemented to evaluate the model. About 5 images containing 48 Aedes Aegypti larvae were used for the test trained model. The evaluation performance of Aedes Aegypti larvae included probability of detection Pd and probability of false alarm Fa. The results are shown in Table 1. Figure 4. Training loss of the model Table 1. Result of Aedes aegypti larvae test images Model Ntotal_larva Ndetect_larva Nfalse_larva Pd Fa SSD 46 37 0 0.8043 0.0000 The results showed that SSD performed about 80% accuracy in detecting Aedes Aegypti larvae. The loss of accuracies may bw attributed to the data fed during training because the Aedes Aegypti larvae was too small and may made the images too sparse for training. However, even the data used for Aedes Aegypti larvae detection were quite small, the overall test was still satisfactory and there was no false alarm in the test. Figure 5 shows the Aedes Aegypti larvae detection in water storage tank. Figure 5. Aedes aegypti larvae detection in water storage tank
  • 5.  ISSN: 2302-9285 Bulletin of Electr Eng and Inf, Vol. 8, No. 2, June 2019 : 514 – 518 518 4. CONCLUSION To conclude, trained inference graph has successfully produced and trained to detect and localize Aedes Aegypti larvae in images. SSD is used with transfer learning to perform the Aedes Aegypti larvae detection. The results reveal that the model has achieved satisfactory probability of detection and performed better in probability of false alarm. Further study should focus on detecting small objecst in image to improve detection of Aedes Aegypti larvae. ACKNOWLEDGEMENTS This study is supported by a grant of Knowledge Transfer Program from Ministry of Higher Education (MoE), VOT number Gluar/KTP/2/2015/FKE/I/G00039. Sincere compliments to Faculty of Electrical Engineering (FKE), Universiti Teknikal Malaysia Melaka (UTeM) for its support. Deepest gratitude to Unit of Medical Entomology, Institute Medical for Research (IMR) in providing the training, research and related respective programs. REFERENCES [1] A. Krizhevsky, I. Sutskever, and H. Geoffrey E., “ImageNet Classification with Deep Convolutional Neural Networks,” Adv. Neural Inf. Process. Syst. 25, pp. 1–9, 2012. [2] B. Kay, “Dengue vector surveillance and control.,” Curr. Opin. Infect. Dis., vol. 12, no. 5, pp. 48–59, 1999. [3] R S. N. R. Saleeza, Y. Norma-Rashid, and M. S. Azirun, “Mosquitoes Larval Breeding Habitat in Urban and Suburban Areas , Peninsular Malaysia,” World Acad. Sci. Eng. Technol., vol. 58, no. 10, pp. 569–573, 2011. [4] P. Sermanet, D. Eigen, X. Zhang, M. Mathieu, R. Fergus, and Y. LeCun, “OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks,” 2013. [5] R. Girshick, J. Donahue, T. Darrell and J. Malik, "Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation," 2014 IEEE Conference on Computer Vision and Pattern Recognition, Columbus, OH, 2014, pp. 580-587. [6] R. Girshick, "Fast R-CNN," 2015 IEEE International Conference on Computer Vision (ICCV), Santiago, 2015, pp. 1440-1448. [7] S. Ren, K. He, R. Girshick and J. Sun, "Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks," in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 39, no. 6, pp. 1137-1149, 1 June 2017. [8] J. Redmon, S. Divvala, R. Girshick and A. Farhadi, "You Only Look Once: Unified, Real-Time Object Detection," 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, 2016, pp. 779-788. [9] J. Redmon and A. Farhadi, “YOLO9000: Better, Faster, Stronger,” arXiv, 2016. [10] J. Dai, Y. Li, K. He, and J. Sun, “R-FCN: Object Detection via Region-based Fully Convolutional Networks,” in Conference: Advances in neural information processing systems, 2016, pp. 379–387. [11] W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. Reed, C. Fu, and A. C. Berg, “SSD : Single Shot MultiBox Detector,” in European conference on computer vision, 2016, pp. 21–37. [12] A. Moore, “Artificial neural network trained to identify mosquitos in flight,” J. Insect Behav., vol. 4, no. 3, pp. 391–395, 1991. [13] F. Ibrahim, M. N. Taib, W. A. B. W. Abas, C. C. Guan, and S. Sulaiman, “A novel dengue fever (DF) and dengue haemorrhagic fever (DHF) analysis using artificial neural network (ANN),” Comput. Methods Programs Biomed., vol. 79, no. 3, pp. 273–281, 2005. [14] H. M. Aburas, B. G. Cetiner, and M. Sari, “Dengue confirmed-cases prediction: A neural network model,” Expert Syst. Appl., vol. 37, no. 6, pp. 4256–4260, 2010. [15] B. G. Cetiner, M. Sari, and H. M. Aburas, “Recognition of Dengue Disease Patterns Using Artificial,” 5th International Advanced Technologies Symposium (IATS’09), Karabuk, Turkey. May 13-15 2009, pp. 13–16. [16] M. A. Mohd Fuad, M. R. Ab Ghani, R. Ghazali, M. F. Sulaima, M. H. Jali, T. Sutikno, T. A. Izzuddin, and Z. Jano, “A Review on Methods of Identifying and Counting Aedes Aegypti Larvae using Image Segmentation Technique,” Telkomnika (Telecommunication Comput. Electron. Control), vol. 15, no. 3, pp. 1199–1206, 2017. [17] Sumardi, M. Taufiqurrahman, and M. A. Riyadi, “Street mark detection using raspberry pi for self-driving system,” TELKOMNIKA (Telecommunication Comput. Electron. Control), vol. 16, no. 2, pp. 629–634, 2018. [18] D. Kurniawan, P. Adhi, A. Suryadi, I. Syamsu, and T. Praludi, “Object Detector on Coastal Surveillance Radar Using Two-Dimensional Order-Statistic Constant-False Alarm Rate Algoritm,” TELKOMNIKA (Telecommunication Comput. Electron. Control), vol. 13, no. 2, p. 624-631, 2015. [19] M. A. Mohd Fuad, M. R. Ab Ghani, R. Ghazali, T. A. Izzuddin, M. F. Sulaima, Z. Jano and T. Sutikno, “Training of Convolutional Neural Network using Transfer Learning for Aedes Aegypti Larvae,” TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 16, no. 4, p. 1894-1900, 2017.