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

<channel>
	<title>Pixeltje Blog</title>
	<atom:link href="http://blog.pixeltje.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pixeltje.be</link>
	<description>Thoughts on image processing, reproducible research, and science in general</description>
	<pubDate>Sun, 02 Jan 2011 06:40:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hacking cameras</title>
		<link>http://blog.pixeltje.be/2011/01/hacking-cameras/</link>
		<comments>http://blog.pixeltje.be/2011/01/hacking-cameras/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 06:40:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.pixeltje.be/?p=139</guid>
		<description><![CDATA[I recently read some interesting articles pointing to SDKs to do much more with your &#8220;standard&#8221; camera&#8230; Sounds like an opportunity for a lot of excellent research experiments!
D. Schneider, Using the Canon Hack Development Kit, IEEE Spectrum, December 2010.
FCAM, a joint project between Nokia and Levoy&#8217;s group at Stanford.
]]></description>
			<content:encoded><![CDATA[<p>I recently read some interesting articles pointing to SDKs to do much more with your &#8220;standard&#8221; camera&#8230; Sounds like an opportunity for a lot of excellent research experiments!</p>
<p>D. Schneider, <a href="http://spectrum.ieee.org/geek-life/hands-on/using-the-canon-hack-development-kit/">Using the Canon Hack Development Kit</a>, IEEE Spectrum, December 2010.</p>
<p><a href="http://fcam.garage.maemo.org/">FCAM</a>, a joint project between Nokia and Levoy&#8217;s group at Stanford.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixeltje.be/2011/01/hacking-cameras/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Anything You Can Do, I Can Do Better (No You Can&#8217;t)&#8230;</title>
		<link>http://blog.pixeltje.be/2009/06/anything-you-can-do-i-can-do-better-no-you-cant/</link>
		<comments>http://blog.pixeltje.be/2009/06/anything-you-can-do-i-can-do-better-no-you-cant/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 21:03:50 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
		<category><![CDATA[articles]]></category>

		<category><![CDATA[image processing]]></category>

		<category><![CDATA[reproducible research]]></category>

		<guid isPermaLink="false">http://blog.pixeltje.be/?p=135</guid>
		<description><![CDATA[Some more interesting reading:
K. Price, Anything You Can Do, I Can Do Better (No You Can&#8217;t)&#8230;, Computer Vision, Graphics, and Image Processing, Vol. 36, pp. 387-391, 1986, doi:10.1016/0734-189X(86)90083-6.
Abstract: Computer vision suffers from an overload of written information but a dearth of good evaluations and comparisons. This paper discusses why some of the problems arise and [...]]]></description>
			<content:encoded><![CDATA[<p>Some more interesting reading:</p>
<p>K. Price, <a href="http://iris.usc.edu/Outlines/papers/1980/price-cvgip-86.pdf" target="_blank">Anything You Can Do, I Can Do Better (No You Can&#8217;t)&#8230;</a>, Computer Vision, Graphics, and Image Processing, Vol. 36, pp. 387-391, 1986, <img src="http://www.sciencedirect.com/scidirimg/clear.gif" border="0" alt="" width="1" height="10" />doi:10.1016/0734-189X(86)90083-6.</p>
<p><em>Abstract: Computer vision suffers from an overload of written information but a dearth of good evaluations and comparisons. This paper discusses why some of the problems arise and offers some guidelines we should all follow.</em></p>
<p>Very nice reading material, and (although I know these ideas are around for quite some time already) I was amazed to see so many parallels to our recent IEEE Signal Processing Magazine paper, already in this paper by Price from 1986. That&#8217;s more than 20 years ago! Price talks about the reproducibility problems in computer vision and image processing, writing we should &#8220;stand on other&#8217;s shoulders, not on other&#8217;s toes&#8221;. He also did a study on reproducibility of a set of about 42 papers, verifying the size of the dataset and clarity of the problem statement. Price concludes as follows: &#8220;Researchers should make the effort to obtain implementations of other researchers&#8217; systems so that we can better understand the limitations of our own work.&#8221;</p>
<p>Again, interesting to see how these issues and worries have been around for more than 20 years in the field of image processing. It&#8217;s about time to drastically improve our standards, I think!</p>
<p>I would really recommend this article to anyone interested in issues around reproducible research.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixeltje.be/2009/06/anything-you-can-do-i-can-do-better-no-you-cant/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Literate Statistical Practice</title>
		<link>http://blog.pixeltje.be/2009/06/literate-statistical-practice/</link>
		<comments>http://blog.pixeltje.be/2009/06/literate-statistical-practice/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 20:35:45 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
		<category><![CDATA[articles]]></category>

		<category><![CDATA[reproducible research]]></category>

		<guid isPermaLink="false">http://blog.pixeltje.be/?p=131</guid>
		<description><![CDATA[I just read the following paper:
A. J. Rossini and F. Leisch, Literate statistical practice, UW Biostatistics Working Paper Series 194, University of Washington, WA, USA, 2003.
Although I am not a statistician, this was a very interesting paper to me. It gives a nice description of a possible literate programming approach in statistics. The authors propose [...]]]></description>
			<content:encoded><![CDATA[<p>I just read the following paper:</p>
<p>A. J. Rossini and F. Leisch, <a title="http://www.bepress.com/uwbiostat/paper194" rel="nofollow" href="http://www.bepress.com/uwbiostat/paper194" target="_blank">Literate statistical practice</a>, UW Biostatistics Working Paper Series 194, University of Washington, WA, USA, 2003.</p>
<p>Although I am not a statistician, this was a very interesting paper to me. It gives a nice description of a possible literate programming approach in statistics. The authors propose a very versatile type of document combining documentation and code/statistical analyses, interweaved as in the original description of literate programming by Knuth. From this versatile document, which contains a complete description of the research work, multiple reports can be extracted, such as an article, an internal report, an overview of the various analyses that were performed, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixeltje.be/2009/06/literate-statistical-practice/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Challenges and Prizes</title>
		<link>http://blog.pixeltje.be/2009/05/challenges-and-prizes/</link>
		<comments>http://blog.pixeltje.be/2009/05/challenges-and-prizes/#comments</comments>
		<pubDate>Tue, 26 May 2009 19:06:42 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
		<category><![CDATA[articles]]></category>

		<category><![CDATA[reproducible research]]></category>

		<guid isPermaLink="false">http://blog.pixeltje.be/?p=127</guid>
		<description><![CDATA[I just read the article about Netflix&#8217; Million Dollar Programming Prize on IEEE Spectrum.
 Robert M. Bell, Jim Bennett, Yehuda Koren, and Chris Volinsky, The Million Dollar Programming Prize, IEEE Spectrum Online, http://www.spectrum.ieee.org/may09/8788.
Interesting article, showing again how contests proposing a challenge can inspire a lot of great work, and allow an &#8216;objective&#8217; comparison between algorithms. [...]]]></description>
			<content:encoded><![CDATA[<p>I just read the article about <a title="The Million Dollar Prize" href="http://www.spectrum.ieee.org/may09/8788" target="_blank">Netflix&#8217; Million Dollar Programming Prize</a> on IEEE Spectrum.</p>
<p><span class="name"> Robert M. Bell</span>,<span class="name"> Jim Bennett</span>,<span class="name"> Yehuda Koren</span>, and<span class="name"> Chris Volinsky, </span>The Million Dollar Programming Prize, IEEE Spectrum Online, <a title="The Million Dollar Prize" href="http://www.spectrum.ieee.org/may09/8788">http://www.spectrum.ieee.org/may09/8788</a>.</p>
<p>Interesting article, showing again how contests proposing a challenge can inspire a lot of great work, and allow an &#8216;objective&#8217; comparison between algorithms. I think they provide a great way to motivate researchers to work on real problems, with testing on standardized datasets.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixeltje.be/2009/05/challenges-and-prizes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reproducible Research in Signal Processing - What, why, and how</title>
		<link>http://blog.pixeltje.be/2009/04/reproducible-research-in-signal-processing-what-why-and-how/</link>
		<comments>http://blog.pixeltje.be/2009/04/reproducible-research-in-signal-processing-what-why-and-how/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 17:47:04 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
		<category><![CDATA[articles]]></category>

		<category><![CDATA[reproducible research]]></category>

		<guid isPermaLink="false">http://blog.pixeltje.be/?p=121</guid>
		<description><![CDATA[I am glad to let you know that our paper has been published in the latest issue of IEEE Signal Processing Magazine:
P. Vandewalle, J. Kovacevic and M. Vetterli, Reproducible Research in Signal Processing - What, why, and how, IEEE Signal Processing Magazine, Vol. 26, Nr. 3, pp. 37-47, 2009, DOI: 10.1109/MSP.2009.932122.
Have you ever tried to [...]]]></description>
			<content:encoded><![CDATA[<p>I am glad to let you know that our paper has been published in the latest issue of IEEE Signal Processing Magazine:</p>
<p>P. Vandewalle, J. Kovacevic and M. Vetterli, <a title="Reproducible Research in Signal Processing - What, why, and how" href="http://rr.epfl.ch/17/" target="_blank">Reproducible Research in Signal Processing - What, why, and how</a>, <em>IEEE Signal Processing Magazine</em>, Vol. 26, Nr. 3, pp. 37-47, 2009, DOI: 10.1109/MSP.2009.932122.</p>
<p>Have you ever tried to reproduce the results presented in a research paper? For many of our current publications, this would unfortunately be a challenging task. For a computational algorithm, details such as the exact data set, initialization or termination procedures, and precise parameter values are often omitted in the publication for various reasons, such as a lack of space, a lack of self-discipline, or an apparent lack of interest to the readers, to name a few. This makes it difficult, if not impossible, for someone else to obtain the same results. In our experience, it is often even worse as even we are not always able to reproduce our own experiments, making it difficult to answer questions from colleagues about details. Following are some examples of e-mails we have received: &#8220;I just read your paper X. It is very completely described, however I am confused by Y. Could you provide the implementation code to me for reference if possible?&#8221; &#8220;Hi! I am also working on a project related to X. I have implemented your algorithm but cannot get the same results as described in your paper. Which values should I use for parameters Y and Z?&#8221;</p>
<p>Enjoy reading! And feel free to post your comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixeltje.be/2009/04/reproducible-research-in-signal-processing-what-why-and-how/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A sobering experience</title>
		<link>http://blog.pixeltje.be/2009/04/a-sobering-experience/</link>
		<comments>http://blog.pixeltje.be/2009/04/a-sobering-experience/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 17:49:11 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
		<category><![CDATA[articles]]></category>

		<category><![CDATA[reproducible research]]></category>

		<guid isPermaLink="false">http://blog.pixeltje.be/?p=118</guid>
		<description><![CDATA[Last month, a few former colleagues at LCAV did some cross-testing of the reproducible research compendia available at rr.epfl.ch. And I must say, from the results I have seen so far, it is quite a sobering experience. Many of those which I considered to be definitely reproducible didn&#8217;t pass the test (entirely). I guess that [...]]]></description>
			<content:encoded><![CDATA[<p>Last month, a few former colleagues at LCAV did some cross-testing of the reproducible research compendia available at <a href="http://rr.epfl.ch">rr.epfl.ch</a>. And I must say, from the results I have seen so far, it is quite a sobering experience. Many of those which I considered to be definitely reproducible didn&#8217;t pass the test (entirely). I guess that shows again how difficult it is to make work really reproducible, even if you fully intend to do it. So that also leads me to my conviction that for papers that do not have code and data online, it is almost impossible to reproduce the exact results. There is work to be done on the road to reproducible research!</p>
<p>I&#8217;ll need to look further into the reasons why even some of my own work did not pass the test.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixeltje.be/2009/04/a-sobering-experience/feed/</wfw:commentRss>
		</item>
		<item>
		<title>reproducibleresearch.net</title>
		<link>http://blog.pixeltje.be/2009/03/reproducibleresearchnet/</link>
		<comments>http://blog.pixeltje.be/2009/03/reproducibleresearchnet/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 22:22:54 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
		<category><![CDATA[reproducible research]]></category>

		<guid isPermaLink="false">http://blog.pixeltje.be/?p=112</guid>
		<description><![CDATA[I am glad to announce you our new website on reproducible research: www.reproducibleresearch.net. Yes, as I already discussed before, various sites on this topic recently (or less recently) popped up. However, I still think this site can add something extra to the existing sites. First of all, it is mainly addressing the signal/image processing community, [...]]]></description>
			<content:encoded><![CDATA[<p>I am glad to announce you our new website on reproducible research: <a title="ReproducibleResearch.net" href="http://www.reproducibleresearch.net" target="_blank">www.reproducibleresearch.net</a>. Yes, as I already discussed <a title="Domain Names" href="http://blog.pixeltje.be/2009/01/domain-names/" target="_self">before</a>, various sites on this topic recently (or less recently) popped up. However, I still think this site can add something extra to the existing sites. First of all, it is mainly addressing the signal/image processing community, a research domain not specifically addressed in the other sites yet.</p>
<p>It contains information on reproducible research and how to make signal processing research reproducible. It also lists references to articles about reproducible research, a discussion forum, and various other related links.</p>
<p>And then, in my opinion an important extra to signal processing interested people. We added a<a title="Reproducible Research Material" href="http://www.reproducibleresearch.net/index.php/RR_material" target="_blank"> listing</a> of links to papers for which code/data are available (with of course links to them). I really believe this can be extremely useful when doing research. For copyright reasons, we cannot (in most cases) host the PDF on our own site, and I am also not sure we should want to. But if developed and maintained well, this can give a one-stop site when looking for code/data related to a paper. So please feel free to send me your additions. I will be happy to add all signal/image processing related works!</p>
<p>I&#8217;m really excited about this site, so let me know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixeltje.be/2009/03/reproducibleresearchnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Computing in Science &#038; Engineering</title>
		<link>http://blog.pixeltje.be/2009/01/cise/</link>
		<comments>http://blog.pixeltje.be/2009/01/cise/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 14:54:54 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
		<category><![CDATA[articles]]></category>

		<category><![CDATA[reproducible research]]></category>

		<guid isPermaLink="false">http://blog.pixeltje.be/?p=101</guid>
		<description><![CDATA[The current issue of Computing in Science and Engineering (CiSE) is a special issue on reproducible research, edited by two pioneers in the field: Jon Claerbout and Sergey Fomel. They have assembled a great set of articles from experts with a lot of first-hand, personal reproducible research experience, so I would highly recommend this to [...]]]></description>
			<content:encoded><![CDATA[<p>The<a title="Computing in Science &amp; Engineering - Special issue on reproducible research" href="http://cise.aip.org/dbt/dbt.jsp?KEY=CSENFA&amp;Volume=11&amp;Issue=1" target="_blank"> current issue of Computing in Science and Engineering</a> (CiSE) is a special issue on reproducible research, edited by two pioneers in the field: Jon Claerbout and Sergey Fomel. They have assembled a great set of articles from experts with a lot of first-hand, personal reproducible research experience, so I would highly recommend this to my colleague researchers!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixeltje.be/2009/01/cise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New York Times about R</title>
		<link>http://blog.pixeltje.be/2009/01/new-york-times-about-r/</link>
		<comments>http://blog.pixeltje.be/2009/01/new-york-times-about-r/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 14:53:21 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
		<category><![CDATA[articles]]></category>

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

		<category><![CDATA[reproducible research]]></category>

		<guid isPermaLink="false">http://blog.pixeltje.be/?p=104</guid>
		<description><![CDATA[I got a pointer earlier this week to a New York Times article about R. A very interesting article about the use of R in scientific communities and industrial research, mainly for statistical analysis. R is open source software, so it is free and has already taken advantage from contributions made by various authors. And [...]]]></description>
			<content:encoded><![CDATA[<p>I got a pointer earlier this week to a New York Times <a title="R" href="http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html?_r=1" target="_blank">article about R</a>. A very interesting article about the use of R in scientific communities and industrial research, mainly for statistical analysis. R is open source software, so it is free and has already taken advantage from contributions made by various authors. And (although I haven&#8217;t used it myself yet), it is a great tool for reproducible research. Using the package <a title="Sweave" href="http://www.stat.uni-muenchen.de/~leisch/Sweave/" target="_blank">Sweave</a>, authors can write a single document containing their article and the R code to reproduce the results and put them in place. This ensures that all the material is in a single place.</p>
<p>It also shows something about the amazing power of open source software developed by a community of authors (and typically users at the same time).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixeltje.be/2009/01/new-york-times-about-r/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Domain names</title>
		<link>http://blog.pixeltje.be/2009/01/domain-names/</link>
		<comments>http://blog.pixeltje.be/2009/01/domain-names/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 15:36:54 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
		<category><![CDATA[general]]></category>

		<category><![CDATA[reproducible research]]></category>

		<guid isPermaLink="false">http://blog.pixeltje.be/?p=95</guid>
		<description><![CDATA[I seem to be dwelling quite some time on the web lately&#8230; After my post about the lifetime of URLs, here&#8217;s one about domain names and reproducibility. I recently noticed when looking around that there are quite some websites and domain names related to reproducible research.
reproducibleresearch.org is an overview website by John D. Cook containing [...]]]></description>
			<content:encoded><![CDATA[<p>I seem to be dwelling quite some time on the web lately&#8230; After my post about the <a title="The Volatility of URLs" href="http://blog.pixeltje.be/2008/12/the-volatility-of-urls/" target="_blank">lifetime of URLs</a>, here&#8217;s one about domain names and reproducibility. I recently noticed when looking around that there are quite some websites and domain names related to reproducible research.</p>
<p><a title="ReproducibleResearch.org" href="http://www.reproducibleresearch.org" target="_blank">reproducibleresearch.org</a> is an overview website by John D. Cook containing links to reproducible research projects, articles about the topics, and relevant tools. It also contains a blog about <a title="Reproducible Ideas Blog" href="http://reproducibleresearch.org/blog" target="_blank">reproducible ideas</a>.</p>
<p><a title="ReproducibleResearch.com" href="http://www.reproducibleresearch.com" target="_blank">reproducibleresearch.com</a> is owned by the people at Blue Reference, who created Inference for Office, a commercial tool to perform reproducible research from within Microsoft Office.</p>
<p><a title="Reproducibility.org" href="http://www.reproducibility.org" target="_blank">reproducibility.org</a> is used by Sergey Fomel and his colleagues as home for their Madagascar open source package for reproducible research experiments.</p>
<p><a title="Reproducible Research Archive" href="http://www.reproducible.org" target="_blank">reproducible.org</a> is a reproducible research archive maintained by R. Peng at Johns Hopkins School, where the goal is to host a place for reproducible research packages.</p>
<p>Quite a range of domain names containing the word &#8220;reproducible&#8221; (or a derivative), if you ask me! And then I didn&#8217;t even start about the Open Research or Research 2.0 sites. Let&#8217;s hope this also means that research itself will soon see a big boost in reproducibility!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixeltje.be/2009/01/domain-names/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

