An Improved Upper Bound on Maximal Clique Listing via Rectangular Fast Matrix Multiplication
Carlo Comin, Romeo Rizzi

TL;DR
This paper enhances the efficiency of listing all maximal cliques in a graph by leveraging rectangular fast matrix multiplication, reducing the time delay from approximately O(n^{2.37}) to O(n^{2.09}).
Contribution
It introduces a novel approach using rectangular fast matrix multiplication to further improve the asymptotic time delay for maximal clique listing.
Findings
Time delay improved from O(n^{2.37}) to O(n^{2.09})
Utilizes rectangular fast matrix multiplication for grouping offspring computation
Advances the theoretical bounds for maximal clique listing algorithms
Abstract
The first output-sensitive algorithm for the Maximal Clique Listing problem was given by Tsukiyama et.al. in 1977. As any algorithm falling within the Reverse Search paradigm, it performs a DFS visit of a directed tree (the RS-tree) having the objects to be listed (i.e. maximal cliques) as its nodes. In a recursive implementation, the RS-tree corresponds to the recursion tree of the algorithm. The time delay is given by the cost of generating the next child of a node, and Tsukiyama showed it is . In 2004, Makino and Uno sharpened the time delay to by generating all the children of a node in one single shot performed by computing a \emph{square} fast matrix multiplication. In this paper, we further improve the asymptotics for the exploration of the same RS-tree by grouping the offsprings' computation even further. Our idea is to rely on rectangular fast matrix…
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.
