SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2603.04803 · 2026

Guiding Diffusion-based Reconstruction with Contrastive Signals for Balanced Visual Representation

Qianqian Xu, Zhiyong Yang, Shilong Bao, Qingming Huang, Boyu Han, Ruochen Cui, Xilin Zhao

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 7 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
boyuh/DCR canonical 0 of 7
FunctionStatusWhere it lives
benchmark_model Not yet run boyuh/DCR/evaluation/evaluate_mmvp_MetaCLIP_huge.py
code served (permissive licence) · get_code("5db80bffb9ac228f")
benchmark_model Not yet run boyuh/DCR/evaluation/evaluate_mmvp_MetaCLIP_large.py
code served (permissive licence) · get_code("7a8e61f1e0b30eda")
load_clip_model_MetaCLIP Not yet run boyuh/DCR/clip_models/build_CLIP.py
code served (permissive licence) · get_code("e81743a997bc5d9a")
load_clip_model_OpenAICLIP Not yet run boyuh/DCR/clip_models/build_CLIP.py
code served (permissive licence) · get_code("5cb1fa8d536f97b8")
load_clip_model_SigLIP Not yet run boyuh/DCR/clip_models/build_CLIP.py
code served (permissive licence) · get_code("ab135e852e338c55")
official_evaluation Not yet run boyuh/DCR/evaluation/evaluate_mmvp_MetaCLIP_huge.py
code served (permissive licence) · get_code("d587d8888d060049")
prepare_clip Not yet run boyuh/DCR/clip_models/sampling.py
code served (permissive licence) · get_code("4c9d81a8c8030f61")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

The limited understanding capacity of the visual encoder in Contrastive Language-Image Pre-training (CLIP) has become a key bottleneck for downstream performance. This capacity includes both Discriminative Ability (D-Ability), which reflects class separability, and Detail Perceptual Ability (P-Ability), which focuses on fine-grained visual cues. Recent solutions use diffusion models to enhance representations by conditioning image reconstruction on CLIP visual tokens. We argue that such paradigms may compromise D-Ability and therefore fail to effectively address CLIP's representation limitations. To address this, we integrate contrastive signals into diffusion-based reconstruction to pursue more comprehensive visual representations. We begin with a straightforward design that augments the diffusion process with contrastive learning on input images. However, empirical results show that the naive combination suffers from gradient conflict and yields suboptimal performance. To balance the optimization, we introduce the Diffusion Contrastive Reconstruction (DCR), which unifies the learning objective. The key idea is to inject contrastive signals derived from each reconstructed image, rather than from the original input, into the diffusion process. Our theoretical analysis shows that the DCR loss can jointly optimize D-Ability and P-Ability. Extensive experiments across various benchmarks and multi-modal large language models validate the effectiveness of our method. The code is available at https://github.com/boyuh/DCR.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2603.04803")
get_code_for_paper("2603.04803")
have("2603.04803")

Connect an agent — have() is free.