Ranjan Kumar Singh Seminar2

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 13

|| Jai Sri Gurudev ||

       Sri Adichunchanagiri Shikshana Trust ® 

SJB INSTITUTE OF TECHNOLOGY


BGS Health & Education City, Kengeri, Bangalore – 560060.
Department of Computer Science & Engineering

TECHNICAL SEMINAR ON
“RNN (Recurrent Neural Network) in
Person Re-Identification using ML”

By
RANJAN KUMAR SINGH (1JB18CS113)
Under the Guidance of
DR. KRISHNA A N
Professor & Head , Dept. of CSE,
SJBIT
CONTENT
1. Introduction
2. Literature Survey
3. Problem Definition
4. Design and Architecture
5. Methodology
6. Experiments and Results
7. Conclusion
8. References
Introduction

 Identify images of the same person captured by different cameras.

 Person Re-identification (Re-ID) aims at retrieving a person of interest across multiple non-
overlapping cameras.

 With the advancement of deep neural networks and increasing demand of intelligent video
surveillance, it has gained significantly increased interest in the computer vision community.
Literature Survey
Problem Definition

 The most typical scenario where it is used is some type of video surveillance.
When multiple cameras are located around a shopping mall, parking lot,
university, or any other location and we want to ensure security.
The only concern for such systems would be privacy, but the surveillance in
public places is already functional and active, so adding person tracking would not
change the situation.
Design and Architecture
Methodology

RNN
 It stands for Recurrent Neural Network.

  It is a type of Neural Network where the output from the previous step is fed as input to the
current step.

 A Recurrent Neural Network is a network that can understand sequences and time.

 In a Convolutional Neural Network, we were treating a single image every time.

 If we work on a video, we split the video into images and treat each image independently.
Contd.
 CNNs are commonly used in solving problems related to spatial data, such as
images. RNNs are better suited to analyzing temporal, sequential data , such as
text or videos.
 It consists of temporal pooling in its architecture.
 Temporal Pooling layers are applied after the convolutional layer.
 The main purpose of pooling is to reduce the size of feature maps, which in turn
makes computation faster because the number of training parameters is reduced.
Contd.

 Architecture of proposed video-based re-identification system.


Experiments and Results
 The results that we have achieved have been shown in following Tables .
Conclusion
 On the basis of above model , we are able to Reidentify the same person with the help of
multiple cameras.
References
1. Ross Girshick , Jeff Donahue, Trevor Darrell, Jitendra Malik ,Rich feature hierarchies for
accurate object detection and semantic segmentation Proceedings of the IEEE Conference on
Computer Vision and Pattern Recognition, 2014

2. Xiong , F., Xiao, Y., Cao, Z., Gong, K., Fang, Z., & Zhou, J. T,Towards good practices on
building effective CNN baseline model for person re-identification . Edge based Technique
Using optimization Techniques ,2014

3. Z. Liang, H. Zhang, S. Sun, M. Chandraker , Y. Yang, Q. Tian Person re-identification in the


wild . Person image segmentation CNN Achieves the most accurate segmentation results,2017
Thank YOU

You might also like