Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 -- 1386 2024-03-01 08:54:13 |
2 layout Meta information modification 1386 2024-03-01 09:43:24 |

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
Wasilewski, A. Personalization of User Interface and Clustering of Users. Encyclopedia. Available online: https://encyclopedia.pub/entry/55758 (accessed on 05 May 2024).
Wasilewski A. Personalization of User Interface and Clustering of Users. Encyclopedia. Available at: https://encyclopedia.pub/entry/55758. Accessed May 05, 2024.
Wasilewski, Adam. "Personalization of User Interface and Clustering of Users" Encyclopedia, https://encyclopedia.pub/entry/55758 (accessed May 05, 2024).
Wasilewski, A. (2024, March 01). Personalization of User Interface and Clustering of Users. In Encyclopedia. https://encyclopedia.pub/entry/55758
Wasilewski, Adam. "Personalization of User Interface and Clustering of Users." Encyclopedia. Web. 01 March, 2024.
Personalization of User Interface and Clustering of Users
Edit

Adaptive user interfaces (AUIs) are defined as user interfaces that can change according to user activities. They are designed to adapt to the needs of individual users or groups of users based on their preferences, behavior, and context. These interfaces provide an optimal user experience by adapting interface elements, including layout, content, and functionality, to align with users’ needs and goals. 

e-commerce personalization clusterization adaptative user interface

1. Introduction

In today’s digital world, where users interact with a wide range of devices and platforms, each with different capabilities and limitations, AUIs play a crucial role in ensuring a sophisticated and personalized user experience (UX) [1]. This approach fosters consistency and personalization across devices, thereby elevating user engagement, satisfaction, and productivity. However, it is essential to acknowledge certain limitations, particularly in situations that involve repetitive or familiar user experiences [2]. This problem can also occur with new e-commerce customers who are unfamiliar with the site’s structure, navigation, or products [3]. In such cases, the creation of a dedicated interface variant for this specific user group can encourage prolonged site engagement and facilitate continued shopping.
Web-based systems, including e-commerce solutions, can benefit from personalized user interfaces that automatically adapt their presentation, content, and structure based on user characteristics, needs, or preferences [4]. AUIs offer numerous advantages over nonpersonalized systems. They enhance usability and effectiveness by adjusting to the user’s expertise level, providing relevant guidance and feedback. Additionally, AUIs reduce cognitive load, minimizing user fatigue and the likelihood of errors. The provision of pertinent, personalized information further contributes to an improved UX, ultimately boosting user satisfaction and motivation [2]. However, the design and implementation of such a solution can be a complex task requiring the application of interdisciplinary knowledge [5].
While there are various approaches to creating adaptive user interfaces, one of the most effective appears to be the use of artificial intelligence (AI)-based clustering to divide clients into groups and provide those groups with a dedicated interface [6]. AI clustering is a technique that groups similar data points (e.g., e-commerce customers) based on certain characteristics. In the context of e-commerce user interfaces, clustering can consider actions, events, purchases, and other relevant factors [7]. By implementing AI clustering, companies can tailor different versions of the user interface for each cluster, ensuring that every customer enjoys an optimized browsing and shopping experience.
Today, e-shops commonly use various mechanisms for product recommendations that rely on advanced data analysis, including AI [8], but there is also considerable potential in AI-assisted user interface personalization.
To implement the AUI concept using machine learning (ML) mechanisms, it is crucial to establish an architectural and functional framework. This framework should efficiently collect customer behavior data, process it while considering the business context, and translate resulting recommendations into the final user interface design. Despite the prevalence of studies on various approaches to generating recommendations in e-commerce [9][10], it is challenging to find comprehensive research on personalizing user interface design. Existing studies, such as those on product recommendation systems, primarily focus on personalized content like lists of recommended products rather than addressing the website layout (e.g., the location of components on the website).

2. Personalization of the User Interface

