FLAT:将图像与文本重采样为 1D 可变长度对齐跨模态 token,统一检索与生成

HuggingFace Daily Papers(社区热门论文)·2026-09-15 08:00·1天前
AI 导读

FLAT 是一个联合优化共享多模态编码器与 T2I、I2T 解码器的表示预训练框架,将视觉与文本输入映射到统一的连续 1D 序列空间,并通过 prefix-K token 上的嵌套 dropout 支持动态输出长度。

HuggingFace Daily Papers(社区热门论文)
38AI 编辑部评分,满分 100

FLAT:将图像与文本重采样为 1D 可变长度对齐跨模态 token,统一检索与生成

2026-09-15 08:00· 1天前
AI 导读

FLAT 是一个联合优化共享多模态编码器与 T2I、I2T 解码器的表示预训练框架,将视觉与文本输入映射到统一的连续 1D 序列空间,并通过 prefix-K token 上的嵌套 dropout 支持动态输出长度。

Traditional multimodal representation learning and generation are two stages: a contrastive or self-supervised visual encoder is trained first, followed by a separate downstream generative model. This setup bottlenecks generative performance behind frozen embeddings. To bridge this gap, we revisit joint multimodal representation learning and generation to produce linearly interpolatable embeddings that are directly consumable by generative decoders. We present FLAT (Flexible-Length Aligned Transmodal representations), a representation pre-training framework that jointly optimizes a shared multimodal encoder alongside downstream text-to-image (T2I) and image-to-text (I2T) decoders.

By combining contrastive alignment with bidirectional cross-modal generative objectives, FLAT ensures its representations function as both discriminative semantic descriptors and generative conditions. Architecturally, FLAT maps visual and textual inputs into a unified continuous 1D sequence space, applying nested dropout over prefix-K tokens to enable dynamic output lengths. A single pre-training stage allows FLAT to perform cross-modal retrieval and generation across variable prefix K, achieving a T2I GenEval score of 71.1. Task-specific fine-tuning aligns model performance with state-of-the-art baselines: 83.1 GenEval on T2I generation; 40.5 BLEU-4 and 138.6 CIDEr on MS-COCO image captioning; and Recall@5 scores of 86.8 (I2T) / 75.8 (T2I) on MS-COCO alongside 98.3 (I2T) / 93.6 (T2I) on Flickr30K.

Finally, qualitative evaluations demonstrate that FLAT representations natively support linear interpolation, latent space arithmetic, and zero-shot composed retrieval.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org