Transformer-Based Object Detection with Image-Adaptive Queries

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Transformer-based detection and segmentation models rely on fixed queries that do not adapt to the specific semantics of each input image, limiting their effectiveness in object localization and categorization.

Innovation Solution

Generate modulated queries by combining basic queries with combination coefficients derived from global image features, using a transformer decoder to perform object detection.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If fixed basic queries are used for object detection, then the model structure remains simple and computationally efficient, but the adaptability to different image semantics is limited

Engineering Contradiction:
Improveadaptability to image semanticsVSAvoidmodel structure complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent transforms fixed basic queries into dynamic modulated queries that adapt to each input image. The query modulation mechanism dynamically adjusts query representations based on global image features, enabling the model to adapt to different image semantics while maintaining a relatively simple overall structure.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent changes the parameters of basic queries by modulating them with image-specific features. The combination coefficients and modulation values are dynamically computed based on global image features, allowing the queries to adapt their parameters (weights, biases, representations) to match the specific semantics of each input image.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If fixed basic queries are used for object detection, then the computational process remains fast and efficient, but the localization and categorization accuracy is limited

Engineering Contradiction:
Improvelocalization and categorization accuracyVSAvoiddetection speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent performs preliminary computation of global image features and combination coefficients before the main detection process. This preliminary action prepares modulated queries in advance, allowing the main detection process to proceed efficiently while benefiting from pre-computed adaptive query representations that improve localization and categorization accuracy.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent dynamically changes query parameters based on global image features to improve detection accuracy. By modulating basic queries with image-specific parameters (combination coefficients, modulation values), the system achieves better localization and categorization without requiring fundamentally slower computational approaches.

Inventive Principle:
Principle #35Parameter changes

3Adaptability or versatility

If modulated queries with combination coefficients are generated, then the adaptability to image semantics is improved, but the computational complexity and processing time increases

Engineering Contradiction:
Improveadaptability to image semanticsVSAvoidquery generation time
Core Design Contradiction:
Adaptability or versatilityVSLoss of time

Solution Approach 1:

The patent computes global image features and combination coefficients as preliminary steps before generating modulated queries. This preliminary computation organizes and prepares the necessary adaptive parameters in advance, reducing the time penalty during actual query generation and detection execution.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces combination coefficients as intermediary parameters that bridge basic queries and image-specific features. These coefficients act as compact mediators that encode global image semantics, allowing modulated queries to be generated efficiently without directly processing entire image feature sets during query creation.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12411887B2Transformer-based object detection
Publication Date: 2025.09.09 LEMON INC(GB)
  • US12411887B2 patent drawing
  • US12411887B2 patent drawing
  • US12411887B2 patent drawing

AI summary

Object detection using a transformer-based object detection model includes randomly initializing basic queries for the model, modulating the basic queries based on semantics of input images, and training the model basic on features extracted from input images and the modulated queries.