Skip to main content
QUICK REVIEW

[论文解读] ReDiStory: Region-Disentangled Diffusion for Consistent Visual Story Generation

Ayushman Sarkar, Zhenyu Yu|arXiv (Cornell University)|Feb 1, 2026
Generative Adversarial Networks and Image Synthesis被引用 0
一句话总结

ReDiStory 是一种无需训练的提示嵌入重组方法,通过解耦身份提示与帧特定提示以减少跨帧干扰,从而在多帧视觉故事中提高主体的一致性,而不改变扩散模型。

ABSTRACT

Generating coherent visual stories requires maintaining subject identity across multiple images while preserving frame-specific semantics. Recent training-free methods concatenate identity and frame prompts into a unified representation, but this often introduces inter-frame semantic interference that weakens identity preservation in complex stories. We propose ReDiStory, a training-free framework that improves multi-frame story generation via inference-time prompt embedding reorganization. ReDiStory explicitly decomposes text embeddings into identity-related and frame-specific components, then decorrelates frame embeddings by suppressing shared directions across frames. This reduces cross-frame interference without modifying diffusion parameters or requiring additional supervision. Under identical diffusion backbones and inference settings, ReDiStory improves identity consistency while maintaining prompt fidelity. Experiments on the ConsiStory+ benchmark show consistent gains over 1Prompt1Story on multiple identity consistency metrics. Code is available at: https://github.com/YuZhenyuLindy/ReDiStory

研究动机与目标

  • 识别跨帧语义干扰导致多帧视觉叙事中身份漂移的原因。
  • 提出一个无需训练的框架,在推理时解耦身份与帧语义。
  • 证明提示嵌入重组在不牺牲提示保真度的前提下提升身份一致性。

提出的方法

  • 将联合的身份+帧提示嵌入分解为身份和帧特定的分量。
  • 通过投影到其他帧嵌入上来移除跨帧的共享方向,从而实现帧特定的嵌入去相关。
  • 重组后的提示嵌入在不改变其参数的前提下,由扩散模型逐帧生成。
  • 仅在推理时进行运算,无需额外监督或优化。
  • 分析计算开销,随帧数平方增长但相对于扩散推理仍然适中。

实验结果

研究问题

  • RQ1将身份相关和帧特定嵌入解耦是否能减少多帧生成中的跨帧干扰?
  • RQ2推理时的提示嵌入重组是否能在保持提示保真度的同时改善身份一致性?
  • RQ3与基线的无需训练方法相比,所提方法的计算权衡如何?

主要发现

MethodCLIP-T ↑CLIP-I ↑DreamSim ↓StepsMemory (GB) ↓Inference Time (s) ↓
Vanilla SD1.50.83530.74740.5873504.732.4657
Vanilla SDXL0.90740.81650.52925016.0413.0890
BLIP-Diffusion0.76070.88630.2830267.751.9284
Textual Inversion0.83780.82290.42684032.94282.507
The Chosen One0.76140.78310.49293510.9311.2073
PhotoMaker0.86510.84650.39965023.7918.0259
IP-Adapter0.84580.94290.14623019.3913.4594
ConsiStory0.87690.87370.31885034.5534.5894
StoryDiffusion0.88770.87550.32125045.6125.6928
Naive Prompt Reweighting (NPR)0.84110.89160.25485016.0417.2413
1Prompt1Story0.89420.91170.19935018.7023.2088
ReDiStory (Ours)0.89660.91490.19525018.8923.6413
  • ReDiStory 在无需训练的方法中对身份一致性相对最强基线获得持续改进。
  • 在 ConsiStory+ 基准下,ReDiStory 在保持提示保真度(CLIP-T)的同时,CLIP-I 更高、DreamSim 更低,比 1Prompt1Story 表现更优。
  • 方法在内存和推理时间上带来较小的开销,但相对于基线仍然是可以接受的(例如 modest 增加)。
  • 消融实验显示,若移除重组或仅使用身份相关重组,性能下降;完全的 ReDiStory 提供最佳结果。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。