The leading eigenvector of the PageRank matrix represents the stationary distribution of resources that, at each timestep, disperse equally through all outbound links of a node (links can be weighted too, though), with random teleportation (though this is a bonus from the random surfer model)

What's the semantic meaning of the second eigenvector and the difference between the first and second eigenvalue?

More generally, what semantic information does the second eigenvector of the adjacency matrix give, compared to regular eigencentrality?

asked Jan 27 '11 at 17:32

Jacob%20Jensen's gravatar image

Jacob Jensen
1644285360

"Stationary distribution" looks at distribution at time=infinity. Suppose you need distribution after finite number of steps. Eigenvectors give information needed to reconstruct that distribution, with first and second being the most significant

(Jan 27 '11 at 22:56) Yaroslav Bulatov

One Answer:

The second eigenvalue of a markov chain has meaning, and it affects (for example) the convergence and stability of algorithms that find the equilibrium distribution. See The second eigenvalue of the Google matrix, by Haveliwala and Kamvar for a discussion on how to compute its value.

The second eigenvector, however, has to be something more complex. Given that the PageRank matrix is a reversible markov chain (by construction), it has a unique equilibrium distribution. So the only vector v for which P v = v is the first eigenvector. So, the second eigenvector does not necessarily represent a probability distribution. According to Fluctuation Induced Almost Invariant Sets, by Schwartz and Billings, if a reversible markov chain represents a linear dynamical system the second eigenvector is a good way of finding almost invariant sets, which are subsets of the pages in which the perfect stochastic user would spend a long time "trapped in" before leaving to other parts of the web. The signs of the entries of the second eigenvector (and the third, and maybe others) can be used to find these almost invariant sets.

I'm not too clear on the details, but these references should get you started.

answered Jan 27 '11 at 19:21

Alexandre%20Passos's gravatar image

Alexandre Passos ♦
1896744214334

Your answer
toggle preview

powered by OSQA

User submitted content is under Creative Commons: Attribution - Share Alike; Other things copyright (C) 2010, MetaOptimize LLC.