DefaultShift: Auditing Semantic Default Shift in Accelerated Text-to-Image Models

TL;DR

DefaultShift quantifies semantic default shift in accelerated text-to-image models, reducing human-measured shift by 10.3%-35.1%.

cs.CV 🔴 Advanced 2026-08-22 4 views
Xuanhua Yin Chuanzhi Xu Shunqi Mao Wei Guo Weidong Cai
semantic shift text-to-image model acceleration distribution matching image generation

Key Findings

Methodology

DefaultShift compares samples from reference and replacement models using a closed semantic vocabulary to measure probability-mass movement. DefaultShift-Select is an offline calibration method that reduces semantic shift by selecting a quality-filtered subset.

Key Results

  • Across 14 reference and replacement pairs, adjusted color discrepancies range from 0.054 to 0.303.
  • DefaultShift-Select reduces human-measured shift by 10.3%-35.1% across Turbo, DMD2, and FLUX.
  • Selected data recover 4.3 accuracy points and 7.5 worst-group points over uncalibrated replacement data.

Significance

This study provides a quantifiable and actionable means to ensure semantic preservation in accelerated text-to-image models, addressing gaps in existing quality, preference, and diversity evaluations.

Technical Contribution

DefaultShift introduces a novel method to evaluate semantic shifts in accelerated models, while DefaultShift-Select achieves reduced semantic shift through offline calibration, significantly enhancing semantic consistency.

Novelty

Introduces the concept of semantic default shift and develops DefaultShift to quantify and calibrate this shift, complementing existing diversity and quality evaluation methods.

Limitations

  • The method relies on a closed semantic vocabulary, which may not cover all semantic changes.
  • DefaultShift-Select requires additional candidate generation, increasing computational cost.

Future Work

Future research could explore broader semantic vocabularies and online calibration methods to further reduce computational costs and improve model applicability.

AI Executive Summary

Accelerated text-to-image models significantly improve generation speed but may cause semantic default shifts. Existing evaluation methods cannot detect this shift, and DefaultShift measures the magnitude and direction of semantic shifts by comparing samples from reference and replacement models. Experimental results show that color shifts range from 0.054 to 0.303 across 14 model pairs. DefaultShift-Select reduces human-measured shifts by 10.3%-35.1% in Turbo, DMD2, and FLUX models while maintaining image quality. In balanced evaluations, selected data recover 4.3 accuracy points and 7.5 worst-group points over uncalibrated data. This study provides a quantifiable and actionable means to ensure semantic preservation, filling gaps in existing evaluation methods. Future research directions include expanding semantic vocabularies and developing online calibration methods to further improve model applicability and efficiency.

Deep Analysis

Background

With the acceleration of generative models, the speed of text-to-image generation has significantly increased. However, this acceleration may lead to semantic default shifts, where distributions over unspecified attributes change. Existing quality, preference, and diversity evaluations cannot detect this shift.

Core Problem

Accelerated models may produce different distributions over unspecified attributes, leading to semantic default shifts. This shift can cause issues in downstream training or audited deployments.

Innovation

DefaultShift measures the magnitude and direction of semantic shifts by comparing samples from reference and replacement models. DefaultShift-Select reduces semantic shifts through offline calibration, ensuring semantic default preservation during model replacement.

Methodology

  • �� Use closed semantic vocabulary to label images
  • �� Measure probability-mass movement
  • �� DefaultShift-Select reduces semantic shift by selecting a quality-filtered subset

Experiments

Experiments were conducted on 14 reference and replacement model pairs, measuring shifts in color, background, lighting, and viewpoint. DefaultShift-Select reduced human-measured shifts in Turbo, DMD2, and FLUX models.

Results

Color shifts range from 0.054 to 0.303. DefaultShift-Select reduces human-measured shifts by 10.3%-35.1% across Turbo, DMD2, and FLUX models. Selected data recover 4.3 accuracy points and 7.5 worst-group points over uncalibrated data.

Applications

DefaultShift and DefaultShift-Select can be used to ensure semantic default preservation during model replacement, suitable for applications requiring high semantic consistency.

Limitations & Outlook

The method relies on a closed semantic vocabulary, which may not cover all semantic changes. DefaultShift-Select requires additional candidate generation, increasing computational cost.

Plain Language Accessible to non-experts

Imagine you're cooking in a kitchen with a recipe (reference model), but you want to speed things up (accelerated model). While your dish looks good, the taste might have subtle changes (semantic shift). DefaultShift acts like a taste tester, helping you ensure that the accelerated dish still retains its original flavor.

ELI14 Explained like you're 14

Imagine you're playing a game with a character (reference model), but you want him to run faster (accelerated model). While he looks the same, there might be small changes, like different colors. DefaultShift is like a game referee, ensuring your character still looks the same after speeding up.

Glossary

Semantic Default Shift

Refers to changes in distribution over unspecified attributes.

Used to describe semantic changes during model replacement.

DefaultShift

A method to measure semantic default shift.

Used to compare samples from reference and replacement models.

DefaultShift-Select

An offline calibration method to reduce semantic shift.

Reduces shift by selecting a quality-filtered subset.

Closed Semantic Vocabulary

A limited set of vocabulary used to label images.

Used in DefaultShift for image labeling.

Probability-Mass Movement

Refers to changes in probability distribution across categories.

Measures the magnitude and direction of semantic shifts.

Open Questions Unanswered questions from this research

  • 1 How to achieve online calibration without increasing computational cost?
  • 2 How does expanding the closed semantic vocabulary affect the measurement of semantic shifts?

Applications

Immediate Applications

Model Replacement

Ensures semantic default preservation during model replacement, suitable for applications requiring high semantic consistency.

Long-term Vision

Semantic Consistency

By expanding semantic vocabularies and developing online calibration methods, further improve model applicability and efficiency.

Abstract

Few-step text-to-image models increasingly replace slower generators, yet acceleration can silently change distributions over unspecified attributes even when individual outputs remain plausible and aligned. We call these distributions semantic defaults and their change under replacement semantic default shift. Existing quality, preference, and diversity evaluations do not test whether a replacement preserves its reference model's semantic defaults. We introduce DefaultShift, a paired audit that labels repeated samples with closed semantic vocabularies, measures probability-mass movement, and separates interpretable ranking from confirmatory cross-fit inference. Across 14 reference and replacement pairs, adjusted color discrepancies range from 0.054 to 0.303 with recipe-specific directions. A 1,000-image human audit reproduces the ordering. We further introduce DefaultShift-Select, an offline calibration method that reduces human-measured shift by 10.3 percent to 35.1 percent across Turbo, DMD2, and FLUX without material quality loss. Under balanced evaluation, selected data recover 4.3 accuracy points and 7.5 worst-group points over uncalibrated replacement data. DefaultShift makes semantic preservation under acceleration measurable and actionable.

cs.CV