English

BinaryDemoire: Moir\'e-Aware Binarization for Image Demoir\'eing

Computer Vision and Pattern Recognition 2026-02-04 v1

Abstract

Image demoir\'eing aims to remove structured moir\'e artifacts in recaptured imagery, where degradations are highly frequency-dependent and vary across scales and directions. While recent deep networks achieve high-quality restoration, their full-precision designs remain costly for deployment. Binarization offers an extreme compression regime by quantizing both activations and weights to 1-bit. Yet, it has been rarely studied for demoir\'eing and performs poorly when naively applied. In this work, we propose BinaryDemoire, a binarized demoir\'eing framework that explicitly accommodates the frequency structure of moir\'e degradations. First, we introduce a moir\'e-aware binary gate (MABG) that extracts lightweight frequency descriptors together with activation statistics. It predicts channel-wise gating coefficients to condition the aggregation of binary convolution responses. Second, we design a shuffle-grouped residual adapter (SGRA) that performs structured sparse shortcut alignment. It further integrates interleaved mixing to promote information exchange across different channel partitions. Extensive experiments on four benchmarks demonstrate that the proposed BinaryDemoire surpasses current binarization methods. Code: https://github.com/zhengchen1999/BinaryDemoire.

Keywords

Cite

@article{arxiv.2602.03176,
  title  = {BinaryDemoire: Moir\'e-Aware Binarization for Image Demoir\'eing},
  author = {Zheng Chen and Zhi Yang and Xiaoyang Liu and Weihang Zhang and Mengfan Wang and Yifan Fu and Linghe Kong and Yulun Zhang},
  journal= {arXiv preprint arXiv:2602.03176},
  year   = {2026}
}

Comments

Code is available at: https://github.com/zhengchen1999/BinaryDemoire

R2 v1 2026-07-01T09:33:36.623Z