The historical context of UI personalization is briefly discussed, noting that attempts to provide dedicated user interfaces predate the dominance of artificial intelligence in recommendation services [11]. Previous efforts were often linked to the service-oriented architecture (SOA) paradigm [12]. Today, various approaches are commonly used for personalization in adaptive web shop interfaces, including AI-based methods such as collaborative filtering (CF) [13], CF based on deep learning [14], and its modification that uses the relationships between items rather than users (item-based CF—IBCF) as the basis for inference [15], case-based reasoning (CBR) [16], the RFMT (recency, frequency, monetary, time) model [17], data mining [18], and clustering [19]. UI personalization is applicable across diverse IT systems, whether within organizations (e.g., enterprise resource planning—ERP [20]), supporting interorganizational collaboration (e.g., workflow [21]), or dedicated to customers (e.g., e-commerce [22]).
The practical implementation of the AUI concept faces a fundamental challenge concerning the collection of data used for making inferences and recommending interface options to users. This challenge involves the necessity for capabilities to capture customer data, algorithms to identify similarities and differences in user behavior, and strategies or processes to use the extracted information to achieve specific business objectives [23].
Recommendations based on customer characteristics and behavior can rely on either explicit or implicit data collection methods. In the case of explicit data collection, customer characteristics, including demographic factors, social factors, and location, are directly obtained. In theory, collecting this type of data is not a problem for web-based e-commerce systems [24]. However, challenges arise when considering the quality of such datasets. Some customers may be unwilling to provide demographic data, prefer to browse anonymously, or even deliberately provide false information. Moreover, demographic information is subject to change over time, introducing uncertainties that are challenging to assess accurately [25]. On the other hand, implicit data collection involves tracking user activity without direct interaction with the customer. This approach is generally more reliable, as it does not depend on customer willingness to provide information. However, it faces increasing limitations due to legal restrictions, such as the GDPR [26] or privacy policies, and evolving e-commerce development trends that restrict the use of third-party cookies [27].
In the realm of e-commerce, user segmentation, borrowed from classic marketing techniques, is a common approach that involves dividing the customer population into groups with similar characteristics relevant to the objectives of the process [28]. The effectiveness of segmentation techniques can vary depending on the specific e-commerce business, its objectives, and the available data. Generally, segmentation can be described as an unsupervised learning process that utilizes different grouping approaches to create sets of objects (customers) based on target functions derived from selected measures of similarity or differentiation [29]. Given the dynamic nature of customer behavior, needs, and perceptions in e-commerce, segmentation techniques should be flexible, adaptable to large input datasets [30], and capable of handling rough sets [31].
While traditional customer segmentation methods have been used for decades, artificial intelligence, particularly machine learning, is increasingly playing a crucial role in this domain. Clustering algorithms are one example of such segmentation approaches [32].

3. Clustering of Users

Clustering, especially using the K-means algorithm, is a prevalent research topic in customer segmentation applications in e-commerce. Gomes and Meisen’s analysis of academic articles published between 2000 and 2022 on segmentation for customer targeting in e-commerce indicates that K-means is the most frequently cited clustering method, holding a 39% share [23]. This approach is known for its efficiency, although its computational complexity is influenced by factors such as dataset size, the number of clusters, and the initialization of cluster centroids. The combination of K-means with recency, frequency, monetary (RFM) analysis has been used for generating product recommendations [33]. Additionally, K-means has been applied to predict customer churn in B2C scenarios [34]. The pure K-means algorithm is often used for the segmentation of e-commerce users to create groups with different characteristics [35]. Similar goals have been explored using the particle swarm optimization algorithm [36]. Such a goal coincides with the potential use of clustering to create groups of customers to be served with a specific UI. Undoubtedly, K-means is an algorithm with many advantages, but it should be noted that within the framework of the aforementioned study, modifications of this approach, such as K-medoids (partitioning around medoids—PAM [37]) and K-medians, were also understood under the term K-means. It is worth noting that despite their similarities, these K-… approaches can lead to significantly different results when applied in practice [38].
To a lesser extent, there are studies on using other clustering approaches in e-commerce. Hierarchical clustering (of which agglomerative clustering is a subset) in e-commerce applications is discussed [39]. It is worth noting that the standard algorithm for hierarchical agglomerative clustering (HAC) has a time complexity of 𝑂(𝑛3)(3) and requires Ω(𝑛2)Ω(2) memory, making it slow even for medium-sized datasets. This is a major limitation from the point of view of clustering on detailed e-commerce customer behavior data, as such learning datasets can be very large [40]. In turn, fuzzy C-means clustering, which is a version of K-means where each data point has a fuzzy degree of belonging to each cluster, can be modified to improve the clustering analysis effect of e-commerce user behavior [41].
A comparison of the performance of the K-means and DBSCAN (density-based spatial clustering of applications with noise) algorithms in e-commerce applications showed slightly better results with the second method [42].

