paper-with-me

Papers

DGEM: A New Dual-modal Graph Embedding Method in Recommendation System

2021-08-09 · Huimin Zhou, Qing Li, Yong Jiang, Rongwei Yang, Zhuyun Qi

In the current deep learning based recommendation system, the embedding method is generally employed to complete the conversion from the high-dimensional sparse feature vector to the low-dimensional dense feature vector. However, as the dimension of the input vector of the embedding layer is too large, the addition of the embedding layer significantly slows down the convergence speed of the entire neural network, which is not acceptable in real-world scenarios. In addition, as the interaction between users and items increases and the relationship between items becomes more complicated, the embedding method proposed for sequence data is no longer suitable for graphic data in the current real environment. Therefore, in this paper, we propose the Dual-modal Graph Embedding Method (DGEM) to solve these problems. DGEM includes two modes, static and dynamic. We first construct the item graph to extract the graph structure and use random walk of unequal probability to capture the high-order proximity between the items. Then we generate the graph embedding vector through the Skip-Gram model, and finally feed the downstream deep neural network for the recommendation task. The experimental results show that DGEM can mine the high-order proximity between items and enhance the expression ability of the recommendation model. Meanwhile it also improves the recommendation performance by utilizing the time dependent relationship between items.

📄 PDF Abstract BibTeX arXiv:2108.04031

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Embedding

Similar Papers 제목 키워드 기반

LGMRec: Local and Global Graph Learning for Multimodal Recommendation

2023-12-27 · Zhiqiang Guo, Jianjun Li, GuoHui Li, Chaoyang Wang 외

The multimodal recommendation has gradually become the infrastructure of online media platforms, enabling them to provide personalized service to users through a joint modeling of user historical behaviors (e.g., purchas…

Graph EmbeddingGraph Learninghypergraph embeddingMultimodal Recommendation

Google-MedGemma Based Abnormality Detection in Musculoskeletal radiographs

2025-11-06 · Soumyajit Maity, Pranjal Kamboj, Sneha Maity, Rajat Singh 외 arxiv

This paper proposes a MedGemma-based framework for automatic abnormality detection in musculoskeletal radiographs. Departing from conventional autoencoder and neural network pipelines, the proposed method leverages the M…

Representation LearningBinary ClassificationFeature EngineeringTransfer Learning

COHESION: Composite Graph Convolutional Network with Dual-Stage Fusion for Multimodal Recommendation

2025-04-06 · Jinfeng Xu, Zheyu Chen, Wei Wang, Xiping Hu 외

Recent works in multimodal recommendations, which leverage diverse modal information to address data sparsity and enhance recommendation accuracy, have garnered considerable interest. Two key processes in multimodal reco…

Multimodal RecommendationRepresentation Learning

Graph Embedding Based Hybrid Social Recommendation System

2019-08-26 · Vishwas Sathish, Tanya Mehrotra, Simran Dhinwa, Bhaskarjyoti Das

Item recommendation tasks are a widely studied topic. Recent developments in deep learning and spectral methods paved a path towards efficient graph embedding techniques. But little research has been done on applying the…

Graph Embedding

Learning grounded word meaning representations on similarity graphs

2021-09-07 · EMNLP 2021 11 · Mariella Dimiccoli, Herwig Wendt, Pau Batlle

This paper introduces a novel approach to learn visually grounded meaning representations of words as low-dimensional node embeddings on an underlying graph hierarchy. The lower level of the hierarchy models modality-spe…

Graph Embedding