From f89e45302d7f770683efbf070118b3d700ccc15e Mon Sep 17 00:00:00 2001 From: DavidZWZ <1664627133@qq.com> Date: Mon, 22 Jul 2024 11:44:16 -0500 Subject: [PATCH] update images --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51f0f56..7b33ac7 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ Pytorch Implementation for CIKM 2024 Full Research Track Paper: ## Investigation: Do We Really Need Graph Convolution During Training?

- Investigation of Role of Graph Convolution - BFS (GCN) vs DFS (MF) perspective - The Embedding Discrepancy Issue + Investigation
Investigation of Role of Graph Convolution
+ BFS vs DFS
BFS (GCN) vs DFS (MF) perspective
+ ED
The Embedding Discrepancy Issue

-## Proposed Solution: Light Post-Training Graph-ODE for Efficient Recommendation. +## Solution: Light Post-Training Graph-ODE for Efficient Recommendation. ![Framework](Images/Framework.png) ## Set up: