<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dariusz grabka &#187; taxonomy</title>
	<atom:link href="http://grabka.org/internet/tag/taxonomy/feed/" rel="self" type="application/rss+xml" />
	<link>http://grabka.org/internet</link>
	<description>sharing is caring.</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:56:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Defining the human context for search and retrieval.</title>
		<link>http://grabka.org/internet/2008/03/defining-the-human-context-for-search-and-retrieval/</link>
		<comments>http://grabka.org/internet/2008/03/defining-the-human-context-for-search-and-retrieval/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 22:22:42 +0000</pubDate>
		<dc:creator>dariusz</dc:creator>
				<category><![CDATA[Masters Research]]></category>
		<category><![CDATA[image search]]></category>
		<category><![CDATA[taxonomy]]></category>

		<guid isPermaLink="false">http://grabka.org/internet/2008/35/defining-the-human-context-for-search-and-retrieval/</guid>
		<description><![CDATA[I&#8217;m trying to wrap my head around all of the information I&#8217;m reading about image search. Search, retrieval, information, data, all of these terms are loaded, and used differently depending on whether I&#8217;m reading an HCI paper, a text analysis paper, or a blog post about search engine optimisation (SEO). In hopes of simplifying things, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to wrap my head around all of the information I&#8217;m reading about image search.  Search, retrieval, information, data, all of these terms are loaded, and used differently depending on whether I&#8217;m reading an HCI paper,  a text analysis paper, or a blog post about search engine optimisation (SEO).</p>
<p>In hopes of simplifying things, I&#8217;ve settled on a human-centred, conceptual definition of search:</p>
<blockquote><p><strong>Search </strong>refers to the process of a user developing a need, defining a query, retrieving information, viewing result(s), providing feedback, and refinements of those steps.</p></blockquote>
<p>The end result does not have to be finding a single result.  Occasionally, other steps in the search process, such as seeing a result set, can satisfy the users need.  For example, if the need was to gain information (&#8220;What does a <a href="http://www.cardomain.com/ride/2241226" title="olds toro fe3, my first car :)">&#8217;87 Oldsmobile Toronado FE3</a> look like?&#8221;) rather than find a specific image (&#8220;I need a picture of a black <a href="http://www.cardomain.com/ride/2802428" title="84 cutlass supreme">&#8217;84 Cutty</a>!&#8221;), viewing the result set may be enough.</p>
<p>Figure 1 is an illustrates the definition of search, in the human and interface context.</p>
<p><span id="more-35"></span></p>
<p align="center"><img src="http://grabka.org/internet/wp-content/uploads/2008/03/searchresized.png" alt="Search (Small)" /><br />
Figure 1 &#8211; Defining <em>Search</em> &#8211; <a href="http://grabka.org/internet/wp-content/uploads/2008/03/search.png" title="Search (Full Size)">View full size (54KB)</a></p>
<p>Search begins when a user develops a need for the search, and visits some image search service.  The user then enters a query that they believe matches their search need (often is not the case).  The form of this query is dramatically affected by the context of the interface:  if the interface is just a keyword search bar, the user will enter keywords.  If the interface offers a sample-image upload, the user may upload a sample image.  If an interface offers domain specific search criteria, it will help the user find relevant images in that domain ex. an automobile search service that allows users to select &#8220;modified&#8221; vs. &#8220;stock&#8221; vs. &#8220;show&#8221; vehicles.</p>
<p>The query is then transformed into something that is useful for the information retrieval system.  Information retrieval can include retrieving images as well as their metadata, their categories, or tags or whatnot.  Here retrieval refers explicitly to the process done by the computers involved, rather than by the user.  The bulk of the challenges that are tackled by researchers involved in CBIR occur around this step (query-to-retrieval-to-result-set).</p>
<p>Once the retrieval process is complete, a result set can be displayed back to the user.  The format, order, and other information offered by the interface has a profound impact on a users ability to find a acceptable result, or otherwise navigate the result set.  The result set can offer enough information for the user to then want to refine their query, or even refine their initial search need.</p>
<p>While interacting with the result set the user can choose to select an individual result for closer inspection, selection, or whatever they want.  The user may offer feedback based on their reaction to either a single result, or the part of the result set they are interacting with.  The interface hopefully allows for some sort of feedback mechanism which feeds into the relevance calculations of the image retrieval system.  The result set then will update based on the feedback.  Examples of this would be finding images &#8220;more like this one&#8221;, excluding small images, offering &#8220;yes, this is perfect!&#8221;</p>
<p>A users act of selecting an image out of a result set is probably important enough to provide at least some relevance feedback.  This idea has been supported by research that claims that the vast majority of image searching work is done by interacting with the result set, well before a single image is selected.</p>
<p>The processing of feedback may not have an impact on the result set, but may improve search results in the future.  An example of this kind of feedback would be tagging an image that the user viewed.  ex. a photo of the Toronto skyline is viewed, and the user adds a tag or comment: &#8220;CN Tower at night&#8221;.  Flickr, Facebook, and other image hosting services heavily leverage this process in their search process.</p>
<p>Anyway, that&#8217;s the taxonomy I will be working with.  Feedback and commentary are most welcome.</p>
<h2>CBIR is missing the point</h2>
<p>As a side note, much of the technology mentioned in CBIR papers doesn&#8217;t give much credence to the human use element (&#8220;Why would people use this?&#8221;), nor the interface element (&#8220;How would a person make use of this, even if it was useful?&#8221;). There are many, many theses worth of papers to be written about:  picking an element used in CBIR and studying the corresponding human and interface artifacts ex. searching with an image texture in mind (&#8220;fuzzy dog&#8221;), and studying what people are expecting to find, and how an interface can facilitate that.</p>
]]></content:encoded>
			<wfw:commentRss>http://grabka.org/internet/2008/03/defining-the-human-context-for-search-and-retrieval/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On why it is dumb to categorise ideas.</title>
		<link>http://grabka.org/internet/2008/03/videocategories/</link>
		<comments>http://grabka.org/internet/2008/03/videocategories/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 17:35:16 +0000</pubDate>
		<dc:creator>dariusz</dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[hci]]></category>
		<category><![CDATA[taxonomy]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://grabka.org/internet/2008/8</guid>
		<description><![CDATA[The gentleman in this video, Dr. David Weinberger, thinks it&#8217;s a pretty terrible idea to try to categorise ideas in the same way we categorise physical things in the physical world. Many people who deal with information on a regular basis tend to think that since you can only stack a chair in a single [...]]]></description>
			<content:encoded><![CDATA[<p>The gentleman in this video, <a href="http://www.everythingismiscellaneous.com/" title="everything is miscellaneous">Dr. David Weinberger</a>, thinks it&#8217;s a pretty terrible idea to try to categorise ideas in the same way we categorise physical things in the physical world.</p>
<p>Many people who deal with information on a regular basis tend to think that since you can only stack a chair in a single location, the virtual representation of that chair should be categorised in one place as well.   It&#8217;s hard to explain why that&#8217;s a silly idea (and why it&#8217;s done often), but he does a very good job of doing just that.</p>
<p>He draws from a really neat reference: <a href="http://en.wikipedia.org/wiki/The_Library_of_Babel">The Library of Babel</a> by Jorge Luis Borges, and compares Wikipedia to Borges&#8217; theoretical, infinite library (that, naturally, drives its librarian mad).  That bit is in the Q&amp;A period at the very end.</p>
<p>Thanks to Gil P. for this one.</p>
<p><a href="http://video.google.com/videoplay?docid=2159021324062223592" title="everything is miscellaneous">video.google.com/videoplay?docid=2159021324062223592</a></p>
<p><span id="more-8"></span></p>
<p><object type="application/x-shockwave-flash" style="width:448px;height:386px" data="http://video.google.com/googleplayer.swf?docId=2159021324062223592&amp;hl=en&amp;fs=true"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://video.google.com/googleplayer.swf?docId=2159021324062223592&amp;hl=en&amp;fs=true" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		</p>
]]></content:encoded>
			<wfw:commentRss>http://grabka.org/internet/2008/03/videocategories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
