PGN: Design and Implementation of a Vision-Language Navigation System Based on Pangu Multimodal Foundation Model
This paper presents PGN, an offline Vision-Language Navigation system built on the OpenPangu-7B foundation model that employs a two-stage training strategy to align visual and language modalities and adapt to expert trajectories, achieving a 62.29% Normalized Action Match on held-out data while utilizing mixed-precision computation and DeepSpeed on Ascend 910B hardware.
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 a world where robots don't just follow rigid, pre-programmed lists of commands, but can actually understand you like a human friend. This is the dream of "embodied AI"—giving a machine a body (or a camera and wheels) and a brain that can see the room, hear your voice, and figure out how to move around. The big challenge is connecting two very different languages: the visual world of pixels and colors, and the linguistic world of sentences and instructions. Think of it like trying to teach a dog to navigate a house using only a map written in poetry. You need a way to translate "walk past the kitchen" into a series of physical turns and steps. This is the core puzzle of Vision-Language Navigation (VLN). It's not just about recognizing objects; it's about understanding the story of a room over time, remembering where you've been, and deciding what to do next based on a simple sentence.
Enter PGN, a new system built by researchers at the University of Electronic Science and Technology of China, designed to solve this puzzle using a powerful "brain" called OpenPangu-7B. You can think of OpenPangu as a super-smart, pre-trained language model that already knows how to speak and write, but it doesn't know how to see or move. The researchers' goal was to teach this language giant how to navigate a virtual house by showing it pictures and instructions. They didn't just throw the robot into the deep end; they built a two-step training camp. First, they taught the robot how to "see" by connecting its language brain to a specialized camera eye (a vision encoder) using a translator module called a Q-Former. This allowed the robot to understand that a picture of a vase is related to the word "vase."
Once the robot could understand the connection between images and words, the second stage began: learning to move. The team fed the system thousands of examples of perfect navigation paths taken by an "expert" (a computer program that never makes mistakes). The robot learned to look at a sequence of five recent snapshots of the room, read the instruction, and then—crucially—think before it acted. Instead of just blurting out "turn left," the model was trained to generate a little bit of reasoning text first, like a human saying, "Okay, I see the kitchen on my left, so I should turn left," before committing to the action. They tested this system on 500 hidden test paths where the robot was given the correct history of what it had seen, and asked to predict the next move. The results were promising: in the latest version (V9), the robot matched the expert's action 62.29% of the time and almost always gave a non-empty answer (100% of the time). However, the authors are very careful to note that this is a "teacher-forced" test. It's like a student taking a multiple-choice quiz where the teacher holds up the correct answer key at every step. The robot hasn't actually been tested on whether it can recover if it makes a mistake or if it can successfully reach a goal in a real, messy environment without help. While the system shows that a large language model can be adapted to understand navigation instructions and align with expert actions, the paper concludes that the true test of whether this robot can actually navigate a house on its own is still a job for the future.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.