🤖 AI Summary
This work addresses a key limitation in existing visual navigation methods, where encoders trained solely with indirect action supervision often learn ambiguous, action-irrelevant representations that degrade policy performance in complex or ambiguous environments. To overcome this, the authors propose ORION, the first approach to incorporate ordinal neural collapse into visual navigation. By leveraging the ordinal structure of navigation actions as a representation prior, ORION encourages the visual encoder to arrange class representations along a single discriminative axis while suppressing intra-class non-axial variance. The resulting ordered representation space—explicitly aligned with action semantics—is further refined through end-to-end fine-tuning with a diffusion model. Evaluated in both simulated and real-world settings, ORION significantly outperforms current baselines, demonstrating notably higher navigation success rates and goal progress, especially in challenging scenarios such as multi-way intersections.
📝 Abstract
Learning robust navigation policies directly from visual observations remains a fundamental challenge in vision-based robotic navigation. In end-to-end imitation learning approaches, the visual encoder and action decoder are jointly optimized using a single action loss, which provides only an indirect supervisory signal to the encoder. This indirect supervision frequently results in the encoder learning ambiguous, action-agnostic representations. The problem is further complicated by substantial variations in scene structure and appearance across diverse environments, as well as the prevalence of visual distractors inherent to real-world navigation settings. Such action-agnostic features cause the navigation policy to produce inconsistent actions at ambiguous decision points, leading to navigation failure. To overcome these limitations, we propose ORION (Ordinal Neural Collapse for Visual Navigation), a method that explicitly organizes the encoder's representation space according to the ordinal structure of navigation actions. In the context of goal-directed navigation, ego-centric control categories from Far Left to Far Right exhibit a natural ordinal relationship in which neighboring classes share similar visual contexts, while semantically opposing classes differ substantially in appearance. We encourage class representations to be arranged sequentially along a single discriminative axis, while suppressing off-axis variance within each class. The pretrained encoder is then integrated into a diffusion-based navigation framework, and the full pipeline is fine-tuned end-to-end. Extensive experiments in both simulation and real-world settings show that ORION consistently outperforms end-to-end and neural collapse baselines in navigation success rate and goal progress, with notable gains in visually challenging scenarios such as complex multi-way intersections.