SlideShare une entreprise Scribd logo
1  sur  30
Télécharger pour lire hors ligne
V i s u a l I n t e l l i g e n c e C o m p a n y © 2017. Deepixel Inc. all rights reserved.
모바일 VR 사용자 인터페이스를
위한 데이터 기반 기계 학습
이제훈
2017 데이터 진흥주간 | 2017 데이터 그랜드 컨퍼런스 | 지능형 데이터 for AI | 2017년 11월 7일
2
© 2017. Deepixel Inc. all rights reserved.
Contents
Data-driven Machine Learning
I n t e l l i g e n ce , M a c h i n e Le a r n i n g | D e e p Le a r n i n g , B i g D at a
Mobile VR User Interface
P I X I E , Re i n v e n t e d 3 D N at u r a l I n t e r f a ce f o r M o b i le V R
Concluding Remarks
P18
P3
P29
© 2017. Deepixel Inc. all rights reserved.
Data-driven Machine Learning
Int elligence, M a chine Lea rning | Deep Lea rning, Big Dat a
4
© 2017. Deepixel Inc. all rights reserved.
Intelligence
•
• Turing test: A test of a machine's ability to exhibit intelligent behavior equivalent to, or
indistinguishable from, that of a human [Alan Turing, MIND, 1950]
• https://en.wikipedia.org/wiki/Turing_test
5
© 2017. Deepixel Inc. all rights reserved.
Intelligence
• How can we add intelligence to the machine?
Data
Algorithm/Rule
Output
Machine Machine
Algorithm/Rule
Data
Output
Machine LearningTraditional Programming
C
6
© 2017. Deepixel Inc. all rights reserved.
Machine Learning
• Field of computer science that gives computers the ability to learn without
being explicitly programmed (Arthur Samuel, 1959)
• Data-driven approach: Generalization and pattern discovery from training data
• Data is crucial to machine learning.
• Traditional programming
• Impossible to make a perfect rule
Too many rules
Too many factors influencing the rules
Obscure rules
• https://en.wikipedia.org/wiki/Machine_learning
7
© 2017. Deepixel Inc. all rights reserved.• https://machinelearningmastery.com/
A mind map of machine learning algorithms (by type)
8
© 2017. Deepixel Inc. all rights reserved.
Deep learning
• Large neural network with a cascade of multiple layers of nonlinear processing units
• Improvement of
• Algorithms: Unsupervised pre-training [G. Hinton, TCS, 2007], Dropout [G. Dhal, ICASSP, 2013], and so on.
• H/W : GPU
• Big data: Lots of datasets from the Internet, SNS, and so on.
9
© 2017. Deepixel Inc. all rights reserved.
Deep Learning X Big Data
Cat face, Google, 10M 200x200 captures from YouTube
Large scale unsupervised learning
[Quoc V. Le et al., ICML, 2012]
AlphaGo, Google DeepMind, ~30M moves, large
numbers of games against other instances of itself
Deep learning w/ supervised learning and reinforcement
learning [D. Silver et al., Nature, 2016]
• https://googleblog.blogspot.kr/2012/06/using-large-scale-brain-simulations-for.html
• http://www.nature.com/nature/journal/v529/n7587/index.html
10
© 2017. Deepixel Inc. all rights reserved.
Datasets for Machine Learning | Deep Learning
• https://en.wikipedia.org/wiki/List_of_datasets_for_machine_learning_research
• FERET (facial recognition
technology)
• CMU Pose, Illumination, and
Expression (PIE)
• YouTube Faces DB
• Yale Face Database
• TV Human Interaction Dataset
• Berkeley Multimodal Human
Action Database (MHAD)
• Microsoft Common Objects in
Context (COCO)
• ImageNet
• MNIST database
• Stanford Dogs Dataset
• Microsoft Sequential Image
Narrative Dataset (SIND)
• Berkeley 3-D Object Dataset
• Etc.
11
© 2017. Deepixel Inc. all rights reserved.
THE MNIST(Modified National Institute of Standards and Technology) DATABASE
Handwritten digits for handwriting and character recognition
60,000 images
• http://yann.lecun.com/exdb/mnist/
12
© 2017. Deepixel Inc. all rights reserved.• http://www.vision.caltech.edu/Image_Datasets/Caltech_10K_WebFaces/
Caltech Web Faces
Frontal face images for facial recognition
10,000 images
13
© 2017. Deepixel Inc. all rights reserved.
ImageNet
Labeled objects, SIFT features for object detection/recognition LSVRC
(Large Scale Visual Recognition Challenge)
14,197,122+ images (Y2010)
• http://image-net.org/index
14
© 2017. Deepixel Inc. all rights reserved.
Deep Learning w/ or w/o Big Data
• Deep learning is a powerful tool but, it requires lots of annotated data.
• Annotated data may be
• Expensive (human labor)
• Very difficult to collect
• Not publicly available
• How to effectively collect large scale data with little human labor?
• Data augmentation
• Synthetic data
• Data cleaning
• Etc.
15
© 2017. Deepixel Inc. all rights reserved.
Data Collection for Deep Learning
• End-to-End Learning of Deep Visual Representations for Image Retrieval [Gordo et al., IJCV, 2017]
To automatically clean datasets by pruning edges of matched images with the pairwise matching graph from public
datasets with noisy.
• Frankenstein: Learning Deep Face Representations using Small Data [Hu et al., TIP, 2017]
To generate very large training datasets of synthetic images by composition of real face images in a given dataset, which
swaps the facial components of different face images to generate a new face.
16
© 2017. Deepixel Inc. all rights reserved.
Data Collection for Deep Learning
• The SYNTHIA Dataset: A Large Collection of Synthetic Images for Semantic Segmentation of Urban Scenes.
[Ros et al., CVPR, 2016]
To render a virtual city created with the Unity development platform and automatically generate realistic synthetic
images with pixel-level annotations.
• Data-Augmentation for Reducing Dataset Bias in Person Re-identification [McLaughlin et al., AVSS, 2015]
Random modification including background simulation of the raw data to increase dataset diversity.
C
17
© 2017. Deepixel Inc. all rights reserved.
Deep Learning w/ or w/o Big Data (again)
• Deep learning is one of the best
methods in machine learning.
• Big data is crucial to deep learning.
• Data scarcity problem
• Alternative methods for collecting
data
© 2017. Deepixel Inc. all rights reserved.
Mobile VR User Interface
P I X I E , Reinvent ed 3D N at ura l Int erfa ce for M obile VR
19
© 2017. Deepixel Inc. all rights reserved.
• https://vr.google.com/
• https://www.vive.com/
Mobile VR PC/Console VR
20
© 2017. Deepixel Inc. all rights reserved.
Mobile VR Interface
• https://uxdesign.cc/
21
© 2017. Deepixel Inc. all rights reserved.• http://edition.cnn.com/videos/world/2016/11/28/alibaba-vr-shopping-stevens-pkg.cnn
22
© 2017. Deepixel Inc. all rights reserved.
PIXIE Reinvented 3D Natural Interface for Mobile VR
23
© 2017. Deepixel Inc. all rights reserved.
Hand motion tracking in a VR/AR environment
• http://www.samsung.com/us/campaign_smarttv/
• https://www.microsoft.com/en-us/hololens/
Smart TV AR Headset
24
© 2017. Deepixel Inc. all rights reserved.
Our Approach
• Challenging Issues
• Difficult to collect the desired training dataset:
the back of the hand
designed shape of the hand for UX/UI
dataset with various colors and poses of the hand
• 3D pose estimation with no additional device other than a smartphone with a single camera
• Real-time operation ( 60ms) in a mobile environment
• Our Approaches
• Development of DEEP(Data Extraction Equipment and Program) to collect data
• -big-
• Algorithm optimization to reduce computational complexity
25
© 2017. Deepixel Inc. all rights reserved.
DEEP(Data Extraction Equipment & Program)
26
© 2017. Deepixel Inc. all rights reserved.
DEEP dataset
Hand and fingertip action videos and images for PIXIE
50+ video files
1h+ running time
20,000+ images
27
© 2017. Deepixel Inc. all rights reserved.
Algorithm
• https://en.wikipedia.org/wiki/Local_binary_patterns
• https://en.wikipedia.org/wiki/Support_vector_machine
28
© 2017. Deepixel Inc. all rights reserved.
C
https://www.youtube.com/watch?v=aCP6__kv1zM
29
© 2017. Deepixel Inc. all rights reserved.
Concluding Remarks
• Design suitable methods and choose the right machine learning
algorithm for your problem
according to
the size of datasets you have,
performance of available hardware, and
challenging issues of the given problem.
• Collect your dataset with a clever way
, if you choose a machine learning algorithm as your core solution.
30
© 2017. Deepixel Inc. all rights reserved.w w w . d e e p i x e l . x y z
Thank You

