FPT Approximations for Fair Sum of Radii with Outliers and General Norm Objectives

The paper presents a fixed-parameter tractable (3+ϵ)(3+\epsilon)-approximation algorithm for the fair sum of radii problem with outliers, which generalizes to any monotone symmetric norm and provides a small list of candidate solutions that are simultaneously near-optimal for all such norms.

Original authors: Ameet Gadekar

Published 2026-04-27
📖 4 min read☕ Coffee break read

This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a logistics manager for a massive, global delivery company. You have thousands of packages (the points) scattered across a map, and you need to set up a specific number of distribution hubs (the centers) to cover them.

However, your job isn't as simple as just "covering everything." You have three major headaches:

  1. The "Budget" Headache (Sum of Radii): You don't just want to minimize the distance to the furthest package (that's a different problem). You want to minimize the total amount of fuel used by all your delivery vans combined. If one hub has a massive radius, it’s incredibly expensive. You want many small, efficient hubs rather than one giant, wasteful one.
  2. The "Bad Data" Headache (Outliers): Some packages are in the middle of the ocean or on top of mountains. If you try to include them, your hubs will have to be impossibly large. You need the ability to say, "I'll ignore the 5% of most difficult packages to keep the rest of the system efficient."
  3. The "Fairness" Headache (Fairness Constraints): Your company has strict rules. You can't just put all your hubs in one wealthy neighborhood. You are required to pick a certain number of hubs from different regions (groups) to ensure everyone is represented fairly.

The paper provides a mathematical "master plan" (an algorithm) to solve this exact mess.


The Secret Sauce: The "Three-Way Split" (Structural Trichotomy)

The hardest part of this problem is that the "Fairness" rule and the "Outlier" rule fight each other. If you try to be fair, you might accidentally pick a hub that is forced to cover a mountain (an outlier), which ruins your budget.

The author uses a brilliant strategy called a "Structural Trichotomy." Think of it like a detective looking at a crime scene. When the algorithm looks for the next hub to place, it knows that one of three things must be true:

  • Case 1: The "Bullseye" (Nearby Ball). You find a spot that is almost exactly where the perfect hub should be. You place it, expand it slightly, and move on.
  • Case 2: The "Good Enough" (Good Ball). You can't find the perfect spot, but you find a spot that is "dense" with packages. Even if it's not perfect, it's efficient enough to satisfy the budget.
  • Case 3: The "Double Play" (Two Light Balls). This is the clever part. Sometimes, a single hub can't satisfy the fairness rule without being too expensive. In this case, the algorithm says, "Fine, I'll use two hubs instead." It picks two smaller, cheaper hubs that, together, cover the area and satisfy the rules. It’s like buying two small pizzas instead of one giant, expensive one that's hard to carry.

Why is this a big deal?

  1. It’s "Oblivious" (The Swiss Army Knife): Usually, math formulas are built for one specific goal (like "minimize fuel"). This algorithm is special—it's "oblivious" to the specific math of the goal. Whether you want to minimize the sum of radii, the square of radii, or the maximum radius, the same algorithm works. It’s like a tool that works whether you're measuring in inches, centimeters, or light-years.
  2. It’s Fast (FPT): In computer science, some problems take "forever" to solve as they get bigger. This algorithm is "Fixed-Parameter Tractable." This means that even if you have a billion packages, as long as the number of hubs you need to place stays relatively small, the computer can solve it very quickly.
  3. It’s "Tight": The author proved that you can't really do much better than this. It’s like finding the perfect balance between speed and accuracy—you've hit the mathematical limit of what is possible.

Summary in a Sentence

The paper provides a high-speed, highly flexible mathematical recipe for placing a fair and efficient number of service centers while ignoring the "noise" of difficult, outlier locations.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →