Faster Decomposition of Weighted Graphs into Cliques using Fisher's Inequality
Shweta Jain, Yosuke Mizutani, Blair Sullivan

TL;DR
This paper introduces DeCAF, a new algorithm that significantly speeds up weighted graph decomposition into cliques by leveraging Fisher's inequality, enabling analysis of larger biological datasets.
Contribution
We develop reduction rules and search strategies based on Fisher's inequality to exponentially reduce kernel size and improve decomposition speed for weighted graphs.
Findings
Kernel size reduced from 4^k to k2^k
Over two orders of magnitude speed-up over previous methods
Scales to instances with k ≥ 17
Abstract
Mining groups of genes that consistently co-express is an important problem in biomedical research, where it is critical for applications such as drug-repositioning and designing new disease treatments. Recently, Cooley et al. modeled this problem as Exact Weighted Clique Decomposition (EWCD) in which, given an edge-weighted graph and a positive integer , the goal is to decompose into at most (overlapping) weighted cliques so that an edge's weight is exactly equal to the sum of weights for cliques it participates in. They show EWCD is fixed-parameter-tractable, giving a -kernel alongside a backtracking algorithm (together called cricca) to iteratively build a decomposition. Unfortunately, because of inherent exponential growth in the space of potential solutions, cricca is typically able to decompose graphs only when . In this work, we establish…
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
TopicsAlgorithms and Data Compression · Advanced Graph Theory Research · Graph Theory and Algorithms
