1 / 5

Graph Classification

Graph Classification. SEG 5010 Week 3. A Summary of Graph Features. Fingerprint Maccs keys Tree and cyclic patterns Frequent subgraphs Graph fragments. A Boosting Approach to Graph Classification (NIPS04). Apply boosting to graph classification Weak learner: decision stump

juliusz
Download Presentation

Graph Classification

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Graph Classification SEG 5010 Week 3

  2. A Summary of Graph Features • Fingerprint • Maccs keys • Tree and cyclic patterns • Frequent subgraphs • Graph fragments

  3. A Boosting Approach to Graph Classification (NIPS04) • Apply boosting to graph classification • Weak learner: decision stump • Definition of the gain function • Learning the best weak learner  mining the optimal subgraph • An upper bound of the gain function and branch-and-bound search

  4. Leap Search (SIGMOD08) • The first study to mine the optimal subgraph given “general” user-specified objective functions • Vertical pruning: branch-and-bound • An objective function may not be anti-monotone, but its upper bound could be anti-monotone • Horizontal pruning: structural proximity • If two sibling branches are similar in structure, they may be similar in objective function scores • There is a lot of redundancy in the graph pattern search tree

  5. COM (CIKM09) • Pattern co-occurrences: for effectiveness • Joint discriminative power of multiple graph patterns • Individual subgraphs are not discriminative, but their co-occurrences become discriminative • A different pattern exploration order: for efficiency • Complementary discriminative patterns are examined first • Generate patterns with higher scores before those with lower scores • Rule-based classifiers: a greedy generation process

More Related