簡易檢索 / 詳目顯示

研究生: 邱韻宇
Yun-Yu Chiu
論文名稱: 文件呈現之多媒體系統
A Multimedia Presentation System for Documents
指導教授: 楊傳凱
Chuan-Kai Yang
口試委員: 林伯慎
Bor-Shen Lin
花凱龍
Kai-Long Hua
學位類別: 碩士
Master
系所名稱: 管理學院 - 資訊管理系
Department of Information Management
論文出版年: 2018
畢業學年度: 106
語文別: 中文
論文頁數: 47
中文關鍵詞: 文件分析視覺顯著區域偵測圖像分割圖像拼貼情緒分析
外文關鍵詞: Document Analysis, Saliency Detection, Image Segmentation, Image Collage, Sentiment Analysis
相關次數: 點閱:255下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 在人機互動介面演變過程中,現今的電腦多以圖形使用者介面的方式呈現,與早期電腦使用的命令列介面相比,在視覺上更為簡單、直覺,操作使用也更為方便。

    在圖形介面中,圖示(Icons)為用來指示使用者執行各種操作的圖像,其中文件類型的檔案常以特定圖示表達,正因如此,造成文件之間在視覺上因而缺少了獨特性,使用者也無法從圖示中迅速喚起對此文件之內容的記憶,因而,搜尋文件時也會增加其搜尋時間。因此本論文提出了一種能自動生成具有文件上下文語義的圖示系統,透過文件分析找出關鍵字並且檢索出其關鍵字之對應圖像,運用視覺顯著區域偵測與圖像分割來提取圖像前景,最後以拼貼方式產生出代表此文件的圖示,以取代傳統圖形使用者介面中的圖示,提高檔案之間的獨特性與降低搜尋時間。

    除了文件圖示研究之外,本論文也提出其他文件呈現之研究,包括利用文字與情緒分析將文件以視覺與聽覺的方式呈現給使用者。最終透過本研究之系統在尚未開啟檔案前以不同感受呈現文件,讓使用者對其文件產生更多記憶點,進而快速喚起對文件內容的記憶。


    In the evolution of human-computer interface, modern desktop applications make use of the prevalent graphical user interfaces.It’s visually simpler, intuitive, and easier for users to work with.

    Icons are parts of the graphical user interfaces for a computer system. They are pictograms displayed on a computer screen in order to help a user navigate a computer system. In general, the same type of documents are often represented by the same icon, so it may lead to lots of identical icons that are not distinctive. As users can’t quickly recall the contents of the document from the icons so it will increase the time of retrieval. Our research provides a system which can automatically generate icons associated with a document’s context semantics. Firstly we find keywords through document contents analysis and retrieve the images of keywords. Next, we make use of saliency detection and image segmentation to extract the image foreground. Finally, the icon is generated from a image collage. The resulting icons can enhance the representation of files in a Graphical User Interface by providing semantically and graphically distinguishable symbols.

    In addition to icons, we also provide other presentations for documents. Using text analysis and sentiment analysis we present documents by auditory and visual information. Through our system, users can improve their associated memory and quickly evoke the contents of the documents by different feelings before the file is opened.

    中文摘要.................................................................. III 英文摘要.................................................................. IV 誌謝 ...................................................................... V 目 錄 ..................................................................... VI 圖目錄 .................................................................... VIII 表目錄 .................................................................... X 第一章 緒論 .............................................................. 1 1.1 研究動機與目的 ............................................................ 1 1.2 論文架構 .................................................................... 2 第二章 文獻探討 ......................................................... 3 2.1 圖示設計 .................................................................... 3 2.2 文件瀏覽介面 ............................................................... 6 2.3 文件視覺化.................................................................. 7 第三章 演算法設計與系統實作............................................ 9 3.1 系統流程 .................................................................... 9 3.2 文件分析(Document Analysis)............................................. 10 3.2.1 文件內容擷取 . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 3.2.2 中文斷詞及詞性標記 . . . . . . . . . . . . . . . . . . . . . . . 10 3.2.3 TF-IDF 計算 . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 3.3 圖像檢索(Image Retrieval)................................................. 13 3.4 圖像前景提取 (Foreground Extraction) ................................... 14 3.4.1 視覺顯著區域偵測 . . . . . . . . . . . . . . . . . . . . . . . . 14 3.4.2 圖像切割 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.5 圖像組合(Image Combination)............................................. 20 3.5.1 圖像縮放 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 3.5.2 圖像拼貼 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 VI 3.5.3 圖像多餘空間移除 . . . . . . . . . . . . . . . . . . . . . . . . 22 3.5.4 文件類型之圖示標記 . . . . . . . . . . . . . . . . . . . . . . . 23 3.6 文件總管(File Explorer).................................................... 24 3.6.1 文件內容之呈現 . . . . . . . . . . . . . . . . . . . . . . . . . . 24 3.6.2 文件之圖示呈現 . . . . . . . . . . . . . . . . . . . . . . . . . . 25 3.6.3 文件之情緒呈現 . . . . . . . . . . . . . . . . . . . . . . . . . . 25 第四章 結果展示與評估................................................... 28 4.1 系統環境 .................................................................... 28 4.2 文件圖示生成系統.......................................................... 29 4.2.1 介面說明 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 4.2.2 結果展示 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 4.3 文件總管 .................................................................... 36 第五章 系統實驗 ......................................................... 39 5.1 實驗一:文件搜尋時間差異.................................................. 39 5.1.1 實驗環境 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 5.1.2 實驗結果 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 5.2 實驗二:系統評估............................................................ 41 5.2.1 實驗結果 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 5.3 實驗三:圖像拼貼空間使用率 ............................................... 43 5.3.1 實驗環境 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 5.3.2 實驗結果 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 第六章 結論與未來展望................................................... 45 參考文獻.................................................................. 46

    [1] Beatpick. http://www.beatpick.com/player/index.
    [2] Incompetech. https://incompetech.com/music/royalty-free/music.html.
    [3] Jieba. https://github.com/anderscui/jieba.NET.
    [4] Pixabay. https://pixabay.com.
    [5] H. B. Barlow. Possible principles underlying the transformations of sensory messages. IEEE Sensory Communication, page 18, 1961.
    [6] Andreas Girgensohn, Frank M. Shipman III, Francine Chen, and Lynn Wilcox. Docubrowse: faceted searching, browsing, and recommendations in an enterprise context. In Proceedings of the 15th International Conference on Intelligent User Interfaces, IUI 2010, Hong Kong, China, February 7-10, 2010, pages 189–198, 2010.
    [7] Xiaodi Hou and Liqing Zhang. Saliency detection: A spectral residual approach. In 2007 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR 2007), 18-23 June 2007, Minneapolis, Minnesota, USA, 2007.
    [8] Laurent Itti, Christof Koch, and Ernst Niebur. A model of saliency-based visual attention for rapid scene analysis. IEEE Trans. Pattern Anal. Mach. Intell.,20(11):1254–1259, 1998.
    [9] Philipp Kolhoff, Jacqueline Preuß, and J¨orn Loviscach. Music icons: Procedural glyphs for audio files. In 19th Brazilian Symposium on Computer Graphics and Image Processing (SIBGRAPI 2006), 8-11 October 2006, Manaus, Amazonas,Brazil, pages 289–296, 2006.
    [10] John P. Lewis, Ruth Rosenholtz, Nickson Fong, and Ulrich Neumann. Visualids: automatic distinctive icons for desktop interfaces. ACM Trans. Graph.,23(3):416–423, 2004.46
    [11] Nobuyuki Otsu. A threshold selection method from gray-level histograms. IEEE Transactions on Systems, Man and Cybernetics, page 5, 1979.
    [12] Carsten Rother, Vladimir Kolmogorov, and Andrew Blake. ”grabcut”: interactive foreground extraction using iterated graph cuts. ACM Trans. Graph.,23(3):309–314, 2004.
    [13] Rishiraj Saha Roy, Abhijeet Singh, Prashant Chawla, Shubham Saxena, and Atanu R. Sinha. Automatic assignment of topical icons to documents for faster file navigation. In 14th IAPR International Conference on Document Analysis and Recognition, ICDAR 2017, Kyoto, Japan, November 9-15, 2017, pages 1338–1345, 2017.
    [14] Vidya Setlur, Conrad Albrecht-Buehler, Amy Ashurst Gooch, Samuel Rossoff, and Bruce Gooch. Semanticons: Visual metaphors as file icons. Comput. Graph.Forum, 24(3):647–656, 2005.
    [15] Hendrik Strobelt, Daniela Oelke, Christian Rohrdantz, Andreas Stoffel, Daniel A. Keim, and Oliver Deussen. Document cards: A top trumps visualization for documents. IEEE Trans. Vis. Comput. Graph., 15(6):1145–1152,2009.
    [16] Min-Joon Yoo and In-Kwon Lee. Affecticon: Emotion-based icons for music retrieval. IEEE Computer Graphics and Applications, 31(3):89–95, 2011.

    無法下載圖示 全文公開日期 2023/07/10 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)
    全文公開日期 本全文未授權公開 (國家圖書館:臺灣博碩士論文系統)
    QR CODE