SlideShare une entreprise Scribd logo
1  sur  30
Télécharger pour lire hors ligne
基於CNN對易混淆中藥的手機辨識系統
Recognition	of	Easily-confused	TCM	Herbs	
Using Convolutional	Neural	Network
On	The	Smartphone
Kun-chan Lan (藍崑展)
National Cheng Kung University
Joint work with Min-Chun Hu and
Juei-Chun Weng
1GTC	Taiwan	2017
A	little	about	me
• Background in sensor network (aka. IoT)
•2011: experienced TCM
•2013: started doing research on TCM
• smartphone APPs for TCM
• Tongue diagnosis (https://lens.csie.ncku.edu.tw/~john/)
• AR-based acupoint localization
(https://www.youtube.com/watch?time_continue=1&v=RyzKMuo3Gjo)
• TCM Herb recognition
•2015: studying TCM at China Medical University
(中國醫藥⼤學)
2
GTC	Taiwan	2017
TCM	101
• Based on thousands of years of clinical experiences
• Data -> model (similar to DNN?)
• Treat by symptom 症(personalized treatment)
• Considering individual constitution and the interaction with the
environment
• Western Medicine : Treat by disease 病(same treatment for same disease)
• Four diagnoses (四診) : collect biometrics using sensors on the human body
• Inspection (望)
• Listen and smell (聞)
• Inquiry (問)
• Palpation (切)
3
GTC	Taiwan	2017
Chinese	Herbal	Medicine		
• Traditional	Chinese	medicine	(TCM)	originated	in	China	and	has	
evolved	over	5000 years. TCM is one of Complementary Medicines
(互補醫學) recognized by World Health Organization (WHO)
• Chinese	Herbal	Medicine	(CHM)	is one	of	the important	therapies	in	
TCM (⼀針,	⼆灸,	三湯藥)
4
GTC	Taiwan	2017
Easily-confused	herbs	
5
山藥 木薯
黃耆 紅耆
人參 西洋參
川木通 關木通
川母貝(松貝) 平母貝
黃芩 綠黃芩
GTC	Taiwan	2017
黃耆 vs.	紅耆
•Some TCM herbs have similar shape and
color but different utilities and cost.
6
GTC	Taiwan	2017
Smartphone	to	the	rescue?	
Information
Illustrated	handbooks Smartphones
7
GTC	Taiwan	2017
Internet
A	simple	client-server	framework	
Pre-trained
Clustering
Model
Pre-trained
Classification	
Model
CHM
Info.
Image
Preprocessing
Predict	
Result
server
8
GTC	Taiwan	2017
Prior	work	on	TCM	herb	recognition
Tao	et	al.	 Liu	et	al.	 Sun	et	al. Ours
Category 18 8 95 24
Confused Herbs	Pair	 1 0 2 10
Method Hand-Crafted	Method Hand-Crafted	Method CNN Hierarchical	Clustering
CNN
Implemented	on	
smartphone
No No No Yes
9
GTC	Taiwan	2017
What	we	did	(	a	demo)
• 山藥 vs. 木
• 黃耆 vs. 紅耆
• GTC-demo_video.wmv
10
Test1 Test2 Test3 Test4 Test5 Avg.
Xiaomi 3.083 2.535 2.755 2.856 2.508 2.7474(s)
Asus 2.594 2.907 3.133 2.294 2.820 2.7496(s)
Smartphones
recognition	time
GTC	Taiwan	2017
Why	Deep	Learning?
• With	traditional	hand-crafted	methods,	It	is	not	easy	to	find	
representative	features	for	easily-confused	TCM	herbs.	
• Deep	learning	can	automatically	learn	about	the	features.
Color?
Shape?
Texture?
11
GTC	Taiwan	2017
CNN-CaffeNet
24
12
GTC	Taiwan	2017
Dataset	(中藥飲片)
• CHM dataset collected by iPhone6 camera.
• 2400 images of 24 CHMs
• 1440 images for training
• 960 images for testing
山藥(A1) 木薯(A2)
黃耆(B1) 紅耆(B2)
人參(C1) 西洋參(C2) 綠衣枳實(F1)	 枳實(F2)
川木通(D1) 關木通(D2)
川母貝(松貝)	(E1)	 平母貝(E2)
川烏(G1)	 草烏(G2)	
黃芩(H1) 綠黃芩(H2)
半夏(I1)	 水半夏(I2)
石蓮子(J1) 苦石蓮(J2)
川牛膝(K1) 味牛膝(K2)
北板藍根(L1) 南板藍根(L2)
13
GTC	Taiwan	2017
Experimental	Environment
• INTEL	i7-4790 CPU	&	16GB	RAM
• NVIDIA	GTX	1060
• Python
• Caffe
14
GTC	Taiwan	2017
Result
Naïve	CNN	Method
15
Training Phase
Testing Phase
Input	Image
Pre-trained
CNN	Model
CNN
Model
Feature	Extraction
Training	Images
…
GTC	Taiwan	2017
16
80%
84%
88%
92%
96%
100%
A1 A2 B1 B2 C1 C2 D1 D2 E1 E2 F1 F2 G1 G2 H1 H2 I1 I2 J1 J2 K1 K2 L1 L2 Avg
CNN HCNN	by	AP	algorithm	(Average) HCNN	by	illustrated	handbook
poor	results	for	some	herbs	(green	bars)
GTC	Taiwan	2017
Hierarchical	Clustering	CNN
17
GTC	Taiwan	2017
Result
Hierarchical	Clustering	CNN	Method
18
Training Phase
Testing Phase
Input	Image
Second-layer
CNN-based
Classification-1	ModelFirst-layer
CNN-based	
Clustering	
Model
First-layer
Pre-trained
Clustering
Model
Second-layer
Pre-trained
Classification	Model
Training	Images
…
…
CNN-based
Classification-n	Model
Second-layer
If	there	are	more	
than	one	category	
in	the	group
Data	clustering
GTC	Taiwan	2017
Clustering:	Affinity	Propagation
Training	Images
…
Affinity	Propagation
algorithm
Feature	
Extraction
Each	kind	of	herbs	
randomly	samples	
images.
Each	kind	of	herbs	decides	
an	final	exemplar.	
If	the	exemplar	of	two	kind	
of	herbs	are	the	same,	we	
cluster	two	herbs	into	a	
group.
1
2
3
19
.	"Clustering	by	passing	messages	between	data	points".
Science. 315 (5814): GTC	Taiwan	2017
current	results
20GTC	Taiwan	2017
Usefulness	of	CNN?
• Hand-Crafted Method
• SIFT
• HOG
• LBP
• SVM(classifier)
CNN method
• CaffeNet model
(5 conv layers)
• VGG16 model
(13 conv layers)
Test time(s)
1.93684
5.95769
Using	five-fold	cross	validation	to	calculate	accuracy
21
Method Accuracy
LBP+SVM 86.85%
HOG+SVM 75.31%
SIFT+SVM 70.83%
Method Accuracy
CNN[CaffeNet] 95.69%
CNN[VGG16] 95.63%
GTC	Taiwan	2017
Effect	of	Fine-tune
• Fine-tune by pre-trained CaffeNet model (based on ImageNet
data)
22
0.0%
10.0%
20.0%
30.0%
40.0%
50.0%
60.0%
70.0%
80.0%
90.0%
100.0%
0 1 2 4 6 8 10 20 30 40 50 60 70 80 90 100 110 120 130 140 150 160 170 180 190 200 210 220 230 240 250
Accuracy
Iterations
Fine-tune Re-train
GTC	Taiwan	2017
CNN	vs.	HCNN	
80%
84%
88%
92%
96%
100%
A1 A2 B1 B2 C1 C2 D1 D2 E1 E2 F1 F2 G1 G2 H1 H2 I1 I2 J1 J2 K1 K2 L1 L2 Avg
CNN HCNN	by	AP	algorithm	(Average) HCNN	by	illustrated	handbook
Using	five-fold	cross	validation	to	calculate	accuracy
95.63%
97.54%
97.85%
88.80%
93.55%
94.5%
80%
84%
88%
92%
96%
100%
A1 A2 B1 B2 C1 C2 D1 D2 E1 E2 F1 F2 G1 G2 H1 H2 I1 I2 J1 J2 K1 K2 L1 L2 Avg
CNN HCNN	by	AP	algorithm	(Average) HCNN	by	illustrated	handbook
1 2 3 4 5 6 7 8 9 10
97.65% 97.48% 97.85% 97.08% 97.85% 97.88% 97.48% 97.23% 97.65% 97.23% 23
GTC	Taiwan	2017
Effect	of	Smartphones?
iPhone Xiaomi Samsung Asus
24
GTC	Taiwan	2017
Effect	of	Smartphones
A1 A2 B1 B2 C1 C2 D1 D2 E1 E2 F1 F2 G1 G2 H1 H2 I1 I2 J1 J2 K1 K2 L1 L2 Avg.
iPhone 100.00% 95.00% 85.00% 80.00% 92.50% 77.50% 95.00% 97.50% 97.50% 97.50% 90.00% 95.00% 92.50% 97.50% 92.50% 85.00% 80.00% 92.50% 100.00% 100.00% 100.00% 92.50% 87.50% 100.00% 92.60%
Xiaomi 100.00% 75.00% 95.00% 70.00% 62.50% 60.00% 82.50% 100.00% 87.50% 62.50% 85.00% 77.50% 100.00% 70.00% 65.00% 87.50% 100.00% 60.00% 90.00% 95.00% 87.50% 92.50% 92.50% 90.00% 82.81%
Samsung 100.00% 95.00% 85.00% 72.50% 100.00% 60.00% 100.00% 100.00% 67.50% 97.50% 100.00% 100.00% 95.00% 97.50% 100.00% 47.50% 97.50% 80.00% 100.00% 100.00% 100.00% 100.00% 87.50% 80.00% 90.10%
Asus 100.00% 70.00% 90.00% 62.50% 70.00% 35.00% 87.50% 100.00% 100.00% 85.00% 97.50% 55.00% 100.00% 87.50% 50.00% 95.00% 82.50% 67.50% 77.50% 100.00% 90.00% 90.00% 87.50% 82.50% 81.77%
Avg 100.00% 83.75% 88.75% 71.25% 81.25% 58.13% 91.25% 99.38% 88.13% 85.63% 93.13% 81.88% 96.88% 88.13% 76.88% 78.75% 90.00% 75.00% 91.88% 98.75% 94.38% 93.75% 88.75% 88.13% 86.82%
25
iPhone iPhone
Xiaomi
Samsung
Asus
value value
The	number	of	pixels
The	number	of	pixels
GTC	Taiwan	2017
Not	enough	data	=>	data	augmentation?
Zoom	In
Zoom	OutClockwise	Rotation
Counter-clockwise Rotation Darken
Brighten
26
GTC	Taiwan	2017
Data	Augmentation
(1).	iPhone	camera	(The	original	training	data)
iPhone
1440	images
(2).	iPhone	camera	+	AUG*2(Rotation)
(3).	iPhone	camera	+	AUG*4(Rotation+Size)
(4).	iPhone	camera	+	AUG*6(Rotation+Size+Brightness)
iPhone
1440	images
iPhone
10080	images
iPhone
7200	images
iPhone
4320	images
(6).	4	smartphones	camera	+	AUG*6
iPhone
1440	images
Xiaomi
1440	images
Samsung
1440	images
ASUS
1440	images
iPhone
10080	images
Xiaomi
10080	images
Samsung
10080	images
ASUS
10080	images
(5).	4	smartphones	camera
iPhone
1440	images
Xiaomi
1440	images
Samsung
1440	images
ASUS
1440	images
Model	trained	by	6	different	training	data
27
GTC	Taiwan	2017
data	augmentation	vs.	adding	more	phone	data
70.00%
75.00%
80.00%
85.00%
90.00%
95.00%
100.00%
iPhone Xiaomi Samsung Asus Average
1 2 3 4 5 6
Training	Data
1. iPhone	camera	
2. iPhone	camera	+	AUG*2(Rotation)
3. iPhone	camera	+	AUG*4(Rotation	+	Size)
4. iPhone	camera	+	AUG*6(Rotation	+	Size	+	Brightness)
5. 4	smartphones	camera
6. 4	smartphones	camera	+	AUG*6
iPhone Xiaomi Samsung Asus Average
1 92.60% 82.81% 90.10% 81.77% 86.82%
2 92.81% 84.48% 88.13% 84.27% 87.42%
3 94.27% 85.21% 88.96% 84.58% 88.26%
4* 94.48% 88.96% 91.02% 90.52% 91.24%
5* 94.06% 93.02% 95.31% 93.85% 94.06%
6 96.04% 95.83% 96.25% 94.90% 95.76%
28
GTC	Taiwan	2017
Conclusions
• Automatic	recognition	of	24	easily-confused	CHMs	on	the	smartphone.
• Compared	to	traditional	hand-crafted	method,	CNN	works	better!
• We	propose	a	hierarchical	CNN	method	which	automatically	clusters	the	
herbs	using	AP	algorithm.	This	brings	an	accuracy	improvement	up	to	5%	
for	some	TCM	herbs
• Differences	between	phones	need	to	be	considered	when	designing	image	
recognition	Apps	on	the	phone
29
GTC	Taiwan	2017
Future	work
• Short term
• Collect data for all 300+ TCM
herbs
• Try with more different phones
under different lighting conditions
• Long term
• A TCM robot assistant
30
GTC	Taiwan	2017

Contenu connexe

Tendances

Tendances (20)

OAuth 2.0 Web Messaging Response Mode - OpenID Summit Tokyo 2015
OAuth 2.0 Web Messaging Response Mode - OpenID Summit Tokyo 2015OAuth 2.0 Web Messaging Response Mode - OpenID Summit Tokyo 2015
OAuth 2.0 Web Messaging Response Mode - OpenID Summit Tokyo 2015
 
IIJmio meeting 31 音声通信の世界
IIJmio meeting 31 音声通信の世界IIJmio meeting 31 音声通信の世界
IIJmio meeting 31 音声通信の世界
 
IIJmio meeting 8 続、MVNOとSIMフリー端末の問題について (iOS編)
IIJmio meeting 8 続、MVNOとSIMフリー端末の問題について (iOS編)IIJmio meeting 8 続、MVNOとSIMフリー端末の問題について (iOS編)
IIJmio meeting 8 続、MVNOとSIMフリー端末の問題について (iOS編)
 
IoT風速計を作った話
IoT風速計を作った話IoT風速計を作った話
IoT風速計を作った話
 
eSIMとは何か
eSIMとは何かeSIMとは何か
eSIMとは何か
 
2019 FIDO Tokyo Seminar - FIDO認定と国内で初めて開催したFIDO相互接続性試験について
2019 FIDO Tokyo Seminar - FIDO認定と国内で初めて開催したFIDO相互接続性試験について2019 FIDO Tokyo Seminar - FIDO認定と国内で初めて開催したFIDO相互接続性試験について
2019 FIDO Tokyo Seminar - FIDO認定と国内で初めて開催したFIDO相互接続性試験について
 
プロフェッショナルSSL/TLS 1.2章
プロフェッショナルSSL/TLS 1.2章プロフェッショナルSSL/TLS 1.2章
プロフェッショナルSSL/TLS 1.2章
 
Authlete: セキュアな金融 API 基盤の実現と Google Cloud の活用 #gc_inside
Authlete: セキュアな金融 API 基盤の実現と Google Cloud の活用 #gc_insideAuthlete: セキュアな金融 API 基盤の実現と Google Cloud の活用 #gc_inside
Authlete: セキュアな金融 API 基盤の実現と Google Cloud の活用 #gc_inside
 
IIJmio meeting 13 海外トラベルSIMはどうしていつものSIMと違うのか?
IIJmio meeting 13 海外トラベルSIMはどうしていつものSIMと違うのか?IIJmio meeting 13 海外トラベルSIMはどうしていつものSIMと違うのか?
IIJmio meeting 13 海外トラベルSIMはどうしていつものSIMと違うのか?
 
IIJmio meeting 24 eSIMプロファイルの取り扱いと今後の展望
IIJmio meeting 24 eSIMプロファイルの取り扱いと今後の展望IIJmio meeting 24 eSIMプロファイルの取り扱いと今後の展望
IIJmio meeting 24 eSIMプロファイルの取り扱いと今後の展望
 
【Interop Tokyo 2016】 初心者でもわかるCisco SDNの概要
【Interop Tokyo 2016】 初心者でもわかるCisco SDNの概要【Interop Tokyo 2016】 初心者でもわかるCisco SDNの概要
【Interop Tokyo 2016】 初心者でもわかるCisco SDNの概要
 
Culture Deck_Sustainable Lab.pptx
Culture Deck_Sustainable Lab.pptxCulture Deck_Sustainable Lab.pptx
Culture Deck_Sustainable Lab.pptx
 
暗認本読書会4
暗認本読書会4暗認本読書会4
暗認本読書会4
 
20210113「アウトプットしないのは知的な便秘」の影響力 -2020年版- ~How To Output Intellectual Constipa...
20210113「アウトプットしないのは知的な便秘」の影響力 -2020年版-  ~How To Output Intellectual Constipa...20210113「アウトプットしないのは知的な便秘」の影響力 -2020年版-  ~How To Output Intellectual Constipa...
20210113「アウトプットしないのは知的な便秘」の影響力 -2020年版- ~How To Output Intellectual Constipa...
 
FIDO2導入してみたを考えてみた
FIDO2導入してみたを考えてみたFIDO2導入してみたを考えてみた
FIDO2導入してみたを考えてみた
 
IIJmio meeting 21 SIMカードの調達プロセスと管理~そしてeSIMへ
IIJmio meeting 21 SIMカードの調達プロセスと管理~そしてeSIMへIIJmio meeting 21 SIMカードの調達プロセスと管理~そしてeSIMへ
IIJmio meeting 21 SIMカードの調達プロセスと管理~そしてeSIMへ
 
ラズパイでWebRTC ヾ(*´∀`*)ノキャッキャ uv4l-webrtc 軽くハックしてみたよ!
ラズパイでWebRTC ヾ(*´∀`*)ノキャッキャ    uv4l-webrtc 軽くハックしてみたよ!ラズパイでWebRTC ヾ(*´∀`*)ノキャッキャ    uv4l-webrtc 軽くハックしてみたよ!
ラズパイでWebRTC ヾ(*´∀`*)ノキャッキャ uv4l-webrtc 軽くハックしてみたよ!
 
正しく恐れるクラウドのセキュリティ
正しく恐れるクラウドのセキュリティ正しく恐れるクラウドのセキュリティ
正しく恐れるクラウドのセキュリティ
 
[CTO Night & Day 2019] グローバルのサービス展開に向けたマルチリージョンアーキテクチャ- #ctonight
[CTO Night & Day 2019] グローバルのサービス展開に向けたマルチリージョンアーキテクチャ- #ctonight[CTO Night & Day 2019] グローバルのサービス展開に向けたマルチリージョンアーキテクチャ- #ctonight
[CTO Night & Day 2019] グローバルのサービス展開に向けたマルチリージョンアーキテクチャ- #ctonight
 
Fido認証概要説明
Fido認証概要説明Fido認証概要説明
Fido認証概要説明
 

Similaire à GTC Taiwan 2017 基於 CNN 對易混淆中藥的手機辨識系統

Device Fragmentation 2011 / Metrics of the Mobile Web
Device Fragmentation 2011 / Metrics of the Mobile WebDevice Fragmentation 2011 / Metrics of the Mobile Web
Device Fragmentation 2011 / Metrics of the Mobile Web
Avenga Germany GmbH
 

Similaire à GTC Taiwan 2017 基於 CNN 對易混淆中藥的手機辨識系統 (20)

Device Fragmentation 2011 / Metrics of the Mobile Web
Device Fragmentation 2011 / Metrics of the Mobile WebDevice Fragmentation 2011 / Metrics of the Mobile Web
Device Fragmentation 2011 / Metrics of the Mobile Web
 
Understanding the Most Advanced Future Mobile DRAM Solutions
Understanding the Most Advanced Future Mobile DRAM SolutionsUnderstanding the Most Advanced Future Mobile DRAM Solutions
Understanding the Most Advanced Future Mobile DRAM Solutions
 
智慧檢測技術與工業自動化
智慧檢測技術與工業自動化智慧檢測技術與工業自動化
智慧檢測技術與工業自動化
 
Everybody Lies
Everybody LiesEverybody Lies
Everybody Lies
 
How Machines Help Humans Root Case Issues @ Netflix
How Machines Help Humans Root Case Issues @ NetflixHow Machines Help Humans Root Case Issues @ Netflix
How Machines Help Humans Root Case Issues @ Netflix
 
Voice Recognition Eye Test
Voice Recognition Eye TestVoice Recognition Eye Test
Voice Recognition Eye Test
 
Integen X Corporate Introduction 6 15 2012
Integen X Corporate Introduction 6 15 2012Integen X Corporate Introduction 6 15 2012
Integen X Corporate Introduction 6 15 2012
 
What makes a good read? Radiologist survey - full report
What makes a good read? Radiologist survey - full report What makes a good read? Radiologist survey - full report
What makes a good read? Radiologist survey - full report
 
Lê quang hùng2016 động lực làm việc vnpt
Lê quang hùng2016 động lực làm việc vnptLê quang hùng2016 động lực làm việc vnpt
Lê quang hùng2016 động lực làm việc vnpt
 
UOG Journal Club: Intra- and interoperator reliability of manual and semi-aut...
UOG Journal Club: Intra- and interoperator reliability of manual and semi-aut...UOG Journal Club: Intra- and interoperator reliability of manual and semi-aut...
UOG Journal Club: Intra- and interoperator reliability of manual and semi-aut...
 
The New Tape in Data Centers
The New Tape in Data CentersThe New Tape in Data Centers
The New Tape in Data Centers
 
One small Step for Consumers, one giant Leap for Enterprise
One small Step for Consumers, one giant Leap for EnterpriseOne small Step for Consumers, one giant Leap for Enterprise
One small Step for Consumers, one giant Leap for Enterprise
 
Learning Biologically Relevant Features Using Convolutional Neural Networks f...
Learning Biologically Relevant Features Using Convolutional Neural Networks f...Learning Biologically Relevant Features Using Convolutional Neural Networks f...
Learning Biologically Relevant Features Using Convolutional Neural Networks f...
 
Top500 november 2017
Top500 november 2017Top500 november 2017
Top500 november 2017
 
From Data to Actions and Insights at Conviva with Rui Zhang and Yan Li
From Data to Actions and Insights at Conviva with Rui Zhang and Yan Li From Data to Actions and Insights at Conviva with Rui Zhang and Yan Li
From Data to Actions and Insights at Conviva with Rui Zhang and Yan Li
 
biometrics
biometricsbiometrics
biometrics
 
CLiC-it 2018 Presentation
CLiC-it 2018 PresentationCLiC-it 2018 Presentation
CLiC-it 2018 Presentation
 
Research perspectives in biomedical signal processing
Research perspectives in biomedical signal processingResearch perspectives in biomedical signal processing
Research perspectives in biomedical signal processing
 
Webinar slides: DIY Market Mapping Using Correspondence Analysis
Webinar slides: DIY Market Mapping Using Correspondence AnalysisWebinar slides: DIY Market Mapping Using Correspondence Analysis
Webinar slides: DIY Market Mapping Using Correspondence Analysis
 
Synex Oppday Q2/55 20120830
Synex Oppday Q2/55 20120830 Synex Oppday Q2/55 20120830
Synex Oppday Q2/55 20120830
 

Plus de NVIDIA Taiwan

GTC Taiwan 2017 從雲端到終端的瓶頸及解決之道
GTC Taiwan 2017 從雲端到終端的瓶頸及解決之道GTC Taiwan 2017 從雲端到終端的瓶頸及解決之道
GTC Taiwan 2017 從雲端到終端的瓶頸及解決之道
NVIDIA Taiwan
 
GTC Taiwan 2017 如何在充滿未知的巨量數據時代中建構一個數據中心
GTC Taiwan 2017 如何在充滿未知的巨量數據時代中建構一個數據中心GTC Taiwan 2017 如何在充滿未知的巨量數據時代中建構一個數據中心
GTC Taiwan 2017 如何在充滿未知的巨量數據時代中建構一個數據中心
NVIDIA Taiwan
 
GTC Taiwan 2017 在 Google Cloud 當中使用 GPU 進行效能最佳化
GTC Taiwan 2017 在 Google Cloud 當中使用 GPU 進行效能最佳化GTC Taiwan 2017 在 Google Cloud 當中使用 GPU 進行效能最佳化
GTC Taiwan 2017 在 Google Cloud 當中使用 GPU 進行效能最佳化
NVIDIA Taiwan
 
GTC Taiwan 2017 NVIDIA VRWorks SDK 加速性能與提升 VR 使用經驗
GTC Taiwan 2017 NVIDIA VRWorks SDK 加速性能與提升 VR 使用經驗GTC Taiwan 2017 NVIDIA VRWorks SDK 加速性能與提升 VR 使用經驗
GTC Taiwan 2017 NVIDIA VRWorks SDK 加速性能與提升 VR 使用經驗
NVIDIA Taiwan
 
GTC Taiwan 2017 NVIDIA Holodeck 與 Isaac VR 技術分享
GTC Taiwan 2017 NVIDIA Holodeck 與 Isaac VR 技術分享GTC Taiwan 2017 NVIDIA Holodeck 與 Isaac VR 技術分享
GTC Taiwan 2017 NVIDIA Holodeck 與 Isaac VR 技術分享
NVIDIA Taiwan
 
GTC Taiwan 2017 GPU 平台上導入深度學習於半導體產業之 EDA 應用
GTC Taiwan 2017 GPU 平台上導入深度學習於半導體產業之 EDA 應用GTC Taiwan 2017 GPU 平台上導入深度學習於半導體產業之 EDA 應用
GTC Taiwan 2017 GPU 平台上導入深度學習於半導體產業之 EDA 應用
NVIDIA Taiwan
 
GTC Taiwan 2017 深度學習與該技術於視訊監控產業上之應用
GTC Taiwan 2017 深度學習與該技術於視訊監控產業上之應用GTC Taiwan 2017 深度學習與該技術於視訊監控產業上之應用
GTC Taiwan 2017 深度學習與該技術於視訊監控產業上之應用
NVIDIA Taiwan
 

Plus de NVIDIA Taiwan (20)

GTC Taiwan 2017 主題演說
GTC Taiwan 2017 主題演說GTC Taiwan 2017 主題演說
GTC Taiwan 2017 主題演說
 
GTC Taiwan 2017 CUDA 加速先進影像分析技術與深度學習於臨床電腦斷層掃瞄肝細胞腫瘤輔助診斷
GTC Taiwan 2017 CUDA 加速先進影像分析技術與深度學習於臨床電腦斷層掃瞄肝細胞腫瘤輔助診斷GTC Taiwan 2017 CUDA 加速先進影像分析技術與深度學習於臨床電腦斷層掃瞄肝細胞腫瘤輔助診斷
GTC Taiwan 2017 CUDA 加速先進影像分析技術與深度學習於臨床電腦斷層掃瞄肝細胞腫瘤輔助診斷
 
GTC Taiwan 2017 自主駕駛車輛發展平台與技術研發
GTC Taiwan 2017 自主駕駛車輛發展平台與技術研發 GTC Taiwan 2017 自主駕駛車輛發展平台與技術研發
GTC Taiwan 2017 自主駕駛車輛發展平台與技術研發
 
GTC Taiwan 2017 人工智慧:保險科技的未來
GTC Taiwan 2017 人工智慧:保險科技的未來GTC Taiwan 2017 人工智慧:保險科技的未來
GTC Taiwan 2017 人工智慧:保險科技的未來
 
GTC Taiwan 2017 從雲端到終端的瓶頸及解決之道
GTC Taiwan 2017 從雲端到終端的瓶頸及解決之道GTC Taiwan 2017 從雲端到終端的瓶頸及解決之道
GTC Taiwan 2017 從雲端到終端的瓶頸及解決之道
 
GTC Taiwan 2017 如何在充滿未知的巨量數據時代中建構一個數據中心
GTC Taiwan 2017 如何在充滿未知的巨量數據時代中建構一個數據中心GTC Taiwan 2017 如何在充滿未知的巨量數據時代中建構一個數據中心
GTC Taiwan 2017 如何在充滿未知的巨量數據時代中建構一個數據中心
 
GTC Taiwan 2017 用計算來凝視複雜的世界
GTC Taiwan 2017 用計算來凝視複雜的世界 GTC Taiwan 2017 用計算來凝視複雜的世界
GTC Taiwan 2017 用計算來凝視複雜的世界
 
GTC Taiwan 2017 在 Google Cloud 當中使用 GPU 進行效能最佳化
GTC Taiwan 2017 在 Google Cloud 當中使用 GPU 進行效能最佳化GTC Taiwan 2017 在 Google Cloud 當中使用 GPU 進行效能最佳化
GTC Taiwan 2017 在 Google Cloud 當中使用 GPU 進行效能最佳化
 
GTC Taiwan 2017 NVIDIA VRWorks SDK 加速性能與提升 VR 使用經驗
GTC Taiwan 2017 NVIDIA VRWorks SDK 加速性能與提升 VR 使用經驗GTC Taiwan 2017 NVIDIA VRWorks SDK 加速性能與提升 VR 使用經驗
GTC Taiwan 2017 NVIDIA VRWorks SDK 加速性能與提升 VR 使用經驗
 
GTC Taiwan 2017 NVIDIA Holodeck 與 Isaac VR 技術分享
GTC Taiwan 2017 NVIDIA Holodeck 與 Isaac VR 技術分享GTC Taiwan 2017 NVIDIA Holodeck 與 Isaac VR 技術分享
GTC Taiwan 2017 NVIDIA Holodeck 與 Isaac VR 技術分享
 
GTC Taiwan 2017 深度學習於表面瑕疵檢測之應用
GTC Taiwan 2017 深度學習於表面瑕疵檢測之應用GTC Taiwan 2017 深度學習於表面瑕疵檢測之應用
GTC Taiwan 2017 深度學習於表面瑕疵檢測之應用
 
GTC Taiwan 2017 結合智能視覺系統之機械手臂
GTC Taiwan 2017 結合智能視覺系統之機械手臂GTC Taiwan 2017 結合智能視覺系統之機械手臂
GTC Taiwan 2017 結合智能視覺系統之機械手臂
 
GTC Taiwan 2017 以雲端 GPU 將傳統硬體人工智慧化
GTC Taiwan 2017 以雲端 GPU 將傳統硬體人工智慧化GTC Taiwan 2017 以雲端 GPU 將傳統硬體人工智慧化
GTC Taiwan 2017 以雲端 GPU 將傳統硬體人工智慧化
 
GTC Taiwan 2017 GPU 平台上導入深度學習於半導體產業之 EDA 應用
GTC Taiwan 2017 GPU 平台上導入深度學習於半導體產業之 EDA 應用GTC Taiwan 2017 GPU 平台上導入深度學習於半導體產業之 EDA 應用
GTC Taiwan 2017 GPU 平台上導入深度學習於半導體產業之 EDA 應用
 
GTC Taiwan 2017 深度學習與該技術於視訊監控產業上之應用
GTC Taiwan 2017 深度學習與該技術於視訊監控產業上之應用GTC Taiwan 2017 深度學習與該技術於視訊監控產業上之應用
GTC Taiwan 2017 深度學習與該技術於視訊監控產業上之應用
 
GTC Taiwan 2017 企業端深度學習與人工智慧應用
GTC Taiwan 2017 企業端深度學習與人工智慧應用GTC Taiwan 2017 企業端深度學習與人工智慧應用
GTC Taiwan 2017 企業端深度學習與人工智慧應用
 
GTC Taiwan 2017 應用智慧科技於傳染病防治
GTC Taiwan 2017 應用智慧科技於傳染病防治GTC Taiwan 2017 應用智慧科技於傳染病防治
GTC Taiwan 2017 應用智慧科技於傳染病防治
 
NVIDIA深度學習教育機構 (DLI): Deep Learning Institute
NVIDIA深度學習教育機構 (DLI): Deep Learning InstituteNVIDIA深度學習教育機構 (DLI): Deep Learning Institute
NVIDIA深度學習教育機構 (DLI): Deep Learning Institute
 
NVIDIA深度學習教育機構 (DLI): Object detection with jetson
NVIDIA深度學習教育機構 (DLI): Object detection with jetsonNVIDIA深度學習教育機構 (DLI): Object detection with jetson
NVIDIA深度學習教育機構 (DLI): Object detection with jetson
 
NVIDIA 深度學習教育機構 (DLI): Neural network deployment
NVIDIA 深度學習教育機構 (DLI): Neural network deploymentNVIDIA 深度學習教育機構 (DLI): Neural network deployment
NVIDIA 深度學習教育機構 (DLI): Neural network deployment
 

Dernier

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Dernier (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 

GTC Taiwan 2017 基於 CNN 對易混淆中藥的手機辨識系統