You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
Currently the score that Butteraugli outputs is the maximum over the entire image. If I understood correctly, the rationale is that errors (high scores) are noticeable, so even if there is a large error in even a small part of the image, this is unforgivable. However, this has a few implications:
The maximum is sensitive to small changes. The pixel with the maximum error could be an outlier. If an image is altered only slightly, the worst error might be in a different part of the image, and the score will change by a lot. Something like the 90th or 98th percentile would still penalize large errors in small regions, while being more stable.
The converse of penalizing large errors in small regions, is that improvements on large regions are not reflected in the score at all, if there is no improvement in the region where the score is the worst.
Of course, capturing both in one single number is difficult. Outputting a distribution or even just a few percentiles would be more useful, but it would also make the output harder to interpret and compare.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the score that Butteraugli outputs is the maximum over the entire image. If I understood correctly, the rationale is that errors (high scores) are noticeable, so even if there is a large error in even a small part of the image, this is unforgivable. However, this has a few implications:
Of course, capturing both in one single number is difficult. Outputting a distribution or even just a few percentiles would be more useful, but it would also make the output harder to interpret and compare.
The text was updated successfully, but these errors were encountered: