<?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>SemanticMetadata.net &#187; Lire</title>
	<atom:link href="http://www.semanticmetadata.net/tag/lire/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semanticmetadata.net</link>
	<description></description>
	<lastBuildDate>Wed, 07 Jul 2010 07:31:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Visual Attention in Lire</title>
		<link>http://www.semanticmetadata.net/2010/03/22/visual-attention-in-lire/</link>
		<comments>http://www.semanticmetadata.net/2010/03/22/visual-attention-in-lire/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 16:44:19 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cbir]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Lire]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=682</guid>
		<description><![CDATA[While doing my preparations for my multimedia information systems lecture I finally came around to implement the visual attention model of Stentiford myself. I just check in the sources (SVN). The algorithm gives actually really nice results compared to its actual simplicity (implementationwise). You can see an example in the following figure. On the left [...]]]></description>
			<content:encoded><![CDATA[<p>While doing my preparations for my multimedia information systems lecture I finally came around to implement the visual attention model of Stentiford myself. I just check in the sources (SVN). The algorithm gives actually really nice results compared to its actual simplicity (implementationwise). You can see an example in the following figure. On the left hand side there is the original image and on the right hand side a visualization of the attention map. The light areas (especially the white ones) are deemed centers of attention. Sky and sand are so to say just random noise (there is a lot of &#8220;random&#8221; in this approach).</p>
<p style="text-align: center;"><a href="http://www.semanticmetadata.net/wp-content/uploads/2010/03/vis-att.png"><img class="size-full wp-image-683  aligncenter" title="vis-att" src="http://www.semanticmetadata.net/wp-content/uploads/2010/03/vis-att.png" alt="" width="512" height="384" /></a></p>
<p><strong>Links</strong></p>
<ul>
<li>F. W. M. Stentiford, “<a href="http://www.ee.ucl.ac.uk/~fstentif/PCS2001.pdf">An estimator for visual attention through competitive novelty with application to image compression</a>,” Proc. Picture Coding Symposium, pp 101-104, Seoul, 24-27 April, 2001.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2010/03/22/visual-attention-in-lire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search through a million images in less than a second</title>
		<link>http://www.semanticmetadata.net/2010/03/20/search-through-a-million-images-in-less-than-a-second/</link>
		<comments>http://www.semanticmetadata.net/2010/03/20/search-through-a-million-images-in-less-than-a-second/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 09:00:02 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[invertedlist]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=679</guid>
		<description><![CDATA[We reached a milestone here! Sebastian Kielmann reported that he used LIRe to index a million images. While that&#8217;s actually no problem he further managed to search through the images in &#60; 1 second! Whoot! Sebastian used the metric index, which implements the ideas of Giuseppe Amato. The approach is easy, but works out really [...]]]></description>
			<content:encoded><![CDATA[<p>We reached a milestone here! Sebastian Kielmann <a href="http://groups.google.com/group/lire-dev/msg/7e388ee9a3e6d6f2">reported</a> that he used LIRe to index a million images. While that&#8217;s actually no problem he further managed to search through the images in &lt; 1 second! Whoot!</p>
<p>Sebastian used the metric index, which implements the ideas of <a href="http://www.nmis.isti.cnr.it/amato/">Giuseppe Amato</a>. The approach is easy, but works out really fine. Currently CEDD is the standard descriptor, but others are integrated easily.  However, using the metric index is not trivial and requires some knowledge on the process. Also the results are approximate and might differ from the results obtained by linear search.</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://groups.google.com/group/lire-dev/browse_thread/thread/889c69028b4eb2df">Sebastian report on the 1 mio. images search </a></li>
<li><a href="http://www.nmis.isti.cnr.it/amato/">Giuseppe Amato</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2010/03/20/search-through-a-million-images-in-less-than-a-second/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LIRe development mailing list</title>
		<link>http://www.semanticmetadata.net/2010/03/19/lire-development-mailing-list/</link>
		<comments>http://www.semanticmetadata.net/2010/03/19/lire-development-mailing-list/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:17:56 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[mailinglist]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=677</guid>
		<description><![CDATA[Few weeks ago I was asked if there is a mailing list dedicated to LIRe and development of applications with LIRe. That was reason enough for moe to create one. The mailing list is available at Google Groups and it&#8217;s called lire-dev. Please feel free to subscribe and ask (and of course answer and discuss) [...]]]></description>
			<content:encoded><![CDATA[<p>Few weeks ago I was asked if there is a mailing list dedicated to LIRe and development of applications with LIRe. That was reason enough for moe to create one. The mailing list is available at Google Groups and it&#8217;s called <a href="http://groups.google.com/group/lire-dev">lire-dev</a>. Please feel free to subscribe and ask (and of course answer and discuss) any questions regarding LIRe.</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://groups.google.com/group/lire-dev">LIRe Dev Google Group</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2010/03/19/lire-development-mailing-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lire 0.8 released</title>
		<link>http://www.semanticmetadata.net/2010/03/11/lire-0-8-released/</link>
		<comments>http://www.semanticmetadata.net/2010/03/11/lire-0-8-released/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 15:15:33 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cbir]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2010/03/11/lire-0-8-released/</guid>
		<description><![CDATA[I just released LIRe v0.8. LIRe &#8211; Lucene Image Retrieval &#8211; is a Java library for easy content based image retrieval. Based on Lucene it doesn&#8217;t need a database and works reliable and rather fast. Major change in this version is the support of Lucene 3.0.1, which has a changed API and better performance on [...]]]></description>
			<content:encoded><![CDATA[<p>I just released LIRe v0.8. LIRe &#8211; Lucene Image Retrieval &#8211; is a Java library for easy content based image retrieval. Based on Lucene it doesn&#8217;t need a database and works reliable and rather fast. Major change in this version is the support of Lucene 3.0.1, which has a changed API and better performance on some OS. A critical bug was fixed in the Tamura feature implementation. It now definitely performs better <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hidden in the depths of the code there is an implementation of the approximate fast indexing approach of G. Amato. It copes with the problem of linear search and provides a method for fast approximate retrieval for huge repositories (millions?). Unfortunately I haven&#8217;t tested with millions, just with tens thousands, which proves that it works, but it doesn&#8217;t show how fast.</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="https://sourceforge.net/projects/caliph-emir/files/">Download Lire &amp; Lire Demo</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2010/03/11/lire-0-8-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lire v0.8 is on its way &#8230; just some more tests</title>
		<link>http://www.semanticmetadata.net/2010/03/10/lire-v0-8-is-on-its-way-just-some-more-tests/</link>
		<comments>http://www.semanticmetadata.net/2010/03/10/lire-v0-8-is-on-its-way-just-some-more-tests/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 14:32:26 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cbir]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=665</guid>
		<description><![CDATA[I just checked in my latest code for LIRe and it looks like it&#8217;s nearly v0.8 release ready. Major changes include the use of Lucene 3.0.1, some bug fixes on descritors, several new test files (including one that shows how to do an LSA with image features) and of course an updated demo application. While [...]]]></description>
			<content:encoded><![CDATA[<p>I just checked in my latest code for LIRe and it looks like it&#8217;s nearly v0.8 release ready. Major changes include the use of Lucene 3.0.1, some bug fixes on descritors, several new test files (including one that shows how to do an LSA with image features) and of course an updated demo application. While everything needs a bit more testing as well as an documentation update, I can offer a pre-compiled demo here. All changed and added sources can be found in the SVN.</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="https://sourceforge.net/projects/caliph-emir/develop">SVN URL and description</a></li>
<li><a href="http://www.itec.uni-klu.ac.at/~mlux/files/LireDemo-v0.8.7z">LireDemo v 0.8</a> (preview, bin + src)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2010/03/10/lire-v0-8-is-on-its-way-just-some-more-tests/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ZoRa Photo Director</title>
		<link>http://www.semanticmetadata.net/2010/03/04/zora-photo-director/</link>
		<comments>http://www.semanticmetadata.net/2010/03/04/zora-photo-director/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 12:46:26 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[asset management]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=651</guid>
		<description><![CDATA[Just got word from Berthold Daum that he has integrated LIRe in the ZoRa Photo Director. That&#8217;s desktop asset management application, written in Java which allows for management of large photo collections. Source and binaries (Win &#38; Linux) are available at http://www.photozora.org. Not to forget: it&#8217;s built on Eclipse! Links http://www.photozora.org]]></description>
			<content:encoded><![CDATA[<p>Just got word from Berthold Daum that he has integrated LIRe in the <em>ZoRa Photo Director</em>. That&#8217;s desktop asset management application, written in Java which allows for management of large photo collections. Source and binaries (Win &amp; Linux) are available at <a href="http://www.photozora.org/html/zora_photo_director.html">http://www.photozora.org</a>. Not to forget: it&#8217;s built on Eclipse!</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://www.photozora.org/html/zora_photo_director.html">http://www.photozora.org</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2010/03/04/zora-photo-director/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lire accepted for the Open Source Contest @ ACM MM</title>
		<link>http://www.semanticmetadata.net/2008/07/15/lire-accepted-for-the-open-source-contest-acm-mm/</link>
		<comments>http://www.semanticmetadata.net/2008/07/15/lire-accepted-for-the-open-source-contest-acm-mm/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 13:14:27 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[acm]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=372</guid>
		<description><![CDATA[Although its quite some time ago that I got the acceptance mail I forgot to blog the good news: Lire (Lucene Image Retrieval) has been acccepted to be presented at the ACM Multimedia within the Open Source Contest track. As it is a contest I assume we have chances to win something?]]></description>
			<content:encoded><![CDATA[<p>Although its quite some time ago that I got the acceptance mail I forgot to blog the good news: Lire (Lucene Image Retrieval) has been acccepted to be presented at the ACM Multimedia within the Open Source Contest track. As it is a contest I assume we have chances to win something? <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/07/15/lire-accepted-for-the-open-source-contest-acm-mm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lire: Submission to the ACM Multimedia Open Source Contest 2008</title>
		<link>http://www.semanticmetadata.net/2008/06/17/lire-submission-to-the-acm-multimedia-open-source-contest-2008/</link>
		<comments>http://www.semanticmetadata.net/2008/06/17/lire-submission-to-the-acm-multimedia-open-source-contest-2008/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 09:00:27 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[acm]]></category>
		<category><![CDATA[cbir]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[submission]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/06/17/lire-submission-to-the-acm-multimedia-open-source-contest-2008/</guid>
		<description><![CDATA[I recently submitted Lire and LireDemo to the ACM Multimedia Open Source Software Competition 2008. As I&#8217;d really like to go there I hope it will judged as relevant contribution and a demo at the ACM Multimedia is requested. Note that I&#8217;ve integrated a new feature in LireDemo for the ACM Multimedia submission: Now its [...]]]></description>
			<content:encoded><![CDATA[<p>I recently submitted Lire and LireDemo to the <a href="http://www.mcrlab.uottawa.ca/acmmm2008/index.php?option=com_content&amp;task=view&amp;id=45&amp;Itemid=9">ACM Multimedia Open Source Software Competition 2008</a>. As I&#8217;d really like to go there I hope it will judged as relevant contribution and a demo at the ACM Multimedia is requested. Note that I&#8217;ve integrated a new feature in LireDemo for the ACM Multimedia submission: Now its easier to test Lire by just indexing random photos from Flickr. By just hitting the &#8220;Index&#8221; button without giving a directory of images the download will start automatically.</p>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://www.itec.uni-klu.ac.at/~mlux/files/LIRe-ACM-MM08-OSContestSubmission.zip">Submission files</a> (~800 kB)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/06/17/lire-submission-to-the-acm-multimedia-open-source-contest-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LIRE v0.6 released: New Image Features</title>
		<link>http://www.semanticmetadata.net/2008/06/09/lire-v06-released-new-image-features/</link>
		<comments>http://www.semanticmetadata.net/2008/06/09/lire-v06-released-new-image-features/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:35:47 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/06/09/lire-v06-released-new-image-features/</guid>
		<description><![CDATA[The new release contains three additional features: (i) Tamura texture features, (ii) Color and Edge Directivity Descriptor (CEDD) and (iii) a configurable color histogram implementation. While the last one was integrated for comparison only the other two provide additional improvements, especially the CEDD feature. Furthermore a FastMap implementation was included in the release for optimization [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 11pt; line-height: 115%; font-family: 'Calibri','sans-serif'" lang="EN-US">The new release contains three additional features: (i) Tamura texture features, (ii) Color and Edge Directivity Descriptor (CEDD) and (iii) a configurable color histogram implementation. While the last one was integrated for comparison only the other two provide additional improvements, especially the CEDD feature. Furthermore a FastMap implementation was included in the release for optimization of the indexing process in a later release. Also some bugs were fixed in the MPEG-7 EdgeHistogram descriptor provided in the cbir-library jar file and in color-only search. Note that due to the increased number of features the extensive document builder, which extracts all available features, needs significantly more time for extraction than in the last release.</span></p>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=105915&amp;package_id=178511">Download Lire &amp; LireDemo</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/06/09/lire-v06-released-new-image-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lire SVN build for Java 1.5</title>
		<link>http://www.semanticmetadata.net/2008/05/30/lire-svn-build-for-java-15/</link>
		<comments>http://www.semanticmetadata.net/2008/05/30/lire-svn-build-for-java-15/#comments</comments>
		<pubDate>Fri, 30 May 2008 12:29:04 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[CaliphEmir]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/05/30/lire-svn-build-for-java-15/</guid>
		<description><![CDATA[Due to requests I took some time and built a Java 1.5 version instead of the 1.6 versions. A simple compile with 1.5 wouldn&#8217;t help as I use the swing layout classes of NetBeans (now integrated in Java 1.6), so imports have to be re-adjusted and the library has to be added. Furthermore I created [...]]]></description>
			<content:encoded><![CDATA[<p>Due to requests I took some time and built a Java 1.5 version instead of the 1.6 versions. A simple compile with 1.5 wouldn&#8217;t help as I use the swing layout classes of NetBeans (now integrated in Java 1.6), so imports have to be re-adjusted and the library has to be added. Furthermore I created an explicit build target in Caliph to create a 1.5 version of the cbir jar file. This snapshot works fine with MacOS (as far as I&#8217;ve heard) and on Windows.</p>
<p><strong>Files:</strong></p>
<ul>
<li><a href="http://www.semanticmetadata.net/lire-files/liredemo-svn-2008-05-29-jdk1.5.tar.bz2">liredemo-svn-2008-05-29-jdk1.5.tar.bz2</a> [670k]<a href="http://www.semanticmetadata.net/lire-files/liredemo-svn-2008-05-29-jdk1.5.tar.bz2"><br />
</a></li>
<li><a href="http://www.semanticmetadata.net/lire-files/liredemo-svn-2008-05-29-jdk1.5.zip">liredemo-svn-2008-05-29-jdk1.5.zip</a> [884k]<a href="http://www.semanticmetadata.net/lire-files/liredemo-svn-2008-05-29-jdk1.5.zip"><br />
</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/05/30/lire-svn-build-for-java-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
