Workshop Details
DIMACS Workshop on Hardness of Approximation in P
- Start Date: July 22, 2025
- End Date: July 24, 2025
- Event Start Time: 3:00 AM
- Event End Time: 5:00 PM
- Organizers: Karthik C.S.
- Location: Rutgers Academic Building, Room 4225 (East Wing) | Rutgers University | College Avenue Campus
-
Many important optimization problems are not tractable. A typical way to cope with such intractability is to design algorithms that find solutions whose cost or value is close to the optimum. In several interesting cases, it is possible to prove that even finding good approximate solutions is as hard as finding optimal solutions. The area that studies such inapproximability results is called hardness of approximation. In the area of hardness of approximation, the primary emphasis lies in demonstrating the NP-hardness of approximating different NP-Hard optimization problems via the celebrated PCP theorem. Nevertheless, over the past decade, there has been a booming focus on establishing hardness of approximation results for optimization problems within P.
The study of Hardness of Approximation in P has primarily focused on two categories of problems: parameterized problems and subquadratic hard problems. In parameterized complexity, the notable achievements are the hardness of approximation results for the k-Set Cover problem, the k-Set Intersection problem, and the k-Clique problem, with the current prized goal of the community being to prove the Parameterized Inapproximability Hypothesis (a.k.a. the PCP theorem for Parameterized Complexity). In fine-grained subquadratic hardness of approximation, the main highlights are the inapproximability of the Max Inner Product problem, Nearest Neighbor Search problem, and the Closest-LCS-Pair problem. While there are many important open problems, proving the subquadratic hardness of approximating the edit distance of two strings is arguably the current biggest challenge. This workshop will bring together three distinct communities—hardness of approximation in NP, fine-grained complexity, and parameterized complexity—to foster exchange of ideas and the development of synergistic collaborations among these communities.
To facilitate the seamless interaction among the three communities moving forward, the workshop will include several tutorials that collectively encompass the majority of the foundational knowledge necessary for engaging with hardness of approximation in P.

-
Workshop Additional Information
Local Information
Conference Venue: The Tutorial will be held room 4225 (East Wing) of the Rutgers Academic Building located at 15 Seminary Place, New Brunswick, NJ. This is on the College Avenue Campus of Rutgers University. If you click the map, it will show some of the key locations for the event.

