Top Banner
Data Mining and Machine Learning Lab Unsupervised Feature Selection for Linked Social Media Data Jiliang Tang and Huan Liu Computer Science and Engineering Arizona State University August 12-16, 2012 KDD2012
36

Unsupervised Feature Selection for Linked Social Media Data

Dec 31, 2015

Download

Documents

elvis-jensen

Unsupervised Feature Selection for Linked Social Media Data. Jiliang Tang and Huan Liu Computer Science and Engineering Arizona State University August 12-16, 2012 KDD2012. Social Media. The expansive use of social media generates massive data in an unprecedented rate - PowerPoint PPT Presentation
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: Unsupervised Feature Selection for Linked Social Media Data

Data Mining and Machine Learning Lab

Unsupervised Feature Selection for Linked Social Media Data

Jiliang Tang and Huan LiuComputer Science and Engineering

Arizona State University

August 12-16, 2012 KDD2012

Page 2: Unsupervised Feature Selection for Linked Social Media Data

Social Media

• The expansive use of social media generates massive data in an unprecedented rate

- 250 million tweets per day

- 3,000 photos in Flickr per minute

-153 million blogs posted per year

Page 3: Unsupervised Feature Selection for Linked Social Media Data

High-dimensional Social Media Data

• Social Media Data can be high-dimensional– Photos– Video stream– Tweets

• Presenting new challenges– Massive and noisy data– Curse of dimensionality

Page 4: Unsupervised Feature Selection for Linked Social Media Data

Feature Selection

• Feature selection is an effective way of preparing high-dimensional data for efficient data mining.

• What is new for feature selection of social media

data?

Page 5: Unsupervised Feature Selection for Linked Social Media Data

Representation of Linked Data

𝑢1𝑢2𝑢3

𝑢5𝑢6

𝑢4

𝑢7𝑢8

𝑓 1𝑓 2 𝑓 𝑚…. …. ….

1 1

1 1 1

1 1 1

1 1 1 11 1 1

1 1 11 1

1 1 1

𝑢1𝑢2𝑢3

𝑢5𝑢6

𝑢4

𝑢7𝑢8

𝑢1𝑢2𝑢3𝑢4𝑢5𝑢6𝑢7𝑢8

Page 6: Unsupervised Feature Selection for Linked Social Media Data

Challenges for Feature Selection

• Unlabeled data - No explicit definition of feature relevancy

- Without additional constraints, many subsets of features could be equally good

• Linked data - Not independent and identically distributed

Page 7: Unsupervised Feature Selection for Linked Social Media Data

Opportunities for Feature Selection

• Social media data provides link information - Correlation between data instances

• Social media data provides extra constraints

- Enabling us to exploring the use of social theories

Page 8: Unsupervised Feature Selection for Linked Social Media Data

Problem Statement

• Given n linked data instances, its attribute-value representation X, its link representation R, we want to select a subset of features by exploiting both X and R for these n data instances in an unsupervised scenario.

Page 9: Unsupervised Feature Selection for Linked Social Media Data

Supervised and Unsupervised Feature Selection

• A unified view– Selecting features that are consistent with some

constraints for either supervised or unsupervised feature selection

– Class labels are sort of targets as a constraint

• Two problems for unsupervised feature selection

- What are the targets?

- Where can we find constraints?

Page 10: Unsupervised Feature Selection for Linked Social Media Data

Our Framework: LUFS

Page 11: Unsupervised Feature Selection for Linked Social Media Data

The Target for LUFS

Page 12: Unsupervised Feature Selection for Linked Social Media Data

The Constraints for LUFS

Page 13: Unsupervised Feature Selection for Linked Social Media Data

Pseudo-class Label

• s is a selection vector

- s(j) = 1 if j-th feature is selected, s(j)=0 otherwise

- , X = diag(s)X

• Y is the pseudo-class label indicator matrix

- Y =

- ||Y(:,i) =

Page 14: Unsupervised Feature Selection for Linked Social Media Data

Social Dimension for Link Information

• Social Dimension captures group behaviors of linked Instances– Instances in different social dimensions are disimilar– Instances within a social dimension are similar

• Example:

Page 15: Unsupervised Feature Selection for Linked Social Media Data

Social Dimension Regularization

• Within, between, and total social dimension scatter matrices,

• Instances are similar within social dimensions while dissimilar between social dimensions.

Page 16: Unsupervised Feature Selection for Linked Social Media Data

Constraint from Attribute-Value Data

• Similar instances in terms of their contents are more likely to share similar topics,

Page 17: Unsupervised Feature Selection for Linked Social Media Data

An Optimization Problem for LUFS

Page 18: Unsupervised Feature Selection for Linked Social Media Data

The Optimization Problem for LUFS

Page 19: Unsupervised Feature Selection for Linked Social Media Data

The Optimization Problem for LUFS

Page 20: Unsupervised Feature Selection for Linked Social Media Data

The Optimization Problem for LUFS

Page 21: Unsupervised Feature Selection for Linked Social Media Data

LUFS after Two Relaxations

• Spectral Relaxation on Y - Social Dimension Regularization:

• W = diag(s)W, and adding 2,1-norm on W

)YTr(YFFYYTrmin TTT )(

Page 22: Unsupervised Feature Selection for Linked Social Media Data

Evaluating LUFS

• Datasets and experiment setting

• What is the performance of LUFS comparing to state-of-the art baseline methods?

• Why does LUFS work?

Page 23: Unsupervised Feature Selection for Linked Social Media Data

Evaluating LUFS

• Datasets and experiment setting

• What is the performance of LUFS comparing to state-of-the art baseline methods?

• Why does LUFS work?

Page 24: Unsupervised Feature Selection for Linked Social Media Data

Data and Characteristics

• BlogCatalog

• Flickr

Page 26: Unsupervised Feature Selection for Linked Social Media Data

Experiment Settings

• Metrics - Clustering: Accuracy and NMI

- K-Means

• Baseline methods - UDFS

- SPEC

- Laplacian Score

Page 27: Unsupervised Feature Selection for Linked Social Media Data

Evaluating LUFS

• Datasets and experiment setting

• What is the performance of LUFS comparing to state-of-the art baseline methods?

• Why does LUFS work?

Page 28: Unsupervised Feature Selection for Linked Social Media Data

Results on Flickr

Page 29: Unsupervised Feature Selection for Linked Social Media Data

Results on Flickr

Page 30: Unsupervised Feature Selection for Linked Social Media Data

Results on BlogCatalog

Page 31: Unsupervised Feature Selection for Linked Social Media Data

Evaluating LUFS

• Datasets and experiment setting

• What is the performance of LUFS comparing to state-of-the art baseline methods?

• Why does LUFS work?

Page 32: Unsupervised Feature Selection for Linked Social Media Data

Probing Further: Why Social Dimensions Work

Social Dimensions Random Groups

…….

…….

Link Information

Social Dimension Extraction

Random Assignment

Page 33: Unsupervised Feature Selection for Linked Social Media Data

Results in Flickr

Page 34: Unsupervised Feature Selection for Linked Social Media Data

Future Work

• Further exploration of link information

• Noise and incomplete social media data

• Other sources: multi-view sources

• The strength of social ties ( strong and weak ties mixed)

Page 35: Unsupervised Feature Selection for Linked Social Media Data

http://www.public.asu.edu/~huanliu/projects/NSF12/

More Information?

Page 36: Unsupervised Feature Selection for Linked Social Media Data

Questions

Acknowledgments: This work is, in part, sponsored by National Science Foundation via a grant (#0812551). Comments and suggestions from DMML members and reviewers are greatly appreciated.