Presentation is loading. Please wait.

Presentation is loading. Please wait.

15-826: Multimedia Databases and Data Mining

Similar presentations


Presentation on theme: "15-826: Multimedia Databases and Data Mining"— Presentation transcript:

1 15-826: Multimedia Databases and Data Mining
Faloutsos 15-826 15-826: Multimedia Databases and Data Mining Lecture #21: Tensor decompositions C. Faloutsos

2 Faloutsos 15-826 Must-read Material Tamara G. Kolda and Brett W. Bader. Tensor decompositions and applications. Technical Report SAND , Sandia National Laboratories, Albuquerque, NM and Livermore, CA, November 2007

3 Outline Goal: ‘Find similar / interesting things’ Intro to DB
Indexing - similarity search Data Mining

4 Indexing - Detailed outline
primary key indexing secondary key / multi-key indexing spatial access methods fractals text Singular Value Decomposition (SVD) Tensors multimedia ...

5 3h tutorial: www.cs.cmu.edu/~christos/TALKS/SDM-tut-07/
Faloutsos 15-826 Most of foils by Dr. Tamara Kolda (Sandia N.L.) csmr.ca.sandia.gov/~tgkolda Dr. Jimeng Sun (CMU -> IBM) 3h tutorial:

6 Outline Motivation - Definitions Tensor tools Case studies Faloutsos
15-826 Outline Motivation - Definitions Tensor tools Case studies

7 Motivation 0: Why “matrix”?
Faloutsos 15-826 Motivation 0: Why “matrix”? Why matrices are important?

8 Examples of Matrices: Graph - social network
Faloutsos 15-826 Examples of Matrices: Graph - social network Peter Mary Nick John ... John Peter Mary Nick ... 11 22 55 ... 5 6 7

9 Examples of Matrices: cloud of n-d points
Faloutsos 15-826 Examples of Matrices: cloud of n-d points age chol# blood# .. ... John Peter Mary Nick ...

10 Examples of Matrices: Market basket
Faloutsos 15-826 Examples of Matrices: Market basket market basket as in Association Rules milk bread choc. wine ... John Peter Mary Nick ...

11 Examples of Matrices: Documents and terms
Faloutsos 15-826 Examples of Matrices: Documents and terms data mining classif. tree ... Paper#1 Paper#2 Paper#3 Paper#4 ...

12 Examples of Matrices: Authors and terms
Faloutsos 15-826 Examples of Matrices: Authors and terms data mining classif. tree ... John Peter Mary Nick

13 Examples of Matrices: sensor-ids and time-ticks
Faloutsos 15-826 Examples of Matrices: sensor-ids and time-ticks temp1 temp2 humid. pressure ... t1 t2 t3 t4 ...

14 Motivation: Why tensors?
Faloutsos 15-826 Motivation: Why tensors? Q: what is a tensor?

15 Motivation 2: Why tensor?
Faloutsos 15-826 Motivation 2: Why tensor? A: N-D generalization of matrix: KDD’07 data mining classif. tree ... John Peter Mary Nick

16 Motivation 2: Why tensor?
Faloutsos 15-826 Motivation 2: Why tensor? A: N-D generalization of matrix: KDD’05 KDD’06 KDD’07 data mining classif. tree ... John Peter Mary Nick

17 Tensors are useful for 3 or more modes
Faloutsos 15-826 Tensors are useful for 3 or more modes Terminology: ‘mode’ (or ‘aspect’): Mode#3 data mining classif. tree ... Mode#2 Mode (== aspect) #1

18 Motivating Applications
Faloutsos 15-826 Motivating Applications Why matrices are important? Why tensors are useful? P1: social networks P2: web mining

19 P1: Social network analysis
Faloutsos 15-826 P1: Social network analysis Traditionally, people focus on static networks and find community structures We plan to monitor the change of the community structure over time

20 P2: Web graph mining How to order the importance of web pages?
Faloutsos 15-826 P2: Web graph mining How to order the importance of web pages? Kleinberg’s algorithm HITS PageRank Tensor extension on HITS (TOPHITS) context-sensitive hypergraph analysis

21 Outline Motivation – Definitions Tensor tools Case studies
Faloutsos 15-826 Outline Motivation – Definitions Tensor tools Case studies Tensor Basics Tucker PARAFAC

22 Faloutsos 15-826 Tensor Basics

23 Answer to both: tensor factorization
Recall: (SVD) matrix factorization: finds blocks ‘meat-eaters’ ‘steaks’ ‘vegetarians’ ‘plants’ ‘kids’ ‘cookies’ M products N users ~ + +

24 Answer to both: tensor factorization
PARAFAC decomposition politicians artists athletes verb + subject + = object

