<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.colloquiam.com/wd/index.php?action=history&amp;feed=atom&amp;title=Chen_et_al_2020a</id>
		<title>Chen et al 2020a - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.colloquiam.com/wd/index.php?action=history&amp;feed=atom&amp;title=Chen_et_al_2020a"/>
		<link rel="alternate" type="text/html" href="http://www.colloquiam.com/wd/index.php?title=Chen_et_al_2020a&amp;action=history"/>
		<updated>2026-05-11T03:18:19Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.0-wmf.10</generator>

	<entry>
		<id>http://www.colloquiam.com/wd/index.php?title=Chen_et_al_2020a&amp;diff=198716&amp;oldid=prev</id>
		<title>Scipediacontent: Scipediacontent moved page Draft Content 930862988 to Chen et al 2020a</title>
		<link rel="alternate" type="text/html" href="http://www.colloquiam.com/wd/index.php?title=Chen_et_al_2020a&amp;diff=198716&amp;oldid=prev"/>
				<updated>2021-02-01T22:13:33Z</updated>
		
		<summary type="html">&lt;p&gt;Scipediacontent moved page &lt;a href=&quot;/public/Draft_Content_930862988&quot; class=&quot;mw-redirect&quot; title=&quot;Draft Content 930862988&quot;&gt;Draft Content 930862988&lt;/a&gt; to &lt;a href=&quot;/public/Chen_et_al_2020a&quot; title=&quot;Chen et al 2020a&quot;&gt;Chen et al 2020a&lt;/a&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:13, 1 February 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Scipediacontent</name></author>	</entry>

	<entry>
		<id>http://www.colloquiam.com/wd/index.php?title=Chen_et_al_2020a&amp;diff=198715&amp;oldid=prev</id>
		<title>Scipediacontent: Created page with &quot; == Abstract ==  Recovering a high dynamic range (HDR) image from a single low dynamic range (LDR) input image is challenging due to missing details in under-/over-exposed reg...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.colloquiam.com/wd/index.php?title=Chen_et_al_2020a&amp;diff=198715&amp;oldid=prev"/>
				<updated>2021-02-01T22:13:28Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; == Abstract ==  Recovering a high dynamic range (HDR) image from a single low dynamic range (LDR) input image is challenging due to missing details in under-/over-exposed reg...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
Recovering a high dynamic range (HDR) image from a single low dynamic range (LDR) input image is challenging due to missing details in under-/over-exposed regions caused by quantization and saturation of camera sensors. In contrast to existing learning-based methods, our core idea is to incorporate the domain knowledge of the LDR image formation pipeline into our model. We model the HDRto-LDR image formation pipeline as the (1) dynamic range clipping, (2) non-linear mapping from a camera response function, and (3) quantization. We then propose to learn three specialized CNNs to reverse these steps. By decomposing the problem into specific sub-tasks, we impose effective physical constraints to facilitate the training of individual sub-networks. Finally, we jointly fine-tune the entire model end-to-end to reduce error accumulation. With extensive quantitative and qualitative experiments on diverse image datasets, we demonstrate that the proposed method performs favorably against state-of-the-art single-image HDR reconstruction algorithms.&lt;br /&gt;
&lt;br /&gt;
Comment: CVPR 2020. Project page: https://www.cmlab.csie.ntu.edu.tw/~yulunliu/SingleHDR Code: https://github.com/alex04072000/SingleHDR&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Original document ==&lt;br /&gt;
&lt;br /&gt;
The different versions of the original document can be found in:&lt;br /&gt;
&lt;br /&gt;
* [http://arxiv.org/abs/2004.01179 http://arxiv.org/abs/2004.01179]&lt;br /&gt;
&lt;br /&gt;
* [http://arxiv.org/pdf/2004.01179 http://arxiv.org/pdf/2004.01179]&lt;br /&gt;
&lt;br /&gt;
* [http://xplorestaging.ieee.org/ielx7/9142308/9156271/09157653.pdf?arnumber=9157653 http://xplorestaging.ieee.org/ielx7/9142308/9156271/09157653.pdf?arnumber=9157653],&lt;br /&gt;
: [http://dx.doi.org/10.1109/cvpr42600.2020.00172 http://dx.doi.org/10.1109/cvpr42600.2020.00172]&lt;br /&gt;
&lt;br /&gt;
* [https://dblp.uni-trier.de/db/conf/cvpr/cvpr2020.html#LiuLCK0CH20 https://dblp.uni-trier.de/db/conf/cvpr/cvpr2020.html#LiuLCK0CH20],&lt;br /&gt;
: [https://arxiv.org/abs/2004.01179 https://arxiv.org/abs/2004.01179],&lt;br /&gt;
: [https://openaccess.thecvf.com/content_CVPR_2020/html/Liu_Single-Image_HDR_Reconstruction_by_Learning_to_Reverse_the_Camera_Pipeline_CVPR_2020_paper.html https://openaccess.thecvf.com/content_CVPR_2020/html/Liu_Single-Image_HDR_Reconstruction_by_Learning_to_Reverse_the_Camera_Pipeline_CVPR_2020_paper.html],&lt;br /&gt;
: [https://openaccess.thecvf.com/content_CVPR_2020/papers/Liu_Single-Image_HDR_Reconstruction_by_Learning_to_Reverse_the_Camera_Pipeline_CVPR_2020_paper.pdf https://openaccess.thecvf.com/content_CVPR_2020/papers/Liu_Single-Image_HDR_Reconstruction_by_Learning_to_Reverse_the_Camera_Pipeline_CVPR_2020_paper.pdf],&lt;br /&gt;
: [https://arxiv.org/pdf/2004.01179 https://arxiv.org/pdf/2004.01179],&lt;br /&gt;
: [https://academic.microsoft.com/#/detail/3034628923 https://academic.microsoft.com/#/detail/3034628923]&lt;/div&gt;</summary>
		<author><name>Scipediacontent</name></author>	</entry>

	</feed>