Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZWZ committed Jul 22, 2024
1 parent f89e453 commit ff5ec9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Pytorch Implementation for CIKM 2024 Full Research Track Paper:
## Investigation: Do We Really Need Graph Convolution During Training?
<p align="center">
<img src="Images/Prelim.png" alt="Investigation" width="500"><br>Investigation of Role of Graph Convolution<br>
<img src="Images/BFS-DFS.png" alt="BFS vs DFS" width="450"/><br>BFS (GCN) vs DFS (MF) perspective<br>
<img src="Images/Trade-off.png" alt="ED" width="550"/><br>The Embedding Discrepancy Issue<br>
Investigation of Role of Graph Convolution<br><img src="Images/Prelim.png" alt="Investigation" width="500"><br>
BFS (GCN) vs DFS (MF) perspective<br><img src="Images/BFS-DFS.png" alt="BFS vs DFS" width="450"/><br>
The Embedding Discrepancy Issue<br><img src="Images/Trade-off.png" alt="ED" width="550"/>
</p>

## Solution: Light Post-Training Graph-ODE for Efficient Recommendation.
Expand Down

0 comments on commit ff5ec9d

Please sign in to comment.