A Method for Accelerating the HITS Algorithm
Andri Mirzal, Masashi Furukawa

TL;DR
This paper introduces an enhanced HITS algorithm that accelerates convergence by weighting authority and hub scores using diagonal matrices, leveraging web graph structure to improve computation speed especially on back button datasets.
Contribution
The paper proposes a novel weighting scheme for HITS that speeds up authority and hub score convergence by exploiting web graph properties.
Findings
Accelerates HITS convergence on web graphs.
Improves computation speed for back button datasets.
Ensures uniqueness of authority and hub vectors.
Abstract
We present a new method to accelerate the HITS algorithm by exploiting hyperlink structure of the web graph. The proposed algorithm extends the idea of authority and hub scores from HITS by introducing two diagonal matrices which contain constants that act as weights to make authority pages more authoritative and hub pages more hubby. This method works because in the web graph good authorities are pointed to by good hubs and good hubs point to good authorities. Consequently, these pages will collect their scores faster under the proposed algorithm than under the standard HITS. We show that the authority and hub vectors of the proposed algorithm exist but are not necessarily be unique, and then give a treatment to ensure the uniqueness property of the vectors. The experimental results show that the proposed algorithm can improve HITS computations, especially for back button datasets.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Data Management and Algorithms · Web Data Mining and Analysis
