DSMar 18

Polynomial Kernels with Reachability for Weighted $d$-Matroid Intersection

arXiv:2603.1734568.9h-index: 17
AI Analysis

It addresses a theoretical bottleneck in parameterized complexity for combinatorial optimization, providing incremental progress towards polynomial kernels for general matroids.

This paper tackles the weighted d-matroid intersection problem by developing a new kernelization technique that yields a polynomial kernel of size ~O(k^d) when one matroid is arbitrary and the others are partition matroids, matching the optimal bound for d-dimensional matching, and extends to more general matroid classes.

This paper studies randomized polynomial kernelization for the weighted $d$-matroid intersection problem. While the problem is known to have a kernel of size $O(d^{(k - 1)d})$ where $k$ is the solution size, the existence of a polynomial kernel is not known, except for the cases when either all the given matroids are partition matroids~(i.e., the $d$-dimensional matching problem) or all the given matroids are linearly representable. The main contribution of this paper is to develop a new kernelization technique for handling general matroids. We first show that the weighted $d$-matroid intersection problem admits a polynomial kernel when one matroid is arbitrary and the other $d-1$ matroids are partition matroids. Interestingly, the obtained kernel has size $\tilde{O}(k^d)$, which matches the optimal bound~(up to logarithmic factors) for the $d$-dimensional matching problem. This approach can be adapted to the case when $d-1$ matroids in the input belong to a more general class of matroids, including graphic, cographic, and transversal matroids. We also show that the problem has a kernel of pseudo-polynomial size when given $d-1$ matroids are laminar. Our technique finds a kernel such that any feasible solution of a given instance can reach a better solution in the kernel, which is sufficiently versatile to allow us to design parameterized streaming algorithms and faster EPTASs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes