Comparative Analysis Of Color Models For Human Perception And Visual Color Difference

Aruzhan Burambekova,Pakizar Shamoi
2024-06-28
Abstract:Color is integral to human experience, influencing emotions, decisions, and perceptions. This paper presents a comparative analysis of various color models' alignment with human visual perception. The study evaluates color models such as RGB, HSV, HSL, XYZ, CIELAB, and CIELUV to assess their effectiveness in accurately representing how humans perceive color. We evaluate each model based on its ability to accurately reflect visual color differences and dominant palette extraction compatible with the human eye. In image processing, accurate assessment of color difference is essential for applications ranging from digital design to quality control. Current color difference metrics do not always match how people see colors, causing issues in accurately judging subtle differences. Understanding how different color models align with human visual perception is crucial for various applications in image processing, digital media, and design.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem this paper attempts to address is how to better understand and quantify human perception of color differences. Specifically, the paper evaluates the ability of different color models (such as RGB, HSV, HSL, XYZ, CIELAB, and CIELUV) to accurately represent human visual perception. The study finds that current color difference measurement methods do not always align with what people actually see, leading to issues in accurately judging subtle color differences. Therefore, the research aims to identify color models and measurement methods that better match human visual perception, which is of significant importance in fields such as image processing, digital design, and quality control. The study employed various experimental methods, including the k-means clustering algorithm to extract the main colors in images, and conducted a survey with 15 participants to assess the consistency of different color models and measurement methods with human visual perception. The experimental results show that the HSL model has the highest correlation with human perception, followed by the HSV model. These findings provide important reference value for improving color accuracy in image processing.