25 Answer: tensor factorization
PARAFAC decomposition Results for who-calls-whom-when 4M x 15 days ?? ?? ?? time + caller + = callee

26 Goal: extension to >=3 modes
Faloutsos 15-826 Goal: extension to >=3 modes I x R K x R A B J x R C R x R x R I x J x K +…+ = ~

27 Main points: 2 major types of tensor decompositions: PARAFAC and Tucker both can be solved with ``alternating least squares’’ (ALS) Details follow

28 Specially Structured Tensors
Faloutsos 15-826 Specially Structured Tensors 10 mins

29 Specially Structured Tensors
Faloutsos 15-826 Specially Structured Tensors Tucker Tensor Kruskal Tensor Our Notation Our Notation +…+ = u1 uR v1 w1 vR wR = U I x R V J x R W K x R R x R x R “core” K x T W I x J x K I x J x K I x R J x S U V = R x S x T

30 Specially Structured Tensors
Faloutsos 15-826 details Specially Structured Tensors Tucker Tensor Kruskal Tensor In matrix form: In matrix form:

31 Tensor Decompositions
Faloutsos 15-826 Tensor Decompositions 20 mins

32 Tucker Decomposition - intuition
Faloutsos 15-826 Tucker Decomposition - intuition I x J x K ~ A I x R B J x S C K x T R x S x T \cal{G} author x keyword x conference A: author x author-group B: keyword x keyword-group C: conf. x conf-group : how groups relate to each other Needs elaboration!

33 Intuition behind core tensor
2-d case: co-clustering [Dhillon et al. Information-Theoretic Co-clustering, KDD’03]

34 Faloutsos 15-826 n eg, terms x documents m k l n l k m

35 med. doc cs doc med. terms cs terms term group x doc. group
Faloutsos 15-826 med. doc cs doc med. terms cs terms term group x doc. group common terms doc x doc group term x term-group

36

37 Tucker Decomposition ~ K x T C I x J x K I x R J x S B
Faloutsos 15-826 Tucker Decomposition I x J x K ~ A I x R B J x S C K x T R x S x T Given A, B, C, the optimal core is: Proposed by Tucker (1966) AKA: Three-mode factor analysis, three-mode PCA, orthogonal array decomposition A, B, and C generally assumed to be orthonormal (generally assume they have full column rank) is not diagonal Not unique Recall the equations for converting a tensor to a matrix

38 Outline Motivation – Definitions Tensor tools Case studies
Faloutsos 15-826 Outline Motivation – Definitions Tensor tools Case studies Tensor Basics Tucker PARAFAC

39 CANDECOMP/PARAFAC Decomposition
Faloutsos 15-826 CANDECOMP/PARAFAC Decomposition I x R K x R A B J x R C R x R x R I x J x K +…+ = CANDECOMP = Canonical Decomposition (Carroll & Chang, 1970) PARAFAC = Parallel Factors (Harshman, 1970) Core is diagonal (specified by the vector ) Columns of A, B, and C are not orthonormal If R is minimal, then R is called the rank of the tensor (Kruskal 1977) Can have rank( ) > min{I,J,K}

40 Tucker vs. PARAFAC Decompositions
Faloutsos 15-826 IMPORTANT Tucker vs. PARAFAC Decompositions Tucker Variable transformation in each mode Core G may be dense A, B, C generally orthonormal Not unique PARAFAC Sum of rank-1 components No core, i.e., superdiagonal core A, B, C may have linearly dependent columns Generally unique K x T C I x J x K I x J x K +…+ ~ a1 aR b1 c1 bR cR I x R J x S A B ~ R x S x T

41 Tensor tools - summary Two main tools
PARAFAC Tucker Both find row-, column-, tube-groups but in PARAFAC the three groups are identical To solve: Alternating Least Squares Toolbox: from Tamara Kolda:

42 Outline Motivation - Definitions Tensor tools Case studies
Faloutsos 15-826 Outline Motivation - Definitions Tensor tools Case studies P1: web graph mining (‘TOPHITS’) P2: phone-call patterns P3: N.E.L.L. (never ending language learner)

43 P1: Web graph mining How to order the importance of web pages?
Faloutsos 15-826 P1: Web graph mining How to order the importance of web pages? Kleinberg’s algorithm HITS PageRank Tensor extension on HITS (TOPHITS) 8 mins

44 Faloutsos 15-826 P1: Web graph mining T. G. Kolda, B. W. Bader and J. P. Kenny, Higher-Order Web Link Analysis Using Multilinear Algebra, ICDM 2005: ICDM, pp , November 2005, doi: /ICDM [PDF] 8 mins

