CVOct 6, 2023

The Unreasonable Effectiveness of Linear Prediction as a Perceptual Metric

arXiv:2310.05986v13 citationsh-index: 2
Originality Incremental advance
AI Analysis

This provides a novel, data-free alternative for image quality assessment, though it is incremental as it builds on existing perceptual metric concepts.

The paper tackles the problem of perceptual similarity metrics for images by proposing LASI, a linear autoregressive similarity index that constructs perceptual embeddings at inference-time without training data or deep neural networks, achieving competitive performance with learned deep feature methods like LPIPS and PIM on image quality assessment datasets.

We show how perceptual embeddings of the visual system can be constructed at inference-time with no training data or deep neural network features. Our perceptual embeddings are solutions to a weighted least squares (WLS) problem, defined at the pixel-level, and solved at inference-time, that can capture global and local image characteristics. The distance in embedding space is used to define a perceptual similarity metric which we call LASI: Linear Autoregressive Similarity Index. Experiments on full-reference image quality assessment datasets show LASI performs competitively with learned deep feature based methods like LPIPS (Zhang et al., 2018) and PIM (Bhardwaj et al., 2020), at a similar computational cost to hand-crafted methods such as MS-SSIM (Wang et al., 2003). We found that increasing the dimensionality of the embedding space consistently reduces the WLS loss while increasing performance on perceptual tasks, at the cost of increasing the computational complexity. LASI is fully differentiable, scales cubically with the number of embedding dimensions, and can be parallelized at the pixel-level. A Maximum Differentiation (MAD) competition (Wang & Simoncelli, 2008) between LASI and LPIPS shows that both methods are capable of finding failure points for the other, suggesting these metrics can be combined.

Code Implementations1 repo
Foundations

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

Your Notes