paper-with-me

Papers

Learning to Transfer Graph Embeddings for Inductive Graph based Recommendation

2020-05-24 · Le Wu, Yonghui Yang, Lei Chen, Defu Lian, Richang Hong, Meng Wang

With the increasing availability of videos, how to edit them and present the most interesting parts to users, i.e., video highlight, has become an urgent need with many broad applications. As users'visual preferences are subjective and vary from person to person, previous generalized video highlight extraction models fail to tailor to users' unique preferences. In this paper, we study the problem of personalized video highlight recommendation with rich visual content. By dividing each video into non-overlapping segments, we formulate the problem as a personalized segment recommendation task with many new segments in the test stage. The key challenges of this problem lie in: the cold-start users with limited video highlight records in the training data and new segments without any user ratings at the test stage. In this paper, we propose an inductive Graph based Transfer learning framework for personalized video highlight Recommendation (TransGRec). TransGRec is composed of two parts: a graph neural network followed by an item embedding transfer network. Specifically, the graph neural network part exploits the higher-order proximity between users and segments to alleviate the user cold-start problem. The transfer network is designed to approximate the learned item embeddings from graph neural networks by taking each item's visual content as input, in order to tackle the new segment problem in the test phase. We design two detailed implementations of the transfer learning optimization function, and we show how the two parts of TransGRec can be efficiently optimized with different transfer learning optimization functions. Extensive experimental results on a real-world dataset clearly show the effectiveness of our proposed model.

📄 PDF Abstract BibTeX arXiv:2005.11724

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkTransfer Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Inductive Transfer Learning for Graph-Based Recommenders

2025-10-26 · Florian Grötschla, Elia Trachsel, Luca A. Lanzendörfer, Roger Wattenhofer arxiv

Graph-based recommender systems are commonly trained in transductive settings, which limits their applicability to new users, items, or datasets. We propose NBF-Rec, a graph-based recommendation model that supports induc…

Transfer Learning

RetaGNN: Relational Temporal Attentive Graph Neural Networks for Holistic Sequential Recommendation

2021-01-29 · Cheng Hsu, Cheng-Te Li

Sequential recommendation (SR) is to accurately recommend a list of items for a user based on her current accessed ones. While new-coming users continuously arrive in the real world, one crucial task is to have inductive…

Sequential Recommendation

Inductive Representation Learning on Large Graphs

2017-06-07 · NeurIPS 2017 12 · William L. Hamilton, Rex Ying, Jure Leskovec

Low-dimensional embeddings of nodes in large graphs have proved extremely useful in a variety of prediction tasks, from content recommendation to identifying protein functions. However, most existing approaches require t…

Graph ClassificationGraph RegressionLink PredictionLink Property Prediction+4

Clinical Trial Recommendations Using Semantics-Based Inductive Inference and Knowledge Graph Embeddings

2023-09-27 · Murthy V. Devarakonda, Smita Mohanty, Raja Rao Sunkishala, Nag Mallampalli 외

Designing a new clinical trial entails many decisions, such as defining a cohort and setting the study objectives to name a few, and therefore can benefit from recommendations based on exhaustive mining of past clinical …

Knowledge Graph Embeddingstext similarity

Item Graph Convolution Collaborative Filtering for Inductive Recommendations

2023-03-28 · Edoardo D'Amico, Khalil Muhammad, Elias Tragos, Barry Smyth 외

Graph Convolutional Networks (GCN) have been recently employed as core component in the construction of recommender system algorithms, interpreting user-item interactions as the edges of a bipartite graph. However, in th…

Collaborative FilteringRecommendation Systems