Skip to main content

Deep learning loss functions and models for image similarity

Project description

Image Similarity Criteria

A Python package that provides various perceptual similarity metrics for comparing images using state-of-the-art models including Face Recognition Systems (FRS), CLIP, and LPIPS.

Features

  • Face Recognition System (FRS) based identity loss with multiple model options:
    • IR-152
    • IR-SE-50
    • MobileFaceNet
    • FaceNet
    • CurricularFace
  • CLIP-based similarity metrics
  • LPIPS (Learned Perceptual Image Patch Similarity)
  • Ensemble ID loss for combining multiple FRS models

Installation

pip install criteria

Usage

Face Recognition System (FRS)

from criteria import id_loss
from PIL import Image

# Initialize ID loss with a specific model
id_loss_fn = id_loss.IDLoss(model_name='ir_se50')

# Load images
img1 = Image.open('image1.jpg')
img2 = Image.open('image2.jpg')

# Calculate identity loss
loss = id_loss_fn(img1, img2)

CLIP Similarity

from criteria import clip_loss

# Initialize CLIP loss
clip_loss_fn = clip_loss.CLIPLoss()

# Calculate CLIP similarity
similarity = clip_loss_fn(img1, img2)

LPIPS

from criteria import lpips_loss

# Initialize LPIPS
lpips_fn = lpips_loss.LPIPSLoss()

# Calculate perceptual similarity
distance = lpips_fn(img1, img2)

Model Weights

Pre-trained model weights will be automatically downloaded when initializing the respective loss functions.

License

MIT License

Citation

If you use this package in your research, please cite:

@misc{criteria2023,
  author = {Le, Minh-Ha},
  title = {Criteria: Image Similarity Metrics},
  year = {2023},
  publisher = {GitHub},
  url = {https://github.com/minha12/criteria}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

criteria-0.1.7.tar.gz (16.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

criteria-0.1.7-py3-none-any.whl (20.9 kB view details)

Uploaded Python 3

File details

Details for the file criteria-0.1.7.tar.gz.

File metadata

  • Download URL: criteria-0.1.7.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.18

File hashes

Hashes for criteria-0.1.7.tar.gz
Algorithm Hash digest
SHA256 ea154f17dbf7e9650794ad3f7bda92558e7c2f1c6cf842b1dec9995559c9a845
MD5 d99e0ccd6bc6ada76730b6bc1d151d16
BLAKE2b-256 9a85fae16f30f28d3322f29c6331bd618495c0e429c629ab8de4620aeda1a820

See more details on using hashes here.

File details

Details for the file criteria-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: criteria-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 20.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.18

File hashes

Hashes for criteria-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 34d4f0f93aafee672ca86c96fba912804cbea2ecddd7532ad9e5098994cbb4c0
MD5 b37e6c860fa7e8dad2c810e7e44ac4b4
BLAKE2b-256 0eb1f298dde4dcf6dace5d3bcefe7552ef6c7149b4ea94cb33bea4ffecf0b552

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page