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
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
izuna385
May 28, 2019
Technology
0
240
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
610
Unofficial slides: From Zero to Hero: Human-In-The-Loop Entity Linking in Low Resource Domains (ACL 2020)
izuna385
1
690
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
96
Zero-Shot Entity Linking by Reading Entity Descriptions
izuna385
0
590
Other Decks in Technology
See All in Technology
Claude Cowork Plugins を読む - Skills駆動型業務エージェント設計の実像と構造
knishioka
1
170
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
1.1k
【2026年版】生成AIによる情報システムへのインパクト
taka_aki
0
190
「使いにくい」も「運用疲れ」も卒業する UIデザイナーとエンジニアが創る持続可能な内製開発
nrinetcom
PRO
1
510
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
360
ヘルシーSRE
tk3fftk
2
170
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
4
22k
Microsoft Fabric のワークスペースと容量の設計原則
ryomaru0825
2
200
Exadata Fleet Update
oracle4engineer
PRO
0
1.3k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
Secure Boot 2026 - Aggiornamento dei certificati UEFI e piano di adozione in azienda
memiug
0
120
LLM活用の壁を超える:リクルートR&Dの戦略と打ち手
recruitengineers
PRO
1
160
Featured
See All Featured
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
130
WENDY [Excerpt]
tessaabrams
9
36k
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
110
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
The Limits of Empathy - UXLibs8
cassininazir
1
240
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
Faster Mobile Websites
deanohume
310
31k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
Statistics for Hackers
jakevdp
799
230k
Chasing Engaging Ingredients in Design
codingconduct
0
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.