SlideShare una empresa de Scribd logo
1 de 23
Descargar para leer sin conexión
Introduction of ICLR2017
Takeru Miyato
Preferred Networks, Inc.
Takeru Miyato (https://takerum.github.io/)
Researcher @ Preferred Networks, Inc.
● 04/2014-03/2016, M.S. Informatics @ Kyoto Univ.
● 01/2016-05/2016, Intern @ Google Brain
● 06/2016-08/2016, Reearch engineer @ ATR
● 09/2016-(now)
○ Researcher @ Preferred Networks, Inc.
○ Visiting Researcher @ ATR
Current research interests:
● Generative Adversarial Networks (GANs)
● Semi-supervised and Unsupervised Learing on Neural Networks
● Learning on Extremely Large Distributed Systems
https://arxiv.org/abs/1507.00677, https://arxiv.org/abs/1605.07725, https://arxiv.org/abs/1702.08720, https://arxiv.org/abs/1704.03976
https://openreview.net/forum?id=H1hLmF4Fx, https://arxiv.org/abs/1705.10941
(Self introduction)
Contents
● What’s ICLR?
○ Main features of ICLR
● ICLR2017
● GANs
What’s ICLR?
● International Conferene on Learning Representations. Called ‘I CLeaR’.
● 3 days conference, held at the beginning of May.
● ICLR2017 is the 5th-ICLR, the 1st-ICLR was held in 2013
● Website : http://www.iclr.cc/doku.php
○ Facebook page : https://www.facebook.com/iclr.cc/?fref=ts
○ Twitter account (This year) : https://twitter.com/iclr2017?lang=en
● http://www.kdnuggets.com/2016/02/iclr-deep-learning-scientific-publishing-ex
periment.html
Main features of ICLR (1)
● Focus on Deep Learning and its Application
○ Most of the accepted papers concern neural networks.
Variational Auto-Encoder
(ICLR2014)
ADAM optimizer
(ICLR2015)
Main features of ICLR (2)
● Open Review System https://openreview.net/
○ Single blind submission
○ Everyone can see all of the reviews and rebuttals.
○ Everyone can “join” the reviewing process.
Other features
● 2 tracks : Conference track and Workshop track
● Single oral track
● Lots of IT giants sponsors
https://blogs.sap.com/2017/05/22/dive-deep-into-deep-learning-
sap-at-the-international-conference-on-learning-representations
-iclr/
Submissions and Attendees
http://www.iclr.cc/lib/exe/fetch.php?media=iclr201
7:ranzato_introduction_iclr2017.pdf
ICLR2017 http://www.iclr.cc/doku.php?id=ICLR2017:main (Toulon, France)
● Attendees : 1100 (~300 last year)
● Accepted papers
○ Conference track : 196, 15 oral
○ Workshop track : ~110
https://twitter.com/iclr2017/status/864863545867079680
taken by Okumura-san
http://www.iclr.cc/lib/exe/fetch.php?media=iclr201
7:ranzato_introduction_iclr2017.pdf
New
(Last year) 28%
http://www.iclr.cc/lib/exe/fetch.php?media=iclr201
7:ranzato_introduction_iclr2017.pdf
● Google, Facebook,
Microsoft, OpenAI, … etc.
https://prlz77.github.io/iclr2017-stats/
My presentations
● 1 conference track poster and 1 workshop track poster
https://arxiv.org/abs/1605.07725 https://openreview.net/pdf?id=H1hLmF4Fx
http://www.iclr.cc/lib/exe/fetch.php?media=iclr201
7:ranzato_introduction_iclr2017.pdf
Oral sessions:
● Single oral track
● Two sessions on each day : morning and afternoon
○ 1 invited talk and 2~3 oral selected presentations in each session.
● Live streamining: https://www.facebook.com/iclr.cc/?fref=ts
Poster presentations
● Two poster sessions : morning and afternoon
● Conference track
○ ~40 posters at each session
○ 10~20 audiences around each poster
● Workshop track
○ ~20 posters
○ ~5 audiences
● (last year, poster)
○ ~5 audiences
(Taken by Okumura-san)
After hours parties
Individually hosted by Google, Facebook,
Salesforce ...etc.
○ Networking
○ Discussing with researchers and
engineers
■ until late at night!
Major & popular topics at ICLR2017
● Generalization ability of Neural Networks
○ Rethinking generalization https://arxiv.org/abs/1611.03530
○ Large batch training coverges to sharp minima https://arxiv.org/abs/1609.04836
● Generative Adversarial Networks
○ Towards principled methods of training GANs https://openreview.net/pdf?id=Hk4_qw5xe
○ Energy based GANs https://arxiv.org/abs/1702.01691
○ Two-sample tests by classifier https://openreview.net/forum?id=SJkXfE5xx&noteId=SJkXfE5xx
● Deep Reinforcement Learning
○ Reinforcement Learning with Unsupervised Auxiliary Tasks https://openreview.net/pdf?id=SJ6yPD5xg
○ (Not RL) Learning to act by predicting future https://arxiv.org/abs/1611.01779
● Neural Programmer
○ Making Neural Programming Architectures Generalize via Recursion
https://openreview.net/forum?id=BkbY4psgg&noteId=BkbY4psgg
Generative Adversarial Networks (GANs)
● Originally proposed by Ian Goodfellow et al. (2014)
● Quite a lot of researchers have been conducting works on GANs
○ GAN Zoo https://github.com/hindupuravinash/the-gan-zoo
https://github.com/hindupuravinash/the-gan-zoo
(GANs)
GANs frameworks
● Discriminator D(x) : trained to
discriminate between real
(dataset) examples and
generated examples by the
Generator G(z)
● Generator G(z) : trained to fool
the Discriminator D(x).
(GANs)
What is good about GANs?
● We don’t need explicit expression of the denstiy for
the generative models pG
(x)
○ Only requires a stochastic generative
process : x ~ pG
(x)
● The training process can be incorporated into
semi-supervised learning https://arxiv.org/abs/1606.03498
○ Achieved the state of the art performance, especially on a few
labeled semi-supervised dataset.
https://arxiv.org/pdf/1702.08896.pdf
(GANs)
Important GANs works (submitted to ICLR2017)
● b-GAN (uehara et al. https://arxiv.org/pdf/1610.02920.pdf )
○ The discriminator of GANs is the density ratio estimator rD
(x) of
r(x)=q(x) / pG
(x)
○ Directly learn q(x) / pG
(x) by minimizing Bregman Divergence between
rD
(x) and q(x) / pG
(x).
● Implicit Generative Models (Mohamed et al. https://arxiv.org/abs/1610.03483 )
○ Likelihood-free estimation through the GANs algorithm
● Deep and Hireachical Implicit models (Tran et al. https://arxiv.org/pdf/1702.08896.pdf ) (※Not
subimitted to ICLR)
○ Likelihood-free variational inference (LFVI) through the GANs
algorithm
■ it only requires that we can sample from qVI
(x, z) and pModel
(x, z)
(My selection of)
Thanks! I enjoyed water taxi ⚓
(Hotel <-> Conference)

Más contenido relacionado

La actualidad más candente

Open Data and Data Journalism in Russia
Open Data and Data Journalism in RussiaOpen Data and Data Journalism in Russia
Open Data and Data Journalism in Russia
Irina Radchenko
 
Charper.lawdi.20130531
Charper.lawdi.20130531Charper.lawdi.20130531
Charper.lawdi.20130531
charper
 
OpenRefine - Data Science Training for Librarians
OpenRefine - Data Science Training for LibrariansOpenRefine - Data Science Training for Librarians
OpenRefine - Data Science Training for Librarians
tfmorris
 

La actualidad más candente (18)

Rich Data? Poor Data? Depends on...
Rich Data? Poor Data? Depends on...Rich Data? Poor Data? Depends on...
Rich Data? Poor Data? Depends on...
 
2015 FOSS4G Track: Open Specifications for the Storage, Transport and Process...
2015 FOSS4G Track: Open Specifications for the Storage, Transport and Process...2015 FOSS4G Track: Open Specifications for the Storage, Transport and Process...
2015 FOSS4G Track: Open Specifications for the Storage, Transport and Process...
 
Web Archive Profiling Through Fulltext Search
Web Archive Profiling Through Fulltext SearchWeb Archive Profiling Through Fulltext Search
Web Archive Profiling Through Fulltext Search
 
Introducing Web Archiving and WSDL Research Group
Introducing Web Archiving and WSDL Research GroupIntroducing Web Archiving and WSDL Research Group
Introducing Web Archiving and WSDL Research Group
 
A Closer Look at the Changing Dynamics of DBpedia Mappings
A Closer Look at the Changing Dynamics of DBpedia MappingsA Closer Look at the Changing Dynamics of DBpedia Mappings
A Closer Look at the Changing Dynamics of DBpedia Mappings
 
Open Data and Data Journalism in Russia
Open Data and Data Journalism in RussiaOpen Data and Data Journalism in Russia
Open Data and Data Journalism in Russia
 
Semantic web and Drupal: an introduction
Semantic web and Drupal: an introductionSemantic web and Drupal: an introduction
Semantic web and Drupal: an introduction
 
A Decentralized Approach to Dissemination, Retrieval, and Archiving of Data
A Decentralized Approach to Dissemination, Retrieval, and Archiving of DataA Decentralized Approach to Dissemination, Retrieval, and Archiving of Data
A Decentralized Approach to Dissemination, Retrieval, and Archiving of Data
 
2015 FOSS4G Track: What is Free and Open Source Software for Geospatial Appli...
2015 FOSS4G Track: What is Free and Open Source Software for Geospatial Appli...2015 FOSS4G Track: What is Free and Open Source Software for Geospatial Appli...
2015 FOSS4G Track: What is Free and Open Source Software for Geospatial Appli...
 
2015 FOSS4G Track: Integrating FOSS4G Into a Government Web-Editing Applicati...
2015 FOSS4G Track: Integrating FOSS4G Into a Government Web-Editing Applicati...2015 FOSS4G Track: Integrating FOSS4G Into a Government Web-Editing Applicati...
2015 FOSS4G Track: Integrating FOSS4G Into a Government Web-Editing Applicati...
 
ICT4D course 2013 - Sugar
ICT4D course 2013 - SugarICT4D course 2013 - Sugar
ICT4D course 2013 - Sugar
 
2015 FOSS4G Track: Getting Started with FOSS4G: The Newbie’s Perspective by M...
2015 FOSS4G Track: Getting Started with FOSS4G: The Newbie’s Perspective by M...2015 FOSS4G Track: Getting Started with FOSS4G: The Newbie’s Perspective by M...
2015 FOSS4G Track: Getting Started with FOSS4G: The Newbie’s Perspective by M...
 
The drawbridge to knowledge - Linking scholarly publications and research inf...
The drawbridge to knowledge - Linking scholarly publications and research inf...The drawbridge to knowledge - Linking scholarly publications and research inf...
The drawbridge to knowledge - Linking scholarly publications and research inf...
 
Charper.lawdi.20130531
Charper.lawdi.20130531Charper.lawdi.20130531
Charper.lawdi.20130531
 
Collected List of Business Intelligence Software
Collected List of Business Intelligence SoftwareCollected List of Business Intelligence Software
Collected List of Business Intelligence Software
 
Some Russian Open data and Data Journalism projects
Some Russian Open data and Data Journalism projects Some Russian Open data and Data Journalism projects
Some Russian Open data and Data Journalism projects
 
Python in Data Science Work
Python in Data Science WorkPython in Data Science Work
Python in Data Science Work
 
OpenRefine - Data Science Training for Librarians
OpenRefine - Data Science Training for LibrariansOpenRefine - Data Science Training for Librarians
OpenRefine - Data Science Training for Librarians
 

Similar a [ICLR2017 Reading Meeting@DeNA] Introduction of ICLR2017

Local Weather Information and GNOME Shell Extension
Local Weather Information and GNOME Shell ExtensionLocal Weather Information and GNOME Shell Extension
Local Weather Information and GNOME Shell Extension
Sammy Fung
 

Similar a [ICLR2017 Reading Meeting@DeNA] Introduction of ICLR2017 (20)

IA377 Seminar FEEC-UNICAMP Intro classpdf
IA377 Seminar FEEC-UNICAMP Intro classpdfIA377 Seminar FEEC-UNICAMP Intro classpdf
IA377 Seminar FEEC-UNICAMP Intro classpdf
 
SWAD Timeline 4:3
SWAD Timeline 4:3SWAD Timeline 4:3
SWAD Timeline 4:3
 
Swad Timeline
Swad TimelineSwad Timeline
Swad Timeline
 
Linking Software: citations, roles, references and more
Linking Software: citations, roles, references and moreLinking Software: citations, roles, references and more
Linking Software: citations, roles, references and more
 
 Towards Reproducible Data Analysis Using Cloud and Container Technologies
 Towards Reproducible Data Analysis Using Cloud and Container Technologies Towards Reproducible Data Analysis Using Cloud and Container Technologies
 Towards Reproducible Data Analysis Using Cloud and Container Technologies
 
Local Weather Information and GNOME Shell Extension
Local Weather Information and GNOME Shell ExtensionLocal Weather Information and GNOME Shell Extension
Local Weather Information and GNOME Shell Extension
 
Transformers in 2021
Transformers in 2021Transformers in 2021
Transformers in 2021
 
An Empirical Comparison of Knowledge Graph Embeddings for Item Recommendation
An Empirical Comparison of Knowledge Graph Embeddings for Item RecommendationAn Empirical Comparison of Knowledge Graph Embeddings for Item Recommendation
An Empirical Comparison of Knowledge Graph Embeddings for Item Recommendation
 
Pathways to Technology Transfer and Adoption: Achievements and Challenges
Pathways to Technology Transfer and Adoption: Achievements and ChallengesPathways to Technology Transfer and Adoption: Achievements and Challenges
Pathways to Technology Transfer and Adoption: Achievements and Challenges
 
Towards Universitas Indonesia Next Generation Firewall Service - Tonny | GNOM...
Towards Universitas Indonesia Next Generation Firewall Service - Tonny | GNOM...Towards Universitas Indonesia Next Generation Firewall Service - Tonny | GNOM...
Towards Universitas Indonesia Next Generation Firewall Service - Tonny | GNOM...
 
Hobbit presentation at Apache Big Data Europe 2016
Hobbit presentation at Apache Big Data Europe 2016Hobbit presentation at Apache Big Data Europe 2016
Hobbit presentation at Apache Big Data Europe 2016
 
VII Jornadas eMadrid "Education in exponential times". "Open Analytics in an ...
VII Jornadas eMadrid "Education in exponential times". "Open Analytics in an ...VII Jornadas eMadrid "Education in exponential times". "Open Analytics in an ...
VII Jornadas eMadrid "Education in exponential times". "Open Analytics in an ...
 
Manila Project Onboarding - Denver Open Infrastructure Summit - May 2019
Manila Project Onboarding - Denver Open Infrastructure Summit - May 2019Manila Project Onboarding - Denver Open Infrastructure Summit - May 2019
Manila Project Onboarding - Denver Open Infrastructure Summit - May 2019
 
2017 Q2 uPortal Open Source Support Briefing
2017 Q2 uPortal Open Source Support Briefing2017 Q2 uPortal Open Source Support Briefing
2017 Q2 uPortal Open Source Support Briefing
 
SDEC2011 Mahout - the what, the how and the why
SDEC2011 Mahout - the what, the how and the whySDEC2011 Mahout - the what, the how and the why
SDEC2011 Mahout - the what, the how and the why
 
A Plan for Sustainable MIR Evaluation
A Plan for Sustainable MIR EvaluationA Plan for Sustainable MIR Evaluation
A Plan for Sustainable MIR Evaluation
 
Learning
Learning Learning
Learning
 
T13 (1).pptx
T13 (1).pptxT13 (1).pptx
T13 (1).pptx
 
KaoNet v2 - Face Translation using CycleGAN
KaoNet v2 - Face Translation using CycleGANKaoNet v2 - Face Translation using CycleGAN
KaoNet v2 - Face Translation using CycleGAN
 
The Software Sustainability Institute Fellowship
The Software Sustainability Institute FellowshipThe Software Sustainability Institute Fellowship
The Software Sustainability Institute Fellowship
 

Último

Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
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
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
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
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
amitlee9823
 
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
amitlee9823
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
gajnagarg
 
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
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
 
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
gajnagarg
 
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
 
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
 

Último (20)

Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
 
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
 
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...
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
➥🔝 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...
 
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
 
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
➥🔝 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...
 
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
 
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
 
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...
 
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...
 

[ICLR2017 Reading Meeting@DeNA] Introduction of ICLR2017

  • 1. Introduction of ICLR2017 Takeru Miyato Preferred Networks, Inc.
  • 2. Takeru Miyato (https://takerum.github.io/) Researcher @ Preferred Networks, Inc. ● 04/2014-03/2016, M.S. Informatics @ Kyoto Univ. ● 01/2016-05/2016, Intern @ Google Brain ● 06/2016-08/2016, Reearch engineer @ ATR ● 09/2016-(now) ○ Researcher @ Preferred Networks, Inc. ○ Visiting Researcher @ ATR Current research interests: ● Generative Adversarial Networks (GANs) ● Semi-supervised and Unsupervised Learing on Neural Networks ● Learning on Extremely Large Distributed Systems https://arxiv.org/abs/1507.00677, https://arxiv.org/abs/1605.07725, https://arxiv.org/abs/1702.08720, https://arxiv.org/abs/1704.03976 https://openreview.net/forum?id=H1hLmF4Fx, https://arxiv.org/abs/1705.10941 (Self introduction)
  • 3. Contents ● What’s ICLR? ○ Main features of ICLR ● ICLR2017 ● GANs
  • 4. What’s ICLR? ● International Conferene on Learning Representations. Called ‘I CLeaR’. ● 3 days conference, held at the beginning of May. ● ICLR2017 is the 5th-ICLR, the 1st-ICLR was held in 2013 ● Website : http://www.iclr.cc/doku.php ○ Facebook page : https://www.facebook.com/iclr.cc/?fref=ts ○ Twitter account (This year) : https://twitter.com/iclr2017?lang=en ● http://www.kdnuggets.com/2016/02/iclr-deep-learning-scientific-publishing-ex periment.html
  • 5. Main features of ICLR (1) ● Focus on Deep Learning and its Application ○ Most of the accepted papers concern neural networks. Variational Auto-Encoder (ICLR2014) ADAM optimizer (ICLR2015)
  • 6. Main features of ICLR (2) ● Open Review System https://openreview.net/ ○ Single blind submission ○ Everyone can see all of the reviews and rebuttals. ○ Everyone can “join” the reviewing process.
  • 7. Other features ● 2 tracks : Conference track and Workshop track ● Single oral track ● Lots of IT giants sponsors https://blogs.sap.com/2017/05/22/dive-deep-into-deep-learning- sap-at-the-international-conference-on-learning-representations -iclr/
  • 9. ICLR2017 http://www.iclr.cc/doku.php?id=ICLR2017:main (Toulon, France) ● Attendees : 1100 (~300 last year) ● Accepted papers ○ Conference track : 196, 15 oral ○ Workshop track : ~110 https://twitter.com/iclr2017/status/864863545867079680 taken by Okumura-san
  • 12. ● Google, Facebook, Microsoft, OpenAI, … etc. https://prlz77.github.io/iclr2017-stats/
  • 13. My presentations ● 1 conference track poster and 1 workshop track poster https://arxiv.org/abs/1605.07725 https://openreview.net/pdf?id=H1hLmF4Fx
  • 15. Oral sessions: ● Single oral track ● Two sessions on each day : morning and afternoon ○ 1 invited talk and 2~3 oral selected presentations in each session. ● Live streamining: https://www.facebook.com/iclr.cc/?fref=ts
  • 16. Poster presentations ● Two poster sessions : morning and afternoon ● Conference track ○ ~40 posters at each session ○ 10~20 audiences around each poster ● Workshop track ○ ~20 posters ○ ~5 audiences ● (last year, poster) ○ ~5 audiences (Taken by Okumura-san)
  • 17. After hours parties Individually hosted by Google, Facebook, Salesforce ...etc. ○ Networking ○ Discussing with researchers and engineers ■ until late at night!
  • 18. Major & popular topics at ICLR2017 ● Generalization ability of Neural Networks ○ Rethinking generalization https://arxiv.org/abs/1611.03530 ○ Large batch training coverges to sharp minima https://arxiv.org/abs/1609.04836 ● Generative Adversarial Networks ○ Towards principled methods of training GANs https://openreview.net/pdf?id=Hk4_qw5xe ○ Energy based GANs https://arxiv.org/abs/1702.01691 ○ Two-sample tests by classifier https://openreview.net/forum?id=SJkXfE5xx&noteId=SJkXfE5xx ● Deep Reinforcement Learning ○ Reinforcement Learning with Unsupervised Auxiliary Tasks https://openreview.net/pdf?id=SJ6yPD5xg ○ (Not RL) Learning to act by predicting future https://arxiv.org/abs/1611.01779 ● Neural Programmer ○ Making Neural Programming Architectures Generalize via Recursion https://openreview.net/forum?id=BkbY4psgg&noteId=BkbY4psgg
  • 19. Generative Adversarial Networks (GANs) ● Originally proposed by Ian Goodfellow et al. (2014) ● Quite a lot of researchers have been conducting works on GANs ○ GAN Zoo https://github.com/hindupuravinash/the-gan-zoo https://github.com/hindupuravinash/the-gan-zoo (GANs)
  • 20. GANs frameworks ● Discriminator D(x) : trained to discriminate between real (dataset) examples and generated examples by the Generator G(z) ● Generator G(z) : trained to fool the Discriminator D(x). (GANs)
  • 21. What is good about GANs? ● We don’t need explicit expression of the denstiy for the generative models pG (x) ○ Only requires a stochastic generative process : x ~ pG (x) ● The training process can be incorporated into semi-supervised learning https://arxiv.org/abs/1606.03498 ○ Achieved the state of the art performance, especially on a few labeled semi-supervised dataset. https://arxiv.org/pdf/1702.08896.pdf (GANs)
  • 22. Important GANs works (submitted to ICLR2017) ● b-GAN (uehara et al. https://arxiv.org/pdf/1610.02920.pdf ) ○ The discriminator of GANs is the density ratio estimator rD (x) of r(x)=q(x) / pG (x) ○ Directly learn q(x) / pG (x) by minimizing Bregman Divergence between rD (x) and q(x) / pG (x). ● Implicit Generative Models (Mohamed et al. https://arxiv.org/abs/1610.03483 ) ○ Likelihood-free estimation through the GANs algorithm ● Deep and Hireachical Implicit models (Tran et al. https://arxiv.org/pdf/1702.08896.pdf ) (※Not subimitted to ICLR) ○ Likelihood-free variational inference (LFVI) through the GANs algorithm ■ it only requires that we can sample from qVI (x, z) and pModel (x, z) (My selection of)
  • 23. Thanks! I enjoyed water taxi ⚓ (Hotel <-> Conference)