Contenu connexe

Similaire à 모바일VR 사용자 인터페이스를 위한 데이터 기반 기계 학습 - 딥픽셀 이제훈 대표

"1,000X in Three Years: How Embedded Vision is Transitioning from Exotic to E...
"1,000X in Three Years: How Embedded Vision is Transitioning from Exotic to E..."1,000X in Three Years: How Embedded Vision is Transitioning from Exotic to E...
"1,000X in Three Years: How Embedded Vision is Transitioning from Exotic to E...Edge AI and Vision Alliance
 
The exciting new world of code & data
The exciting new world of code & dataThe exciting new world of code & data
The exciting new world of code & dataSteven Miller
 
Preparing for ai futures 20171006 v16
Preparing for ai futures 20171006 v16Preparing for ai futures 20171006 v16
Preparing for ai futures 20171006 v16ISSIP
 
Platform for Big Data Analytics and Visual Analytics: CSIRO use cases. Februa...
Platform for Big Data Analytics and Visual Analytics: CSIRO use cases. Februa...Platform for Big Data Analytics and Visual Analytics: CSIRO use cases. Februa...
Platform for Big Data Analytics and Visual Analytics: CSIRO use cases. Februa...Tomasz Bednarz
 
Beyond hype why artificial intelligence is the real deal - evanta nyc
Beyond hype why artificial intelligence is the real deal  - evanta nycBeyond hype why artificial intelligence is the real deal  - evanta nyc
Beyond hype why artificial intelligence is the real deal - evanta nycCristene Gonzalez-Wertz
 
Ibm welcome and cognitive 20171012 v11
Ibm welcome and cognitive 20171012 v11Ibm welcome and cognitive 20171012 v11
Ibm welcome and cognitive 20171012 v11ISSIP
 
IoT Architectural Overview - 3 use case studies from InfluxData
IoT Architectural Overview - 3 use case studies from InfluxData IoT Architectural Overview - 3 use case studies from InfluxData
IoT Architectural Overview - 3 use case studies from InfluxData InfluxData
 
