<?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"
	>

<channel>
	<title>Reading Roadsigns</title>
	<atom:link href="http://www.kieranoshea.com/roadsigns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kieranoshea.com/roadsigns</link>
	<description>A project to detect and recognise roadsigns in an image</description>
	<pubDate>Wed, 06 Aug 2008 09:47:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Ongoing Experiments</title>
		<link>http://www.kieranoshea.com/roadsigns/archives/ongoing-experiments/</link>
		<comments>http://www.kieranoshea.com/roadsigns/archives/ongoing-experiments/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 15:26:44 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
		
		<category><![CDATA[Practical]]></category>

		<guid isPermaLink="false">http://www.kieranoshea.com/roadsigns/archives/ongoing-experiments/</guid>
		<description><![CDATA[Since coming back to university after the Christmas break and completing my January exams I&#8217;ve had plenty of time to continue my experimentation on the reading roadsigns project and thought I&#8217;d post a quick update on whats been going on.
Recently I&#8217;ve been running a number of experiments in Matlab using SIFT and attempting to get [...]]]></description>
			<content:encoded><![CDATA[<p>Since coming back to university after the Christmas break and completing my January exams I&#8217;ve had plenty of time to continue my experimentation on the reading roadsigns project and thought I&#8217;d post a quick update on whats been going on.</p>
<p>Recently I&#8217;ve been running a number of experiments in Matlab using SIFT and attempting to get various roadsigns recognised by using a cropped training set for a particular sign and then matching it against keypoint descriptors found in a test image.</p>
<p>I&#8217;ve been gathering statistical data and dumping this out to a file for analysis and further work but I&#8217;ve also been generating match images for each roadsign tested against the most favorable image from the training set. To give people an idea with how this is progressing I include an example of a very successful result on a STOP sign below.</p>
<div style="text-align:center;"><img src='http://www.kieranoshea.com/roadsigns/wp-content/uploads/stop_good_result.png' alt='Good Result' /></div>
<p>Its not all rosy though and I&#8217;ve been given food for thought after my interim report and some failures of the SIFT algorithm in recognising certian signs.</p>
<p>In my initial experimentation with actual roadsigns I decided to go for a simple sign as this would be less likely to be susceptable to noise. This was in fact quite an unwise decision as SIFT works by finding particularly unique points and I had effectively removed the possiblity of it finding such points by using a simple sign. I include below a matches image for a No Entry sign.</p>
<div style="text-align:center;"><img src='http://www.kieranoshea.com/roadsigns/wp-content/uploads/no_entry_bad_result.png' alt='No Entry Sign Result' /></div>
<p>As you can see, its actually quite noisy. This is a problem which got me thinking about how I can make the whole process more robust and forced me to return to some of my early research on object recognition.</p>
<p>If I can use SIFT as a pre-processor then I can identify signs quickly and easily that have many descriptors such as STOP signs and then use a more basic system such a a template or colour match to identify the simpler signs such as the No Entry sign. I could also do it the other way around and will need to perform tests to decide what the best order is.</p>
<p>I&#8217;m currently working on an idea that SIFT could be used to detect the presence of any sign (not which one it is, but where it is) and then further tests could perform the recognition. In addition I&#8217;m researching examples of where SIFT has been modified to be used in colour and also how best to display experimental results. I&#8217;m also in the process of writing code to fully automate my training and testing process in Matlab so I should be able to run batch jobs and get results and test theories quicker.</p>
<p>Watch this space for more updates - its all go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kieranoshea.com/roadsigns/archives/ongoing-experiments/feed/</wfw:commentRss>
		</item>
		<item>
		<title>In use</title>
		<link>http://www.kieranoshea.com/roadsigns/archives/in-use/</link>
		<comments>http://www.kieranoshea.com/roadsigns/archives/in-use/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 11:46:27 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.kieranoshea.com/roadsigns/archives/in-use/</guid>
		<description><![CDATA[It is interesting to note where the kind of research I am doing is ending up in the real world. This technology from Siemens highlights the presence of speed limit roadsigns to the driver and interfaces with the cruise control system. Pretty cool.

]]></description>
			<content:encoded><![CDATA[<p>It is interesting to note where the kind of research I am doing is ending up in the real world. <a href="http://w1.siemens.com/innovation/en/news_events/innovationnews/innovationnews_articles/transportation/onboard_camera_automatically_recognizes_traffic_signs.htm">This technology from Siemens</a> highlights the presence of speed limit roadsigns to the driver and interfaces with the cruise control system. Pretty cool.</p>
<div style="text-align:center;"><img src="http://w1.siemens.com/innovation/pool/en/news_events/innovation_news/Transportation/Onboard_Camera_Automatically_Recognizes_Traffic_Signs/sc_upload_file_sv200608005_72dpi_1396443.jpg" alt="Siemens heads up road sign display" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kieranoshea.com/roadsigns/archives/in-use/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scale Invariant Feature Transform</title>
		<link>http://www.kieranoshea.com/roadsigns/archives/sift/</link>
		<comments>http://www.kieranoshea.com/roadsigns/archives/sift/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 21:08:29 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
		
		<category><![CDATA[Practical]]></category>

		<category><![CDATA[algorithm]]></category>

		<category><![CDATA[experiment]]></category>

		<category><![CDATA[matlab]]></category>

		<category><![CDATA[sift]]></category>

		<guid isPermaLink="false">http://www.kieranoshea.com/roadsigns/archives/sift/</guid>
		<description><![CDATA[Recently I&#8217;ve been experimenting with the Scale Invariant Feature Transform (SIFT) algorithm. I began by downloading the open SIFT implementation for Matlab and then used it to gain an understanding of how the algorithm worked.
Since first using the implementation I have been able to demonstrate how to find objects that have previously been seen by [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been experimenting with the Scale Invariant Feature Transform (SIFT) algorithm. I began by downloading the <a href="http://vision.ucla.edu/~vedaldi/code/sift/sift.html">open SIFT implementation for Matlab</a> and then used it to gain an understanding of how the algorithm worked.</p>
<p>Since first using the implementation I have been able to demonstrate how to find objects that have previously been seen by the system in a completely new image, and have also managed to make use of the SIFT algorithm in a more generic fashion by applying it to one of my coursework tasks - to find faces and cars in a set of images.</p>
<p>The power and potential in this algorithm becomes immediately apparent after using it on test image for an hour or so and indeed my reading since first use of it in Matlab indicates to me that the use of this algorithm in the kind of task I am researching is highly recommended by a number of academics. I certainly intend to use my findings here as an important component in my interim project report.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kieranoshea.com/roadsigns/archives/sift/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.kieranoshea.com/roadsigns/archives/welcome/</link>
		<comments>http://www.kieranoshea.com/roadsigns/archives/welcome/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 18:59:12 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[comments]]></category>

		<category><![CDATA[thoughts]]></category>

		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://www.kieranoshea.com/fyproj/archives/welcome/</guid>
		<description><![CDATA[Welcome to the project blog of Reading Roadsigns. I wanted a place where I could quickly pen my thoughts about my project and share my findings with the world when I hit upon something I feel is worthy of a mention. I hope that though this site I can keep myself focused on the project [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the project blog of Reading Roadsigns. I wanted a place where I could quickly pen my thoughts about my project and share my findings with the world when I hit upon something I feel is worthy of a mention. I hope that though this site I can keep myself focused on the project by feeling I need to have something to say about what I&#8217;m doing and also by receiving input on my work in progress from the community at large.</p>
<p>I welcome any and all comments on my work and if you have something more substantial to say I encourage you to <a href="http://www.kieranoshea.com/roadsigns/contact">drop me an e-mail</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kieranoshea.com/roadsigns/archives/welcome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
