<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">UAB at MediaEval 2011: Genre Tagging Task</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Richa</forename><surname>Tiwari</surname></persName>
							<email>rtiwari@cis.uab.edu</email>
							<affiliation key="aff0">
								<orgName type="institution">The University of Alabama at Birmingham Birmingham</orgName>
								<address>
									<region>Alabama</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Chengcui</forename><surname>Zhang</surname></persName>
							<email>zhang@cis.uab.edu</email>
							<affiliation key="aff1">
								<orgName type="institution">The University of Alabama at Birmingham Birmingham</orgName>
								<address>
									<region>Alabama</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Manuel</forename><surname>Montes</surname></persName>
							<email>mmontesg@inaoep.mx</email>
							<affiliation key="aff2">
								<orgName type="department">Optics and Electronics</orgName>
								<orgName type="institution">National Institute of Astrophysics</orgName>
								<address>
									<settlement>Puebla</settlement>
									<country key="MX">Mexico</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">UAB at MediaEval 2011: Genre Tagging Task</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">522E35A9475BE379FA5CE23043338AC4</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T01:28+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>H.3.3 [Information Storage and Retrieval]: Information Search and Retrieval -query formulation</term>
					<term>relevance feedback</term>
					<term>retrieval model</term>
					<term>search process Genre video tagging</term>
					<term>Information retrieval</term>
					<term>query expansion</term>
					<term>categorization</term>
					<term>pseudo relevance feedback</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We describe our approach and results towards the genre tagging task of MediaEval 2011. We approached this as an Information Retrieval task and applied a pseudo relevance feedback (PRF) approach for query expansion. Query expansion was also done using WordNet 1 and Wikipedia 2</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Categories and Subject Descriptors</head><p>. Our results show improvement in the tagging task using these query expansion techniques over the original query retrieval results.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">INTRODUCTION</head><p>Video indexing can be improved by tagging the videos with keywords. Genre tags communicate about the content of the videos which can assist users or viewers to decide if the video will interest them or not. In this paper we present our approach and results towards the task of automatically tagging videos with genre labels for MediaEval 2011. Participants were given videos, including speech transcripts, metadata and user tags. The task is to assign one genre tag to each of the videos <ref type="bibr" target="#b2">[2]</ref>. This task of genre detection is approached as an Information Retrieval task. There are two main phases in any IR approach; the first is indexing of documents and the second is actual retrieval step. One of the most popular approaches towards indexing the documents is the vector space model <ref type="bibr" target="#b3">[3]</ref>. Using the term frequency and inverse document frequency (TF-IDF), we can produce a weight for each term in a document and determine the important terms that can describe it. The second step of retrieval involves query expansion. There are several ways in which query expansion can be approached <ref type="bibr" target="#b4">[4]</ref>.</p><p>WordNet and Wikipedia are often used for query expansion and have shown to produce improvement in retrieval results. Another methodology known as pseudo relevance feedback (PRF) can help in improving the search results by using additional terms from the highly ranked documents for each query, as expansion of those queries <ref type="bibr" target="#b0">[5]</ref>. We have used this approach along with expansion using WordNet and Wikipedia in this task.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">SYSTEM OVERVIEW</head><p>We approach the task of automatic genre tagging of the videos in MediaEval 2011 as an IR task in which the videos are considered as the documents to be retrieved, and the genre tags are our queries. We present the results of three official runs in Table <ref type="table" target="#tab_0">1</ref>. All the runs include the same preprocessing of the dataset and the query terms and differ in only the amount of input being used at each run, i.e., only speech transcripts for first run, speech transcripts and metadata for second run and finally also the tags for third run. We also perform some unofficial runs for further result analysis and show their results in Table <ref type="table" target="#tab_3">3</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Video Document Indexing</head><p>Preprocessing of video documents involves stop word removal and stemming. We use a list of stop words freely available on the web <ref type="foot" target="#foot_2">3</ref> and remove them from the data. Next we use a Porter stemmer<ref type="foot" target="#foot_3">4</ref> </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Query Expansion</head><p>to stem the text. We did not do any preprocessing on Non-English text. Once the texts are pre-processed, we calculate TF-IDF for each document and keep the words with non-zero TF-IDF values as the index words for those documents. For Runs 2 and 3 in which we consider metadata containing the title of the video, a similarity bias is given to the video title. For example, there are several episodes of the same show in the dataset and which have similar name. We can assume that different episodes of the same show would most likely belong to the same genre. For example, EconomyInCrisis-CaliforniasGrowingDeficit561 and EconomyInCrisis-FewSignsOfRecovery990 are two different episode videos of the same show (Economy In Crisis) with the same starting name and belong to the same genre. Consequently, we believe that different episodes of a show with a genre such as Politics may talk about politics of different countries or different political agendas but they would all still have the Politics genre. Based on this assumption, if one episode video of a show is ranked at the top for any of the genres by our approach, we give the other episode videos of the same show the same genre.</p><p>Genre tags (26 unique) are considered as the query terms for this task. We use synonyms from the first synset of the query terms produced by the WordNet, as their expansion. We also retrieve Wikipedia article for each query term and extract useful terms from them. To extract keywords for expanding the query terms using Wikipedia articles, we first compute TF-IDF for each term in each article and then considered the top 40 terms with the highest TF-IDF values as the keywords of those articles. We also expanded the queried using PRF. In this technique the top 50 documents retrieved by using the cosine similarity between query documents and the video document vectors are considered as the relevant documents and used for further query term expansion. All the words from these documents are joined with the original expanded query and TF-IDF values for these combined query documents are calculated. These expanded queries are again used to retrieve the remaining video documents using cosine similarity between the query vector and the video document vector. We finally take the top 50 retrieved documents from the second phase, i.e., after PRF, and add them to our earlier list of retrieved document. For Run 2 and Run3 we consider an additional clue based on video titles, i.e., after performing pseudo relevance feedback, we match the show names of the remaining nonretrieved videos (not among the first phase top 50 and also second phase top 50) with the already retrieved videos. If the names match we categorize the new videos in the same genre as the matched videos, given the case that their cosine score is non-zero for that genre. The videos that do not match any genre by doing any of these steps fall in the "default category 1006" genre.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">EXPERIMENTAL RESULTS ANALYSIS</head><p>Table <ref type="table" target="#tab_0">1</ref> shows the official results of our 3 runs. They differ from each other in that the input video document for Run1 includes only Speech Transcripts, whereas Run2 consists of speech transcripts as well as metadata including the title. Input for Run3 includes everything for Run2 as well as user defined tags for each video. But, since this is not a classification task, it cannot be interpreted from the above statement that the more videos we have the better chances of their retrieval, because the genre with maximum number of videos, i.e., Politics with 552 videos does not have the maximum MAP score. As the main aim in this paper is to study the effect of query expansion in genre detection task, we performed further unofficial tests/runs to analyze the effect of these query expansion techniques used. All of these 6 additional runs use the input for official Run 2. We implement another change in these additional runs as compared to our officially submitted runs, such that we took all the video documents retrieved, i.e., the documents with non-zero cosine scores after the second phase and do not just use the top 50 documents. Table <ref type="table" target="#tab_2">2</ref> explains the difference between each of these 6 runs. Run 4 is our baseline run in which we do not perform any kind of query expansion and match the video document vectors with single term query documents. The results shown in Table <ref type="table" target="#tab_3">3</ref> are MAP scores for each of these unofficial runs. By examining the results in Table <ref type="table" target="#tab_3">3</ref>, we can see that there are improvements in MAP scores as we combine various query expansion techniques. In Run7 the MAP score drop as compared to Run4 which can be attributed to the fact that we are using PRF. By analyzing Run7 we saw that only 18% of the videos were correctly identified in the first round whereas, in PRF technique we consider all 100% of them to be correct and used them for further query expansion.</p><p>As we can interpret this leads to a lot of false positive query terms. There is some improvement in the MAP score (32%), when the query expansion by WordNet and Wikipedia was combined along with PRF (Run9). By expanding the queries using WordNet and Wikipedia, 22% of the videos were correctly identified in the first phase, which aids in increase of MAP score. Hence, we can conclude that PRF alone is not a good technique to use, but combined with other kinds of query expansion, can help in retrieval. However, further analysis is needed to determine if the costs of performing PRF is worth the increase in retrieval results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">FUTURE WORK</head><p>This work is the beginning for the genre detection task that we would like to undertake in near future. A detail work has to be done to increase the accuracy of this task, such as giving different weights to the different inputs. The most obvious analysis that is needed in this work is inspecting the PRF technique applied such as evaluating the top document cutoff or the combination of documents and query after PRF. Further improvements in the results can be done by using other modalities such as visual along with the textual metadata and speech transcripts. We would also like to approach the genre detection task as a classification task and apply all the modalities to learn different genres.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 . Official results (MAP scores)</head><label>1</label><figDesc></figDesc><table><row><cell></cell><cell>Run1</cell><cell>Run2</cell><cell>Run3</cell></row><row><cell>MAP</cell><cell>0.0621</cell><cell>0.0934</cell><cell>0.094</cell></row><row><cell>From</cell><cell></cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1</head><label>1</label><figDesc></figDesc><table /><note>, we can see that the Mean Average Precision (MAP) scores of Run 2 and Run 3 are higher than Run 1 and this can be attributed to a possible reason that we have metadata and extra user assigned tags in them. By looking at the individual query MAP scores, we can see that the queries with maximum MAP scores are Sports and Religion across all three runs. The genre Personal_or_Auto-biographical had 0 MAP score for all the three runs. Sports and Religion genres have average number of videos whereas there are only 8 videos in Personal_or_Autobiographical genre. Very few videos in this genre may have an impact on the retrieval result, especially after doing PRF the chances of getting a lot of false negative query terms increases.</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 . Unofficial Run description Runs Description</head><label>2</label><figDesc></figDesc><table><row><cell>Run4 Baseline</cell></row><row><cell>Run5 Query expansion using Wordnet</cell></row><row><cell>Run6 Query expansion using Wikipedia</cell></row><row><cell>Run7 Query expansion using PRF</cell></row><row><cell>Run8 Query expansion using WordNet + Wikipedia</cell></row><row><cell>Run9 Query expansion with PRF + WordNet + Wikipedia</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3 . Comparison of various query expansion techniques</head><label>3</label><figDesc></figDesc><table><row><cell></cell><cell>Run</cell><cell cols="2">Run5 Run6</cell><cell>Run7</cell><cell>Run8</cell><cell>Run9</cell></row><row><cell></cell><cell>4</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>MAP</cell><cell>0.07</cell><cell>0.07</cell><cell>0.083</cell><cell>0.061</cell><cell>0.083</cell><cell>0.098</cell></row><row><cell>scores</cell><cell></cell><cell>2</cell><cell>9</cell><cell>9</cell><cell>6</cell><cell>6</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://wordnet.princeton.edu</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://www.wikipedia.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://www.lextek.com/manuals/onix/stopwords1.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://snowball.tartarus.org/algorithms/porter/stemmer.htmlCopyright is held by the author/owner(s).</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title/>
		<author>
			<persName><surname>References</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Overview of MediaEval 2011 Rich Speech Retrieval Task and Genre Tagging Task</title>
		<author>
			<persName><forename type="first">M</forename><surname>Larson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Eskevich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ordelman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Kofler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schmiedeke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">J F</forename><surname>Jones</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">MediaEval 2011 Workshop</title>
				<meeting><address><addrLine>Pisa, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011-09-02">1-2 September 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Introduction to Information Retrieval</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Manning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Raghavan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Schtze</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2008">2008</date>
			<publisher>Cambridge University Press</publisher>
			<pubPlace>New York, NY, USA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Query Expansion</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">E</forename><surname>Efthimiadis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Annual Review of Information Systems and Technology</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page" from="121" to="187" />
			<date type="published" when="1996">1996. 1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Multimedia search with pseudo-relevance feedback</title>
		<author>
			<persName><forename type="first">R</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hauptmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jin</forename></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Image and Video Retrieval</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2003">2003</date>
			<biblScope unit="volume">2728</biblScope>
			<biblScope unit="page" from="229" to="238" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
