Talkminer: a Lecture Video Search Engine

Total Page:16

File Type:pdf, Size:1020Kb

Talkminer: a Lecture Video Search Engine 技術論文 TalkMiner: A Lecture Video Search Engine 要 旨 Web配信されるレクチャー・ビデオを対象とした検索 エンジンの設計と実装について述べる。検索可能なテキ スト・インデックスを作成することで、YouTubeをはじ めとするさまざまなWebサイトにあるレクチャー・ビデ オの中で使われている資料を見つけることができる。こ のインデックスは、ビデオ中に表示されるプレゼンテー ション・スライドのテキストから、また利用可能なタイ トルや要約などの関連するメタデータから構築される。 ビデオの連続した流れの中でスライドを自動的に識別 するためにはさまざまな困難が伴う。例えば、話者とス ライドを同時表示するpicture-in-picture、カメラの切替 り、スライド・ビルドなど、スライド画像を抽出する基 本アルゴリズムだけでは対応が難しい。本稿ではこれら の課題に対応し、スライド識別の性能を改善する拡張ア ルゴリズムについて述べる。 アルゴリズムの評価と検索エンジンの有用性を試験す るためにwww.talkminer.comを公開している。これまで にさまざまなサイトで公開されている17,000を超えるレ クチャー・ビデオのインデックス作成を完了している。 Abstract The design and implementation of a search engine for lecture webcasts is described. A searchable text index is created allowing users to locate material within lecture videos found on a variety of websites such as YouTube and Berkeley webcasts. The searchable index is built from the text of presentation slides appearing in the video along with other associated metadata such as the title and abstract when available. The automatic identification of distinct slides within the video stream presents several challenges. For example, picture-in-picture compositing of a speaker and a presentation slide, switching cameras, and slide builds Authors confuse basic algorithms for extracting keyframe slide John Adcock*1 images. Enhanced algorithms are described that Matthew Cooper*1 improve slide identification. Laurent Denoue*1 Hamed Pirsiavash*2 A public system was deployed to test the algorithms Lawrence A. Rowe*1 and the utility of the search engine at www.talkminer.com. *1 FX Palo Alto Laboratory, Inc To date, over 17,000 lecture videos have been indexed *2 University of California, Irvine from a variety of public sources. 118 富士ゼロックス テクニカルレポート No.21 2012 技術論文 TalkMiner: A Lecture Video Search Engine lecture video despite the wide variety of video 1. Introduction capture practices and production techniques in Lecture videos or webcasts are increasingly use. available on the Internet. These webcasts may TalkMiner is not a video hosting system; it be class lectures (e.g., Berkeley webcasts, Kyoto does not retain or serve a copy of the original OCW), research seminars (e.g., Google Tech video files. The videos are processed to identify Talks, PARC Forum, etc.), or product their distinct slides and corresponding time demonstrations or training. Many of these video codes, and a search index is constructed from lectures are organized around typical slide-based text recovered from the slides. When a user presentation materials (e.g.: PowerPoint). reviews a lecture, the video is embedded from Conventional web search engines can find a the original hosting website. As a result, storage webpage with a lecture on it if the searcher requirements for our system are minimal. The includes “webcast" or “lecture" among the search current system has indexed over 17,000 lecture terms, or searches on a website oriented videos but only consumes approximately 20 GB towards video lecture content (e.g: of storage. AcademicEarth). This type of search can be This report describes the design and successful if the hosting website includes a implementation of the TalkMiner system. It is detailed textual description of the contents of the organized as follows. Section 2 describes the video, indexable with standard text-based search basic operation of the interactive search system. technology. But simply locating a topical video Section 3 reviews related work in this area. may not be satisfactory. Users, particularly Section 4 details the implementation of the students, need to find the precise points inside a system including the back-end slide detection video when an instructor covers a specific topic algorithms and the front-end web-based search within a lecture (e.g., course requirements or system. We also review some experiments discussion of a specific concept). Answering validating our slide detection scheme. Section 5 these needs requires a search engine that can concludes the paper with a summary. analyze the content inside the webcast, expose it to search, and allow a searcher to seek to the 2. User Experience interesting portion of the video. TalkMiner proposes to address this need. It The TalkMiner search interface resembles processes lecture videos to identify slide typical web search interfaces. The user enters images, to extract text using optical character one or more search terms and a list of talks that recognition (OCR), and to build a text search match those terms in the title, abstract, or index from the information it recovers. presentation slides are listed as in Figure 1. This video processing task can be Notice that search term matches are highlighted. challenging. Image quality of web videos is The information displayed for each talk on the often poor, lighting is inconsistent, and the search results page(s) includes a representative relative positions of the camera and projection keyframe, the date and title of the lecture, and screen are unpredictable. Also, many lecture the channel (or source) of the talk. Other videos employ production elements including metadata shown includes the duration of the cuts between multiple cameras and talk, the number of slides, the publication date, picture-in-picture compositing. and the date of indexing by TalkMiner. A link is TalkMiner uses automatic video analysis provided to the original page on which it was methods developed to robustly identify slides in published. 富士ゼロックス テクニカルレポート No.21 2012 119 技術論文 TalkMiner: A Lecture Video Search Engine 3. Related Work Production of rich media lecture webcasts can be challenging. Collections of academic lecture material can be found on a few websites [22, 19, 2, 24] but the experience is rarely more advanced than a video with a basic seek and playback interface. When an enhanced presentation of the lecture is made available, it is generally the product of manual authoring Figure 1. Search results page. that may require the original presentation materials (e.g.: PowerPoint). Research groups By default, talks are ordered by relevance to and commercial companies have created the query terms. Other sortable attributes applications to produce high quality rich media include publication date, number of slides, and lecture webcasts, but most solutions impose duration. The search results page also includes constraints to simplify content production [21]. controls to filter the search results according to Given a source lecture video, the first task is specific criteria (e.g., the year of publication, the the detection of presentation slides. Slide time channel, etc.). codes can be acquired by manual annotation, From the search results page the user can or for an automatic solution, time codes can be click through to the detailed view for a specific recorded by instrumenting the presentation talk, as shown in Figure 2. The right side of the system [26]. These solutions fail when interface contains the embedded video player non-preconfigured PCs, such as a guest above the lecture title and abstract. The left of lecturer's personal laptop, or unsupported the page displays detected slide thumbnails presentation software is used. Another solution extracted from the video. Slide thumbnails are is to capture slide images by mounting a still highlighted with a yellow border to indicate camera in front of the projection screen or by matches with at least one of the search installing an RGB capture device between the keywords. Selecting a keyframe cues the video presentation PC and the projector [7, 23]. to that specific time point in the embedded Solutions that use dedicated video cameras player on the right. and room instrumentation can produce rich lecture records, but are notoriously expensive to install, operate, and maintain [1, 18, 5, 17]. Systems that process lecture videos or projector image streams typically use simple frame differencing techniques and assume that the location of the slides within the video frame is known and fixed, and that slides dominate the video frame [5, 18, 7, 23]. Haubold and Kender [9, 10] focused on multi-speaker presentation videos and developed an enhanced multimodal segmentation using the audio stream to detect Figure 2. Viewing slides and using them to control the embedded player. speaker changes. The use of audio for segmentation has also been studied in [13] for 120 富士ゼロックス テクニカルレポート No.21 2012 技術論文 TalkMiner: A Lecture Video Search Engine lectures and in more general purpose video interactive browsing system. retrieval systems [12, 20]. Our work also employs basic visual frame differencing as a 4. System Description first step, which we extend with both spatial filtering and speaker appearance modeling to This section details the design and reduce the number of non-slide images in the implementation of TalkMiner including the final set of keyframes. system architecture, video indexing, and After capture, the next step is to build a text retrieval interface. An overview of the index for retrieval. Systems that rely on architecture appears in Figure 3. The system instrumenting the presentation software or has two main components: the back-end video assume the availability of original presentation processing and the front-end web server. The files can extract the original slide text [26, 14, back-end searches the web for lecture 15] for indexing. Other work uses automatic webcasts and indexes them. It executes speech recognition (ASR) to build a algorithms to identify slide images and applies time-stamped transcript of the lecture for OCR to create the keyword search index. retrieval
Recommended publications
  • An Innovative Video Searching Approach Using Video Indexing
    IJCSN - International Journal of Computer Science and Network, Volume 8, Issue 2, April 2019 ISSN (Online) : 2277-5420 www.IJCSN.org Impact Factor: 1.5 An Innovative Video Searching Approach using Video Indexing 1 Jaimon Jacob; 2 Sudeep Ilayidom; 3 V.P.Devassia [1] Department of Computer Science and Engineering, Govt. Model Engineering College, Thrikkakara, Ernakulam,Kerala,, India,682021 [2] Division of Computer Engineering, School of Engineering, Cochin University of Science and Technology, Thrikkakara, Ernakulam, Kerala,, India,682022 [3] Former Principal, Govt. Model Engineering College, Thrikkakara, Ernakulam,Kerala,, India,682021 Abstract - Searching for a Video in World Wide Web has augmented expeditiously as there’s been an explosion of growth in video on social media channels and networks in recent years. At present video search engines use the title, description, and thumbnail of the video for identifying the right one. In this paper, a novel video searching methodology is proposed using the Video indexing method. Video indexing is a technique of preparing an index, based on the content of video for the easy access of frames of interest. Videos are stored along with an index which is created out of video indexing technique. The video searching methodology check the content of index attached with each video to ensure that video is matching with the searching keyword and its relevance ensured, based on the word count of searching keyword in video index. The video searching methodology check the content of index attached with each video to ensure that video is matching with the searching keyword and its relevance ensured, based on the word count of searching keyword in video index.
    [Show full text]
  • SEO-A Review Sonu B
    International Journal of Research and Scientific Innovation (IJRSI) | Volume V, Issue II, February 2018 | ISSN 2321–2705 SEO-A Review Sonu B. Surati, Ghanshyam I. Prajapati Department of Information Technology, Shri S’ad Vidya Mandal Institute of Technology, Bharuch, Gujarat, India Abstract— Search Engine Optimization (SEO) is the process of affecting online visibility of a website or web page. This is important to improve rank of search result for website and get more page views, which are requested by user and these users can be converted into customers. A Search Engine Optimization may target on different search engines like image, video, academic, news, industry etc. and using these engine ranks they provide better and optimized result for user. These ranks help them to view popular page among the number of page available in the (non-paid) search result. Also, SEO is to help website managers to improve traffic of website, to making site friendly, to building link, and marketing unique value of site. SEO classified in two categories as either white hat SEO or black hat SEO. White hats tend to produce results that last a long time, whereas black hats anticipate that their sites may eventually be banned either temporarily or permanently. SEO is used to improve their frames and create more economic effectiveness and social effectiveness and also they can focus on national and international searcher(s). Keywords— Search Engine Optimization, White Hat, Black Hat, Link- Building, Marketing, Website, Social Sharing, Ranking. I. INTRODUCTION Fig.1 History of SEO search engine is software that is designed to search for So using cluster k- means algorithm solve delay problems, A information on World Wide Web.
    [Show full text]
  • A Method for a Small Web Site to Add Some Video Sharing Features
    LiU-ITN-TEK-A--08/013--SE A method for a small web site to add some video sharing features Juan Lucas Madurga Martín-Serrano 2008-01-31 Department of Science and Technology Institutionen för teknik och naturvetenskap Linköping University Linköpings Universitet SE-601 74 Norrköping, Sweden 601 74 Norrköping LiU-ITN-TEK-A--08/013--SE A method for a small web site to add some video sharing features Examensarbete utfört i datavetenskap vid Tekniska Högskolan vid Linköpings unversitet Juan Lucas Madurga Martín-Serrano Examinator Bengt Lennartsson Norrköping 2008-01-31 Upphovsrätt Detta dokument hålls tillgängligt på Internet – eller dess framtida ersättare – under en längre tid från publiceringsdatum under förutsättning att inga extra- ordinära omständigheter uppstår. Tillgång till dokumentet innebär tillstånd för var och en att läsa, ladda ner, skriva ut enstaka kopior för enskilt bruk och att använda det oförändrat för ickekommersiell forskning och för undervisning. Överföring av upphovsrätten vid en senare tidpunkt kan inte upphäva detta tillstånd. All annan användning av dokumentet kräver upphovsmannens medgivande. För att garantera äktheten, säkerheten och tillgängligheten finns det lösningar av teknisk och administrativ art. Upphovsmannens ideella rätt innefattar rätt att bli nämnd som upphovsman i den omfattning som god sed kräver vid användning av dokumentet på ovan beskrivna sätt samt skydd mot att dokumentet ändras eller presenteras i sådan form eller i sådant sammanhang som är kränkande för upphovsmannens litterära eller konstnärliga anseende eller egenart. För ytterligare information om Linköping University Electronic Press se förlagets hemsida http://www.ep.liu.se/ Copyright The publishers will keep this document online on the Internet - or its possible replacement - for a considerable time from the date of publication barring exceptional circumstances.
    [Show full text]
  • IASA Journal 35 CS3-2.Indd
    Article The VIDI-Video semantic video search engine Marco Bertini, Università di Firenze, Italy, Marco Rendina, Fondazione Rinascimento Digitale, Italy128 Introduction Video is becoming vital to society and economy. It plays a key role in information distribution and access, and it is also becoming the natural form of communication on the Internet and via mobile devices. The massive increase in digital audiovisual information will pose high demands on advanced storage and retrieval engines, and it is certain that consumers and professionals will need advanced storage and search technologies for the management of large-scale video assets. Current search engines, however, mostly rely on keyword-based access that uses manually annotated metadata, and do not allow for content-based search of images or videos. At present, even state-of-the-art video search engines are able to annotate automatically only a limited set of semantic concepts, and retrieval is usually allowed using only a keyword-based approach based on a lexicon. The VIDI-Video project, funded in the 6th Framework Program by the EU, has taken on the challenge of creating substantially enhanced semantic access to video. The project has aimed to integrate and develop state-of-the-art components from many technologies — such as machine learning, audio event detection, video processing, visual feature processing, knowledge modeling and management, interaction and visualization — into a fully implemented audiovisual search engine, combining large numbers of audiovisual concepts and
    [Show full text]
  • A Scalable Video Search Engine Based on Audio Content
    A Scalable Video Search Engine Based on Audio Content Indexing and Topic Segmentation Julien Lawto, Jean-Luc Gauvain, Lori Lamel, Gregory Grefenstette, Guillaume Gravier, Julien Despres, Camille Guinaudeau, Pascale Sébillot To cite this version: Julien Lawto, Jean-Luc Gauvain, Lori Lamel, Gregory Grefenstette, Guillaume Gravier, et al.. A Scalable Video Search Engine Based on Audio Content Indexing and Topic Segmentation. 2011 Networked and Electronic Media (NEM) Summit : Implementing Future Media Internet, Sep 2011, Torino, Italy. 160 p. hal-00645228 HAL Id: hal-00645228 https://hal.archives-ouvertes.fr/hal-00645228 Submitted on 27 Nov 2011 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. A SCALABLE VIDEO SEARCH ENGINE BASED ON AUDIO CONTENT INDEXING AND TOPIC SEGMENTATION Julien LawTo1, Jean-Luc Gauvain2, Lori Lamel2, Gregory Grefenstette1, Guillaume Gravier3, Julien Despres4, Camille Guinaudeau3, Pascale Sebillot3 1Dassault Systèmes/Exalead, Paris, France; 2LIMSI, Orsay, France ; 3IRISA, Rennes, France ; 4Vocapia Research, Orsay, France E-mail: 13ds.com, 2limsi.fr, 3irisa.fr, 4vocapia.com Abstract: One important class of online videos is that Most current video search engines rely, in a large part, on of news broadcasts. Most news organisations provide indexing the textual metadata associated with the video near-immediate access to topical news broadcasts over (title, tags, surrounding page-text).
    [Show full text]
  • Search Engine Optimization and the Connection with Knowledge Graphs
    FACULTY OF EDUCATION AND BUSINESS STUDIES Department of Business and Economics Studies Search Engine Optimization and the connection with Knowledge Graphs Milla Marianna Hietala Oliver Marshall 2021 Student thesis, Master degree (one year), Credits Business Administration Master Programme in Business Administration (MBA): Business Management Master Thesis in Business Administration 15 Credits Supervisor: Ehsanul Huda Chowdhury Examiner: Maria Fregidou-Malama Abstract Title: Search Engine Optimization and the connection with Knowledge Graphs Level: Thesis for Master’s Degree in Business Administration Authors: Milla Marianna Hietala and Oliver Marshall Supervisor: Ehsanul Huda Chowdhury Examiner: Maria Fregidou-Malama Date: 28-01-2021 Aim: The aim of this study is to analyze the usage of Search Engine Optimization and Knowledge Graphs and the connection between them to achieve profitable business visibility and reach. Methods: Following a qualitative method together with an inductive approach, ten marketing professionals were interviewed via an online questionnaire. To conduct this study both primary and secondary data was utilized. Scientific theory together with empirical findings were linked and discussed in the analysis chapter. Findings: This study establishes current Search Engine Optimization utilization by businesses regarding common techniques and methods. We demonstrate their effectiveness on the Google Knowledge Graph, Google My Business and resulting positive business impact for increased visibility and reach. Difficulties remain in accurate tracking procedures to analyze quantifiable results. Contribution of the thesis: This study contributes to the literature of both Search Engine Optimization and Knowledge Graphs by providing a new perspective on how these subjects have been utilized in modern marketing. In addition, this study provides an understanding of the benefits of SEO utilization on Knowledge Graphs.
    [Show full text]
  • 100+ Alternative Search Engines You Should Know by Kay Tan
    100+ Alternative Search Engines You Should Know By Kay Tan. Filed in Tools Ads by Google Web Site Optimizer Tooloptimizely.com/Web_Optimizer_ToolThe Hottest Web Site Optimizer Tool on the Planet. Test it out! Google is the most powerful search engine available, but when it comes to searching for something specific, Google may churn out general results for some. For instance, a search for a song in Google may return the singer, the lyrics and even fan sites – depending on the keywords you entered. This is when niche-specific search engines comes into the picture. These search engines allows you to search for the things you’re looking for, and because they are more focused, their results tend to be more accurate. E-books & PDF files, audio & music, videos, etc. are probably the most commonly searched items everyday and with this list, you’ll be able to locate them easily from now on. Enjoy! E-Book & PDF Search Engine PDF Searcher Pdf Searcher is a pdf and ebook search engine. You can search and download every ebook or pdf for free! PDFGeni PDFGeni is a dedicated pdf search engine for PDF ebooks, sheets, forms and documents. Data-Sheet Data-Sheet is a pdf ebook datasheet manual search engine where you can search any ebook datasheet pdf files and download. PDFDatabase PDF Database is a new search engine which uses a unique algorithm to search for pdf and doc files from all over the web quickly and efficiently. PDF Search Engine PDF Search Engine is a book search engine search on sites, forums, message boards for pdf files.
    [Show full text]
  • Image Indexing and Retrieval
    DRTC Workshop on Digital Libraries: Theory and Practice March 2003 DRTC, Bangalore Paper: F Image Indexing and Retrieval Md. Farooque Documentation Research and Training Centre Indian Statistical Institute Bangalore-560 059 email: [email protected] Abstract The amount of pictorial data has been growing enormously with the expansion of WWW. From the large number of images, it is very important for users to retrieve required images via an efficient and effective mechanism. To solve the image retrieval problem, many techniques have been devised addressing the requirement of different applications. Problem of the traditional methods of image indexing have led to the rise of interest in techniques for retrieving images on the basis of automatically derived features such as color, texture and shape… a technology generally referred as Content-Based Image Retrieval (CBIR). After decade of intensive research, CBIR technology is now beginning to move out of the laboratory into the marketplace. However, the technology still lacks maturity and is not yet being used in a significant scale. Paper:F Md. Farooque 1. INTRODUCTION Images can be indexed and retrieved by textual descriptors and by image content. In textual queries, words are used to retrieve images or image sets, and in visual queries (content-based retrieval), images or image sets are retrieved by visual characteristics such as color, texture, and shape. Image retrieval strategies based on either text-based or content-based retrieval alone have their limitations. Images are often subject to a wide range of interpretations, and textual descriptions can only begin to capture the richness and complexity of the semantic content of a visual image.
    [Show full text]
  • Image and Video Searching on the World Wide Web
    Image and Video Searching on the World Wide Web Michael J. Swain Cambridge Research Laboratory Compaq Computer Corporation One Kendall Square, Bldg. 700 Cambridge, MA 02139, USA [email protected] Abstract The proliferation of multimedia on the World Wide Web has led to the introduction of Web search engines for images, video, and audio. On the Web, multimedia is typically embedded within documents that provide a wealth of indexing information. Harsh computational constraints imposed by the economics of advertising-supported searches restrict the complexity of analysis that can be performed at query time. And users may be unwilling to do much more than type a keyword or two to input a query. Therefore, the primary sources of information for indexing multimedia documents are text cues extracted from HTML pages and multimedia document headers. Off-line analysis of the content of multimedia documents can be successfully employed in Web search engines when combined with these other information sources. Content analysis can be used to categorize and summarize multimedia, in addition to providing cues for finding similar documents. This paper was delivered as a keynote address at the Challenge of Image Retrieval ’99. It represents a personal and purposefully selective review of image and video searching on the World Wide Web. 1 Introduction The World Wide Web is full of images, video, and audio, as well as text. Search engines are starting to appear that can allow users to find such multimedia, the quantity of which is growing even faster than text on the Web. As 56 kbps (V.90) modems have become standardized and widely used, and as broadband cable modem and telephone-network based Digital Subscribe Line (DSL) services gain following in the United States and Europe, multimedia on the Web is becoming freed of its major impediment: low-bandwidth consumer Internet connectivity.
    [Show full text]
  • ELFIQ APP OPTIMIZER White Paper V1.03 - May 2015 CONTENTS Introduction
    ELFIQ APP OPTIMIZER White Paper V1.03 - May 2015 CONTENTS Introduction ...............................................................................................................................................................................3 Signature-Based Recognition vs. ACL’s ................................................................................................................3 Detection Engine ...................................................................................................................................................................3 Using Groups or Individual Applications .............................................................................................................3 Actions Once an Application is Detected ...........................................................................................................3 Appendix A: Application List ........................................................................................................................................ 4 martellotech.com elfiq.com 2 INTRODUCTION The Elfiq AppOptimizer is designed to give organizations full control over their existing and future bandwidth, guaranteeing key applications such as Citrix XenDesktop or Skype get priority treatment and undesirables such as peer-to-peer file transfers or games are limited or no longer permitted. It is an add-on-module that provides application-layer deep packet inspection (layer 7) classification and control, including Mobile, Social Networking, P2P, Instant Messaging,
    [Show full text]
  • An Effective Information Retrieval Using Video Search Engines
    Pacific Business Review International Volume 11 Issue 6, December 2018 Article Section An Effective Information Retrieval Using Video Search Engines Deepika Sagar Department of Computer Science and Engineering Manav Rachna International Institute of Research & Studies Jwngfu Brahma Department of Computer Science and Engineering Manav Rachna International Institute of Research & Studies Shobha Tyagi Department of Computer Science and Engineering, Manav Rachna International Institute of Research & Studies Abstract Information retrieval is a field that relates to the way of collecting, managing and retrieving data using different techniques. In this paper we have discussed the background activities through which the information is provided to the user in the form of multimedia content. Effective retrieval of information includes use of detectors and trackers that tracks the information on the basis of the logs of the previous searches. A video search engine working depends upon the operations such as crawling, indexing and finally ranking. Various ranking based criteria are involved to retrieve the best result to the user from the large quest of data. The main purpose of the use of various techniques within a search engine is to support and manage a large number of audio-visual contents. Search engine optimization is a well practice technique to provide the ranking and assigning the appropriate position to the sites over a search engine. This paper represents the various works done by different researchers in the field of information retrieval and the future use of the video search engines along with the current trends and technologies used by different video search engines. Keywords: Video search engines, Detectors, Trackers, Word recognition, Ranking, Search Engine Optimization Introduction description of the visual data.
    [Show full text]
  • Video Search Engine Optimization Using Keyword and Feature Analysis
    Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 58 ( 2015 ) 691 – 697 Second International Symposium on Computer Vision and the Internet (VisionNet’15) Video Search Engine Optimization Using Keyword and Feature Analysis Krishna Choudharia,Vinod K Bhallab Thapar University, Patiala, 147001, India Abstract Growth of internet touched upon every sphere of life. Business is no exception to it. More and more companies and individuals are bringing their business online. Now a days videos are used as a tool to advertise and promote the business. Enterprises upload relevant videos on such promotional sites so that people can extract the most relevant video content. Users tend to choose the top ranked and the most viewed videos irrespective of their relevance. So, the key to provide suitable content is Video Search Engine Optimization (VSEO). This research paper proposes a method to optimize the video rank by exploiting video search engine’s searching strategy that will eventually lead to increase in number of views of videos with higher ranks and thus promoting corresponding website for every visit. For experimental purposes, youtube.com has been considered. To promote white hat SEO, a technique is suggested that uses keyword tags in title, description and transcript. Ranks of videos are analysed before and after VSEO. The main idea of the proposed strategy is to select appropriate keyword tags based on navigational search queries, transactional search queries and informational search queries. ©© 2015 The Authors.Authors. Published Published by by Elsevier Elsevier B.V. B.V. This is an open access article under the CC BY-NC-ND license Peer(http://creativecommons.org/licenses/by-nc-nd/4.0/-review under responsibility of organizing committee).
    [Show full text]