Semantics-Aware Auxiliary Refinement for Low-Step Diffusion Models

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Diffusion models experience a performance drop when using fewer sampling steps, requiring significant computing power and limiting their use on mobile or edge devices, while existing refinement modules lack semantic awareness and are serially placed, leading to quality loss.

Innovation Solution

A semantics-aware auxiliary refinement network is introduced to process high-frequency components in parallel with the diffusion network, providing additional computing capacity and improving quality with fewer steps.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Use of energy by moving object

If fewer sampling steps are used in diffusion models, then computing power requirements are reduced, but generation quality deteriorates

Engineering Contradiction:
Improvecomputing powerVSAvoidgeneration quality
Core Design Contradiction:
Use of energy by moving objectVSManufacturing precision

Solution Approach 1:

The refinement network is nested within the diffusion model architecture, receiving intermediate features from specific layers of the diffusion network and integrating refined features back at multiple points. This nested structure allows quality enhancement without requiring a complete separate processing pipeline, reducing overall computational overhead while maintaining generation quality.

Inventive Principle:
Principle #7Nested doll (Nesting)

Solution Approach 2:

The refinement network performs preliminary processing on intermediate features at early stages of the diffusion process, refining features before they propagate through subsequent layers. This preliminary action prevents quality degradation from compounding across multiple sampling steps, enabling fewer overall steps while maintaining final output quality.

Inventive Principle:
Principle #10Preliminary action

2Device complexity

If refinement modules are placed in series with the diffusion network, then processing is simplified, but quality loss occurs

Engineering Contradiction:
Improveprocessing structureVSAvoidgeneration quality
Core Design Contradiction:
Device complexityVSManufacturing precision

Solution Approach 1:

The refinement network is merged with the diffusion network through multiple feature fusion points, combining refined features with original diffusion features at intermediate layers. This merging approach integrates refinement functionality within the existing processing flow rather than placing it in series, maintaining quality while avoiding excessive structural complexity.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The refinement network operates in a parallel dimensional space, processing features independently before integrating them back into the main diffusion workflow. This dimensional separation allows refinement to occur without blocking the main processing path, achieving quality enhancement with minimal added complexity.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Productivity

If refinement modules lack semantic awareness, then processing speed is improved, but quality deteriorates

Engineering Contradiction:
Improveprocessing speedVSAvoidgeneration quality
Core Design Contradiction:
ProductivityVSManufacturing precision

Solution Approach 1:

The refinement network applies different processing strategies to different semantic regions of the input data, using semantic embeddings to identify and refine specific meaningful patterns while leaving other regions unchanged. This localized semantic-aware refinement maintains processing efficiency by focusing computational resources only where semantically relevant improvements are needed.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

Semantic embeddings serve as an intermediary layer between the input features and the refinement process, providing semantic context that guides the refinement network without requiring it to directly process and interpret complex semantic information. This intermediary approach enables semantic awareness while maintaining processing speed.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250284930A1Semantics aware auxiliary refinement network
Publication Date: 2025.09.11 QUALCOMM INC
  • US20250284930A1 patent drawing
  • US20250284930A1 patent drawing
  • US20250284930A1 patent drawing

AI summary

output, based on the input data, a first set of activations from a first layer of a diffusion network to an auxiliary network. The combine the first set of activations from the first layer of the diffusion network to a first set of activations from a first layer of the auxiliary network to generate first combined activations. The output a second set of activations from a second layer of a diffusion network to the auxiliary network and can combine the second set of activations from the second layer of the diffusion network to the first combined activations to generate second combined activations. The process, at a second layer of the auxiliary network, the second combined activations to generate auxiliary network output activations. The apply the auxiliary network output activations to the diffusion network.