Learning Image Demoireing from Unpaired Real Data
Yunshan Zhong, Yuyao Zhou, Yuxin Zhang, Fei Chao, Rongrong Ji
TL;DR
This work tackles image demoiréing by learning from unpaired real data rather than relying on paired moiré–clean image sets. It introduces UnDeM, a three-stage pipeline that first preprocesses images to group moiré patches by complexity, then uses a moiré-synthesis network with adversarial training to generate pseudo moiré patches paired with clean patches, and finally applies an adaptive denoise step to filter low-quality samples. The synthesized pseudo moiré enables training of off-the-shelf demoiréing models, yielding substantial improvements on FHDMi and UHDM compared with shooting-simulation and cyclic-learning baselines. The results demonstrate the practical value of unpaired real-data-driven synthesis for real-world demoiréing and provide a new data-generation paradigm for the demoiréing community, with potential applicability to broader pattern-agnostic image restoration tasks. $K=4$ groups, adversarial training with $E^m$, $G^m$, $D^m$, $E^c$, and the percentile-based adaptive denoise are key components that together address the domain gap between synthetic and real moiré patterns.
Abstract
This paper focuses on addressing the issue of image demoireing. Unlike the large volume of existing studies that rely on learning from paired real data, we attempt to learn a demoireing model from unpaired real data, i.e., moire images associated with irrelevant clean images. The proposed method, referred to as Unpaired Demoireing (UnDeM), synthesizes pseudo moire images from unpaired datasets, generating pairs with clean images for training demoireing models. To achieve this, we divide real moire images into patches and group them in compliance with their moire complexity. We introduce a novel moire generation framework to synthesize moire images with diverse moire features, resembling real moire patches, and details akin to real moire-free images. Additionally, we introduce an adaptive denoise method to eliminate the low-quality pseudo moire images that adversely impact the learning of demoireing models. We conduct extensive experiments on the commonly-used FHDMi and UHDM datasets. Results manifest that our UnDeM performs better than existing methods when using existing demoireing models such as MBCNN and ESDNet-L. Code: https://github.com/zysxmu/UnDeM
