GIANT - Global Path Integration and Attentive Graph Networks for Multi-Agent Trajectory Planning

This paper introduces GIANT, a novel multi-robot trajectory planning framework that combines global path integration with attentive graph neural networks to achieve robust, high-success collision avoidance in complex, dynamic environments.

Jonas le Fevre Sejersen, Toyotaro Suzumura, Erdal Kayacan

Published 2026-03-06
📖 4 min read☕ Coffee break read

Imagine a busy warehouse filled with dozens of delivery robots. Their job is to grab packages and drop them off at specific spots. But here's the catch: the floor is crowded, the robots can't talk to each other, and obstacles (like people or boxes) pop up unexpectedly.

If a robot only looks at what's immediately in front of its eyes, it might get stuck in a dead end or crash into a neighbor. If it only looks at the big picture, it might ignore a person walking right in front of it.

This paper, titled GIANT, introduces a new "brain" for these robots that solves this problem by combining two ways of thinking: The Big Picture and The Immediate Moment.

Here is a simple breakdown of how it works, using some everyday analogies:

1. The Problem: The "Tunnel Vision" Trap

Most robots today are like drivers who only look at the car directly in front of them. They are great at avoiding a sudden brake, but if they get stuck in a long, winding alleyway, they might spin in circles because they don't know the entire route. They lack "global awareness."

On the other hand, some robots have a perfect map of the whole warehouse but get confused when a person walks in front of them because they don't know how to react to that specific person.

2. The Solution: The "GPS + Dance Partner" Brain

The GIANT system gives the robots a brain that does two things at once:

  • The GPS (Global Path): Before the robot even moves, it gets a pre-planned route (like a GPS navigation app). This tells it the general direction to go.
  • The Dance Partner (Attentive Graph Network): As the robot moves, it uses a special AI called a Graph Neural Network. Imagine a dance floor where everyone is moving. You don't just look at one person; you look at the whole group. You sense who is moving left, who is moving right, and who is about to bump into you.
    • The "Graph" part is like drawing invisible lines connecting the robot to everyone nearby.
    • The "Attentive" part means the robot is smart enough to focus on the most important people (the ones closest or moving fastest) and ignore the ones far away.

3. How They Learn: The "Noisy Classroom"

To teach these robots, the researchers didn't just let them practice in a perfect, quiet room. They threw them into a "chaotic classroom."

  • They added noise (like static on a radio) to the robot's sensors.
  • They made the robots practice in weird shapes: narrow doorways, crowded circles, and long hallways.
  • The Result: Just like a student who practices for a test with a loud radio playing in the background, these robots became incredibly tough. When they went into the real world, even if their sensors were a bit fuzzy, they could still navigate perfectly.

4. The Secret Sauce: "The Running Target"

One of the coolest tricks in this paper is how the robot uses its GPS.

  • Old Way: The robot looks at the final destination (e.g., "Drop off at Door 5"). If a wall blocks the way, it might get confused.
  • GIANT Way: The robot looks at a "Running Target." Imagine a runner on a track. They don't just stare at the finish line; they look at the next 10 meters of the track. The GIANT robot constantly updates a "target point" that moves along its pre-planned path.
    • If a person blocks the path, the robot sidesteps them but immediately snaps back to the "running target" to stay on course. It never loses its way, even when dodging obstacles.

5. The Results: The Star Performer

The researchers tested their new robot brain against three other famous methods (like the "Old School" rules-based drivers and other AI drivers).

  • Success Rate: GIANT robots almost always reached their destination.
  • Crashes: They crashed significantly less than the others.
  • Efficiency: They didn't just get there; they got there quickly without getting stuck in traffic jams.

The Bottom Line

Think of the GIANT system as the ultimate commuter.

  • They have a map so they never get lost in the city.
  • They have great situational awareness so they can weave through a crowded subway station without bumping into anyone.
  • They are resilient, meaning even if their phone signal (sensors) is a bit spotty, they can still figure out where to go.

This technology is a huge step forward for logistics, warehouses, and any place where many robots need to work together safely and efficiently without bumping into each other or getting stuck.