45 Kleinberg’s Hubs and Authorities (the HITS method)
Faloutsos 15-826 Kleinberg’s Hubs and Authorities (the HITS method) Sparse adjacency matrix and its SVD: authority scores for 2nd topic authority scores for 1st topic to from hub scores for 1st topic hub scores for 2nd topic Kleinberg, JACM, 1999

46 HITS Authorities on Sample Data
Faloutsos 15-826 HITS Authorities on Sample Data We started our crawl from and crawled 4700 pages, resulting in cross-linked hosts. authority scores for 2nd topic authority scores for 1st topic to from hub scores for 1st topic hub scores for 2nd topic

47 Three-Dimensional View of the Web
Faloutsos 15-826 Three-Dimensional View of the Web Observe that this tensor is very sparse! Kolda, Bader, Kenny, ICDM05

48 Topical HITS (TOPHITS)
Faloutsos 15-826 Topical HITS (TOPHITS) Main Idea: Extend the idea behind the HITS model to incorporate term (i.e., topical) information. term scores for 1st topic term scores for 2nd topic term to from authority scores for 1st topic authority scores for 2nd topic hub scores for 2nd topic hub scores for 1st topic

49 Topical HITS (TOPHITS)
Faloutsos 15-826 Topical HITS (TOPHITS) Main Idea: Extend the idea behind the HITS model to incorporate term (i.e., topical) information. term scores for 1st topic term scores for 2nd topic term to from authority scores for 1st topic authority scores for 2nd topic hub scores for 2nd topic hub scores for 1st topic

50 TOPHITS Terms & Authorities on Sample Data
Faloutsos TOPHITS Terms & Authorities on Sample Data 15-826 TOPHITS uses 3D analysis to find the dominant groupings of web pages and terms. wk = # unique links using term k Tensor PARAFAC term scores for 1st topic term scores for 2nd topic term to from authority scores for 1st topic authority scores for 2nd topic hub scores for 2nd topic hub scores for 1st topic

51 P2: Anomaly detection in time-evolving graphs
= Anomalous communities in phone call data: European country, 4M clients, data over 2 weeks ~200 calls to EACH receiver on EACH day! 1 caller 5 receivers 4 days of activity

52 P2: Anomaly detection in time-evolving graphs
= Anomalous communities in phone call data: European country, 4M clients, data over 2 weeks ~200 calls to EACH receiver on EACH day! 1 caller 5 receivers 4 days of activity

53 P2: Anomaly detection in time-evolving graphs
= Anomalous communities in phone call data: European country, 4M clients, data over 2 weeks ~200 calls to EACH receiver on EACH day! Miguel Araujo, Spiros Papadimitriou, Stephan Günnemann, Christos Faloutsos, Prithwish Basu, Ananthram Swami, Evangelos Papalexakis, Danai Koutra. Com2: Fast Automatic Discovery of Temporal (Comet) Communities. PAKDD 2014, Tainan, Taiwan.

54 GigaTensor: Scaling Tensor Analysis Up By 100 Times –
15-826 GigaTensor: Scaling Tensor Analysis Up By 100 Times – Algorithms and Discoveries U Kang Evangelos Papalexakis Abhay Harpale Christos Faloutsos KDD 2012

55 P3: N.E.L.L. analysis NELL: Never Ending Language Learner
Q1: dominant concepts / topics? Q2: synonyms for a given new phrase? “Eric Clapton plays guitar” (48M) NELL (Never Ending Language Learner) Nonzeros =144M “Barrack Obama is the president of U.S.” (26M) (26M)

56 A1: Concept Discovery Concept Discovery in Knowledge Base

57 A1: Concept Discovery

58 A2: Synonym Discovery Synonym Discovery in Knowledge Base a1 a2 … aR
(Given) subject (Discovered) synonym 1 (Discovered) synonym 2

59 A2: Synonym Discovery

60 Faloutsos 15-826 Conclusions Real data are often in high dimensions with multiple aspects (modes) Matrices and tensors provide elegant theory and algorithms I x J x K +…+ ~ a1 aR b1 c1 bR cR

61 References Inderjit S. Dhillon, Subramanyam Mallela, Dharmendra S. Modha: Information-theoretic co-clustering. KDD 2003: 89-98 T. G. Kolda, B. W. Bader and J. P. Kenny. Higher-Order Web Link Analysis Using Multilinear Algebra. In: ICDM 2005, Pages , November 2005. Jimeng Sun, Spiros Papadimitriou, Philip Yu. Window-based Tensor Analysis on High-dimensional and Multi-aspect Streams, Proc. of the Int. Conf. on Data Mining (ICDM), Hong Kong, China, Dec 2006


Download ppt "15-826: Multimedia Databases and Data Mining"

Similar presentations


Ads by Google