Large-Scale Multi-Domain Recommendation: an Automatic Domain Feature Extraction and Personalized Integration Framework

Read original: arXiv:2404.08361 - Published 4/16/2024 by Dongbo Xi, Zhen Chen, Yuexian Wang, He Cui, Chong Peng, Fuzhen Zhuang, Peng Yan
Total Score

0

Large-Scale Multi-Domain Recommendation: an Automatic Domain Feature Extraction and Personalized Integration Framework

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Presents a framework for large-scale multi-domain recommendation
  • Automatically extracts domain-specific features and integrates them into a personalized recommendation model
  • Aims to improve recommendation performance across diverse domains

Plain English Explanation

This research paper proposes a new framework for building large-scale recommendation systems that can work across multiple different domains, such as e-commerce, entertainment, and social media. The key idea is to automatically extract relevant features from each domain and then integrate them into a personalized recommendation model for each user.

Typically, building a high-performing recommendation system requires significant effort to engineer features that capture the unique characteristics of each domain. This paper aims to automate that process, making it easier to deploy recommendation systems across a wide range of applications. By automatically identifying the most important signals in each domain and tailoring the model to each individual user, the framework can provide more relevant and personalized recommendations.

The potential benefits of this approach include improving recommendation accuracy, reducing the cost and effort of deploying recommendation systems in new domains, and enabling more seamless cross-domain experiences for users. This could lead to better-recommended products, content, and services across a variety of online platforms and applications.

Technical Explanation

The proposed framework consists of two key components: an [object Object] module and a [object Object] module.

The Automatic Domain Feature Extraction module analyzes the data from each domain to identify the most relevant features, without requiring manual feature engineering. This is achieved through a self-supervised learning approach that learns domain-specific representations from the data.

The Personalized Integration module then takes these domain-specific features and combines them into a personalized recommendation model for each user. This is done using a two-stage framework, where the first stage learns a shared representation across domains, and the second stage fine-tunes the model for each individual user.

The authors evaluate their framework on large-scale datasets spanning multiple domains, including e-commerce, entertainment, and social media. The results demonstrate significant improvements in recommendation performance compared to state-of-the-art approaches, particularly in cross-domain settings.

Critical Analysis

The authors acknowledge several limitations and areas for future research. For example, the framework currently assumes that the different domains are independent and do not interact with each other. Exploring ways to capture cross-domain relationships could further improve performance.

Additionally, the personalization stage of the framework relies on having sufficient data for each individual user. In real-world scenarios with sparse user-item interactions, this may be challenging. Investigating techniques to better handle data sparsity, such as transfer learning or meta-learning, could be a valuable direction for future research.

Overall, this paper presents a promising approach to address the challenges of building large-scale, multi-domain recommendation systems. The automatic feature extraction and personalized integration components demonstrate the potential to make recommendation systems more scalable and adaptable to diverse applications.

Conclusion

This research paper introduces a new framework for large-scale multi-domain recommendation that automatically extracts domain-specific features and integrates them into personalized recommendation models. By reducing the need for manual feature engineering and enabling personalization across domains, the framework aims to improve recommendation performance and make it easier to deploy recommendation systems in new applications.

The results show significant improvements over state-of-the-art approaches, particularly in cross-domain settings. While the framework has some limitations, it represents an important step towards more scalable and versatile recommendation systems that can better serve the diverse needs of users across a wide range of online platforms and services.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Large-Scale Multi-Domain Recommendation: an Automatic Domain Feature Extraction and Personalized Integration Framework
Total Score

0

Large-Scale Multi-Domain Recommendation: an Automatic Domain Feature Extraction and Personalized Integration Framework

Dongbo Xi, Zhen Chen, Yuexian Wang, He Cui, Chong Peng, Fuzhen Zhuang, Peng Yan

Feed recommendation is currently the mainstream mode for many real-world applications (e.g., TikTok, Dianping), it is usually necessary to model and predict user interests in multiple scenarios (domains) within and even outside the application. Multi-domain learning is a typical solution in this regard. While considerable efforts have been made in this regard, there are still two long-standing challenges: (1) Accurately depicting the differences among domains using domain features is crucial for enhancing the performance of each domain. However, manually designing domain features and models for numerous domains can be a laborious task. (2) Users typically have limited impressions in only a few domains. Extracting features automatically from other domains and leveraging them to improve the predictive capabilities of each domain has consistently posed a challenging problem. In this paper, we propose an Automatic Domain Feature Extraction and Personalized Integration (DFEI) framework for the large-scale multi-domain recommendation. The framework automatically transforms the behavior of each individual user into an aggregation of all user behaviors within the domain, which serves as the domain features. Unlike offline feature engineering methods, the extracted domain features are higher-order representations and directly related to the target label. Besides, by personalized integration of domain features from other domains for each user and the innovation in the training mode, the DFEI framework can yield more accurate conversion identification. Experimental results on both public and industrial datasets, consisting of over 20 domains, clearly demonstrate that the proposed framework achieves significantly better performance compared with SOTA baselines. Furthermore, we have released the source code of the proposed framework at https://github.com/xidongbo/DFEI.

Read more

4/16/2024

Total Score

0

Retrievable Domain-Sensitive Feature Memory for Multi-Domain Recommendation

Yuang Zhao, Zhaocheng Du, Qinglin Jia, Linxuan Zhang, Zhenhua Dong, Ruiming Tang

With the increase in the business scale and number of domains in online advertising, multi-domain ad recommendation has become a mainstream solution in the industry. The core of multi-domain recommendation is effectively modeling the commonalities and distinctions among domains. Existing works are dedicated to designing model architectures for implicit multi-domain modeling while overlooking an in-depth investigation from a more fundamental perspective of feature distributions. This paper focuses on features with significant differences across various domains in both distributions and effects on model predictions. We refer to these features as domain-sensitive features, which serve as carriers of domain distinctions and are crucial for multi-domain modeling. Experiments demonstrate that existing multi-domain modeling methods may neglect domain-sensitive features, indicating insufficient learning of domain distinctions. To avoid this neglect, we propose a domain-sensitive feature attribution method to identify features that best reflect domain distinctions from the feature set. Further, we design a memory architecture that extracts domain-specific information from domain-sensitive features for the model to retrieve and integrate, thereby enhancing the awareness of domain distinctions. Extensive offline and online experiments demonstrate the superiority of our method in capturing domain distinctions and improving multi-domain recommendation performance.

Read more

5/22/2024

💬

Total Score

0

M3oE: Multi-Domain Multi-Task Mixture-of Experts Recommendation Framework

Zijian Zhang, Shuchang Liu, Jiaao Yu, Qingpeng Cai, Xiangyu Zhao, Chunxu Zhang, Ziru Liu, Qidong Liu, Hongwei Zhao, Lantao Hu, Peng Jiang, Kun Gai

Multi-domain recommendation and multi-task recommendation have demonstrated their effectiveness in leveraging common information from different domains and objectives for comprehensive user modeling. Nonetheless, the practical recommendation usually faces multiple domains and tasks simultaneously, which cannot be well-addressed by current methods. To this end, we introduce M3oE, an adaptive Multi-domain Multi-task Mixture-of-Experts recommendation framework. M3oE integrates multi-domain information, maps knowledge across domains and tasks, and optimizes multiple objectives. We leverage three mixture-of-experts modules to learn common, domain-aspect, and task-aspect user preferences respectively to address the complex dependencies among multiple domains and tasks in a disentangled manner. Additionally, we design a two-level fusion mechanism for precise control over feature extraction and fusion across diverse domains and tasks. The framework's adaptability is further enhanced by applying AutoML technique, which allows dynamic structure optimization. To the best of the authors' knowledge, our M3oE is the first effort to solve multi-domain multi-task recommendation self-adaptively. Extensive experiments on two benchmark datasets against diverse baselines demonstrate M3oE's superior performance. The implementation code is available to ensure reproducibility.

Read more

5/14/2024

A Unified Framework for Cross-Domain Recommendation
Total Score

0

A Unified Framework for Cross-Domain Recommendation

Jiangxia Cao, Shen Wang, Gaode Chen, Rui Huang, Shuang Yang, Zhaojie Liu, Guorui Zhou

In addressing the persistent challenges of data-sparsity and cold-start issues in domain-expert recommender systems, Cross-Domain Recommendation (CDR) emerges as a promising methodology. CDR aims at enhancing prediction performance in the target domain by leveraging interaction knowledge from related source domains, particularly through users or items that span across multiple domains (e.g., Short-Video and Living-Room). For academic research purposes, there are a number of distinct aspects to guide CDR method designing, including the auxiliary domain number, domain-overlapped element, user-item interaction types, and downstream tasks. With so many different CDR combination scenario settings, the proposed scenario-expert approaches are tailored to address a specific vertical CDR scenario, and often lack the capacity to adapt to multiple horizontal scenarios. In an effect to coherently adapt to various scenarios, and drawing inspiration from the concept of domain-invariant transfer learning, we extend the former SOTA model UniCDR in five different aspects, named as UniCDR+. Our work was successfully deployed on the Kuaishou Living-Room RecSys.

Read more

9/10/2024