JND-Guided Light-Weight Neural Pre-Filter for Perceptual Image Coding
Chenlong He, Zhijian Hao, Leilei Huang, Xiaoyang Zeng, Yibo Fan
TL;DR
This work tackles perceptual image coding by addressing the inefficiencies of existing JND-guided pre-filters through a unified benchmark and a compact neural approach. It introduces FJNDF-Pytorch, a standardized platform that combines multiple JND models, injection strategies, encoders, datasets, and objective metrics, enabling fair and reproducible comparisons. The authors then present a lightweight CNN framework trained with a novel frequency-domain loss that both distills the reference behavior and enforces physics-based constraints in the DCT domain, achieving state-of-the-art BD-BR gains across several encoders while maintaining low computational cost (7.15 GFLOPs for 1080p). Overall, the paper delivers a reproducible research platform and a principled learning approach that advances the balance between perceptual quality and efficiency in perceptual image coding, with strong empirical validation and broad applicability across encoders and datasets.
Abstract
Just Noticeable Distortion (JND)-guided pre-filter is a promising technique for improving the perceptual compression efficiency of image coding. However, existing methods are often computationally expensive, and the field lacks standardized benchmarks for fair comparison. To address these challenges, this paper introduces a twofold contribution. First, we develop and open-source FJNDF-Pytorch, a unified benchmark for frequency-domain JND-Guided pre-filters. Second, leveraging this platform, we propose a complete learning framework for a novel, lightweight Convolutional Neural Network (CNN). Experimental results demonstrate that our proposed method achieves state-of-the-art compression efficiency, consistently outperforming competitors across multiple datasets and encoders. In terms of computational cost, our model is exceptionally lightweight, requiring only 7.15 GFLOPs to process a 1080p image, which is merely 14.1% of the cost of recent lightweight network. Our work presents a robust, state-of-the-art solution that excels in both performance and efficiency, supported by a reproducible research platform. The open-source implementation is available at https://github.com/viplab-fudan/FJNDF-Pytorch.
