A Faster Algorithm for Maximum Independent Set on Interval Filament Graphs
Darcy Best, Max Ward

TL;DR
This paper introduces more efficient algorithms for finding maximum weight independent sets and induced matchings in interval filament graphs, reducing computational complexity from previous methods.
Contribution
It presents the first $O(N^2)$ algorithm for maximum weight independent set and an $O(N^4)$ algorithm for maximum weight induced matching in interval filament graphs, improving prior complexities.
Findings
Maximum weight independent set algorithm runs in $O(N^2)$ time.
Maximum weight induced matching algorithm runs in $O(N^4)$ time.
Significant complexity improvements over previous algorithms.
Abstract
We provide an algorithm requiring only time to compute the maximum weight independent set of interval filament graphs. This also implies an algorithm to compute the maximum weight induced matching of interval filament graphs. Both algorithms significantly improve upon the previous best complexities for these problems. Previously, the maximum weight independent set and maximum weight induced matching problems required and time respectively.
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 · semigroups and automata theory · Complexity and Algorithms in Graphs