Data science and Artificial Intelligence
Data science and Artificial IntelligenceData science and Artificial Intelligence
Data science and Artificial IntelligenceSuman Srinivasan
 
Data Con LA 2019 - Startup Showcase Lexset
Data Con LA 2019 - Startup Showcase LexsetData Con LA 2019 - Startup Showcase Lexset
Data Con LA 2019 - Startup Showcase LexsetData Con LA
 
John Nall (Appzion): Why AR/VR Will Disrupt Collaboration and Productivity in...
John Nall (Appzion): Why AR/VR Will Disrupt Collaboration and Productivity in...John Nall (Appzion): Why AR/VR Will Disrupt Collaboration and Productivity in...
John Nall (Appzion): Why AR/VR Will Disrupt Collaboration and Productivity in...AugmentedWorldExpo
 
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...Mihai Criveti
 
A New Paradigm on Analytic-Driven Information and Automation V2.pdf
A New Paradigm on Analytic-Driven Information and Automation V2.pdfA New Paradigm on Analytic-Driven Information and Automation V2.pdf
A New Paradigm on Analytic-Driven Information and Automation V2.pdfArmyTrilidiaDevegaSK
 
Building Data Science Ecosystems for Smart Cities and Smart Commerce
Building Data Science Ecosystems for Smart Cities and Smart CommerceBuilding Data Science Ecosystems for Smart Cities and Smart Commerce
Building Data Science Ecosystems for Smart Cities and Smart CommerceAlex Liu
 
Machine Learning for Chickens, Autonomous Driving and a 3-year-old Who Won’t ...
Machine Learning for Chickens, Autonomous Driving and a 3-year-old Who Won’t ...Machine Learning for Chickens, Autonomous Driving and a 3-year-old Who Won’t ...
Machine Learning for Chickens, Autonomous Driving and a 3-year-old Who Won’t ...MapR Technologies
 
Revolution 20171008 v23
Revolution 20171008 v23Revolution 20171008 v23
Revolution 20171008 v23ISSIP
 
TensorFlow 16: Building a Data Science Platform
TensorFlow 16: Building a Data Science Platform TensorFlow 16: Building a Data Science Platform
TensorFlow 16: Building a Data Science Platform Seldon
 
BTO2017 | TEN - Claudio Fadda - IBM
BTO2017 | TEN - Claudio Fadda - IBMBTO2017 | TEN - Claudio Fadda - IBM
BTO2017 | TEN - Claudio Fadda - IBMBTO Educational
 
Synthetic data in finance
Synthetic data in financeSynthetic data in finance
Synthetic data in financeQuantUniversity
 

Similaire à 모바일VR 사용자 인터페이스를 위한 데이터 기반 기계 학습 - 딥픽셀 이제훈 대표 (20)

"1,000X in Three Years: How Embedded Vision is Transitioning from Exotic to E...
"1,000X in Three Years: How Embedded Vision is Transitioning from Exotic to E..."1,000X in Three Years: How Embedded Vision is Transitioning from Exotic to E...
"1,000X in Three Years: How Embedded Vision is Transitioning from Exotic to E...
 
The exciting new world of code & data
The exciting new world of code & dataThe exciting new world of code & data
The exciting new world of code & data
 
Preparing for ai futures 20171006 v16
Preparing for ai futures 20171006 v16Preparing for ai futures 20171006 v16
Preparing for ai futures 20171006 v16
 
Data Science - NXT Level_Dr.Arun.pdf
Data Science - NXT Level_Dr.Arun.pdfData Science - NXT Level_Dr.Arun.pdf
Data Science - NXT Level_Dr.Arun.pdf
 
Platform for Big Data Analytics and Visual Analytics: CSIRO use cases. Februa...
Platform for Big Data Analytics and Visual Analytics: CSIRO use cases. Februa...Platform for Big Data Analytics and Visual Analytics: CSIRO use cases. Februa...
Platform for Big Data Analytics and Visual Analytics: CSIRO use cases. Februa...
 
Beyond hype why artificial intelligence is the real deal - evanta nyc
Beyond hype why artificial intelligence is the real deal  - evanta nycBeyond hype why artificial intelligence is the real deal  - evanta nyc
Beyond hype why artificial intelligence is the real deal - evanta nyc
 
Ibm welcome and cognitive 20171012 v11
Ibm welcome and cognitive 20171012 v11Ibm welcome and cognitive 20171012 v11
Ibm welcome and cognitive 20171012 v11
 
IoT Architectural Overview - 3 use case studies from InfluxData
IoT Architectural Overview - 3 use case studies from InfluxData IoT Architectural Overview - 3 use case studies from InfluxData
IoT Architectural Overview - 3 use case studies from InfluxData
 
Data science and Artificial Intelligence
Data science and Artificial IntelligenceData science and Artificial Intelligence
Data science and Artificial Intelligence
 
Data Con LA 2019 - Startup Showcase Lexset
Data Con LA 2019 - Startup Showcase LexsetData Con LA 2019 - Startup Showcase Lexset
Data Con LA 2019 - Startup Showcase Lexset
 
John Nall (Appzion): Why AR/VR Will Disrupt Collaboration and Productivity in...
John Nall (Appzion): Why AR/VR Will Disrupt Collaboration and Productivity in...John Nall (Appzion): Why AR/VR Will Disrupt Collaboration and Productivity in...
John Nall (Appzion): Why AR/VR Will Disrupt Collaboration and Productivity in...
 
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
 
A New Paradigm on Analytic-Driven Information and Automation V2.pdf
A New Paradigm on Analytic-Driven Information and Automation V2.pdfA New Paradigm on Analytic-Driven Information and Automation V2.pdf
A New Paradigm on Analytic-Driven Information and Automation V2.pdf
 
Building Data Science Ecosystems for Smart Cities and Smart Commerce
Building Data Science Ecosystems for Smart Cities and Smart CommerceBuilding Data Science Ecosystems for Smart Cities and Smart Commerce
Building Data Science Ecosystems for Smart Cities and Smart Commerce
 
Machine Learning for Chickens, Autonomous Driving and a 3-year-old Who Won’t ...
Machine Learning for Chickens, Autonomous Driving and a 3-year-old Who Won’t ...Machine Learning for Chickens, Autonomous Driving and a 3-year-old Who Won’t ...
Machine Learning for Chickens, Autonomous Driving and a 3-year-old Who Won’t ...
 
Brisbane PUXX Slides - June 2017
Brisbane PUXX Slides - June 2017Brisbane PUXX Slides - June 2017
Brisbane PUXX Slides - June 2017
 
Revolution 20171008 v23
Revolution 20171008 v23Revolution 20171008 v23
Revolution 20171008 v23
 
TensorFlow 16: Building a Data Science Platform
TensorFlow 16: Building a Data Science Platform TensorFlow 16: Building a Data Science Platform
TensorFlow 16: Building a Data Science Platform
 
BTO2017 | TEN - Claudio Fadda - IBM
BTO2017 | TEN - Claudio Fadda - IBMBTO2017 | TEN - Claudio Fadda - IBM
BTO2017 | TEN - Claudio Fadda - IBM
 
Synthetic data in finance
Synthetic data in financeSynthetic data in finance
Synthetic data in finance
 

Plus de eungjin cho

하이퍼바이저 라이선스 비용이 없는 뉴타닉스 AHV
하이퍼바이저 라이선스 비용이 없는 뉴타닉스 AHV하이퍼바이저 라이선스 비용이 없는 뉴타닉스 AHV
하이퍼바이저 라이선스 비용이 없는 뉴타닉스 AHVeungjin cho
 
사례로 보는 사물인터넷(IoT) 데이터 품질관리 - 비투엔 김영석 수석
사례로 보는 사물인터넷(IoT) 데이터 품질관리 - 비투엔 김영석 수석사례로 보는 사물인터넷(IoT) 데이터 품질관리 - 비투엔 김영석 수석
사례로 보는 사물인터넷(IoT) 데이터 품질관리 - 비투엔 김영석 수석eungjin cho
 
우리가 스마트시티를 만들어가는 방법, '데이터 시각화' - 뉴스젤리 정병준 대표이사
우리가 스마트시티를 만들어가는 방법, '데이터 시각화' - 뉴스젤리 정병준 대표이사우리가 스마트시티를 만들어가는 방법, '데이터 시각화' - 뉴스젤리 정병준 대표이사
우리가 스마트시티를 만들어가는 방법, '데이터 시각화' - 뉴스젤리 정병준 대표이사eungjin cho
 
데이터 가공(DMP)와 스마트 시티 - 엔코아 김옥기 센터장
데이터 가공(DMP)와 스마트 시티 - 엔코아 김옥기 센터장데이터 가공(DMP)와 스마트 시티 - 엔코아 김옥기 센터장
데이터 가공(DMP)와 스마트 시티 - 엔코아 김옥기 센터장eungjin cho
 
클라우드와 오픈소스 DBMS의 만남 - 큐브리드 오명환 상무
클라우드와 오픈소스 DBMS의 만남 - 큐브리드 오명환 상무클라우드와 오픈소스 DBMS의 만남 - 큐브리드 오명환 상무
클라우드와 오픈소스 DBMS의 만남 - 큐브리드 오명환 상무eungjin cho
 
빅데이터 기반의 홈 IoT 모델 구축 - 코오롱베니트 김종혁 박사
빅데이터 기반의 홈 IoT 모델 구축 - 코오롱베니트 김종혁 박사빅데이터 기반의 홈 IoT 모델 구축 - 코오롱베니트 김종혁 박사
빅데이터 기반의 홈 IoT 모델 구축 - 코오롱베니트 김종혁 박사eungjin cho
 
고성능 빅데이터 수집 및 분석 솔루션 - 티맥스소프트 허승재 팀장
고성능 빅데이터 수집 및 분석 솔루션 - 티맥스소프트 허승재 팀장고성능 빅데이터 수집 및 분석 솔루션 - 티맥스소프트 허승재 팀장
고성능 빅데이터 수집 및 분석 솔루션 - 티맥스소프트 허승재 팀장eungjin cho
 
챗봇의 활용, 어디에서 도입하면 좋은가? - 와이즈넛 장정훈 이사
챗봇의 활용, 어디에서 도입하면 좋은가? - 와이즈넛 장정훈 이사챗봇의 활용, 어디에서 도입하면 좋은가? - 와이즈넛 장정훈 이사
챗봇의 활용, 어디에서 도입하면 좋은가? - 와이즈넛 장정훈 이사eungjin cho
 
인메모리 DBMS기반 보안 빅데이터 분석 솔루션 개발 사례 - 리얼타임테크 한혁 연구소장
인메모리 DBMS기반 보안 빅데이터 분석 솔루션 개발 사례 - 리얼타임테크 한혁 연구소장인메모리 DBMS기반 보안 빅데이터 분석 솔루션 개발 사례 - 리얼타임테크 한혁 연구소장
인메모리 DBMS기반 보안 빅데이터 분석 솔루션 개발 사례 - 리얼타임테크 한혁 연구소장eungjin cho
 
