<?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>MTL Annual Research Report 2012 &#187; rahul rithe</title>
	<atom:link href="http://www-mtl.mit.edu/wpmu/ar2012/tag/rahul-rithe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www-mtl.mit.edu/wpmu/ar2012</link>
	<description>Call for Titles</description>
	<lastBuildDate>Thu, 01 Nov 2012 17:15:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Energy-aware Computational Imaging</title>
		<link>http://www-mtl.mit.edu/wpmu/ar2012/energy-aware-computational-imaging/</link>
		<comments>http://www-mtl.mit.edu/wpmu/ar2012/energy-aware-computational-imaging/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 22:28:22 +0000</pubDate>
		<dc:creator>MTL WP admin</dc:creator>
				<category><![CDATA[Circuits & Systems]]></category>
		<category><![CDATA[anantha chandrakasan]]></category>
		<category><![CDATA[rahul rithe]]></category>

		<guid isPermaLink="false">http://www-mtl.mit.edu/wpmu/ar2012/?p=5459</guid>
		<description><![CDATA[With computational imaging becoming an integral part of photography, enabling this functionality on portable multimedia device is important. Portable device...]]></description>
				<content:encoded><![CDATA[<div class="page-restrict-output"><p>With computational imaging becoming an integral part of photography, enabling this functionality on portable multimedia device is important. Portable device processors lack hardware support for computational imaging. Software-based applications add significant complexity and reduce battery life. This project aims to implement computational photography algorithms on-chip, to enable computational photography on portable multimedia devices, as in Figure 1.</p>
<p>While integrating computational photography is integrated into the camera processor or the processor in a portable multimedia device, power consumption becomes a key concern. This project explores power reduction techniques at different stages of the design, such as algorithmic optimization to reduce computational complexity, architectural optimizations to achieve shared/reconfigurable and parallel-pipelined architecture, and circuit level optimizations to operate at low voltage (V<sub>DD</sub> ≤ 0.5V).</p>
<p>A bilateral filter<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/energy-aware-computational-imaging/#footnote_0_5459" id="identifier_0_5459" class="footnote-link footnote-identifier-link" title="C. Tomasi and R. Manduchi, &ldquo;Bilateral filtering for grey and color images,&rdquo; IEEE Int. Conference on Computer Vision, pp. 836-846, Jan. 1998.">1</a>] </sup>, is an edge-preserving filter that takes into account not just the spatial location of pixels but also the intensity variation, is commonly used in several computational photography applications, such as high dynamic range (HDR) imaging<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/energy-aware-computational-imaging/#footnote_1_5459" id="identifier_1_5459" class="footnote-link footnote-identifier-link" title="F. Durand and J. Dorsey, &ldquo;Fast bilateral filtering for the display of high-dynamic range imaging,&rdquo; ACM SIGGRAPH, pp. 257-266, July 2002.">2</a>] </sup>, low-light image enhancement<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/energy-aware-computational-imaging/#footnote_2_5459" id="identifier_2_5459" class="footnote-link footnote-identifier-link" title="E. Eisemann and F. Durand, &ldquo;Flash photography enhancement via intrinsic relighting,&rdquo; ACM SIGGRAPH, pp. 673-678, Aug. 2004.">3</a>] </sup><sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/energy-aware-computational-imaging/#footnote_3_5459" id="identifier_3_5459" class="footnote-link footnote-identifier-link" title="G. Petschnigg, M. Agrawala, H. Hoppe, R. Szeliski, M. Kohen, and K. Toyama, &ldquo;Digital photography with flash and no-flash image pairs,&rdquo; ACM SIGGRAPH, pp. 664-672, Aug. 2004.">4</a>] </sup>, tone management, etc. This project implements a bilateral grid<sup> [<a href="http://www-mtl.mit.edu/wpmu/ar2012/energy-aware-computational-imaging/#footnote_4_5459" id="identifier_4_5459" class="footnote-link footnote-identifier-link" title="J. Chen, S. Paris, and F. Durand, &ldquo;Real-time edge-aware image processing with the bilateral grid,&rdquo; ACM SIGGRAPH, pp. 1031-1039, July 2007. ">5</a>] </sup> as a core processing unit, as in Figure 2, that is shared among multiple applications, such as HDR imaging, low-light imaging, haze removal, and color enhancement. The grid can be accessed directly to implement other applications that require use of bilateral filtering. The project explores energy-scalable image processing using a scalable bilateral grid budget to achieve energy vs. quality trade-offs. Grid dimensions can vary depending on the energy budget. The design can achieve real-time processing for 10 megapixel images.</p>

<a href='http://www-mtl.mit.edu/wpmu/ar2012/energy-aware-computational-imaging/rithe_energy_01/' title='rithe_energy_01'><img width="300" height="283" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/rithe_energy_01-300x283.png" class="attachment-medium" alt="Figure 1" /></a>
<a href='http://www-mtl.mit.edu/wpmu/ar2012/energy-aware-computational-imaging/rithe_energy_02/' title='rithe_energy_02'><img width="300" height="164" src="http://www-mtl.mit.edu/wpmu/ar2012/files/2012/07/rithe_energy_02-300x164.png" class="attachment-medium" alt="Figure 2" /></a>

<ol class="footnotes"><li id="footnote_0_5459" class="footnote">C. Tomasi and R. Manduchi, “Bilateral filtering for grey and color images,” <em>IEEE Int. Conference on Computer Vision, </em>pp. 836-846, Jan. 1998.</li><li id="footnote_1_5459" class="footnote">F. Durand and J. Dorsey, “Fast bilateral filtering for the display of high-dynamic range imaging,” <em>ACM SIGGRAPH, </em>pp. 257-266, July 2002.</li><li id="footnote_2_5459" class="footnote">E. Eisemann and F. Durand, “Flash photography enhancement via intrinsic relighting,” <em>ACM SIGGRAPH, </em>pp. 673-678, Aug. 2004.</li><li id="footnote_3_5459" class="footnote">G. Petschnigg, M. Agrawala, H. Hoppe, R. Szeliski, M. Kohen, and K. Toyama, “Digital photography with flash and no-flash image pairs,” <em>ACM SIGGRAPH, </em>pp. 664-672, Aug. 2004.</li><li id="footnote_4_5459" class="footnote">J. Chen, S. Paris, and F. Durand, “Real-time edge-aware image processing with the bilateral grid,” <em>ACM SIGGRAPH, </em>pp. 1031-1039, July 2007. </li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www-mtl.mit.edu/wpmu/ar2012/energy-aware-computational-imaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>