INRFlow: Flow Matching for INRs in Ambient Space
Yuyang Wang, Anurag Ranjan, Josh Susskind, Miguel Angel Bautista
TL;DR
INRFlow tackles the challenge of cross-domain generative modeling by performing flow matching directly in ambient space on continuous coordinate-value maps $f: R^d -> R^d$. It replaces the traditional two-stage compressor-plus latent-space modeling with a single-stage, transformer-based architecture that predicts a velocity field conditioned on local context via a latent $z_f_t$, using a point-wise CICFM objective. The method employs a forward process $f_t = a_t f + s_t noise$ and a rectified flow relation $u_t(x,y|eps) = (eps - y)/(1-t)$ to enable continuous, resolution-agnostic generation across images, 3D data, and proteins. Experimental results demonstrate competitive performance against domain-specific baselines and showcase the model's cross-domain applicability, highlighting the potential for a unified ambient-space generative framework. The work opens avenues for more efficient single-stage training and multi-domain co-training in future research.
Abstract
Flow matching models have emerged as a powerful method for generative modeling on domains like images or videos, and even on irregular or unstructured data like 3D point clouds or even protein structures. These models are commonly trained in two stages: first, a data compressor is trained, and in a subsequent training stage a flow matching generative model is trained in the latent space of the data compressor. This two-stage paradigm sets obstacles for unifying models across data domains, as hand-crafted compressors architectures are used for different data modalities. To this end, we introduce INRFlow, a domain-agnostic approach to learn flow matching transformers directly in ambient space. Drawing inspiration from INRs, we introduce a conditionally independent point-wise training objective that enables INRFlow to make predictions continuously in coordinate space. Our empirical results demonstrate that INRFlow effectively handles different data modalities such as images, 3D point clouds and protein structure data, achieving strong performance in different domains and outperforming comparable approaches. INRFlow is a promising step towards domain-agnostic flow matching generative models that can be trivially adopted in different data domains.