References

  1. Khan, S.B.; Chandna, S. Chapter 1—Introduction to human-computer interaction using artificial intelligence. In Innovations in Artificial Intelligence and Human-Computer Interaction in the Digital Era; Elsevier: Amsterdam, The Netherlands, 2023; pp. 1–6.
  2. Lavie, T.; Meyer, J. Benefits and costs of adaptive user interfaces. Int. J. Hum. Comput. Stud. 2010, 68, 508–524.
  3. Cakar, T.E.; Rızvanoglu, K.; Ozturk, O.; Çelik, D.Z. Chapter 94—The Use of Neurometric and Biometric Research Methods in Understanding the User Experience of First-Time Buyers in E-Commerce. In Neuroergonomics; Oxford University Press: Oxford, UK, 2018; pp. 319–320.
  4. Kobsa, A. Personalized hypermedia and international privacy. Commun. ACM 2002, 45, 64–67.
  5. Montaner, M.; López, B.; de la Rosa, J.L. A Taxonomy of Recommender Agents on the Internet. Artif. Intell. Rev. 2003, 19, 285–330.
  6. Wasilewski, A. Clusterization methods for multi-variant e-commerce interfaces. In Proceedings of the 18th Conference on Computer Science and Intelligence Systems, Warsaw, Poland, 17–20 September 2023; pp. 309–313.
  7. Mathivanan, N.M.N.; Ghani, N.A.M.; Janor, R.M. Analysis of k-means clustering algorithm: A case study using large scale e-commerce products. In Proceedings of the 2019 IEEE Conference on Big Data and Analytics (ICBDA), Suzhou, China, 15–18 March 2019; pp. 1–4.
  8. Guo, S.; Zhai, R. E-Commerce Precision Marketing and Consumer Behavior Models Based on IoT Clustering Algorithm. J. Cases Inf. Technol. 2022, 24, 1–21.
  9. Abdul Hussien, F.T.; Rahma, A.M.S.; Abdul Wahab, H.B. Recommendation Systems For E-commerce Systems An Overview. J. Phys. Conf. Ser. 2021, 1897, 12–24.
  10. Alamdari, P.; Navimipour, N.; Hosseinzadeh, M.; Safaei, A.; Darwesh, A. A Systematic Study on the Recommender Systems in the E-Commerce. IEEE Access 2020, 8, 115694–115716.
  11. Baraglia, R.; Silvestri, F. Dynamic personalization of Web sites without user intervention. Commun. ACM 2007, 50, 63–67.
  12. Kopel, M.; Sobecki, J.; Wasilewski, A. Automatic Web-Based User Interface Delivery for SOA-Based Systems. In Computational Collective Intelligence. Technologies and Applications: 5th International Conference, ICCCI 2013, Craiova, Romania, 11–13 September 2013; Proceedings 5; Springer: Berlin/Heidelberg, Germany, 2013; pp. 110–119.
  13. Yu, Z. Precision Marketing Optimization Model of e-Commerce Platform Based on Collaborative Filtering Algorithm. Wirel. Commun. Mob. Comput. 2022, 3, 2906955.
  14. Laksana, M.O.; Maulani, I.E.; Munawaroh, S. Development of E-Commerce Website Recommender System Using Collaborative Filtering and Deep Learning Techniques. J. Res. Community Serv. 2023, 4, 636–641.
  15. Ahn, T.; Ryu, S.; Han, I. The Impact of Web Quality and Playfulness on User Acceptance of Online Retailing. Inf. Manag. 2007, 44, 263–275.
  16. Aktas, M.S.; Pierce, M.; Fox, G.C.; Leake, D. A web based conversational case-based recommender system for ontology aided metadata discovery. In Proceedings of the 5th IEEE/ACM International Workshop on Grid Computing, Pittsburgh, PA, USA, 8 November 2004; pp. 69–75.
  17. Ullah, A.; Mohmand, M.I.; Hussain, H. Customer Analysis Using Machine Learning-Based Classification Algorithms for Effective Segmentation Using Recency, Frequency, Monetary, and Time. Sensors 2023, 23, 3180.
  18. Chu, X.; Lv, D.; Zhao, D. Personalized E-commerce Website Construction Based on Data Mining. J. Phys. Conf. Ser. 2019, 1345, 362–376.
  19. Zhao, Y.; He, Y.; Wutao, Z. Personalized Clustering Method of Cross-Border e-CommerceTopics Based on ART Algorithm. Math. Probl. Eng. 2022, 2, 8190544.
  20. Smereka, M.; Kolaczek, G.; Sobecki, J.; Wasilewski, A. Adaptive user interface for workflow-ERP system. Procedia Comput. Sci. 2023, 225, 2381–2391.
  21. Sobecki, J.; Wasilewski, A.; Kolaczek, G. Self-adaptation of workflow business software to the user’s requirements and behavior. In Proceedings of the Knowledge-Based and Intelligent Information & Engineering Systems, KES 2020, Online, 16–18 September 2020; pp. 1211–1220.
  22. Wasilewski, A.; Pawelek-Lubera, E. Architecture of the platform for self-adaptation of e-commerce interfaces. Sci. Pap. Silesian Univ. Technol. Organ. Manag. Ser. 2023, 179, 663–679.
  23. Gomes, M.A.; Meisen, T. A review on customer segmentation methods for personalized customer targeting in e-commerce use cases. Inf. Syst. E-Bus. Manag. 2023, 2, 527–570.
  24. Kohavi, R.; Mason, L.; Parekh, R.; Zheng, Z. Lessons and challenges from mining retail e-commerce data. Mach. Learn. 2004, 57, 83–113.
  25. Chen, X.; Fang, Y.; Yang, M.; Nie, F.; Zhao, Z.; Huang, J.Z. Purtreeclust: A clustering algorithm for customer segmentation from massive customer transaction data. IEEE Trans. Knowl. Data Eng. 2018, 30, 559–572.
  26. European Parliament and of the Council, Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the Protection of Natural Persons with Regard to the Processing of Personal Data and on the Free Movement of Such Data, and Repealing Directive 95/46/EC. 2016. Available online: https://eur-lex.europa.eu/eli/reg/2016/679/oj (accessed on 1 February 2024).
  27. Business Standard, Google Now Delays Blocking 3rd-party Cookies in Chrome to Late 2024. Available online: https://www.business-standard.com/article/technology/google-now-delays-blocking-3rd-party-cookies-in-chrome-to-late-2024-122072800244_1.html (accessed on 15 October 2023).
  28. Cooil, B.; Aksoy, L.; Keiningham, T.; Chu, X.; Lv, D.; Zhao, D. Approaches to Customer Segmentation. J. Relatsh. Mark. 2007, 6, 9–39.
  29. Hong, T.; Kim, E. Segmenting customers in online stores based on factors that affect the customer’s intention to purchase. Expert Syst. Appl. 2012, 39, 2127–2131.
  30. Ding, L.; Han, B.; Wang, S.; Li, X.; Song, B. User-centered recommendation using US-ELM based on dynamic graph model in ecommerce. Int. J. Mach. Learn. Cybern. 2019, 10, 693–703.
  31. Dhandayudam, P.; Krishnamurthi, I. Customer Behavior Analysis Using Rough Set Approach. J. Theor. Appl. Electron. Commer. Res. 2013, 8, 21–22.
  32. Singh, H.; Kaur, P. An Effective Clustering-Based Web Page Recommendation Framework for E-Commerce Websites. SN Comput. Sci. 2021, 2, 339.
  33. Yıldız, E.; Güngör Şen, C.; Işık, E.E. A Hyper-Personalized Product Recommendation System Focused on Customer Segmentation: An Application in the Fashion Retail Industry. J. Theor. Appl. Electron. Commer. Res. 2023, 18, 571–596.
  34. Xiahou, X.; Harada, Y. B2C E-Commerce Customer Churn Prediction Based on K-Means and SVM. J. Theor. Appl. Electron. Commer. Res. 2022, 17, 458–475.
  35. Chatterjee, R.P.; Deb, K.; Banerjee, S.; Das, A.; Bag, R. Web Mining Using K-Means Clustering and Latest Substring Association Rule for E-Commerce. J. Mech. Contin. Math. Sci.s 2019, 14, 28–44.
  36. Li, Y.; Qi, J.; Chu, X.; Mu, W. Customer Segmentation Using K-Means Clustering and the Hybrid Particle Swarm Optimization Algorithm. Comput. J. 2022, 66, 941–962.
  37. Wu, Z.; Jin, L.; Zhao, J.; Jing, L.; Chen, L. Research on Segmenting E-Commerce Customer through an Improved K-Medoids Clustering Algorithm. Comput. Intell. Neurosci. 2022, 2022, 9930613.
  38. Moshkovitz, M.; Dasgupta, S.; Rashtchian, C.; Frost, N. Explainable k-means and k-medians clustering. In Proceedings of the International Conference on Machine Learning 2020, Online, 13–18 July 2020; pp. 7055–7065.
  39. Triandini, E.; Hermawati, F.A.; Suniantara, I.K.P. Hierarchical Clustering for Functionalities E-Commerce Adoption. J. Ilmiah KURSOR 2020, 10, 111–118.
  40. Wasilewski, A.; Przyborowski, M. Clustering Methods for Adaptive e-Commerce User Interfaces. In International Joint Conference on Rough Sets; Campagner, A., Urs Lenz, O., Xia, S., Ślęzak, D., Wąs, J., Yao, J., Eds.; Springer Nature: Cham, Switzerland, 2023; Volume 14481, pp. 511–525.
  41. Wang, L.; Jing, Y. Collocating Recommendation Method for E-Commerce Based on Fuzzy C-Means Clustering Algorithm. J. Math. 2022, 2022, 7414419.
  42. Andriyani, F.; Puspitarani, Y. Performance Comparison of K-Means and DBScan Algorithms for Text Clustering Product Reviews. SinkrOn 2022, 7, 944–949.
More
Information
Contributor MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register :
View Times: 91
Revisions: 2 times (View History)
Update Date: 01 Mar 2024
1000/1000