Parking: If you do not have a Rutgers parking permit and you plan to drive to the workshop, there will be free parking in Lots 26 and 30 on the College Avenue Campus, but you must register your car to park. A link to register for parking will be provided in the confirmation message you receive when you register for the workshop.
Dining in New Brunswick: New Brunswick has a wide variety of dining options to fit all budgets. Many are within an easy walk of the conference venue and the New Brunswick hotels (Heldrich and Hyatt).
- Dining options: Here are a few options.
Lunch options: Here is a list of quickish lunch options near the lecture venue grouped by location, with an associated map.
-
Monday, July 21, 2025
Workshop Talks
9:00 AM – 9:30 AMRegistration & breakfast
9:30 AM – 10:30 AMTutorial on Hardness of Approximation in NP
Subhash Khot - New York University (NYU)
10:30 AM – 11:00 AMBreak (30 minutes)
11:00 AM – 12:00 PMTutorial on Parameterized Complexity
Saket Saurabh - Institute of Mathematical Sciences
12:00 PM – 2:00 PMLunch (on your own)
2:00 PM – 3:00 PMTutorial on Gap-ETH-based Results
Pasin Manurangsi - Google
Exponential time hypothesis (ETH)--which postulates that no sub-exponential time algorithm can solve 3-SAT--is one of the main assumptions in proving tight running time lower bounds for exponential-time and parameterized algorithms. Gap-ETH is an extension of ETH which roughly asserts that even approximating Max-3-SAT requires exponential time. This stronger assumption helps facilitate the proofs in hardness of approximation results for parameterized algorithms. While some of these results have now been proved under the weaker ETH, others remain known only under Gap-ETH. This talk will discuss Gap-ETH hardness results, especially those that are not yet known under ETH. Finally, we will discuss some problems whose (tight) hardness of approximation results are not even known under Gap-ETH.
3:00 PM – 3:30 PMBreak (30 minutes)
3:30 PM – 4:30 PMTutorial on Threshold Graph Composition
Bingkai Lin - Nanjing University
Tuesday, July 22, 2025
Workshop Talks
9:00 AM – 9:30 AMRegistration & breakfast
9:30 AM – 10:30 AMChallenges in Fine-Grained Complexity of Approximation in P
Amir Abboud - Weizmann Institute of Science
The talk will overview challenges in the fine-grained complexity of approximation in P and what we know about them so far. A large number of conditional lower bounds have been established in the last decade under a small number of core conjectures. Whether similar lower bounds hold for the approximate versions of these problems is often a meaningful open question. It is natural to seek “gap versions” of the core conjectures, as well as “gap amplification” techniques that relate a conjecture to its gap version. The talk will discuss the extent to which this has been accomplished for each conjecture.
[Video]
10:30 AM – 11:00 AMBreak (30 minutes)
11:00 AM – 12:00 PMParameterized Inapproximability: From Clique to PIH
Bingkai Lin - Nanjing University
12:00 PM – 2:00 PMLunch (on your own)
2:00 PM – 3:00 PMTutorial on Distributed PCPs
Pasin Manurangsi - Google
While the area of fine-grained and parameterized complexity has provided a framework for proving computational hardness of many fundamental problems, approximation algorithms in this regime have not been well understood until recent years, principally due to a lack of unified tool for proving hardness of approximation. Distributed PCPs--proposed by Abboud, Rubinstein and Williams (FOCS'17)--is a framework that overcomes such a limitation. This approach allows one to translate certain communication protocols to hardness of approximation results in the fine-grained and parameterized regime. It has been successfully employed to proved hardness of approximation for well-studied problems such as nearest neighbor search (Rubinstein, STOC'18) and k-dominating set (Karthik, Laekhanukit and Manurangsi, STOC'18). This talk will give an overview of this framework, with specific focus on these two results.
3:00 PM – 3:30 PMBreak (30 minutes)
3:30 PM – 4:30 PMOpen Problems Session
Wednesday, July 23, 2025
Workshop Talks
9:00 AM – 9:30 AMRegistration & breakfast
9:30 AM – 10:00 AMConstant Approximating Disjoint Paths on Acyclic Digraphs is W[1]-hard
Michal Wlodarczyk - University of Warsaw
In the Disjoint Paths problem, one is given a graph with a set of k vertex pairs (s_i,t_i) and the task is to connect each s_i to t_i with a path, so that the k paths are pairwise disjoint. In the optimization variant, Max Disjoint Paths, the goal is to maximize the number of vertex pairs to be connected. We study this problem on acyclic directed graphs, where Disjoint Paths is known to be W[1]-hard when parameterized by k. We show that in this setting Max Disjoint Paths is W[1]-hard to c-approximate for any constant c. To the best of our knowledge, this is the first non-trivial result regarding the parameterized approximation for Max Disjoint Paths with respect to the natural parameter k. Our proof is based on an elementary self-reduction that is guided by a certain combinatorial object constructed by the probabilistic method.
10:00 AM – 10:30 AMParameterized Inapproximability for 2CSP: From Baby PIH to Average Baby PIH
Xuandi Ren - University of California, Berkeley
The Parameterized Inapproximability Hypothesis (PIH) conjectures that no FPT algorithm can distinguish a satisfiable 2‑variable CSP (2CSP) instance from one in which only a constant fraction of constraints can be satisfied. A minimization analogue introduces r‑list‑satisfiability, where each variable may carry an r‑element list of values and a constraint is deemed satisfied if some choice from the Cartesian product of its two lists meets the allowed pair.
The Baby PIH states that, for every integer r≥1, it is W[1]‑hard to tell a satisfiable 2CSP apart from one that is not even r‑list‑satisfiable. The reduction adapts core combinatorial ideas from the Baby PCP theorem and runs in time polynomial in both variable count and alphabet size, thereby recovering the original Baby PCP as a special case.
Building on this, the Average Baby PIH is shown under the sole assumption W[1]≠FPT. Here, any multi‑assignment that satisfies all constraints must assign on average more than r values per variable, yielding a gap between “exactly one value” versus “average > r values.” A novel FPT self‑reduction amplifies the per‑variable gap of Baby PIH to an average‑value gap.
10:30 AM – 11:00 AMBreak (30 minutes)
11:00 AM – 11:30 AMFrom ETH to (Length-efficient) PIH
Yican Sun - Peking University
The Parameterized Inapproximability Hypothesis (PIH) posits that no fixed-parameter tractable algorithm can distinguish between a satisfiable CSP and one where every assignment violates an $varepsilon$ fraction of constraints, mirroring the foundational role of the PCP theorem in classical complexity. In this talk, I will present a self-contained and elementary proof of PIH, assuming Exponential Time Hypothesis (ETH). The proof proceeds via a reduction from ETH to an ETH-hard, "vector-structured" CSP, where the constraints can be checked for constant soundness using a new, parallel PCP of proximity based on the Walsh–Hadamard code.
After establishing this framework, I will discuss quantitative refinements: specifically, under the same ETH assumption, we show that even sparse k-variable CSPs are hard to approximate within any constant factor in time $n^{k^{1-o(1)}}$. This result yields broad near-optimal inapproximability consequences across parameterized optimization problems.
[Video]
11:30 AM – 12:00 PMSpace Complexity for (approx) All-pairs Max Flows
Thatchaphol Saranurak - University of Michigan
12:00 PM – 12:30 PMBeyond 2-approximation for k-Center in Graphs
Yael Kirkpatrick - Massachusetts Institute of Technology
In this talk we consider the classical k-Center problem in undirected graphs: given a graph G, find a set of k vertices that minimizes the biggest distance of a vertex to the set. The problem is known to have a polynomial-time 2-approximation and even (2 + ε)-approximation algorithms for every ε >0 running in near-linear time. The conventional wisdom is that the problem is closed, as a reduction from k-Dominating-Set shows that any (2 − ε)-approximation requires n^{k−o(1)} time.
Our first set of results show that one can beat the multiplicative factor of 2 in undirected unweighted graphs if one is willing to allow additional small additive error, obtaining various (2−ε, O(1)) approximations running in time O(n^{k−δ}) for any k. We will discuss the approach to these algorithms and see that when the k-Center is not a k-Dominating-Set we do in fact obtain a (2-ε)-approximation.
Our second set of results are strong fine-grained lower bounds for k-Center. We use the powerful but underutilized tool of \`gap set cover’ to show that the dependence on k in the exponent in the runtime of our algorithms is necessary, and the approximation ratio 2 cannot be improved by any algorithm whose running time is a polynomial independent of k, even if one allows additive error.
Based on joint work with Ce Jin, Virginia Vassilevska Williams and Nicole Wein, SODA25.
12:30 PM – 3:00 PMLunch (on your own) & Collaboration Time
- Audiences: General Research
-
Presentations at this workshop are by invitation but others are welcome to attend. There is no fee to attend but registration is required. Please register using the link at the bottom of the page.
Request support: There are limited funds available to support travel. Priority will be given to those whose interests align with the topic and whose attendance is contingent on support, especially students.
To request support please complete and submit this form by April 15, 2025 for full consideration. You will receive a response shortly after the April 15 deadline. Please do not book your tickets until you hear from us if you need support!
What information is requested in the form? Here are some things we will ask for:
- A short statement (one paragraph) about your research area and your interest in the workshop .
- CV in PDF format (optional).
- Contact information for one faculty member who could speak to how attendance will benefit you. (We will only contact this person if we need more information.)
- Type/amount of support you will need.
Update (April 30, 2025): We received quite a few applications for support before the April 15 deadline and have closed collection of additional applications.
