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/username/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.2.tar.gz (17.1 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.2-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: criteria-0.1.2.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.20

File hashes

Hashes for criteria-0.1.2.tar.gz
Algorithm Hash digest
SHA256 412b41f29ae1d708759830c956dd44f778cc6df00fc1836ba11895e6be078d67
MD5 1d5196d247794b0e8a88eabd55a0380e
BLAKE2b-256 a0c9ced4400b20d095e3b9e503821d03318cd95d5a96cdf637d125f4acfe8fa4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: criteria-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 20.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.20

File hashes

Hashes for criteria-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f430c54efe940f25243b1c36aa394c0551686342c2413fe541dd73f1b54114aa
MD5 559f2dfbd4cdbbed94695d806235f611
BLAKE2b-256 c38cb76ba1108407381f1858be73a4176fdf3b3197a6ed770ff315ff9ecc3549

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