의료사업 선진화를 위한 빅데이터 분석 - 서울아산병원 심우현 교수
의료사업 선진화를 위한 빅데이터 분석 - 서울아산병원 심우현 교수의료사업 선진화를 위한 빅데이터 분석 - 서울아산병원 심우현 교수
의료사업 선진화를 위한 빅데이터 분석 - 서울아산병원 심우현 교수eungjin cho
 
빅데이터를 이용한 예측분석의 이슈와 트랜드 - 아시아나IDT 이훈석 ICT융합연구소장
빅데이터를 이용한 예측분석의 이슈와 트랜드 - 아시아나IDT 이훈석 ICT융합연구소장빅데이터를 이용한 예측분석의 이슈와 트랜드 - 아시아나IDT 이훈석 ICT융합연구소장
빅데이터를 이용한 예측분석의 이슈와 트랜드 - 아시아나IDT 이훈석 ICT융합연구소장eungjin cho
 
머신러닝 프로세스와 산업별 애플리케이션 - 위세아이텍 김종현 대표
머신러닝 프로세스와 산업별 애플리케이션 - 위세아이텍 김종현 대표머신러닝 프로세스와 산업별 애플리케이션 - 위세아이텍 김종현 대표
머신러닝 프로세스와 산업별 애플리케이션 - 위세아이텍 김종현 대표eungjin cho
 
DATA ECO와 연결의 힘 - SKT 김성우 랩장
DATA ECO와 연결의 힘 - SKT 김성우 랩장DATA ECO와 연결의 힘 - SKT 김성우 랩장
DATA ECO와 연결의 힘 - SKT 김성우 랩장eungjin cho
 
예측 분석 산업별 사례 147
예측 분석 산업별 사례 147예측 분석 산업별 사례 147
예측 분석 산업별 사례 147eungjin cho
 
예측 분석이 발견한 이상하고 놀라운 인간 행동들
예측 분석이 발견한 이상하고 놀라운 인간 행동들예측 분석이 발견한 이상하고 놀라운 인간 행동들
예측 분석이 발견한 이상하고 놀라운 인간 행동들eungjin cho
 
로보 어드바이저가 이끌 자산관리 시장의 변화 유진20160608증권
로보 어드바이저가 이끌 자산관리 시장의 변화 유진20160608증권로보 어드바이저가 이끌 자산관리 시장의 변화 유진20160608증권
로보 어드바이저가 이끌 자산관리 시장의 변화 유진20160608증권eungjin cho
 
4대 핀테크 동향과 금융산업의 파급영향
4대 핀테크 동향과 금융산업의 파급영향4대 핀테크 동향과 금융산업의 파급영향
4대 핀테크 동향과 금융산업의 파급영향eungjin cho
 
국내 로보어드바이저 시장 현황 뉴스 정리 201604
국내 로보어드바이저 시장 현황 뉴스 정리 201604국내 로보어드바이저 시장 현황 뉴스 정리 201604
국내 로보어드바이저 시장 현황 뉴스 정리 201604eungjin cho
 
저성장 시대 데이터 경제만이 살길이다
저성장 시대 데이터 경제만이 살길이다저성장 시대 데이터 경제만이 살길이다
저성장 시대 데이터 경제만이 살길이다eungjin cho
 
Fintech overview 페이게이트 박소영대표 20151006_v5
Fintech overview 페이게이트 박소영대표 20151006_v5Fintech overview 페이게이트 박소영대표 20151006_v5
Fintech overview 페이게이트 박소영대표 20151006_v5eungjin cho
 

Plus de eungjin cho (20)

하이퍼바이저 라이선스 비용이 없는 뉴타닉스 AHV
하이퍼바이저 라이선스 비용이 없는 뉴타닉스 AHV하이퍼바이저 라이선스 비용이 없는 뉴타닉스 AHV
하이퍼바이저 라이선스 비용이 없는 뉴타닉스 AHV
 
사례로 보는 사물인터넷(IoT) 데이터 품질관리 - 비투엔 김영석 수석
사례로 보는 사물인터넷(IoT) 데이터 품질관리 - 비투엔 김영석 수석사례로 보는 사물인터넷(IoT) 데이터 품질관리 - 비투엔 김영석 수석
사례로 보는 사물인터넷(IoT) 데이터 품질관리 - 비투엔 김영석 수석
 
우리가 스마트시티를 만들어가는 방법, '데이터 시각화' - 뉴스젤리 정병준 대표이사
우리가 스마트시티를 만들어가는 방법, '데이터 시각화' - 뉴스젤리 정병준 대표이사우리가 스마트시티를 만들어가는 방법, '데이터 시각화' - 뉴스젤리 정병준 대표이사
우리가 스마트시티를 만들어가는 방법, '데이터 시각화' - 뉴스젤리 정병준 대표이사
 
데이터 가공(DMP)와 스마트 시티 - 엔코아 김옥기 센터장
데이터 가공(DMP)와 스마트 시티 - 엔코아 김옥기 센터장데이터 가공(DMP)와 스마트 시티 - 엔코아 김옥기 센터장
데이터 가공(DMP)와 스마트 시티 - 엔코아 김옥기 센터장
 
