generated, allowing for applications in automated
design, adaptive user interfaces, and content
generation. This method provides an effective bridge
between the mathematical underpinnings of colour
analysis and their practical applications in design.
Through a combination of benefits from PCA
reduction, clustering for interpretability, and SVM for
precise classification, this framework simplifies
palette creation while allowing customization and
scalability. This structure responds to some of the key
areas in computational design, visual aesthetics, and
machine learning by providing a strong and adaptive
solution for the generation of colour palettes based on
aesthetic objectives.
2 PROBLEM STATEMENT
The traditional process of selecting harmonious
colour palettes has long relied on the subjective
intuition and experience of artists and designers,
which often proved inconsistent and inefficient.
Despite the increasing demands for visually
appealing and emotionally resonant designs in
brandings, user experience, and content creation, only
a few systematic methods help to streamline palette
creation in a more efficient manner. Most of the
existing computational techniques focus on object
classification or scene analysis, making aesthetic
colour analysis an under-explored domain in the area
of colour perception. This gap points toward a
framework that can extract dominant colours from
images in an automated way and categorize them into
aesthetic classes, allowing for scalable, consistent
palette generation. At the same time, approaching this
problem requires bridging the divide between
computational efficiency and creative demands in the
design.
3 LITERATURE REVIEW
The combination of machine learning and
dimensionality reduction techniques has been a focal
point in such diverse fields as image processing,
security systems, and aesthetic analysis. Methods like
PCA and SVM have been constantly used to achieve
efficient feature extraction and classification and,
therefore, are directly relevant to the proposed
research on colour palette generation and aesthetic
classification.
Jiang et al. (2023) investigated the fusion of
multiple features in image classification. The
application of PCA for dimensionality reduction and
SVM for classification showed how these methods
could be applied to complex datasets—very close to
the requirement in this study of extracting and then
classifying dominant colours from images. This really
demonstrates how PCA and SVM can simplify high-
dimensional colour data while preserving major
features that are important for aesthetic evaluation.
Qi and Wang (2014) highlighted the usefulness of
clustering and classification in improving image
categorization. The work on colour clustering directly
pertains to the proposed study, in which clustering
methods are applied to extract dominant colours.
Extending these methods, the proposed research
carries their application into the aesthetic realm, an
area that has been relatively unexplored.
Shieh et al. (2014) explored the application of
PCA and SVM in combination with PSO to real-time
face recognition. Even though the domain is different,
the flexibility of PCA and SVM to accommodate
different tasks shows their robustness and potential
suitability to the task at hand—colour palette
extraction and classification. More importantly, the
optimization techniques utilized in the study hint at
possible directions for optimizing the proposed
framework.
Malik and Waheed (2021) proposed an
unsupervised approach where PCA was used to
reduce dimensionality, and K-means clustering
addressed classification challenges. This
methodology provides a strong foundation for the
clustering-based extraction of dominant colours from
images, as proposed in this research. The parallels
between hyperspectral data classification and colour
data analysis emphasize the transferability of these
techniques.
Machine learning techniques have also been
extended to security domains, evidenced by
Varunram et al. (2021) Although this is focused on
intrusion detection, the exploration of PCA and other
dimensionality reduction methods shows their
effectiveness in extracting meaningful patterns from
high-dimensional data, which is a critical step in the
proposed research.
Deep learning applications can be seen in many
studies such as the one done by Nossam et al. (2024)
which used convolutional neural networks to detect
forgeries. While this study epitomizes the state of the
art in deep learning, its computational requirements
only strengthen the importance of lightweight
alternatives in the form of PCA and SVM, especially
for aesthetic applications that may not require the
complexity of deep learning models.
Singh and Babu (2019) introduced new methods
for analysing hyperspectral images, showing new