Papers
Topics
Authors
Recent
Search
2000 character limit reached

Coherent Information Fidelity Tuning

Updated 14 July 2026
  • The paper introduces CIFT, a framework that optimizes the synthetic-real data mixing ratio to break spurious correlations and preserve causal signals.
  • It employs a feature-space signal-to-noise ratio as a proxy for Information Fidelity and defines a Decoherence Point to detect instability.
  • CIFT integrates with policies like π0 and Diffusion Policy to significantly enhance both in-distribution and out-of-distribution robustness.

Coherent Information Fidelity Tuning (CIFT) is a data composition framework for training generalist robot policies on mixtures of real and synthetic demonstrations. It treats data composition as an optimization problem: rather than merely adding visually diverse synthetic data, it tunes the mixing ratio so that synthetic demonstrations break spurious correlations and mitigate shortcut learning while preserving the informative signal in real demonstrations and staying in a stable regime where training dynamics remain coherent. In its practical form, CIFT uses a feature-space Signal-to-Noise Ratio (SNR) as a proxy for Information Fidelity, identifies a phase transition termed the Decoherence Point, and selects an optimal mixing ratio below that threshold before policy training (Tong et al., 29 Sep 2025).

1. Definition, motivation, and causal framing

CIFT is motivated by the observation that generalist robot policies trained on large-scale, visually homogeneous datasets can be susceptible to shortcut learning, which impairs out-of-distribution (OOD) generalization. In the framework, observation xx is modeled through core causal features uu and shortcut features vv, and an ideal policy satisfies causal invariance,

P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).

Real data PrealP_{\text{real}} is biased because it contains spurious correlations between uu and vv, whereas synthetic data PsynthP_{\text{synth}}, produced by Multi-View Video Augmentation (MVAug), is designed to be causally disentangled: it alters appearance and background vv while preserving motion and geometry uu (Tong et al., 29 Sep 2025).

The central claim is not that diversity is universally beneficial, but that diversity from synthetic data is useful only up to the point where it still aligns with the causal signal in the real data. Beyond that point, synthetic data starts to behave like noise, training becomes unstable, and performance can degrade. CIFT therefore addresses a specific failure mode of naive real/synthetic mixing: the corruption of the learning signal when visual diversity is prioritized at the expense of Information Fidelity.

This framing also clarifies a common misconception. CIFT is not equivalent to generic data augmentation. It is a fidelity-aware composition procedure in which the amount of synthetic data is itself a tuned control variable. The operative question is not whether synthetic data should be added, but how much synthetic data can be added before the coherent signal encoded by the real data collapses.

2. Formal objective and Information Fidelity

The framework defines a composed training distribution

uu0

where uu1 is the mixing ratio, i.e. the fraction of synthetic data. The ideal but intractable objective is

uu2

which maximizes OOD performance while not sacrificing in-distribution (ID) performance by more than uu3 (Tong et al., 29 Sep 2025).

Information Fidelity is formalized in gradient space. For a mixed mini-batch loss

uu4

the gradient is

uu5

and its squared norm decomposes as

uu6

with

uu7

Here uu8 is interpreted as Information Fidelity: positive values correspond to constructive interference between real and synthetic gradients, whereas negative values correspond to destructive interference and training instability.

Because direct computation of gradient-level uu9 is expensive and model-dependent, CIFT uses a static proxy derived from feature-space geometry. This substitution is the key practical move in the framework: the optimization is displaced from direct gradient analysis to a pre-training estimate of whether a data mixture is still coherent.

3. Feature-space SNR and the Decoherence Point

Given a mixed dataset vv0, CIFT extracts features with a pretrained encoder vv1; Inception-v3 is used in the main experiments, and CLIP and DINOv2 are used in analysis. Let

vv2

and let vv3 denote the first principal component of the covariance of vv4. The Feature-Space Signal-to-Noise Ratio is defined as

vv5

Operationally, the procedure is: extract frame-level features, perform PCA, project each feature as vv6, fit a 1D Gaussian vv7, and compute vv8 (Tong et al., 29 Sep 2025).

The interpretation is explicitly geometric. The mean vv9 of the projections is treated as signal, and the standard deviation P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).0 is treated as noise. At low P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).1, the feature cloud resembles real data plus small perturbations; at moderate P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).2, diversity increases while the distribution remains structured, and SNR can increase relative to real-only training. Past a threshold, the mean along P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).3 collapses and variance grows, indicating loss of coherent signal.

