paper-with-me

홈 › Papers

LipSim: A Provably Robust Perceptual Similarity Metric

2023-10-27 · Sara Ghazanfari, Alexandre Araujo, Prashanth Krishnamurthy, Farshad Khorrami, Siddharth Garg

Recent years have seen growing interest in developing and applying perceptual similarity metrics. Research has shown the superiority of perceptual metrics over pixel-wise metrics in aligning with human perception and serving as a proxy for the human visual system. On the other hand, as perceptual metrics rely on neural networks, there is a growing concern regarding their resilience, given the established vulnerability of neural networks to adversarial attacks. It is indeed logical to infer that perceptual metrics may inherit both the strengths and shortcomings of neural networks. In this work, we demonstrate the vulnerability of state-of-the-art perceptual similarity metrics based on an ensemble of ViT-based feature extractors to adversarial attacks. We then propose a framework to train a robust perceptual similarity metric called LipSim (Lipschitz Similarity Metric) with provable guarantees. By leveraging 1-Lipschitz neural networks as the backbone, LipSim provides guarded areas around each data point and certificates for all perturbations within an $\ell_2$ ball. Finally, a comprehensive set of experiments shows the performance of LipSim in terms of natural and certified scores and on the image retrieval application. The code is available at https://github.com/SaraGhazanfari/LipSim.

📄 PDF Abstract BibTeX arXiv:2310.18274

Code (1)

saraghazanfari/lipsim 공식 구현 pytorch

Tasks

Image RetrievalRetrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

ML-CLIPSim: Multi-Layer CLIP Similarity for Machine-Oriented Image Quality

2026-05-10 · Feng Ding, Haisheng Fu, Jie Liang, Qihan Xu 외 arxiv

We study full-reference image quality assessment from a machine-centric perspective, where images are evaluated by how well they preserve information for downstream models. We formulate machine-oriented quality as a late…

Image Quality AssessmentImage Compression

A new Image Similarity Metric for a Perceptual and Transparent Geometric and Chromatic Assessment

2026-01-27 · Antonio Di Marino, Vincenzo Bevilacqua, Emanuel Di Nardo, Angelo Ciaramella 외 arxiv

In the literature, several studies have shown that state-of-the-art image similarity metrics are not perceptual metrics; moreover, they have difficulty evaluating images, especially when texture distortion is also presen…

Shift-tolerant Perceptual Similarity Metric

2022-07-27 · Abhijay Ghildyal, Feng Liu

Existing perceptual similarity metrics assume an image and its reference are well aligned. As a result, these metrics are often sensitive to a small alignment error that is imperceptible to the human eyes. This paper stu…

Video Quality Assessment

A study of deep perceptual metrics for image quality assessment

2022-02-17 · Rémi Kazmierczak, Gianni Franchi, Nacim Belkhir, Antoine Manzanera 외

Several metrics exist to quantify the similarity between images, but they are inefficient when it comes to measure the similarity of highly distorted images. In this work, we propose to empirically investigate perceptual…

Image Quality Assessment

The differential geometry of perceptual similarity

2017-09-26

Human similarity judgments are inconsistent with Euclidean, Hamming, Mahalanobis, and the majority of measures used in the extensive literatures on similarity and dissimilarity. From intrinsic properties of brain circuit…