SlideShare une entreprise Scribd logo
1  sur  14
LONGTERM RECURRENT
CONVOLUTIONAL NETWORKS
Ekin Akyurek
Electrical & Electronics Engineering
Image Captioning
■ Task:
– Creating descriptions for images automatically.
■ Motivation:
– Visually impaired people
– Analyzing large datasets of images
– Basis for video translation
■ Input-Output:
– Image – sentence (a word array)
– Pixel values – vocabulary indices of words (one hot vectors)
little girl climbing into a
wooden playhouse
RelatedWorks
■ Before Deep Learning:
– Retrieval of keywords by matching images
Pan, Jia-Yu, et al. "Automatic image captioning." Multimedia and Expo, 2004. ICME'04. 2004 IEEE International Conference on.Vol. 3. IEEE,
2004.
■ Google – Show andTell:
– RNN networks can already generate sentences in machine translation
– CNN networks can produce good feature vectors for images
Vinyals, Oriol, et al. "Show and tell:A neural image caption generator." Proceedings of the IEEE Conference on ComputerVision and Pattern
Recognition. 2015.
■ m-RNN:
– CNN- multimodal layer- RNN
Mao, Junhua, et al. "Deep captioning with multimodal recurrent neural networks (m-rnn)." arXiv preprint arXiv:1412.6632 (2014).
Data
■ Flickr-30k
– 31k images
– 5 caption for each image
– id#caption_number: word1 word2 word3 ….
– 20k vocabulary size
– 7k >5 times used words
■ MS COCO 2014
– 80k training & 40k validation & 40k test images
– 5 caption for each image
– JSON
– 10k >5 times used words
LRCN1f
VggNet-fc7 4096
WCNN
512
LSTMLSTMLSTM
a
<bos>
dogruns
<a>
`
<dog>
WE
LRCNLRCN2f
VggNet-fc7 4096
Wcnn
512
LSTMLSTMLSTM
a
<bos>
dogruns
<dog>
LSTM LSTM LSTM
<runs>
We
Training
■ ExtractedVggNet-fc7 features
■ Normalizing features
■ 80 sentences in parallel
■ 1 minutes ~ 100k words
■ Adam optimizer
■ Dropout ~0.7
■ 5 epoch
Flickr30k
8.9528
3.013127257
0
1
2
3
4
5
6
7
8
9
10
0 1 2 3 4 5 6 7
Embed 1000, Hidden 1000, Dropout=0.0 Flickr30k
Train Loss Val. Loss Test. Loss
3.009578594
0
1
2
3
4
5
6
7
8
9
10
0 1 2 3 4 5 6 7
Embed 512, Hidden 1000, Dropout=0.0 Flickr30k
Train Loss Val. Loss Test. Loss
3.039800375
0
1
2
3
4
5
6
7
8
9
10
0 1 2 3 4 5 6 7 8
Embed 512, Hidden 512, Dropout=0.0 Flickr30k
Train Loss Val. Loss Test. Loss
3.002929217
0
1
2
3
4
5
6
7
8
9
10
0 1 2 3 4 5 6 7 8 9
Embed 1000, Hidden 1000, Dropout=0.7 Flickr30k
Train Loss Val. Loss Test. Loss
MS COCO
9.2723
2.4541748
0
1
2
3
4
5
6
7
8
9
10
0 0.5 1 1.5 2 2.5 3 3.5 4 4.5
Embed 1000, Hidden 1000, Dropout=0.0 MSCOCO
Train Loss Test. Loss
Generation: Beam Search
0.3
0.1
0.1
0.1
0.1
0.2
0.1
0.1
0.1
0.1
0.2
0.1
0.2
0.2
0.1
0.1
0.1
0.4
0.1
0.1
0.1
0.06
0.08
Beam Width:2
..…
p1
p2
Pick the path with maximum
probability
BLEU Scores
Model* Dataset
Beam
Width
Sample
(N/T)
LSTM CNN BLEU-1 BLEU-2 BLEU-3 BLEU-4
M-LRCN1f COCO 14’ 4 - 1-layer Vgg 0.692 0.490 0.353 0.258
P-LRCN1f COCO 14’ - 100/1.5 1-layer Caffe 0.679 0.507 0.370 0.268
P-LRCN2f COCO 14’ - 100/2.0 2-layer Vgg 0.714 0.543 0.402 0.297
M-LRCN1f Flickr30k 10 - 1-layer Vgg 0.610 0.393 0.257 0.173
*M -> my models
P -> paper’s results
Examples
a group of people sitting
at a table with laptops
a brown and white dog is
running through a field of
grass
a man in a blue shirt and
black pants is standing on
a scaffold
a man in a red and white
uniform is running with a
basketball
a baseball player
swinging a bat at a
baseball
a person on a dirt bike
riding down a dirt road
References
■ Donahue, Jeffrey, et al. "Long-term recurrent convolutional networks for visual
recognition and description." Proceedings of the IEEE conference on computer vision and
pattern recognition. 2015.
■ Vinyals,Oriol, et al. "Show and tell: A neural image caption generator." Proceedings of
the IEEE Conference on ComputerVision and Pattern Recognition. 2015.
■ https://github.com/denizyuret/Knet.jl
■ https://github.com/ekinakyurek/LRCN
Q&A
Thank you for listening 

Contenu connexe

Similaire à Long Term Recurrent Convolutional Neural Networks

Convolution Neural Network Lecture Slides
Convolution Neural Network Lecture SlidesConvolution Neural Network Lecture Slides
Convolution Neural Network Lecture Slides
AdnanHaider234505
 
MPerceptron
MPerceptronMPerceptron
MPerceptron
butest
 
EMF-IncQuery: Blazing-fast reaction time even for very large diagrams (Sirius...
EMF-IncQuery: Blazing-fast reaction time even for very large diagrams (Sirius...EMF-IncQuery: Blazing-fast reaction time even for very large diagrams (Sirius...
EMF-IncQuery: Blazing-fast reaction time even for very large diagrams (Sirius...
Ákos Horváth
 
Teaching machines to see the process of designing (datasets) with ai
Teaching machines to see  the process of designing (datasets) with aiTeaching machines to see  the process of designing (datasets) with ai
Teaching machines to see the process of designing (datasets) with ai
DevFest DC
 

Similaire à Long Term Recurrent Convolutional Neural Networks (20)

Machine Learning Tokyo - Deep Neural Networks for Video - NumberBoost
Machine Learning Tokyo - Deep Neural Networks for Video - NumberBoostMachine Learning Tokyo - Deep Neural Networks for Video - NumberBoost
Machine Learning Tokyo - Deep Neural Networks for Video - NumberBoost
 
Unsupervised Computer Vision: The Current State of the Art
Unsupervised Computer Vision: The Current State of the ArtUnsupervised Computer Vision: The Current State of the Art
Unsupervised Computer Vision: The Current State of the Art
 
Report face recognition : ArganRecogn
Report face recognition :  ArganRecognReport face recognition :  ArganRecogn
Report face recognition : ArganRecogn
 
Deep Learning for Developers (October 2017)
Deep Learning for Developers (October 2017)Deep Learning for Developers (October 2017)
Deep Learning for Developers (October 2017)
 
Deep Neural Networks for Video Applications at the Edge
Deep Neural Networks for Video Applications at the EdgeDeep Neural Networks for Video Applications at the Edge
Deep Neural Networks for Video Applications at the Edge
 
Convolution Neural Network Lecture Slides
Convolution Neural Network Lecture SlidesConvolution Neural Network Lecture Slides
Convolution Neural Network Lecture Slides
 
MPerceptron
MPerceptronMPerceptron
MPerceptron
 
EMF-IncQuery: Blazing-fast reaction time even for very large diagrams (Sirius...
EMF-IncQuery: Blazing-fast reaction time even for very large diagrams (Sirius...EMF-IncQuery: Blazing-fast reaction time even for very large diagrams (Sirius...
EMF-IncQuery: Blazing-fast reaction time even for very large diagrams (Sirius...
 
Week2- Deep Learning Intuition.pptx
Week2- Deep Learning Intuition.pptxWeek2- Deep Learning Intuition.pptx
Week2- Deep Learning Intuition.pptx
 
introduction to DL network deep learning.ppt
introduction to DL network deep learning.pptintroduction to DL network deep learning.ppt
introduction to DL network deep learning.ppt
 
introduction to deep Learning with full detail
introduction to deep Learning with full detailintroduction to deep Learning with full detail
introduction to deep Learning with full detail
 
Teaching machines to see the process of designing (datasets) with ai
Teaching machines to see  the process of designing (datasets) with aiTeaching machines to see  the process of designing (datasets) with ai
Teaching machines to see the process of designing (datasets) with ai
 
Introduction talk to Computer Vision
Introduction talk to Computer Vision Introduction talk to Computer Vision
Introduction talk to Computer Vision
 
An Introduction to Deep Learning with Apache MXNet (November 2017)
An Introduction to Deep Learning with Apache MXNet (November 2017)An Introduction to Deep Learning with Apache MXNet (November 2017)
An Introduction to Deep Learning with Apache MXNet (November 2017)
 
Ibr project report
Ibr project reportIbr project report
Ibr project report
 
Deep Learning - Overview of my work II
Deep Learning - Overview of my work IIDeep Learning - Overview of my work II
Deep Learning - Overview of my work II
 
AI 로봇 아티스트의 비밀(창원대학교 정보통신공학과 특강)
AI 로봇 아티스트의 비밀(창원대학교 정보통신공학과 특강)AI 로봇 아티스트의 비밀(창원대학교 정보통신공학과 특강)
AI 로봇 아티스트의 비밀(창원대학교 정보통신공학과 특강)
 
Deep learning for molecules, introduction to chainer chemistry
Deep learning for molecules, introduction to chainer chemistryDeep learning for molecules, introduction to chainer chemistry
Deep learning for molecules, introduction to chainer chemistry
 
2019 05 11 Chicago Codecamp - Deep Learning for everyone? Challenge Accepted!
2019 05 11 Chicago Codecamp - Deep Learning for everyone? Challenge Accepted!2019 05 11 Chicago Codecamp - Deep Learning for everyone? Challenge Accepted!
2019 05 11 Chicago Codecamp - Deep Learning for everyone? Challenge Accepted!
 
Deep Learning for Developers (October 2017)
Deep Learning for Developers (October 2017)Deep Learning for Developers (October 2017)
Deep Learning for Developers (October 2017)
 

Dernier

Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
amitlee9823
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
amitlee9823
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
karishmasinghjnh
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
amitlee9823
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
only4webmaster01
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
amitlee9823
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
amitlee9823
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 

Dernier (20)

Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 

Long Term Recurrent Convolutional Neural Networks

  • 1. LONGTERM RECURRENT CONVOLUTIONAL NETWORKS Ekin Akyurek Electrical & Electronics Engineering
  • 2. Image Captioning ■ Task: – Creating descriptions for images automatically. ■ Motivation: – Visually impaired people – Analyzing large datasets of images – Basis for video translation ■ Input-Output: – Image – sentence (a word array) – Pixel values – vocabulary indices of words (one hot vectors) little girl climbing into a wooden playhouse
  • 3. RelatedWorks ■ Before Deep Learning: – Retrieval of keywords by matching images Pan, Jia-Yu, et al. "Automatic image captioning." Multimedia and Expo, 2004. ICME'04. 2004 IEEE International Conference on.Vol. 3. IEEE, 2004. ■ Google – Show andTell: – RNN networks can already generate sentences in machine translation – CNN networks can produce good feature vectors for images Vinyals, Oriol, et al. "Show and tell:A neural image caption generator." Proceedings of the IEEE Conference on ComputerVision and Pattern Recognition. 2015. ■ m-RNN: – CNN- multimodal layer- RNN Mao, Junhua, et al. "Deep captioning with multimodal recurrent neural networks (m-rnn)." arXiv preprint arXiv:1412.6632 (2014).
  • 4. Data ■ Flickr-30k – 31k images – 5 caption for each image – id#caption_number: word1 word2 word3 …. – 20k vocabulary size – 7k >5 times used words ■ MS COCO 2014 – 80k training & 40k validation & 40k test images – 5 caption for each image – JSON – 10k >5 times used words
  • 7. Training ■ ExtractedVggNet-fc7 features ■ Normalizing features ■ 80 sentences in parallel ■ 1 minutes ~ 100k words ■ Adam optimizer ■ Dropout ~0.7 ■ 5 epoch
  • 8. Flickr30k 8.9528 3.013127257 0 1 2 3 4 5 6 7 8 9 10 0 1 2 3 4 5 6 7 Embed 1000, Hidden 1000, Dropout=0.0 Flickr30k Train Loss Val. Loss Test. Loss 3.009578594 0 1 2 3 4 5 6 7 8 9 10 0 1 2 3 4 5 6 7 Embed 512, Hidden 1000, Dropout=0.0 Flickr30k Train Loss Val. Loss Test. Loss 3.039800375 0 1 2 3 4 5 6 7 8 9 10 0 1 2 3 4 5 6 7 8 Embed 512, Hidden 512, Dropout=0.0 Flickr30k Train Loss Val. Loss Test. Loss 3.002929217 0 1 2 3 4 5 6 7 8 9 10 0 1 2 3 4 5 6 7 8 9 Embed 1000, Hidden 1000, Dropout=0.7 Flickr30k Train Loss Val. Loss Test. Loss
  • 9. MS COCO 9.2723 2.4541748 0 1 2 3 4 5 6 7 8 9 10 0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 Embed 1000, Hidden 1000, Dropout=0.0 MSCOCO Train Loss Test. Loss
  • 11. BLEU Scores Model* Dataset Beam Width Sample (N/T) LSTM CNN BLEU-1 BLEU-2 BLEU-3 BLEU-4 M-LRCN1f COCO 14’ 4 - 1-layer Vgg 0.692 0.490 0.353 0.258 P-LRCN1f COCO 14’ - 100/1.5 1-layer Caffe 0.679 0.507 0.370 0.268 P-LRCN2f COCO 14’ - 100/2.0 2-layer Vgg 0.714 0.543 0.402 0.297 M-LRCN1f Flickr30k 10 - 1-layer Vgg 0.610 0.393 0.257 0.173 *M -> my models P -> paper’s results
  • 12. Examples a group of people sitting at a table with laptops a brown and white dog is running through a field of grass a man in a blue shirt and black pants is standing on a scaffold a man in a red and white uniform is running with a basketball a baseball player swinging a bat at a baseball a person on a dirt bike riding down a dirt road
  • 13. References ■ Donahue, Jeffrey, et al. "Long-term recurrent convolutional networks for visual recognition and description." Proceedings of the IEEE conference on computer vision and pattern recognition. 2015. ■ Vinyals,Oriol, et al. "Show and tell: A neural image caption generator." Proceedings of the IEEE Conference on ComputerVision and Pattern Recognition. 2015. ■ https://github.com/denizyuret/Knet.jl ■ https://github.com/ekinakyurek/LRCN
  • 14. Q&A Thank you for listening 