HeatACO: A Heatmap-Guided Max--Min Ant System for Large-Scale Travelling Salesman Problems
This paper introduces HeatACO, a predictor-agnostic decoder that integrates non-autoregressive TSP heatmaps into a Max-Min Ant System via a novel degree-aware evidence factor, achieving superior solution quality and efficiency over MCTS and standard baselines across large-scale and diverse TSP instances without requiring predictor-specific tuning.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). 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 delivery driver with a map of a city and a list of stops you need to make. Your goal is to visit every single stop exactly once and return home, all while driving the shortest possible distance. This is the famous "Traveling Salesman Problem." It sounds simple, but as the city grows, the number of possible routes explodes so fast that even the world's most powerful supercomputers can't check every single option to find the perfect one. Because of this, scientists have turned to artificial intelligence to help. Instead of trying to calculate every path, modern AI models act like expert scouts. They look at the map and quickly highlight the roads that look promising, creating a "heatmap" where the brightest colors show the edges most likely to be part of a great route.
However, there is a catch. These AI scouts are great at spotting good roads, but they are terrible at connecting them into a complete, valid trip. They might highlight three different roads leaving the same house, but a real driver can only take one. The AI gives you a messy pile of clues, and you still need a smart decoder to sort them out into a single, feasible tour without getting stuck in loops or missing stops. The big question is: how do you turn these fuzzy, messy heatmaps into a perfect route quickly, without needing to retrain the AI for every new city or map size?
This is exactly what the researchers behind HEATACO set out to solve. They developed a new, universal decoder that acts like a smart traffic controller for these AI heatmaps. Instead of just blindly following the brightest colors or using slow, trial-and-error methods, HEATACO uses a clever system inspired by how ants find food.
Here is how it works: Imagine a colony of ants trying to build a bridge. In the old way, if an AI heatmap said, "Hey, this road is super bright!" the decoder would just grab it immediately. But sometimes, that bright road is a trap. HEATACO is smarter. It looks at the heatmap and asks, "Is this road so much better than the others that it's worth taking, even if we haven't tried it yet?" It only pays attention to the really confident clues, ignoring the noise. Then, it lets its "ants" (which are actually computer simulations) build the route. As they build, they leave behind a digital "scent" (called pheromones) on the roads they use. If an ant finds a short, good route, the scent gets stronger, telling other ants to try that path next time.
The magic of HEATACO is that it balances the AI's initial guess (the heatmap) with the ants' own experience (the pheromones). It doesn't let the AI's guess take over completely; instead, it uses the guess to get a head start, then lets the ants refine the route as they go. This means you can take a heatmap from any trained AI model—whether it was trained on small towns or massive cities—and use HEATACO to turn it into a great route without needing to retrain the AI or tweak the settings for every new map.
The researchers tested this on some huge challenges, including maps with up to 10,000 stops. They found that HEATACO was faster and found better routes than the previous best methods, which often had to spend a lot of time guessing and checking. It was especially good at turning the messy AI clues into a solid plan before the ants even started their search. However, they also discovered a limit: once the route is already very good and you start using powerful local fixes (like swapping a few roads to shorten the trip), the AI's initial heatmap becomes less helpful. In those cases, the old-school geometric tricks work just as well.
In short, HEATACO is a versatile tool that bridges the gap between messy AI predictions and perfect travel plans. It proves that you don't need a different decoder for every AI model; with the right balance of "listening to the expert" and "learning from experience," you can solve massive routing problems quickly and efficiently, no matter how big the city gets.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.