Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
0
02456-deep-learning-final-projektet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
manli
02456-deep-learning-final-projektet
Commits
449ba52b
Commit
449ba52b
authored
4 years ago
by
manxilin
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
a2c33704
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+26
-1
26 additions, 1 deletion
README.md
with
26 additions
and
1 deletion
README.md
+
26
−
1
View file @
449ba52b
...
@@ -13,3 +13,28 @@ Unzip it in here
...
@@ -13,3 +13,28 @@ Unzip it in here
## Check our main result
## Check our main result
-
See
`main.ipynb`
-
See
`main.ipynb`
-
Proof of our result:
`./screenshots`
-
Proof of our result:
`./screenshots`
# DIFFPOOL
Repo Link https://github.com/RexYing/diffpool
## Introduction (from the origional repo)
This is the repo for Hierarchical Graph Representation Learning with Differentiable Pooling (NeurIPS 2018)
Recently, graph neural networks (GNNs) have revolutionized the field of graph
representation learning through effectively learned node embeddings, and achieved
state-of-the-art results in tasks such as node classification and link prediction.
However, current GNN methods are inherently flat and do not learn hierarchical
representations of graphs—a limitation that is especially problematic for the task
of graph classification, where the goal is to predict the label associated with an
entire graph. Here we propose DIFFPOOL, a differentiable graph pooling module
that can generate hierarchical representations of graphs and can be combined with
various graph neural network architectures in an end-to-end fashion. DIFFPOOL
learns a differentiable soft cluster assignment for nodes at each layer of a deep
GNN, mapping nodes to a set of clusters, which then form the coarsened input
for the next GNN layer. Our experimental results show that combining existing
GNN methods with DIFFPOOL yields an average improvement of 5–10% accuracy
on graph classification benchmarks, compared to all existing pooling approaches,
achieving a new state-of-the-art on four out of five benchmark data sets.
Paper link: https://arxiv.org/pdf/1806.08804.pdf
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment