Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Semi-Supervised Graph Classification: A Hierar...
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
izuna385
May 28, 2019
Technology
0
250
Semi-Supervised Graph Classification: A Hierarchical Graph Perspective(WWW19)
This slide is for supplement of reading paper, so it doesn't hold presentation-slide style, sorry.
izuna385
May 28, 2019
Tweet
Share
More Decks by izuna385
See All by izuna385
jel: japanese entity linker
izuna385
0
450
Firebase-React-App
izuna385
0
260
React+FastAPIを用いた簡単なWebアプリ作製
izuna385
0
1.8k
UseCase of Entity Linking
izuna385
0
620
Unofficial slides: From Zero to Hero: Human-In-The-Loop Entity Linking in Low Resource Domains (ACL 2020)
izuna385
1
700
Poly-encoders: Transformer Architectures and Pre-training Strategies for Fast and Accurate Multi-sentence Scoring
izuna385
0
920
Zero-shot Entity Linking with Dense Entity Retrieval (Unofficial slides) and Entity Linking future directions
izuna385
3
1.2k
Entity representation with relational attention
izuna385
0
97
Zero-Shot Entity Linking by Reading Entity Descriptions
izuna385
0
600
Other Decks in Technology
See All in Technology
Sansan Engineering Unit 紹介資料
sansan33
PRO
1
4k
バクラクのSREにおけるAgentic AIへの挑戦/Our Journey with Agentic AI
taddy_919
2
1k
A Gentle Introduction to Transformers
keio_smilab
PRO
1
120
チームメンバー迷わないIaC設計
hayama17
5
3.8k
技術的負債の泥沼から組織を救う3つの転換点
nwiizo
7
2.2k
類似画像検索モデルの開発ノウハウ
lycorptech_jp
PRO
3
900
Devinを導入したら予想外の人たちに好評だった
tomuro
0
880
プロジェクトマネジメントをチームに宿す -ゼロからはじめるチームプロジェクトマネジメントは活動1年未満のチームの教科書です- / 20260304 Shigeki Morizane
shift_evolve
PRO
1
120
自動テストが巻き起こした開発プロセス・チームの変化 / Impact of Automated Testing on Development Cycles and Team Dynamics
codmoninc
1
1.1k
【SLO】"多様な期待値" と向き合ってみた
z63d
2
310
「使いにくい」も「運用疲れ」も卒業する UIデザイナーとエンジニアが創る持続可能な内製開発
nrinetcom
PRO
1
780
DX Improvement at Scale
ntk1000
2
290
Featured
See All Featured
Leo the Paperboy
mayatellez
4
1.5k
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
120
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
190
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
220
Facilitating Awesome Meetings
lara
57
6.8k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
850
Raft: Consensus for Rubyists
vanstee
141
7.3k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
210
Between Models and Reality
mayunak
2
230
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
130
Transcript
1 (Supplement slides for reading paper) Semi-Supervised Graph Classification: A
Hierarchical Graph Perspective(WWW19) izunan385
Li, Jia, et al. "Semi-Supervised Graph Classification: A Hierarchical Graph
Perspective." (2019).
• Task Collect Class Prediction for unlabeled
• input each graph instance: g labeled graph set and
unlabeled graph set graph instance adjacency matrix
• output IC(graph Instance Classifier) receives graph info and outputs
instance representation matrix predicted class probability vector HC(Hierarchical Graph Classifier) receives all graph instance( ) representation from IC graph-graph adjacency matrix and outputs predicted class prob matrix for all
• Task Collect Class Prediction for unlabeled • Loss function
labeled graph instances unlabeled graph instances
• Supervised Loss (for labeled graphs ) • Disagreement Loss(for
unlabeled graphs ) Disagreement means IC and HC prediction mismatch.
None
GCN W0: learnable parameter
GCN with self loop W0: learnable parameter
GCN(summarized) 0 https://www.experoinc.com/post/node-classification-by-graph-con network Adjacent/co-occurrence matrix has structure information. Propagation
rule is learned during training.
https://docs.dgl.ai/tutorials/models/1_gnn/9_gat.html
Cautious Iteration
Cautious Iteration Here, sampling top confident prediction for each step
Active Iteration Disagreement means IC and HC prediction mismatch. Ask
annotator for annotating class of graphs which HC and IC have top-disagreement with.