Node-Weighted Triangles: Faster and Simpler
Shyan Akmal, Nick Fischer

TL;DR
This paper introduces a simpler, faster algorithm for the Node-Weighted Triangle problem, achieving near-optimal runtime by matching matrix multiplication time and closing a longstanding complexity gap.
Contribution
The authors present a novel, simpler algorithm that solves Node-Weighted Triangle in $O( extsf{MM}(n))$ time, improving over previous complex methods.
Findings
New algorithm runs in $O( extsf{MM}(n))$ time.
Closes the complexity gap to unweighted triangle detection.
Simplifies previous approaches using recursion and communication protocols.
Abstract
Weighted variants of triangle detection are an important object of study because of their prominence in fine-grained complexity. We revisit the Node-Weighted Triangle problem, where the goal is to decide if a vertex-weighted graph contains a triangle whose node weights sum to zero. This problem has been the focus of a celebrated line of work, beginning with a subcubic-time algorithm [Vassilevska, Williams; STOC '06], and culminating in algorithms running almost in matrix multiplication time, [Czumaj, Lingas; SODA '07], [Vassilevska W., Williams; STOC '09]. This runtime is almost-optimal, since even detecting an unweighted triangle is conjectured to require matrix multiplication time . However, the superpolylogarithmic overhead persists in a world where near-optimal matrix multiplication is…
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.