클라우드와 오픈소스 DBMS의 만남 - 큐브리드 오명환 상무
클라우드와 오픈소스 DBMS의 만남 - 큐브리드 오명환 상무클라우드와 오픈소스 DBMS의 만남 - 큐브리드 오명환 상무
클라우드와 오픈소스 DBMS의 만남 - 큐브리드 오명환 상무
 
빅데이터 기반의 홈 IoT 모델 구축 - 코오롱베니트 김종혁 박사
빅데이터 기반의 홈 IoT 모델 구축 - 코오롱베니트 김종혁 박사빅데이터 기반의 홈 IoT 모델 구축 - 코오롱베니트 김종혁 박사
빅데이터 기반의 홈 IoT 모델 구축 - 코오롱베니트 김종혁 박사
 
고성능 빅데이터 수집 및 분석 솔루션 - 티맥스소프트 허승재 팀장
고성능 빅데이터 수집 및 분석 솔루션 - 티맥스소프트 허승재 팀장고성능 빅데이터 수집 및 분석 솔루션 - 티맥스소프트 허승재 팀장
고성능 빅데이터 수집 및 분석 솔루션 - 티맥스소프트 허승재 팀장
 
챗봇의 활용, 어디에서 도입하면 좋은가? - 와이즈넛 장정훈 이사
챗봇의 활용, 어디에서 도입하면 좋은가? - 와이즈넛 장정훈 이사챗봇의 활용, 어디에서 도입하면 좋은가? - 와이즈넛 장정훈 이사
챗봇의 활용, 어디에서 도입하면 좋은가? - 와이즈넛 장정훈 이사
 
인메모리 DBMS기반 보안 빅데이터 분석 솔루션 개발 사례 - 리얼타임테크 한혁 연구소장
인메모리 DBMS기반 보안 빅데이터 분석 솔루션 개발 사례 - 리얼타임테크 한혁 연구소장인메모리 DBMS기반 보안 빅데이터 분석 솔루션 개발 사례 - 리얼타임테크 한혁 연구소장
인메모리 DBMS기반 보안 빅데이터 분석 솔루션 개발 사례 - 리얼타임테크 한혁 연구소장
 
의료사업 선진화를 위한 빅데이터 분석 - 서울아산병원 심우현 교수
의료사업 선진화를 위한 빅데이터 분석 - 서울아산병원 심우현 교수의료사업 선진화를 위한 빅데이터 분석 - 서울아산병원 심우현 교수
의료사업 선진화를 위한 빅데이터 분석 - 서울아산병원 심우현 교수
 
빅데이터를 이용한 예측분석의 이슈와 트랜드 - 아시아나IDT 이훈석 ICT융합연구소장
빅데이터를 이용한 예측분석의 이슈와 트랜드 - 아시아나IDT 이훈석 ICT융합연구소장빅데이터를 이용한 예측분석의 이슈와 트랜드 - 아시아나IDT 이훈석 ICT융합연구소장
빅데이터를 이용한 예측분석의 이슈와 트랜드 - 아시아나IDT 이훈석 ICT융합연구소장
 
머신러닝 프로세스와 산업별 애플리케이션 - 위세아이텍 김종현 대표
머신러닝 프로세스와 산업별 애플리케이션 - 위세아이텍 김종현 대표머신러닝 프로세스와 산업별 애플리케이션 - 위세아이텍 김종현 대표
머신러닝 프로세스와 산업별 애플리케이션 - 위세아이텍 김종현 대표
 
DATA ECO와 연결의 힘 - SKT 김성우 랩장
DATA ECO와 연결의 힘 - SKT 김성우 랩장DATA ECO와 연결의 힘 - SKT 김성우 랩장
DATA ECO와 연결의 힘 - SKT 김성우 랩장
 
예측 분석 산업별 사례 147
예측 분석 산업별 사례 147예측 분석 산업별 사례 147
예측 분석 산업별 사례 147
 
예측 분석이 발견한 이상하고 놀라운 인간 행동들
예측 분석이 발견한 이상하고 놀라운 인간 행동들예측 분석이 발견한 이상하고 놀라운 인간 행동들
예측 분석이 발견한 이상하고 놀라운 인간 행동들
 
로보 어드바이저가 이끌 자산관리 시장의 변화 유진20160608증권
로보 어드바이저가 이끌 자산관리 시장의 변화 유진20160608증권로보 어드바이저가 이끌 자산관리 시장의 변화 유진20160608증권
로보 어드바이저가 이끌 자산관리 시장의 변화 유진20160608증권
 
4대 핀테크 동향과 금융산업의 파급영향
4대 핀테크 동향과 금융산업의 파급영향4대 핀테크 동향과 금융산업의 파급영향
4대 핀테크 동향과 금융산업의 파급영향
 
국내 로보어드바이저 시장 현황 뉴스 정리 201604
국내 로보어드바이저 시장 현황 뉴스 정리 201604국내 로보어드바이저 시장 현황 뉴스 정리 201604
국내 로보어드바이저 시장 현황 뉴스 정리 201604
 
저성장 시대 데이터 경제만이 살길이다
저성장 시대 데이터 경제만이 살길이다저성장 시대 데이터 경제만이 살길이다
저성장 시대 데이터 경제만이 살길이다
 
Fintech overview 페이게이트 박소영대표 20151006_v5
Fintech overview 페이게이트 박소영대표 20151006_v5Fintech overview 페이게이트 박소영대표 20151006_v5
Fintech overview 페이게이트 박소영대표 20151006_v5
 

