Artificial Intelligence in Object Detection-Report
Artificial Intelligence in Object Detection-Report
net/publication/342733702
CITATIONS READS
0 587
1 author:
Ashish Kumar
National Taipei University of Technology
8 PUBLICATIONS 0 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
A Study on NCOVID – 19 India vs The World using Data Mining and Machine Learning on Python View project
COMPANY NETWORK IMPLEMENTING ROUTING PROTOCOL AND LAN SWITCHING View project
All content following this page was uploaded by Ashish Kumar on 07 July 2020.
1. R-CNN
From the above graph, it can be seen that Faster R-CNN is much
faster than it’s predecessors. Therefore, it can even be used for
real-time object detection.
4. YOLO
Fig.4: Comparison of object detection algorithms [online All of the previous object detection algorithms use regions to
source] localize the object within the image. The network does not look
at the complete image. Instead, parts of the image which have
From the above graphs, it is shown that Fast R-CNN is high probabilities of containing the object. YOLO or You Only
significantly faster in training and testing sessions over R-CNN. Look Once is an object detection algorithm much different from
When you look at the performance of Fast R-CNN during testing the region based algorithms seen above. In YOLO a single
time, including region proposals slows down the algorithm convolutional network predicts the bounding boxes and the class
significantly when compared to not using region proposals. probabilities for these boxes [9].
Therefore, region proposals become bottlenecks in Fast R-CNN
algorithm affecting its performance.
3. Faster R-CNN
Real time object detection in today’s world has been made easy
using the various object detection techniques more
advancements can be done in this research field. for example:
in YOLO V3 Anchor box offset prediction, focal loss and liner
prediction instead of logistic didn’t work so in future it can
further be extended by finding solutions to their problems.
Fig.8: Real Time Object detection using Laptop Webcam There is always a possibility of improvement in this world of
researchers Nothing Is Perfect.
I have tried yolo myself and it works good in real time object
detection compared to others. I used it personally to detect the REFERENCES
things around me like cellphone, bottle, mugs and bowls not to [1] Poole, David; Mackworth, Alan; Goebel, Randy (1998). Computational
forget myself as a person. I also think there is a gaffe in YOLO Intelligence: A Logical Approach. New York: Oxford University
Press. ISBN 978-0-19-510270-3.
as if a thing or a person is blocking the half frame for detection [2] Russell, Stuart J.; Norvig, Peter (2009). Artificial Intelligence: A Modern
or is overlapping a thing YOLO doesn’t detect it even though it Approach (3rd ed.). Upper Saddle River, New Jersey: Prentice
is in the frame. Reason could be the weights are not trained to Hall. ISBN 978-0-13-604259-4.
do so or the data used for detection doesn’t have such images. [3] Luger, George; Stubblefield, William (2004). Artificial Intelligence:
Structures and Strategies for Complex Problem Solving (5th ed.).
Though the users made it on Linux and IOS based device but it Benjamin/Cummings. ISBN 978-0-8053-4780-7
can also be used on Microsoft OS. Using anconda3, Cygwin, [4] Kurzweil, Ray (1999). The Age of Spiritual Machines. Penguin
Cuda and Nvidia – CUDNN. Books. ISBN 978-0-670-88217-5.
[5] Novák, V.; Perfilieva, I.; Močkoř, J. (1999). Mathematical principles of
fuzzy logic. Dordrecht: Kluwer Academic. ISBN 978-0-7923-8595-0
Also in the International Journal of Science and Research [6] Girshick et al, “Rich feature hierarchies for accurate object detection and
(IJSR) a paper written by Prerna Dahiya and Kamal Kumar semantic segmentation”, CVPR 2014.
Ranga on real time object detection and 3D modelling using [7] Girshick, “Fast R-CNN”, ICCV 2015.
fuzzy logic is there which used Entropy based selection of [8] Ren et al, “Faster R-CNN: Towards Real-Time Object Detection with
Region Proposal Networks”, NIPS 2015.
optimum transformation of input data, wavelet based [9] Redmon et al, “You Only Look Once: Unified, Real-Time Object
transformation and fuzzy logic for visualizing and quantifying Detection”, CVPR 2016.
the degree of difficulty of detecting objects and a technique to [10] P. Dahiya et al, “Real Time Object Detection and 3D Modeling Using
detect the object and modeling of the object. Were authors Fuzzy Logic”, IJSR June 2014.
proposed a system OD3DM that can detect, extract and model
the images in 3D. The experimental results on collected image
dataset show that their proposed approach is more accurate and
efficient than traditional methods. they prepared the model
which accurately detects the complex geometric structures and
model it into 3D. Fuzzy logic and entropy based selection of
optimum based input data has been used to implement their
work. Common pattern detection technique provides efficient
detection and modeling of complex geometric objects. All of
the implementation were done in Matlab fuzzy Logic methods
which provide better and accurate results as compare to the
traditional approaches [10].