SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2401.02161 · AAAI · 2024

Enhancing RAW-to-sRGB with Decoupled Style Structure in Fourier Domain

Qian Zhang, Jie Zhang, Guoli Wang, Ziyi Chen, Rui Li, Man Zhou, Run Wang, Xuanhua He, Keyu Yan, Tao Hu, Zejin Wang, Chenjun Xie

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 11 functions out of this paper's own repositories and ran 7 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
alexhe101/FourierISP — 7 of 11
FunctionStatusWhere it lives
FFTConvBlock Ran alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("39ede6a5549bbf07")
FreBlockAdjust Ran alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("8aeca78ee71c788f")
SAM Ran alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("c53f98dfc4e5460f")
SFT Ran alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("c99ecdb83f8a74ae")
UNetUpBlock Ran alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("2f62e879677c2f7d")
conv_down Ran alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("9c428010a12468a3")
upsample Ran alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("b77fa862181d1f34")
CAB Not yet run alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("169fc16d060310f8")
FourierISP Not yet run alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("ee7bc9ba16547d23")
PhaseNet Not yet run alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("3f35e1812bfb06ad")
cas Not yet run alexhe101/FourierISP/basicsr/archs/FourierISP_arch.py
pointer only (licence: NONE) · get_code("a1f0f89751b6b495")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

RAW to sRGB mapping, which aims to convert RAW images from smartphones into RGB form equivalent to that of Digital Single-Lens Reflex (DSLR) cameras, has become an important area of research. However, current methods often ignore the difference between cell phone RAW images and DSLR camera RGB images, a difference that goes beyond the color matrix and extends to spatial structure due to resolution variations. Recent methods directly rebuild color mapping and spatial structure via shared deep representation, limiting optimal performance. Inspired by Image Signal Processing (ISP) pipeline, which distinguishes image restoration and enhancement, we present a novel Neural ISP framework, named FourierISP. This approach breaks the image down into style and structure within the frequency domain, allowing for independent optimization. FourierISP is comprised of three subnetworks: Phase Enhance Subnet for structural refinement, Amplitude Refine Subnet for color learning, and Color Adaptation Subnet for blending them in a smooth manner. This approach sharpens both color and structure, and extensive evaluations across varied datasets confirm that our approach realizes state-of-the-art results. Code will be available at https://github.com/alexhe101/FourierISP.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2401.02161")
get_code_for_paper("2401.02161")
have("2401.02161")

Connect an agent — have() is free.