Skip to content

๐Ÿ”Ž Python implementations of classical Image Quality Assessment methods

Notifications You must be signed in to change notification settings

ignaciohrdz/classical-iqa-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Classical IQA methods

This repository is a collection of classical IQA methods long forgotten in favour of deep learning-based IQA methods. I am doing this because lots of papers cite classical methods when testing new IQA methods and the most famous ones are not very well documented (GM-LOG, SSEQ, CORNIA, HOSA, LFA...). If all of them are implemented in a single package, it should be easier to try them.

I've implemented these methods:

Spatial-Spectral Entropy-based Quality (SSEQ) index {#sseq}

This is my implementation of the SSEQ index. I wasn't able to find a fully implemented Python version of this index, so I decided to use Aca4peop's code as a starting point and then add my own modifications.

The full details of SSEQ can be found in the paper: No-reference image quality assessment based on spatial and spectral entropies (Liu et al.). The original MATLAB implementation is here.

Highlights

Vectorized implementation of:

  • Patch spatial entropy
  • DCT for spectral entropy (more info here)

Results

Every dataset was split into a training and a test set. I used the training sets with K-fold cross-validation to get the best parameters for each SVR model. The following are the results on each test set:

Dataset LCC SROCC
csiq 0.8493 0.7913
kadid10k 0.6075 0.5716
koniq10k 0.5745 0.5573
liveiqa 0.8726 0.8713
tid2013 0.7892 0.7204

About

๐Ÿ”Ž Python implementations of classical Image Quality Assessment methods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages