IntentionNet: Map-Lite Visual Navigation at the Kilometre Scale (2024)

🧠 Core Idea

The paper proposes IntentionNet, a robot navigation system designed to let robots travel very long distances (up to kilometres) across indoor + outdoor environments, even when maps or position estimates are inaccurate.

The key goal is solving this real robotics problem:

👉 How do you build a robot that can reliably reach faraway goals in messy real-world environments?

Traditional systems either:

  • Depend heavily on accurate maps (fragile in real world), or
  • Use deep learning controllers that work locally but struggle with long-range planning.

This paper tries to combine the best of both worlds.

IntentionNet: Map-Lite Visual Navigation at the Kilometre Scale

⚙️ System Architecture (Main Contribution)

The authors design a two-level navigation system.

1️⃣ High-Level Planner (Where to Go)

  • Uses coarse maps (not precise 3D reconstructions).
  • Generates global routes to the final destination.
  • Sends simplified commands called “intentions.”

Instead of detailed trajectories, it gives rough guidance.


2️⃣ Low-Level Controller (How to Move)

  • A single neural network controller.
  • Takes camera input + intentions.
  • Outputs motor commands directly.
  • Learned via imitation learning from real-world navigation data.

This controller learns:

  • Obstacle avoidance
  • Path following
  • Traversability understanding

The idea is that real-world training makes it more robust than hand-designed rules.


🧭 The New Concept: “Intentions”

The bridge between planning and control is called intentions — simplified navigation instructions.

Two types are proposed:

🔹 Local Path and Environment (LPE)

  • Provides detailed local path info.

🔹 Discretised Local Move (DLM)

  • Gives simple movement commands.
  • More robust to mapping and localization errors.

The paper shows DLM works better for long-distance navigation.


🗺️ Map-Lite Representation

Another major contribution.

Instead of heavy, precise maps, they use:

  • A topological global graph (coarse route map)
  • Several local maps for specific areas (like building floorplans)

Advantages:

  • Cheaper to build
  • Works even if maps are inaccurate
  • Scales to large areas

🐕 Real-World Deployment

They built a real system called Kilo-IntentionNet and tested it on the quadruped robot Boston Dynamics Spot.

Results:

  • Successfully navigated mixed indoor/outdoor environments
  • Travelled distances up to 1 kilometre
  • Worked with only noisy odometry (weak localization)

This shows the system is practical, not just simulation.


🧪 Why This Paper Matters

✔ Scalability

Shows how robots can travel very long distances without requiring perfect maps.

✔ Hybrid Robotics Design

Combines classical planning + deep learning control — a trend becoming dominant in robotics.

✔ Robustness

Demonstrates tolerance to real-world errors like bad localization.


A Grateful Acknowledgement

I am deeply thankful to David Hsu and the entire research team for their mentorship, collaboration, and support. I am especially grateful that my contributions during the early development and validation stages were considered meaningful enough to be included as part of this research effort. My contribution in this paper is majorly referred to my work in the lab in 2021. From designing the sensor suite payload to implementing research ideas.

Being part of this work was a defining experience in my journey through robotics research, shaping both my technical perspective and appreciation for collaborative innovation.