Dernier

ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanMYRABACSAFRA2
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024Susanna-Assunta Sansone
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Boston Institute of Analytics
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Cathrine Wilhelmsen
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGIThomas Poetter
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Colleen Farrelly
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxMike Bennett
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
Business Analytics using Microsoft Excel
Business Analytics using Microsoft ExcelBusiness Analytics using Microsoft Excel
Business Analytics using Microsoft Excelysmaelreyes
 
Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Seán Kennedy
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectBoston Institute of Analytics
 
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...ssuserf63bd7
 
MK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxMK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxUnduhUnggah1
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
Learn How Data Science Changes Our World
Learn How Data Science Changes Our WorldLearn How Data Science Changes Our World
Learn How Data Science Changes Our WorldEduminds Learning
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfBoston Institute of Analytics
 
办理学位证加利福尼亚大学洛杉矶分校毕业证,UCLA成绩单原版一比一
办理学位证加利福尼亚大学洛杉矶分校毕业证,UCLA成绩单原版一比一办理学位证加利福尼亚大学洛杉矶分校毕业证,UCLA成绩单原版一比一
办理学位证加利福尼亚大学洛杉矶分校毕业证,UCLA成绩单原版一比一F sss
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...Boston Institute of Analytics
 

Dernier (20)

ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population Mean
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptx
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
Business Analytics using Microsoft Excel
Business Analytics using Microsoft ExcelBusiness Analytics using Microsoft Excel
Business Analytics using Microsoft Excel
 
Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis Project
 
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
 
MK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxMK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docx
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
Learn How Data Science Changes Our World
Learn How Data Science Changes Our WorldLearn How Data Science Changes Our World
Learn How Data Science Changes Our World
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
 
办理学位证加利福尼亚大学洛杉矶分校毕业证,UCLA成绩单原版一比一
办理学位证加利福尼亚大学洛杉矶分校毕业证,UCLA成绩单原版一比一办理学位证加利福尼亚大学洛杉矶分校毕业证,UCLA成绩单原版一比一
办理学位证加利福尼亚大学洛杉矶分校毕业证,UCLA成绩单原版一比一
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
 

