Cross-view attention mechanism for visual perception tasks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing transformer-based machine learning networks face exponential computational complexity when performing self-attention on large input sequences, limiting the resolution and accuracy of visual perception tasks for spatially distributed image data.

Innovation Solution

Implementing linear transformer layers and fixed embedding sizes to determine cross-view attention, which reduces computational complexity to linear with respect to input image resolution, enabling efficient processing of higher-resolution feature maps.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If transformer-based machine learning networks perform self-attention on large input sequences, then visual perception accuracy is improved, but computational complexity increases exponentially

Engineering Contradiction:
Improvevisual perception accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent divides the computational process into distinct stages: feature extraction from multiple views, projection to reduced embedding dimensions, and cross-view attention computation. This segmentation allows each stage to be optimized independently, reducing overall computational complexity while preserving accuracy

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the embedding dimension parameter from its original high-dimensional state to a reduced dimension through projection operations. This parameter change maintains the essential information needed for accurate visual perception while dramatically reducing the computational burden of attention operations

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If input image resolution is increased, then visual perception accuracy is improved, but computational complexity increases exponentially

Engineering Contradiction:
Improvevisual perception accuracyVSAvoidprocessing efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent applies parameter changes by reducing the embedding dimension of feature representations. This allows the system to process higher-resolution images efficiently by maintaining only the most salient features, thus improving visual perception accuracy without proportionally increasing computational complexity

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent extracts and retains only the most important features from high-resolution images through the projection process. By taking out and keeping only the essential information needed for visual perception tasks, the system achieves high accuracy with reduced computational requirements

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS20240171727A1Cross-view attention for visual perception tasks using multiple camera inputs
Publication Date: 2024.05.23 QUALCOMM INC
  • US20240171727A1 patent drawing
  • US20240171727A1 patent drawing
  • US20240171727A1 patent drawing

AI summary

Systems and techniques are provided for processing image data. For example, a process can include obtaining a plurality of input images associated with a plurality of different spatial views. The process can include generating a set of features based on the plurality of input images. The process can include generating a set of projected features based on the set of features, wherein an embedding size associated with the set of projected features is smaller than an embedding size associated with the set of features. The process can include determining a cross-view attention associated with the plurality of different spatial views, the cross-view attention determined using the set of projected features.