LGDec 17, 2025

FlowBind: Efficient Any-to-Any Generation with Bidirectional Flows

arXiv:2512.15420v11 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of high computational and data requirements for flexible cross-modal synthesis, though it is incremental as it builds on prior flow-based approaches.

The paper tackles the inefficiency of existing flow-based any-to-any generation methods by proposing FlowBind, which learns a shared latent space with modality-specific invertible flows, achieving competitive quality while reducing parameters by up to 6x and training 10x faster.

Any-to-any generation seeks to translate between arbitrary subsets of modalities, enabling flexible cross-modal synthesis. Despite recent success, existing flow-based approaches are challenged by their inefficiency, as they require large-scale datasets often with restrictive pairing constraints, incur high computational cost from modeling joint distribution, and rely on complex multi-stage training. We propose FlowBind, an efficient framework for any-to-any generation. Our approach is distinguished by its simplicity: it learns a shared latent space capturing cross-modal information, with modality-specific invertible flows bridging this latent to each modality. Both components are optimized jointly under a single flow-matching objective, and at inference the invertible flows act as encoders and decoders for direct translation across modalities. By factorizing interactions through the shared latent, FlowBind naturally leverages arbitrary subsets of modalities for training, and achieves competitive generation quality while substantially reducing data requirements and computational cost. Experiments on text, image, and audio demonstrate that FlowBind attains comparable quality while requiring up to 6x fewer parameters and training 10x faster than prior methods. The project page with code is available at https://yeonwoo378.github.io/official_flowbind.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes