Accepted at ICLR 2026 The Fourteenth International Conference on Learning Representations

BideDPO: Conditional Image Generation with Simultaneous Text and Condition Alignment

Resolve competing text and visual constraints by decoupling their preference signals, then balancing them as the model learns.

1Zhejiang University 2Harvard University 3Huawei Technologies Ltd., China Corresponding author

BideDPO comparison showing input-level and model-bias conflicts, previous methods, and aligned outputs
Overview. BideDPO handles conflicting text and conditioning signals without sacrificing either source of guidance.

The alignment problem

Two signals. One difficult generation objective.

Conditional generators must respect what the prompt asks for and what the visual condition specifies. BideDPO turns that competition into an explicit, controllable optimization process.

01 / Problem

Conflicting guidance

Text and condition signals may disagree at the input level, while learned model bias can create conflicts even when those inputs are compatible.

Text Condition

02 / Insight

Decouple the preferences

Separate preference pairs isolate text alignment from condition alignment, preventing the two learning signals from becoming entangled.

03 / Resolution

Balance as learning evolves

Adaptive weighting coordinates both objectives, while an iterative VLM-checked data pipeline progressively improves the model and its training pairs.

Abstract

BideDPO is a self-driven, bidirectionally decoupled DPO framework for resolving conflict in conditional image generation.

Conditional image generation augments text-to-image synthesis with structural, spatial, or stylistic priors. Current methods, however, struggle to harmonize both guidance sources when conflicts arise: input-level conflict, where the conditioning image contradicts the prompt, and model-bias conflict, where learned generative biases hinder alignment even when the inputs are compatible.

Naive DPO entangles gradients from text and condition signals and lacks conflict-aware preference data. BideDPO constructs two disentangled preference pairs for each sample, one for the condition and one for the text, and coordinates their influence through Adaptive Loss Balancing.

An automated pipeline with VLM checks produces conflict-aware data inside an iterative optimization process. The resulting model improves both text success and condition adherence on the new DualAlign benchmark, with robustness validated on COCO.

Method

Bidirectionally decoupled preference optimization.

The framework separates the two alignment objectives, coordinates their contribution, and improves its training signal through iteration.

Comparison of coupled DPO and BideDPO with text-disentangled and condition-disentangled pairs under adaptive balancing
Method overview. Decoupled preference pairs isolate each alignment direction before Adaptive Loss Balancing combines their learning signal.
01

Construct

Generate conflict-aware, disentangled preference pairs and verify them through VLM checks.

02

Optimize

Learn text and condition alignment independently, then balance their losses adaptively.

03

Iterate

Use the improved model to refine the data and repeat the optimization cycle.

Results

Alignment under conflict, measured from both sides.

BideDPO improves text success while retaining condition adherence across conflict-focused and general-domain evaluation.

DualAlign benchmark

A conflict-focused benchmark that evaluates text success and condition adherence together.

DualAlign quantitative tables comparing text success rate and condition adherence for depth and Canny control
DualAlign. Quantitative comparison under input-level and model-bias conflicts.

Qualitative comparison

Preserving structure while following the prompt.

Across diverse conflicts, BideDPO follows the requested text semantics without discarding the visual condition.

Qualitative BideDPO comparisons showing prompt and condition alignment across multiple image generation examples
Visual results. Additional examples across structural and stylistic conditioning inputs. Select the figure to inspect it at full resolution.

Citation

Build on BideDPO.

If this work supports your research, please cite the paper using the BibTeX entry.

BibTeX
@inproceedings{
zhou2026bidedpo,
title={Bide{DPO}: Conditional Image Generation with Simultaneous Text and Condition Alignment},
author={Dewei Zhou and Mingwei Li and Zongxin Yang and Yu Lu and Yunqiu Xu and Zhizhong Wang and Zeyi Huang and Yi Yang},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=DNBlGOsIxn}
}