CIFT defines the Decoherence Point, P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).4, as the mixing ratio at which the Feature-Space SNR reaches a local minimum: P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).5 The practical objective therefore becomes

P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).6

that is, maximize SNR only within the coherent regime.

The empirical signature is non-monotonic. For cloth folding, the reported values are: baseline P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).7, SNR P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).8, RS P(au,v)=P(au).P(a \mid u, v) = P(a \mid u).9; PrealP_{\text{real}}0, SNR PrealP_{\text{real}}1, RS PrealP_{\text{real}}2; PrealP_{\text{real}}3, SNR PrealP_{\text{real}}4, RS PrealP_{\text{real}}5; and PrealP_{\text{real}}6, SNR PrealP_{\text{real}}7, RS PrealP_{\text{real}}8. The paper marks PrealP_{\text{real}}9 as the Decoherence Point. It further reports that SNR peaks at uu0, then collapses at uu1, and that OOD MSE jumps back into the thousands at uu2, making the SNR drop a leading indicator of a stability phase transition.

4. MVAug and the offline CIFT procedure

CIFT requires a controllable spectrum of synthetic data, and this role is assigned to Multi-View Video Augmentation (MVAug). MVAug is a latent diffusion transformer adapted from Cosmos-Predict2-2B-Video2World. Its inputs are VAE video latents, Canny edge maps from the source video as a structural prior, an edited first frame from a primary view produced by FLUX.1-Kontext-dev given a text prompt as an appearance prior, padding masks, and view embeddings. The structural prior is used to preserve motion and geometry, while the appearance prior propagates a new style across all views and time (Tong et al., 29 Sep 2025).

A distinctive architectural component is Periodic Cross-View Attention. Most transformer layers perform intra-view self-attention, and every uu3 blocks, for example every 3rd block, the model performs global cross-view self-attention by concatenating tokens from all views, attending jointly, and reshaping the output back to per-view form. The training objective is

uu4

with the note that the implementation actually trains with a flow-matching variant.

The CIFT workflow is explicitly staged. First, a seed real dataset uu5 of multi-view robot demonstrations is collected. For each trajectory, Canny edge maps and multiple appearance-edited first frames are produced. MVAug then synthesizes new multi-view videos that match the original motion and geometry while adopting the prompted appearance, yielding a synthetic pool uu6. Second, for a discrete set of candidate mixing ratios such as uu7, uu8, uu9, vv0, vv1, and vv2, mixed datasets are built, feature SNR is computed, the Decoherence Point is located, and vv3 is chosen by maximizing SNR below vv4. Third, a target policy architecture such as vv5 or Diffusion Policy is trained end-to-end on the selected mixture.

The tuning in the reported implementation is offline and static. A single global vv6 is chosen for the entire training run. The authors explicitly mention future work on online adaptation, but the present method is a one-shot tuning procedure rather than an adaptive controller over vv7 during training.

5. Policy integration, empirical performance, and limitations

CIFT is evaluated with vv8 and Diffusion Policy. For vv9, each training configuration uses approximately 200 real-world episodes, multi-view, approximately 2000 frames each, and training per configuration takes approximately 50 hours on PsynthP_{\text{synth}}0H100 GPUs. For Diffusion Policy, a 3-view variant is trained either on real data only or on a CIFT-selected mixture, with each run taking approximately 80 hours on PsynthP_{\text{synth}}1H100 GPUs. The open-loop analysis task is dual-arm cloth folding on a real dual-arm robot, and on-robot tasks are single-arm picking up a toy and dual-arm folding clothes. ID environments are visually congruent with original data collection; OOD modifications include lighting changes, novel distractor objects, different backgrounds, novel table textures, and different cloth colors, sizes, and orientations (Tong et al., 29 Sep 2025).

Open-loop robustness is summarized through the Robustness Score

PsynthP_{\text{synth}}2

The reported trend is non-linear: RS increases from PsynthP_{\text{synth}}3 to a moderate synthetic ratio and then drops when synthetic data exceeds a threshold such as PsynthP_{\text{synth}}4. This behavior is observed across augmentation methods and is used as evidence that the mixing ratio matters independently of synthetic quality.

