Top Banner
GROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented by Sai Moturu Oct 17
12

G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

Dec 19, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

GROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKSBarna Saha and Lise Getoor

University of Maryland

SNA-KDD Workshop ‘08

Presented by

Sai Moturu

Oct 17

Page 2: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

OVERVIEW

Setting: Communities in Online Social Networks

Goal: Recommending groups/communities to users

Problem: Defining proximity between communities

Approach: Group Proximity Measure

Experiments: Flickr, Live Journal, You Tube

Page 3: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

ESCAPE PROBABILITY

Ei,j – Escape probability from i to j – probability that a random walk from node i will visit node j before visiting i

Vk(i,j) – Probability that a random walk from node k will visit node j before visiting node i

Computed using the Fast algorithm by Tong et al.

Page 4: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

APPROACH OUTLINE

Let Gi and Gj be two groups Ci/Cj represents the core and Oi/Oj represents the

outliers Find CORE

Find Ci & Cj Obtain Concise Graph

Shrink Ci & Cj into two vertices Vi & Vj Remove self loop and replace parallel edges with a single

edge and representative weight Call the concise graph G’

Compute Escape Probability in G’

Page 5: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

FINDING CORE

Degree Centrality For a node, its degree in the group is the number of

members of the group it is linked to Pick all members with a degree above a certain threshold

Subgraph Pick the subgraph within a group that has maximum ratio of

edges/vertices

Page 6: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

OBTAIN CONCISE GRAPH

Page 7: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

PREDICTING FUTURE GROWTH

Link Cardinality Estimation Group Proximity Measure Number of links in between Product of the size of the two groups

Classification

Page 8: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

GROUP RECOMMENDATION MODELS

Page 9: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

RESULTS

Page 10: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

RESULTS

Page 11: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

CONTRIBUTIONS

New link-base proximity measure for groups in online social networks

Using proximity measure and structural properties to predict number of new links that will develop between two groups

New recommendation system based on group proximity and history of user’s group membership

Page 12: G ROUP PROXIMITY MEASURE FOR RECOMMENDING GROUPS IN ONLINE SOCIAL NETWORKS Barna Saha and Lise Getoor University of Maryland SNA-KDD Workshop ‘08 Presented.

THANK YOU