Predicting Satisfied User and Machine Ratio for Compressed Images: A Unified Approach
Qi Zhang, Shanshe Wang, Xinfeng Zhang, Siwei Ma, Jingshan Pan, Wen Gao
TL;DR
This work addresses the problem of predicting perceptual quality for both humans and machines in compressed images by jointly estimating SUR and SMR. It introduces a unified deep model built on a CAFormer backbone, Difference Feature Residual Learning (DFRL), Multi-Head Attention Aggregation and Pooling (MHAAP), and an MLP-Mixer, trained via a proxy SUR task built from 14 FR-IQA models on a COCO-SMR-derived dataset. The authors pre-train the feature extractor to learn human- and machine-perception cues and then fine-tune on SUR/SMR prediction, achieving state-of-the-art MAE across multiple datasets and showing that joint learning improves both SUR and SMR. This approach provides a practical framework for optimizing compression schemes to satisfy both human observers and machine vision systems, with implications for cross-domain perceptual quality assessment.
Abstract
Nowadays, high-quality images are pursued by both humans for better viewing experience and by machines for more accurate visual analysis. However, images are usually compressed before being consumed, decreasing their quality. It is meaningful to predict the perceptual quality of compressed images for both humans and machines, which guides the optimization for compression. In this paper, we propose a unified approach to address this. Specifically, we create a deep learning-based model to predict Satisfied User Ratio (SUR) and Satisfied Machine Ratio (SMR) of compressed images simultaneously. We first pre-train a feature extractor network on a large-scale SMR-annotated dataset with human perception-related quality labels generated by diverse image quality models, which simulates the acquisition of SUR labels. Then, we propose an MLP-Mixer-based network to predict SUR and SMR by leveraging and fusing the extracted multi-layer features. We introduce a Difference Feature Residual Learning (DFRL) module to learn more discriminative difference features. We further use a Multi-Head Attention Aggregation and Pooling (MHAAP) layer to aggregate difference features and reduce their redundancy. Experimental results indicate that the proposed model significantly outperforms state-of-the-art SUR and SMR prediction methods. Moreover, our joint learning scheme of human and machine perceptual quality prediction tasks is effective at improving the performance of both.