모바일VR 사용자 인터페이스를 위한 데이터 기반 기계 학습 - 딥픽셀 이제훈 대표

  • 1. V i s u a l I n t e l l i g e n c e C o m p a n y © 2017. Deepixel Inc. all rights reserved. 모바일 VR 사용자 인터페이스를 위한 데이터 기반 기계 학습 이제훈 2017 데이터 진흥주간 | 2017 데이터 그랜드 컨퍼런스 | 지능형 데이터 for AI | 2017년 11월 7일
  • 2. 2 © 2017. Deepixel Inc. all rights reserved. Contents Data-driven Machine Learning I n t e l l i g e n ce , M a c h i n e Le a r n i n g | D e e p Le a r n i n g , B i g D at a Mobile VR User Interface P I X I E , Re i n v e n t e d 3 D N at u r a l I n t e r f a ce f o r M o b i le V R Concluding Remarks P18 P3 P29
  • 3. © 2017. Deepixel Inc. all rights reserved. Data-driven Machine Learning Int elligence, M a chine Lea rning | Deep Lea rning, Big Dat a
  • 4. 4 © 2017. Deepixel Inc. all rights reserved. Intelligence • • Turing test: A test of a machine's ability to exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human [Alan Turing, MIND, 1950] • https://en.wikipedia.org/wiki/Turing_test
  • 5. 5 © 2017. Deepixel Inc. all rights reserved. Intelligence • How can we add intelligence to the machine? Data Algorithm/Rule Output Machine Machine Algorithm/Rule Data Output Machine LearningTraditional Programming C
  • 6. 6 © 2017. Deepixel Inc. all rights reserved. Machine Learning • Field of computer science that gives computers the ability to learn without being explicitly programmed (Arthur Samuel, 1959) • Data-driven approach: Generalization and pattern discovery from training data • Data is crucial to machine learning. • Traditional programming • Impossible to make a perfect rule Too many rules Too many factors influencing the rules Obscure rules • https://en.wikipedia.org/wiki/Machine_learning
  • 7. 7 © 2017. Deepixel Inc. all rights reserved.• https://machinelearningmastery.com/ A mind map of machine learning algorithms (by type)
  • 8. 8 © 2017. Deepixel Inc. all rights reserved. Deep learning • Large neural network with a cascade of multiple layers of nonlinear processing units • Improvement of • Algorithms: Unsupervised pre-training [G. Hinton, TCS, 2007], Dropout [G. Dhal, ICASSP, 2013], and so on. • H/W : GPU • Big data: Lots of datasets from the Internet, SNS, and so on.
  • 9. 9 © 2017. Deepixel Inc. all rights reserved. Deep Learning X Big Data Cat face, Google, 10M 200x200 captures from YouTube Large scale unsupervised learning [Quoc V. Le et al., ICML, 2012] AlphaGo, Google DeepMind, ~30M moves, large numbers of games against other instances of itself Deep learning w/ supervised learning and reinforcement learning [D. Silver et al., Nature, 2016] • https://googleblog.blogspot.kr/2012/06/using-large-scale-brain-simulations-for.html • http://www.nature.com/nature/journal/v529/n7587/index.html
  • 10. 10 © 2017. Deepixel Inc. all rights reserved. Datasets for Machine Learning | Deep Learning • https://en.wikipedia.org/wiki/List_of_datasets_for_machine_learning_research • FERET (facial recognition technology) • CMU Pose, Illumination, and Expression (PIE) • YouTube Faces DB • Yale Face Database • TV Human Interaction Dataset • Berkeley Multimodal Human Action Database (MHAD) • Microsoft Common Objects in Context (COCO) • ImageNet • MNIST database • Stanford Dogs Dataset • Microsoft Sequential Image Narrative Dataset (SIND) • Berkeley 3-D Object Dataset • Etc.
  • 11. 11 © 2017. Deepixel Inc. all rights reserved. THE MNIST(Modified National Institute of Standards and Technology) DATABASE Handwritten digits for handwriting and character recognition 60,000 images • http://yann.lecun.com/exdb/mnist/
  • 12. 12 © 2017. Deepixel Inc. all rights reserved.• http://www.vision.caltech.edu/Image_Datasets/Caltech_10K_WebFaces/ Caltech Web Faces Frontal face images for facial recognition 10,000 images
  • 13. 13 © 2017. Deepixel Inc. all rights reserved. ImageNet Labeled objects, SIFT features for object detection/recognition LSVRC (Large Scale Visual Recognition Challenge) 14,197,122+ images (Y2010) • http://image-net.org/index
  • 14. 14 © 2017. Deepixel Inc. all rights reserved. Deep Learning w/ or w/o Big Data • Deep learning is a powerful tool but, it requires lots of annotated data. • Annotated data may be • Expensive (human labor) • Very difficult to collect • Not publicly available • How to effectively collect large scale data with little human labor? • Data augmentation • Synthetic data • Data cleaning • Etc.
  • 15. 15 © 2017. Deepixel Inc. all rights reserved. Data Collection for Deep Learning • End-to-End Learning of Deep Visual Representations for Image Retrieval [Gordo et al., IJCV, 2017] To automatically clean datasets by pruning edges of matched images with the pairwise matching graph from public datasets with noisy. • Frankenstein: Learning Deep Face Representations using Small Data [Hu et al., TIP, 2017] To generate very large training datasets of synthetic images by composition of real face images in a given dataset, which swaps the facial components of different face images to generate a new face.
  • 16. 16 © 2017. Deepixel Inc. all rights reserved. Data Collection for Deep Learning • The SYNTHIA Dataset: A Large Collection of Synthetic Images for Semantic Segmentation of Urban Scenes. [Ros et al., CVPR, 2016] To render a virtual city created with the Unity development platform and automatically generate realistic synthetic images with pixel-level annotations. • Data-Augmentation for Reducing Dataset Bias in Person Re-identification [McLaughlin et al., AVSS, 2015] Random modification including background simulation of the raw data to increase dataset diversity. C
  • 17. 17 © 2017. Deepixel Inc. all rights reserved. Deep Learning w/ or w/o Big Data (again) • Deep learning is one of the best methods in machine learning. • Big data is crucial to deep learning. • Data scarcity problem • Alternative methods for collecting data
  • 18. © 2017. Deepixel Inc. all rights reserved. Mobile VR User Interface P I X I E , Reinvent ed 3D N at ura l Int erfa ce for M obile VR
  • 19. 19 © 2017. Deepixel Inc. all rights reserved. • https://vr.google.com/ • https://www.vive.com/ Mobile VR PC/Console VR
  • 20. 20 © 2017. Deepixel Inc. all rights reserved. Mobile VR Interface • https://uxdesign.cc/
  • 21. 21 © 2017. Deepixel Inc. all rights reserved.• http://edition.cnn.com/videos/world/2016/11/28/alibaba-vr-shopping-stevens-pkg.cnn
  • 22. 22 © 2017. Deepixel Inc. all rights reserved. PIXIE Reinvented 3D Natural Interface for Mobile VR
  • 23. 23 © 2017. Deepixel Inc. all rights reserved. Hand motion tracking in a VR/AR environment • http://www.samsung.com/us/campaign_smarttv/ • https://www.microsoft.com/en-us/hololens/ Smart TV AR Headset
  • 24. 24 © 2017. Deepixel Inc. all rights reserved. Our Approach • Challenging Issues • Difficult to collect the desired training dataset: the back of the hand designed shape of the hand for UX/UI dataset with various colors and poses of the hand • 3D pose estimation with no additional device other than a smartphone with a single camera • Real-time operation ( 60ms) in a mobile environment • Our Approaches • Development of DEEP(Data Extraction Equipment and Program) to collect data • -big- • Algorithm optimization to reduce computational complexity
  • 25. 25 © 2017. Deepixel Inc. all rights reserved. DEEP(Data Extraction Equipment & Program)
  • 26. 26 © 2017. Deepixel Inc. all rights reserved. DEEP dataset Hand and fingertip action videos and images for PIXIE 50+ video files 1h+ running time 20,000+ images
  • 27. 27 © 2017. Deepixel Inc. all rights reserved. Algorithm • https://en.wikipedia.org/wiki/Local_binary_patterns • https://en.wikipedia.org/wiki/Support_vector_machine
  • 28. 28 © 2017. Deepixel Inc. all rights reserved. C https://www.youtube.com/watch?v=aCP6__kv1zM
  • 29. 29 © 2017. Deepixel Inc. all rights reserved. Concluding Remarks • Design suitable methods and choose the right machine learning algorithm for your problem according to the size of datasets you have, performance of available hardware, and challenging issues of the given problem. • Collect your dataset with a clever way , if you choose a machine learning algorithm as your core solution.
  • 30. 30 © 2017. Deepixel Inc. all rights reserved.w w w . d e e p i x e l . x y z Thank You