1 / 19

Semi-Supervised Learning With Graphs

This document explores various techniques in semi-supervised learning (SSL) using graph structures. It covers fundamental concepts such as PageRank, Random Walk with Restart (RWR), and approximate Personalized PageRank. Additional methods such as MultiRankWalk and Modified Adsorption are discussed, along with approaches to extract subcommunities for sampling. The optimization of SSL on graphs is analyzed, including its application on non-graph datasets and unsupervised learning. The outline also addresses mathematical optimization techniques relevant to SSL methods.

Télécharger la présentation

Semi-Supervised Learning With Graphs

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. Semi-Supervised Learning With Graphs William Cohen

  2. Section outline: SSL and Graphs • PageRank - how to scale it • RWR/Personalized PageRank • approximate Personalized PageRank • plus a “sweep” - extract a subcommunity in a graph, for sampling purposes • RWR for SSL classification of network data • MultiRankWalk method • “Harmonic field”/wvRN/Co-EM baseline • Modified Adsorption and SSL • SSL on graphs as an optimization problem • Unsupervised learning on graphs • Learning on graphs for non-graph datasets • unsupervised and semi-supervised

  3. Modified Adsorption

  4. More on SSL on graphsfrom ParthaTalukdar

  5. How to do this minimization? • First, differentiate to find min is at • Jacobi method: • To solve Ax=b for x • Iterate: • … or:

  6. Graph: connect each documentto its K nearest neighbors

  7. Graph: connect each documentto its K nearest neighbors

More Related