Papers › Shift-tolerant Perceptual Similarity Metric

Shift-tolerant Perceptual Similarity Metric

27 Jul 2022arXiv:2207.13686archive 2025-07-28

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 studies the effect of small misalignment, specifically a small shift between the input and reference image, on existing metrics, and accordingly develops a shift-tolerant similarity metric. This paper builds upon LPIPS, a widely used learned perceptual similarity metric, and explores architectural design considerations to make it robust against imperceptible misalignment. Specifically, we study a wide spectrum of neural network elements, such as anti-aliasing filtering, pooling, striding, padding, and skip connection, and discuss their roles in making a robust metric. Based on our studies, we develop a new deep neural network-based perceptual similarity metric. Our experiments show that our metric is tolerant to imperceptible shifts while being consistent with the human similarity judgment.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.13686")

Code

Syntology Ran 7 of 21 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 21 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

abhijay9/shifttolerant-lpips officialmentioned in papermentioned on GitHubpytorchBSD-2-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 7 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · our draft was wrong
1ran · fixture could not drive it
1ran
14unverified

Licence: 0 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from abhijay9/shifttolerant-lpips. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv1x1 abhijay9/shifttolerant-lpips/models_lpf/resnet.py official repository ran · our draft was wrong BSD-2-Clause (permissive) · d9def42110729a85 · report
conv3x3 abhijay9/shifttolerant-lpips/models_lpf/resnet.py official repository ran · our draft was wrong BSD-2-Clause (permissive) · e18ed73aa89f051a · report
conv3x3 abhijay9/shifttolerant-lpips/models_lpf/vgg_w_skip.py official repository ran · our draft was wrong BSD-2-Clause (permissive) · 67c9ab8e625b4e5f · report
get_pad_layer abhijay9/shifttolerant-lpips/models_lpf/downsample.py official repository ran · our draft was wrong BSD-2-Clause (permissive) · 50aa4a59fe718c61 · report
get_pad_layer_1d abhijay9/shifttolerant-lpips/models_lpf/downsample.py official repository ran BSD-2-Clause (permissive) · 176a539246e68879 · report
spatial_average abhijay9/shifttolerant-lpips/stlpips/lpips.py official repository ran · our draft was wrong fingerprinted BSD-2-Clause (permissive) · 29e5e72bcd006dcd · report
upsample abhijay9/shifttolerant-lpips/stlpips/lpips.py official repository ran · fixture could not drive it BSD-2-Clause (permissive) · 8cafd18b57a4d171 · report
alexnet abhijay9/shifttolerant-lpips/models_lpf/alexnet.py official repository unverified BSD-2-Clause (permissive) · bc34e3894ecb4e8e · report
alexnetnmp abhijay9/shifttolerant-lpips/models_lpf/alexnet.py official repository unverified BSD-2-Clause (permissive) · 8159879c0ddf5c68 · report
conv1x1 abhijay9/shifttolerant-lpips/models_lpf/vgg_w_skip.py official repository unverified BSD-2-Clause (permissive) · 36328f52643d60a0 · report
densenet121 abhijay9/shifttolerant-lpips/models_lpf/densenet.py official repository unverified BSD-2-Clause (permissive) · 139d9cd6430f7bbe · report
densenet169 abhijay9/shifttolerant-lpips/models_lpf/densenet.py official repository unverified BSD-2-Clause (permissive) · cd120e0fbc36740f · report
densenet201 abhijay9/shifttolerant-lpips/models_lpf/densenet.py official repository unverified BSD-2-Clause (permissive) · 0c253f6eb67013b8 · report
make_layers abhijay9/shifttolerant-lpips/models_lpf/vgg.py official repository unverified BSD-2-Clause (permissive) · 898ea4d5b3898d06 · report
mobilenet_v2 abhijay9/shifttolerant-lpips/models_lpf/mobilenet.py official repository unverified BSD-2-Clause (permissive) · db4ebb84a4e9d995 · report
resnet18 abhijay9/shifttolerant-lpips/models_lpf/resnet.py official repository unverified BSD-2-Clause (permissive) · 7160765a8283319e · report
squeezenet1_0 abhijay9/shifttolerant-lpips/models_lpf/squeezenet.py official repository unverified BSD-2-Clause (permissive) · 8e1dfe6249cb7d5b · report
squeezenet1_1 abhijay9/shifttolerant-lpips/models_lpf/squeezenet.py official repository unverified BSD-2-Clause (permissive) · e3b4e03c1df19138 · report
vgg11 abhijay9/shifttolerant-lpips/models_lpf/vgg.py official repository unverified BSD-2-Clause (permissive) · 218e7087e99477df · report
vgg11_bn abhijay9/shifttolerant-lpips/models_lpf/vgg.py official repository unverified BSD-2-Clause (permissive) · 37a0395593656d08 · report
vgg16_w_skip abhijay9/shifttolerant-lpips/models_lpf/vgg_w_skip.py official repository unverified BSD-2-Clause (permissive) · d3ba69db5808ba0d · report

Tasks

Video Quality Assessment

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Quality Assessment MSU SR-QA Dataset ST-LPIPS (VGG) KLCC 0.45898 #24 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset ST-LPIPS (VGG) PLCC 0.56431 #24 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset ST-LPIPS (VGG) SROCC 0.57336 #24 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset ST-LPIPS (VGG) Type FR #24 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset ST-LPIPS (Alex) KLCC 0.42897 #30 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset ST-LPIPS (Alex) PLCC 0.54740 #30 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset ST-LPIPS (Alex) SROCC 0.53473 #30 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset ST-LPIPS (Alex) Type FR #30 of 60 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections