CVAIMay 24, 2023

SAMScore: A Content Structural Similarity Metric for Image Translation Evaluation

arXiv:2305.15367v210 citationsHas Code
AI Analysis

This provides a more precise evaluation tool for image translation, addressing a known bottleneck in the field, though it is incremental as it builds on existing segmentation technology.

The authors tackled the problem of evaluating image translation models by introducing SAMScore, a content structural similarity metric based on the Segment Anything Model, which outperformed all other competitive metrics on 19 tasks.

Image translation has wide applications, such as style transfer and modality conversion, usually aiming to generate images having both high degrees of realism and faithfulness. These problems remain difficult, especially when it is important to preserve content structures. Traditional image-level similarity metrics are of limited use, since the content structures of an image are high-level, and not strongly governed by pixel-wise faithfulness to an original image. To fill this gap, we introduce SAMScore, a generic content structural similarity metric for evaluating the faithfulness of image translation models. SAMScore is based on the recent high-performance Segment Anything Model (SAM), which allows content similarity comparisons with standout accuracy. We applied SAMScore on 19 image translation tasks, and found that it is able to outperform all other competitive metrics on all tasks. We envision that SAMScore will prove to be a valuable tool that will help to drive the vibrant field of image translation, by allowing for more precise evaluations of new and evolving translation models. The code is available at https://github.com/Kent0n-Li/SAMScore.

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