CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

Object Detection using Deep Learning

by Chamarty Anusha, P. S. Avadhani
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 182 - Number 32
Year of Publication: 2018
Authors: Chamarty Anusha, P. S. Avadhani
10.5120/ijca2018918235

Chamarty Anusha, P. S. Avadhani . Object Detection using Deep Learning. International Journal of Computer Applications. 182, 32 ( Dec 2018), 18-22. DOI=10.5120/ijca2018918235

@article{ 10.5120/ijca2018918235,
author = { Chamarty Anusha, P. S. Avadhani },
title = { Object Detection using Deep Learning },
journal = { International Journal of Computer Applications },
issue_date = { Dec 2018 },
volume = { 182 },
number = { 32 },
month = { Dec },
year = { 2018 },
issn = { 0975-8887 },
pages = { 18-22 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume182/number32/30234-2018918235/ },
doi = { 10.5120/ijca2018918235 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-07T01:13:05.453418+05:30
%A Chamarty Anusha
%A P. S. Avadhani
%T Object Detection using Deep Learning
%J International Journal of Computer Applications
%@ 0975-8887
%V 182
%N 32
%P 18-22
%D 2018
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Autonomous vehicles, surveillance systems, face detection systems lead to the development of accurate object detection system [1]. These systems recognize, classify and localize every object in an image by drawing bounding boxes around the object [2]. These systems use existing classification models as backbone for Object Detection purpose. Object detection is the process of finding instances of real-world objects such as human faces, animals and vehicles etc., in pictures, images or in videos. An Object detection algorithm uses extracted features and learning techniques to recognize the objects in an image. In this paper, various Object Detection techniques have been studied and some of them are implemented. As a part of this paper, three algorithms for object detection in an image were implemented and their results were compared. The algorithms are “Object Detection using Deep Learning Framework by OpenCV”, “Object Detection using Tensorflow” and “Object Detection using Keras models”.

References
  1. Mohannad Elhamod, Martin D. Levine, Automated Real-Time Detection of Potentially Suspicious Behaviour in Public Transport Areas. In IEEE Transactions on Intelligent Transportation systems, vol. 14, no. 2, June 2013
  2. Ajeet Ram Pathak, Manjusha Pandey, Siddharth Rautaray, Application of Deep Learning for Object Detection. In International Conference on Computaional Intelligence and Data Science(ICCIDS) may 2018 pp.1-11.
  3. Christian Szegedy, Alexander Toshev, Dumitru Erhan, Deep Neural Networks for Object Detection. In International conference on neural information processing systems 2013.
  4. Xiaofeng Ning, Wen Zhu , Shifeng Chen, Recognition, Object Detection and Segmentation of White Background Photos Based on Deep Learning. In Youth Academic Annual Conference of Chinese Association of Automation (YAC) May 2017 pp. 1-6.
  5. Zhong-Qiu Zhao, Peng Zheng, Shou-tao Xu, Xindong Wu, Object Detection with Deep Learning: A Review. In Journal of Latex Class Files, Vol. 14, no. 8, March 2017
  6. Sakshi Indolia, Anil Kumar Goswani, S. P. Mishra, Pooja Asopa, Conceptual Understanding of Convolutional Neural Network- A Deep Learning Appraoch. In International Conference on Computational Intelligence and Data Sience(ICCIDS) 2018 pp.1-10.
  7. Yann LeCun, Yoshua Bengio , Geoffery Hinton, Deep Learning. In Review, vol. 521, May 2015.
  8. Ross Girshick, Fast R-CNN. In IEEE International Conference on Computer Vision December 2015 pp. 1-9.
  9. Joseph Redmon, Santosh Divvala, Ross Girshick, Ali Farhadi, You Only Look Once: Unified, Real-Time Object Detection. In IEEE Conference on Computer Vision and Pattern Recognition june 2016 pp. 1-10.
  10. Yangqing Jia, Evan Shelhamer, Jeff Donahue, Sergey Karayev, Jonathan Long, Ross Girshick, Sergio Guadarrama, Trevor Darrell, Convolutional architecture for fast feature embedding. In ACM international conference on Multimedia Nov 2014 pp. 1-4.
  11. Maarten C. Kruithof, Henri Bouma, Noelle M. Fischer Klamer Schutte, Object recognition using deep convolutional neural networks with complete transfer and partial frozen layers. In SPIE Security+ Defense Conference Oct 2016 pp. 1-8.
Index Terms

Computer Science
Information Sciences

Keywords

Tensorflow Keras Opencv bounding boxes.