博碩士論文 106522021 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:39 、訪客IP:18.222.121.184
姓名 趙永霖(Yung-Lin Chao)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 基於卷積神經網路特徵之餐廳影像分類系統
(Multiclass restaurant image classification based on Convolutional Neural Networks)
相關論文
★ 影片指定對象臉部置換系統★ 以單一攝影機實現單指虛擬鍵盤之功能
★ 基於視覺的手寫軌跡注音符號組合辨識系統★ 利用動態貝氏網路在空照影像中進行車輛偵測
★ 以視訊為基礎之手寫簽名認證★ 使用膚色與陰影機率高斯混合模型之移動膚色區域偵測
★ 影像中賦予信任等級的群眾切割★ 航空監控影像之區域切割與分類
★ 在群體人數估計應用中使用不同特徵與回歸方法之分析比較★ 以視覺為基礎之強韌多指尖偵測與人機介面應用
★ 在夜間受雨滴汙染鏡頭所拍攝的影片下之車流量估計★ 影像特徵點匹配應用於景點影像檢索
★ 自動感興趣區域切割及遠距交通影像中的軌跡分析★ 基於回歸模型與利用全天空影像特徵和歷史資訊之短期日射量預測
★ Analysis of the Performance of Different Classifiers for Cloud Detection Application★ 全天空影像之雲追蹤與太陽遮蔽預測
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 人工智慧與深度學習現今已被廣泛使用在各個領域,無論是影像辨識、電
子商業,亦或是新興媒體產業 等, 其效能也遠遠高於以往之傳統處理方式。現
今網路世界,各個餐廳往往會將餐廳 照片放置網路,以供大眾參考,或是網美
們會將去過的餐廳分享至 Instagram 、 Facebook 等社群軟體 ,但照片內容琳瑯
滿目,沒有重點。所以我們想設計一個應用介面,能將雜亂的圖片做適當的分
類,讓使用者一目了然。
本論文使用卷積神經網路 VGG16 及 Inception ,配合 PCA Principal
components analysis 的降維,將雜亂的圖片簡單分為五類 食物、菜單、室內
場景、室外場景、其他,以 I magenet 作為 預訓練模型 ,再將從 G oogle map 抓
取之 90 000 張各式餐廳場景圖片當作 訓練資料 ,擷取之 全連接 6 層之特徵經過
PCA 降 維 處理後 輸入進 SVM support vector machine 做分類,得到最後之分類
結果。
摘要(英) Artificial intelligence and deep learning are now widely used in various fields, For example,image recognition, electronic commerce, or the new media industry... its performance is much higher than the traditional way. In today′s online world, restaurants often place photos of restaurants on the Internet for public reference, or Internet celebrities will share the restaurants they have visited to social media such as Instagram and Facebook, but the photos are dazzling and unfocused. So we want to design an application that can properly classify cluttered images for the user to see at a glance.
This paper uses convolutional neural network-Inception, combined with PCA′s dimensionality reduction, to divide the messy pictures into five categories: food, menu, indoor scene, outdoor scene, and others. Imagenet is used as the Pretrain model, and then from Google map. The 93,000 pictures of various restaurant scenes were used as training data. The features of the Global Pooling layer captured by the PCA were inputted to the SVM for classification and the final classification result was obtained.
關鍵字(中) ★ 機器學習
★ 卷積神經網路
★ Inception
★ 主成分分析(PCA)
★ 支持向量機 (
關鍵字(英) ★ Machine learning
★ Convolutional nerual network
★ Inception
★ Principal components analysis(PCA)
★ Support vector machine(SVM)
論文目次 目錄
摘要
i
英文摘要
ii
目錄
iii
圖目錄
iv
表目錄
v

1 章 緒論 1
1.1
研究動機 1
1.2
相關文獻 1
1.3
系統架構介紹 2
1.4
論文架構 2

2 章 背景知識與方法研究 3
2.1
Slim 模組 3
2.2
VGG16 卷積網路模型 3
2.3 Inception V4 卷積網路模型 5
2.4
PCA 主成分分析 8
2.5
SVM 分類器 9

3 章 研究方法與系統程式 10
3.1
場景資料庫取得 10
3.2
場景訓練資料之標籤 11
3.3
場景特徵取得與處理 11
3.3.1
資料預處理 11
3.3.2
建立網路模型 12
3.3.3
特徵提取 12
3.3.4
PCA 降維 13
3.3.5
SVM 分類 14
3.4
系統介面功能說明 15

4 章 實驗結果 18
4.1
餐廳影像資料庫 18
4.2
實驗數據及分析 18
4.2.1
實驗一 以 Inception 做特徵擷取網路之分類 18
4.2.2
實驗二 : 以 VGG16 做為特徵擷取網路之分類 21
4.2.3
實驗三: 以 Inception 做 End to end 網路分類 23
4.2.4
實驗四 : 以 Inception 做特徵擷取網路之不同場景分類 25
4.2.5
實驗結果 27

5 章 結論與未來研究方向 30
參考文獻 [1] Ariadna Quattoni,Antonio Torralba. “Recognizing indoor scenes.” IEEE Conference on Computer Vision and Pattern Recognition,2009
[2] Bolei Zhou1, Agata Lapedriza1, Jianxiong Xiao,Antonio Torralba1, Aude
Oliva1. “Learning Deep Features for Scene Recognition using Places
Database.” NIPS′14 Proceedings of the 27th International Conference on Neural
Information Processing Systems - Volume 1 Pages 487-495,2014
[3] Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed,
Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, Andrew Rabinovich.
“Going Deeper with Convolutions.” IEEE Conference on Computer Vision
and Pattern Recognition (CVPR),2015
[4] Karen Simonyan, Andrew Zisserman. “Very Deep Convolutional Networks for
Large-Scale Image Recognition.” arXiv preprint arXiv:1409.1556 ,2014. [5] Pearson, K.,”On Lines and Planes of Closest Fit to Systems of Points in Space.”, Philosophical Magazine. 2 (6): 559–572, 1901.
[6] Cortes, Corinna, and Vladimir VAPNIK. ”Support-vector networks. ”
Machine Learning, 20(3), 273–297, 1995
[7] Kaiming He,Georgia Gkioxari,Piotr Dollár,Ross Girshick.,”Mask R-CNN .”,
IEEE International Conference on Computer Vision (ICCV) , 2017.
指導教授 鄭旭詠(Hsu Yung Cheng) 審核日期 2019-7-23
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明