CVOct 5, 2025

QuantDemoire: Quantization with Outlier Aware for Image Demoiréing

arXiv:2510.04066v1h-index: 6Has Code
Originality Incremental advance
AI Analysis

This work addresses the computational inefficiency of demoiréing models for edge deployment, offering a domain-specific incremental improvement.

The paper tackles the problem of deploying deep learning-based demoiréing models on edge devices by proposing QuantDemoire, a post-training quantization framework that reduces parameters and computation while maintaining image quality, outperforming existing methods by over 4 dB on W4A4.

Demoiréing aims to remove moiré artifacts that often occur in images. While recent deep learning-based methods have achieved promising results, they typically require substantial computational resources, limiting their deployment on edge devices. Model quantization offers a compelling solution. However, directly applying existing quantization methods to demoiréing models introduces severe performance degradation. The main reasons are distribution outliers and weakened representations in smooth regions. To address these issues, we propose QuantDemoire, a post-training quantization framework tailored to demoiréing. It contains two key components. **First}, we introduce an outlier-aware quantizer to reduce errors from outliers. It uses sampling-based range estimation to reduce activation outliers, and keeps a few extreme weights in FP16 with negligible cost. **Second**, we design a frequency-aware calibration strategy. It emphasizes low- and mid-frequency components during fine-tuning, which mitigates banding artifacts caused by low-bit quantization. Extensive experiments validate that our QuantDemoire achieves large reductions in parameters and computation while maintaining quality. Meanwhile, it outperforms existing quantization methods by over **4 dB** on W4A4. Code is released at: https://github.com/zhengchen1999/QuantDemoire.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes