paper-with-me

홈 › Papers

Semi-supervised Collaborative Filtering by Text-enhanced Domain Adaptation

2020-06-28 · Wenhui Yu, Xiao Lin, Junfeng Ge, Wenwu Ou, Zheng Qin

Data sparsity is an inherent challenge in the recommender systems, where most of the data is collected from the implicit feedbacks of users. This causes two difficulties in designing effective algorithms: first, the majority of users only have a few interactions with the system and there is no enough data for learning; second, there are no negative samples in the implicit feedbacks and it is a common practice to perform negative sampling to generate negative samples. However, this leads to a consequence that many potential positive samples are mislabeled as negative ones and data sparsity would exacerbate the mislabeling problem. To solve these difficulties, we regard the problem of recommendation on sparse implicit feedbacks as a semi-supervised learning task, and explore domain adaption to solve it. We transfer the knowledge learned from dense data to sparse data and we focus on the most challenging case -- there is no user or item overlap. In this extreme case, aligning embeddings of two datasets directly is rather sub-optimal since the two latent spaces encode very different information. As such, we adopt domain-invariant textual features as the anchor points to align the latent spaces. To align the embeddings, we extract the textual features for each user and item and feed them into a domain classifier with the embeddings of users and items. The embeddings are trained to puzzle the classifier and textual features are fixed as anchor points. By domain adaptation, the distribution pattern in the source domain is transferred to the target domain. As the target part can be supervised by domain adaptation, we abandon negative sampling in target dataset to avoid label noise. We adopt three pairs of real-world datasets to validate the effectiveness of our transfer strategy. Results show that our models outperform existing models significantly.

📄 PDF Abstract BibTeX arXiv:2007.07085

Code (1)

Wenhui-Yu/TDAR 공식 구현 tf

Tasks

Collaborative FilteringDomain AdaptationRecommendation Systems

Similar Papers 제목 키워드 기반

Neighborhood-Enhanced Supervised Contrastive Learning for Collaborative Filtering

2024-02-18 · Peijie Sun, Le Wu, Kun Zhang, Xiangzhi Chen 외

While effective in recommendation tasks, collaborative filtering (CF) techniques face the challenge of data sparsity. Researchers have begun leveraging contrastive learning to introduce additional self-supervised signals…

Collaborative FilteringContrastive LearningData AugmentationRecommendation Systems

Bridging Collaborative Filtering and Semi-Supervised Learning: A Neural Approach for POI Recommendation

2017-08-01 · Carl Yang, Lanxiao Bai, Chao Zhang, Quan Yuan 외

Recommender system is one of the most popular data mining topics that keep drawing extensive attention from both academia and industry. Among them, POI (point of interest) recommendation is extremely practical but challe…

Collaborative FilteringRecommendation Systems

Enhanced Recommendation Combining Collaborative Filtering and Large Language Models

2024-12-25 · Xueting Lin, Zhan Cheng, Longfei Yun, Qingyi Lu 외

With the advent of the information explosion era, the importance of recommendation systems in various applications is increasingly significant. Traditional collaborative filtering algorithms are widely used due to their …

Collaborative FilteringDiversityNatural Language UnderstandingRecommendation Systems

Large Language Models Enhanced Collaborative Filtering

2024-03-26 · Zhongxiang Sun, Zihua Si, Xiaoxue Zang, Kai Zheng 외

Recent advancements in Large Language Models (LLMs) have attracted considerable interest among researchers to leverage these models to enhance Recommender Systems (RSs). Existing work predominantly utilizes LLMs to gener…

Collaborative FilteringIn-Context LearningRecommendation SystemsWorld Knowledge

Diversity-enhanced Collaborative Mamba for Semi-supervised Medical Image Segmentation

2025-08-19 · Shumeng Li, Jian Zhang, Lei Qi, Luping Zhou 외 arxiv

Acquiring high-quality annotated data for medical image segmentation is tedious and costly. Semi-supervised segmentation techniques alleviate this burden by leveraging unlabeled data to generate pseudo labels. Recently, …

Semi-supervised Medical Image SegmentationContrastive Learning