awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
richzhang avatar

richzhang/PerceptualSimilarity

0
View on GitHub↗
4,244 星标·523 分支·Python·BSD-2-Clause·18 次浏览richzhang.github.io/PerceptualSimilarity↗

PerceptualSimilarity

PerceptualSimilarity 是一个深度学习框架,旨在量化和评估图像之间的感知距离。它提供了一个系统,通过使用深度特征表示而不是像素级差异来衡量两张图像或图像块在人类视觉中看起来有多相似。

该项目实现了一个可微分距离度量,作为损失函数,允许通过反向传播优化图像像素以达到目标视觉外观。它包括一个可训练的线性层,可以应用于冻结的深度特征,以学习与人类感知一致的加权距离度量。

该框架涵盖了图像质量评估、相似度度量训练和计算机视觉基准测试方面的广泛功能。模型准确性通过使用诸如二选一强制选择测试等框架,将预测的距离分数与人类判断数据集进行比较来评估。

Features

  • Perceptual Loss - Provides a differentiable perceptual loss function based on feature similarity for visual quality optimization.
  • Computer Vision Models - Provides a deep learning framework for training and evaluating models focused on perceptual similarity.
  • Deep Feature Distances - Implements similarity calculations based on Euclidean distances between high-level deep feature maps.
  • Metric Learning - Trains linear layers on top of image representations to create custom metrics for visual similarity.
  • Perceptual Metric Heads - Uses a trainable linear layer on top of frozen features to learn weighted human-perceptual distances.
  • Perceptual Metrics - Calculates the distance between images based on human visual perception using deep feature representations.
  • Image Quality Assessment - Compares processed images against originals to evaluate if visual artifacts are noticeable to humans.
  • Perceptual Similarity Scoring - Calculates numerical values to quantify the perceived difference between images using deep learning features.
  • Visual Similarity Training - Allows creating linear layers on image representations or optimizing models using specific visual training datasets.
  • Computer Vision Benchmarks - Tests the accuracy of visual similarity models against standardized human judgment datasets.
  • Iterative Image Optimizers - Implements iterative gradient descent to refine image pixels by minimizing perceptual distance.
  • Two-Alternative Forced Choice Tests - Evaluates model accuracy by comparing predicted distance scores against human preferences in a binary choice framework.
  • Perceptual Image Optimization - Adjusting the pixels of an image by using perceptual distance as a loss function to reach a target visual look.
  • Perceptual Model Evaluation - Tests similarity models against standard datasets using human judgment modes like just-noticeable difference.
  • Computer Vision Research - Deep features as a metric for perceptual image similarity.
  • Evaluation Metrics - Learned perceptual image patch similarity metric.
  • Image Transformation - Deep features as a perceptual metric.

Star 历史

richzhang/perceptualsimilarity 的 Star 历史图表richzhang/perceptualsimilarity 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

richzhang/perceptualsimilarity 是做什么的?

PerceptualSimilarity 是一个深度学习框架,旨在量化和评估图像之间的感知距离。它提供了一个系统,通过使用深度特征表示而不是像素级差异来衡量两张图像或图像块在人类视觉中看起来有多相似。

richzhang/perceptualsimilarity 的主要功能有哪些?

richzhang/perceptualsimilarity 的主要功能包括:Perceptual Loss, Computer Vision Models, Deep Feature Distances, Metric Learning, Perceptual Metric Heads, Perceptual Metrics, Image Quality Assessment, Perceptual Similarity Scoring。

richzhang/perceptualsimilarity 有哪些开源替代品?

richzhang/perceptualsimilarity 的开源替代品包括: dmitryulyanov/deep-image-prior — This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior… xpixelgroup/basicsr — BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning… google/guetzli — Guetzli is a lossy image compression tool and perceptual JPEG encoder. It converts PNG or JPEG inputs into… jcjohnson/fast-neural-style — This project is a neural style transfer framework that provides a suite of computer vision tools for applying artistic… zalandoresearch/fashion-mnist — This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy… yulunzhang/rcan — PyTorch code for our ECCV 2018 paper "Image Super-Resolution Using Very Deep Residual Channel Attention Networks".

PerceptualSimilarity 的开源替代方案

相似的开源项目,按与 PerceptualSimilarity 的功能重合度排序。
  • dmitryulyanov/deep-image-priorDmitryUlyanov 的头像

    DmitryUlyanov/deep-image-prior

    8,085在 GitHub 上查看↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    在 GitHub 上查看↗8,085
  • xpixelgroup/basicsrXPixelGroup 的头像

    XPixelGroup/BasicSR

    8,297在 GitHub 上查看↗

    BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning models to upscale, denoise, and deblur images and videos. It serves as a comprehensive system for image super-resolution and video quality restoration, providing the necessary infrastructure to recover fine visual details and increase pixel density. The project distinguishes itself through specialized toolkits for facial image enhancement and high-fidelity face synthesis, as well as a dedicated video quality restoration suite that utilizes deformable convolutions and generative

    Pythonbasicsrbasicvsrdfdnet
    在 GitHub 上查看↗8,297
  • google/guetzligoogle 的头像

    google/guetzli

    12,930在 GitHub 上查看↗

    Guetzli is a lossy image compression tool and perceptual JPEG encoder. It converts PNG or JPEG inputs into high-density JPEG files, reducing file size by removing data that the human eye cannot easily detect. The tool utilizes human vision models to optimize the balance between file size and visual fidelity. It employs perceptual quality metrics and psychovisual similarity estimation to maintain high visual quality while maximizing compression density. The project includes a visual difference analyzer capable of generating spatial difference heatmaps and calculating scalar similarity scores.

    C++
    在 GitHub 上查看↗12,930
  • jcjohnson/fast-neural-stylejcjohnson 的头像

    jcjohnson/fast-neural-style

    4,354在 GitHub 上查看↗

    This project is a neural style transfer framework that provides a suite of computer vision tools for applying artistic styles to images and video. It functions as a system for training feedforward neural networks, an iterative style optimizer, and a real-time video stylizer. The framework supports two primary methods of stylization: a feedforward model that applies styles in a single pass and an iterative optimization method that generates stylized images by minimizing content and style loss without a pre-trained model. It also enables real-time processing of live webcam feeds using trained m

    Lua
    在 GitHub 上查看↗4,354
查看 PerceptualSimilarity 的所有 30 个替代方案→