Single-Image Traversable Space Prediction Beyond Occlusions

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for predicting traversable space in a scene are limited by their reliance on visible surfaces, failing to account for occluded surfaces and requiring resource-intensive computations, while existing models that predict beyond the line-of-sight often use expensive voxel-based techniques or require complete, static training environments.

Innovation Solution

A machine-learned model trained from stereo video sequences and semantic segmentation data predicts both visible and occluded traversable surfaces using a lightweight representation, capable of determining traversable space from a single RGB image, accounting for object footprints and movement.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If voxel-based techniques are used to predict traversable space beyond line-of-sight, then occluded traversable space can be detected, but computational cost increases significantly

Engineering Contradiction:
Improveoccluded traversable space detectionVSAvoidcomputational cost
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent uses a lightweight neural network model that copies the essential functionality of expensive voxel-based methods but implements it through learned image-to-image mapping. The model learns to predict occluded traversable space directly from visible image data without requiring full 3D voxel reconstruction, achieving similar detection capability with much lower computational overhead.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent changes the representation parameters from dense 3D voxel grids to lightweight 2D depth maps and segmentation masks. This parameter transformation allows the model to capture occluded traversable space information in a compressed format that requires significantly fewer computational resources while maintaining detection accuracy.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If complete static training environments are used, then training data quality improves, but adaptability to dynamic real-world scenes decreases

Engineering Contradiction:
Improvetraining data qualityVSAvoidadaptability to dynamic scenes
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The patent trains the model on dynamic video sequences rather than static images, allowing the network to learn temporal patterns and motion cues. This enables the model to adapt to moving objects and changing scenes while maintaining training data quality through the use of temporally coherent multi-frame inputs and optical flow information.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent performs preliminary actions during training by pre-processing video sequences to extract depth information, semantic segmentation, and motion cues. These pre-computed features are used to supervise the training of the lightweight model, enabling it to learn from rich training data while maintaining fast inference speed during deployment.

Inventive Principle:
Principle #10Preliminary action

3Device complexity

If line-of-sight based scene analysis is used, then computational simplicity is maintained, but detection of occluded traversable surfaces is lost

Engineering Contradiction:
Improvealgorithm simplicityVSAvoidoccluded surface detection
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent introduces an intermediary neural network model that acts as a bridge between simple line-of-sight analysis and complex 3D reconstruction. The model uses learned priors from training data to infer occluded traversable space from visible cues alone, maintaining algorithmic simplicity while recovering information beyond the line-of-sight through data-driven reasoning.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12573153B2Determining traversable space from single images
Publication Date: 2026.03.10 NIANTIC SPATIAL INC
  • US12573153B2 patent drawing
  • US12573153B2 patent drawing
  • US12573153B2 patent drawing

AI summary

A model predicts the geometry of both visible and occluded traversable surfaces from input images. The model may be trained from stereo video sequences, using camera poses, per-frame depth, and semantic segmentation to form training data, which is used to supervise an image to image network. In various embodiments, the model is applied to a single RGB image depicting a scene to produce information describing traversable space of the scene that includes occluded traversable. The information describing traversable space can include a segmentation mask of traversable space (both visible and occluded) and non-traversable space and a depth map indicating an estimated depth to traversable surfaces corresponding to each pixel determined to correspond to traversable space.