English

On the Complexity of the Eigenvalue Deletion Problem

Data Structures and Algorithms 2023-10-03 v1

Abstract

For any fixed positive integer rr and a given budget kk, the rr-\textsc{Eigenvalue Vertex Deletion} (rr-EVD) problem asks if a graph GG admits a subset SS of at most kk vertices such that the adjacency matrix of GSG\setminus S has at most rr distinct eigenvalues. The edge deletion, edge addition, and edge editing variants are defined analogously. For r=1r = 1, rr-EVD is equivalent to the Vertex Cover problem. For r=2r = 2, it turns out that rr-EVD amounts to removing a subset SS of at most kk vertices so that GSG\setminus S is a cluster graph where all connected components have the same size. We show that rr-EVD is NP-complete even on bipartite graphs with maximum degree four for every fixed r>2r > 2, and FPT when parameterized by the solution size and the maximum degree of the graph. We also establish several results for the special case when r=2r = 2. For the vertex deletion variant, we show that 22-EVD is NP-complete even on triangle-free and 3d3d-regular graphs for any d2d\geq 2, and also NP-complete on dd-regular graphs for any d8d\geq 8. The edge deletion, addition, and editing variants are all NP-complete for r=2r = 2. The edge deletion problem admits a polynomial time algorithm if the input is a cluster graph, while the edge addition variant is hard even when the input is a cluster graph. We show that the edge addition variant has a quadratic kernel. The edge deletion and vertex deletion variants are FPT when parameterized by the solution size alone. Our main contribution is to develop the complexity landscape for the problem of modifying a graph with the aim of reducing the number of distinct eigenvalues in the spectrum of its adjacency matrix. It turns out that this captures, apart from Vertex Cover, also a natural variation of the problem of modifying to a cluster graph as a special case, which we believe may be of independent interest.

Keywords

Cite

@article{arxiv.2310.00600,
  title  = {On the Complexity of the Eigenvalue Deletion Problem},
  author = {Neeldhara Misra and Harshil Mittal and Saket Saurabh and Dhara Thakkar},
  journal= {arXiv preprint arXiv:2310.00600},
  year   = {2023}
}

Comments

27 pages; this is the full version of a paper accepted for presentation at the 34th International Symposium on Algorithms and Computation (ISAAC 2023)

R2 v1 2026-06-28T12:37:26.685Z