How Can Different Image Quality Metrics Be Rescaled for Uniform Comparison?

  • Context: Graduate 
  • Thread starter Thread starter richterallen
  • Start date Start date
  • Tags Tags
    Scaling
Click For Summary
SUMMARY

This discussion focuses on rescaling various image quality metrics to enable uniform comparison with human assessments rated on a scale from 1 to 5. The proposed solution involves establishing a universal metric, either a scale of 0-10, 0-1, or 1-5, and applying linear transformation formulas to convert between scales. Specifically, the transformation formula y = 0.4x + 1 is used to convert a 0-10 scale to a 1-5 scale. This method allows for consistent comparison across different quality metrics.

PREREQUISITES
  • Understanding of linear equations and transformations
  • Familiarity with image quality assessment metrics
  • Knowledge of correlation analysis
  • Basic statistics for interpreting human judgment data
NEXT STEPS
  • Research linear transformation techniques for data normalization
  • Learn about different image quality metrics and their applications
  • Explore correlation analysis methods to compare metrics with human assessments
  • Investigate statistical software tools for performing data transformations
USEFUL FOR

This discussion is beneficial for image processing researchers, data analysts, and developers working on image quality assessment tools who need to standardize metrics for comparison with human evaluations.

richterallen
Messages
1
Reaction score
0
Hi to all,

my problem is the following:
I have different different quality metrics which are able to assess image quality by investigating several parameters in an image.
The problem with those metrics is their scale. Some of them range from 1 to 10 (10-highest quality) some of them from 0 to 1, etc.

I want to figure out how well those metrics correlate with assessments done by human subjects who judged the images on a scale from 1 - 5. how can I compare between the various scales? how can I rescale the mathematic metrics so that all of them range from 1 to 5? (so i can compare it to human judgement).

Thanks a lot in advance

Allen
 
Physics news on Phys.org
first, fix a universal metric (which is a term i just made up) that has a set range: 0-10 or 0-1 or 1-5. just pick one and then make the others conform to that via a formula that converts 0-10 to 1-5. these are all linear formulas of the form y=mx+b where x is the old scale and y is the new scale.

the case of transforming 0-10 to 1-5 or vice versa would go like this:
two points are (0,1) and (10,5). (first scale first coordinates--second scale second coordinates)

the slope is (5-1)/(10-0)=4/10=.4.
the y-intercept is 1 (this is because we're given the point (0,1)).

so the transformation is y=.4x+1.

for example, a 2 on the 1-10 scale is a .4(2)+1=1.8 on the 1-5 scale.
a 10 on the 0-10 scale is a .4(10)+1=5 of the 1-5 scale.

etc.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
14K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
6K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 11 ·
Replies
11
Views
1K
  • · Replies 42 ·
2
Replies
42
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K