Closed-loop results are reported explicitly. For PsynthP_{\text{synth}}5, toy picking without CIFT gives ID PsynthP_{\text{synth}}6 and OOD lighting PsynthP_{\text{synth}}7, distractors PsynthP_{\text{synth}}8, background PsynthP_{\text{synth}}9, texture vv0; with CIFT, the corresponding numbers are ID vv1, lighting vv2, distractors vv3, background vv4, texture vv5. For vv6, folding clothes without CIFT gives ID vv7 and OOD lighting vv8, distractors vv9, background uu0, texture uu1; with CIFT, the numbers are ID uu2, lighting uu3, distractors uu4, background uu5, texture uu6. For Diffusion Policy, toy picking without CIFT gives ID uu7 and OOD performance of uu8 for lighting, distractors, background, and texture; with CIFT, the numbers are ID uu9, lighting uu00, distractors uu01, background uu02, texture uu03. The paper summarizes these results as improving OOD success rates by over uu04 while also improving or maintaining ID performance.

The reported limitations are equally specific. SNR depends on a pretrained feature encoder, and although the qualitative trend is consistent across Inception-v3, CLIP, and DINOv2, the absolute values and stability vary. The approach is bounded by the fidelity and physical plausibility of the generative model: unrealistic dynamics or strong artifacts can embed new shortcuts. Generating synthetic data, computing SNR over many ratios, and training policies over multiple compositions are computationally expensive. The present version is static and offline, and the underlying video models have limited long-horizon coherence, working on approximately 25-frame chunks with autoregressive conditioning.

A broader conceptual use of CIFT appears in coherent control of two-state quantum systems. In that setting, high-fidelity coherent control is achieved not by sculpting field amplitude or phase, but by keeping the Rabi frequency essentially constant and using time-dependent detuning pulses uu05 as control knobs. The key parameter is the dimensionless detuning pulse area,

uu06

and the detuning pulse areas replace phase steps from composite pulse theory. In the interaction picture, the integral of the detuning,

uu07

acts as a time-dependent phase of the Rabi frequency, so detuning pulses become finite-duration phase ramps and, in the uu08 limit, instantaneous phase jumps. The method yields broadband and narrowband transition profiles, robust superposition creation, and universal sequences robust against multiple systematic errors. For example, choosing uu09 or uu10 produces equal superpositions with second- or third-order suppression of pulse-area errors, and uu11 in the two-pulse broadband and narrowband constructions yields sixth-order suppression of inversion error around the design point. The detuning pulse areas therefore function as a tunable control vector for shaping fidelity landscapes; the source explicitly characterizes this as the type of operation that fits under a broader conceptual umbrella like “Coherent Information Fidelity Tuning” (Torosov et al., 2018).

This quantum-control usage is, however, conceptual rather than terminological. The 2018 paper develops “a method for high-fidelity coherent control which uses a sequence of detuning pulses,” but does not present CIFT as a formal named framework. A plausible implication is that the term can describe a family resemblance across domains: coherent control parameters are adjusted to make desired outcomes robust, selective, or universal under realistic imperfections.

A separate and potentially confusing acronym appears in instruction fine-tuning. “NN-CIFT” stands for “Neural Networks for effiCient Instruction Fine-Tuning,” and the source is explicit that “Coherent Information Fidelity Tuning” does not appear anywhere in that paper. NN-CIFT trains a small InfluenceNetwork to predict influence values computed by expensive influence functions on a small subset of data, then uses the predicted scores for subset selection in instruction fine-tuning. The reported results include up to uu12 cost reduction and an influence estimator with approximately uu13–uu14 of the size of the main LLM, but this is a distinct use of the acronym. The paper nonetheless states that NN-CIFT is “very naturally interpretable as an influence-based information fidelity or data coherence tuning mechanism,” which establishes a conceptual relation without terminological identity (Agarwal et al., 14 Feb 2025).

Taken together, these usages separate into three layers. In robotics, CIFT is a named framework for fidelity-aware real/synthetic data composition. In coherent quantum control, it functions as an interpretive umbrella for detuning-based shaping of fidelity profiles. In instruction fine-tuning, “NN-CIFT” is a different acronym whose conceptual overlap lies in influence-based selection of coherent, high-value data. The shared theme across all three is the deliberate tuning of control variables—mixing ratios, detuning pulse areas, or influence-weighted subsets—to preserve informative structure while suppressing destructive interference or shortcut behavior.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Coherent Information Fidelity Tuning (CIFT).