Papers
Topics
Authors
Recent
Search
2000 character limit reached

Mixture of Frames Policy: Multi-Frame Action Denoising for Bimanual Mobile Manipulation

Published 13 Jul 2026 in cs.RO | (2607.11884v1)

Abstract: Robotic manipulation is inherently multi-frame: local actions may be simple in an end-effector frame, while transport, upright-object handling, and whole-body coordination are better represented in a base-aligned frame. However, modern diffusion-based visuomotor policies typically commit to a single predefined action frame, forcing one denoiser to model action distributions that are often unnecessarily complex in that frame. We propose Mixture of Frames Policy (MoF), a diffusion policy that performs synchronized action denoising across multiple coordinate frames. MoF maintains a single canonical diffusion state, re-expresses it in several task-relevant frames, applies frame-specialized denoisers, and fuses their noise predictions back in the canonical frame. To make this possible for intermediate noisy diffusion states, we introduce a column-based 6D rotation representation within an SE(3) action parameterization that supports exact, differentiable frame transformations without requiring noisy rotations to lie on the SO(3) manifold. Across nine simulated bimanual manipulation tasks, we show that the best action frame is task-dependent and that MoF improves over oracle frame selection and standard Mixture-of-Experts (MoE) baselines. We further evaluate MoF on two real-world bimanual mobile manipulation tasks, demonstrating that it outperforms all constituent single-frame baselines. Project homepage: https://mofpo.github.io

Summary

  • The paper introduces the Mixture of Frames Policy which denoises multi-frame actions, adaptively fuses predictions, and preserves trajectory consistency.
  • It employs a novel column-vector SE(3) representation to ensure accurate noise transformation across frames, enabling specialized frame experts.
  • MoF outperforms fixed-frame baselines with up to 16 percentage points improvement in success rates across both simulation and real-world tasks.

Mixture of Frames Policy: Multi-Frame Action Denoising for Bimanual Mobile Manipulation

Introduction and Motivation

Robotic bimanual mobile manipulation tasks inherently involve a multiplicity of reference frames: base, end-effectors, and object-centric frames each present distinct action distribution characteristics. The complexity or compactness of these distributions varies widely across tasks and task phases. Prevailing diffusion-based visuomotor policies commit to a single action frame, inevitably inheriting the limitations imposed by that frame's bias or non-invariance. This work introduces the Mixture of Frames Policy (MoF), which departs from this convention by synchronously denoising actions in parallel across multiple task-relevant coordinate frames, then adaptively fusing the predictions. The result is a policy capable of exploiting the representational advantages of each frame without sacrificing consistency in trajectory optimization. Figure 1

Figure 1: The Mixture of Frames (MoF) concept: each expert denoises in its own action frame, with predictions transformed and fused in a canonical frame.

Methodology

Multi-Frame Synchronized Action Denoising

MoF maintains a single canonical action trajectory as the diffusion process state. At each denoising step, this state is projected into each expert's frame, each frame-specific denoiser outputs a noise estimate, and all estimates are rigidly transformed back to the canonical frame for fusionโ€”either by learned router weights or uniform averaging. This procedure requires differentiable, exact transformations not only for noise-free actions but also for noisy intermediate states. To this end, the paper introduces a column-vector action representation for SE(3)\mathrm{SE}(3), guaranteeing that arbitrary noisy vectors can be mapped across frames without projection onto SO(3)\mathrm{SO}(3), thus preserving the Markovian structure of the diffusion trajectory. Figure 2

Figure 2: The MoF diffusion policy architecture: synchronized diffusion sampling, exact frame transformation using column-vector SE(3)\mathrm{SE}(3) representation, and router-driven fusion mechanisms.

Frame-Expert Set and Canonical Representation

MoF instantiates experts for left end-effector, right end-effector, base-relative, and per-arm relative-trajectory frames. This diverse expert set is shown empirically to cover the compact action representations required at various task phases: local manipulations, coordinated transports, and pose-invariant behaviors. The canonical frame is arbitraryโ€”the framework is robust to its selectionโ€”but all diffusion takes place as a single sample path, ensuring convergence to a consistent action proposal.

Comparison with Conditioning/MoE Baselines

Figure 3

Figure 4: Structural distinction between conventional MoE-DP (left: MoE in observation encoder path only) and MoF (right: mixture over action-frames during denoising).

Crucially, MoF differs from standard mixture-of-experts approaches (e.g., MoE-DP), which allocate expert structure at the conditioning/feature level, but retain a single-frame action denoising process. By contrast, MoF places the mixture structure directly over action frames, enabling dynamic specialization to task-dependent action manifolds.

Simulation Results

Task and Baseline Evaluation

Nine diverse tasks from BiGym and DexMimicGen provide a comprehensive testbed for the impact of frame choice. Single-frame policies with fixed action frames show that no action frame universally optimizes the success rate across all tasksโ€”task-dependent variance between the best (Oracle Frame) and worst frame averages 15 percentage points. The selection of the base frame, for instance, is advantageous for whole-body navigation, but suboptimal for local manipulations.

Multi-Frame Fusion Gains

MoF variants (w/ router: MoF-MoE, and uniform: MoF-Ensemble) consistently outperform Oracle Frame and established DP/MoE-DP baselines, with gains of up to 16 percentage points in mean success rate across tasks. Notably, MoF achieves strong improvement on tasks with marked phase decompositionsโ€”e.g., in Threading, router weights smoothly transition dominance between experts as the robot shifts from independent reaching to coordinated bimanual insertion. These intra-episode modulations are beyond reach for any single-frame or frame-agnostic ensemble approach. Figure 5

Figure 6: Router weight trajectories demonstrate phase-aligned modulation: rel-traj expert dominates during reach, switching to base-frame expert for coordinated phases.

Figure 7

Figure 8: Quantitative correlation between router weight modulation amplitude and MoF-MoE advantage over Oracle Frame validates the alignment between dynamic frame-use and performance gain.

Ablations

The performance of the policy is robust to the choice of canonical frame; ablations removing the highest-performing expert or introducing incorrect frame transforms (with forced SO(3)\mathrm{SO}(3) projections) result in severe performance degradation, confirming the necessity of each MoF design element. Removing the per-expert auxiliary denoising loss also proves detrimental, emphasizing the value of direct supervision to maintain expert competence.

Real-World Experimental Validation

The approach is further validated on real-world bimanual mobile manipulation: pouring and serving tasks requiring fluid transitions between local and global reasoning, coordination, and manipulation. Here, MoF-MoE achieves 85% success on pouring and 70% on serving, outstripping all single-frame policy baselines by significant margins and demonstrating robust generalization to unseen object color and placement configurations. Figure 6

Figure 3: Pouring task: MoF rollout sequence, router weight evolution, generalization testbed, and phase-targeted failure cases in single-frame baselines.

Figure 8

Figure 5: Serving task: analysis as for pouring, highlighting frame-dependent failures in baselines.

Routers learned by MoF adaptively shift weight between experts according to task phase, e.g., prioritizing relative trajectory or left end-effector in picking, switching to base or coordinated frames for transport, and emphasizing local stability frames for precision placement. Single-frame policies consistently fail in those subphases not aligned with their fixed frame.

Theoretical and Practical Implications

MoF empirically and analytically demonstrates that reasoning over multiple action frames is essential for high-fidelity visuomotor imitation learning in bimanual mobile manipulation. The introduction of synchronized, frame-specialized denoisers eliminates the need for hand-designed, task-specific frame selection, and provides a direct mechanism for context-dependent frame adaptation on the fly. This capability is essential for tasks with significant heterogeneity in local vs. global structure or sequential subgoal composition, such as cooperative transport, assembly, or serving.

Theoretical implications include:

  • A general mechanism for modular action-space specialization that preserves the temporal and geometric consistency of the diffusion process.
  • Foundations for extending MoF to compositional, hierarchical, or runtime-discovered frame expert sets.

Practical consequences are stark for real-world policy deployment: MoF's increased generalization and robustness are key for unstructured environments where hand-coded frame partitioning is infeasible.

Limitations and Future Directions

MoF depends presently on a designer-specified set of candidate frames and requires access to accurate proprioceptive transformations. Automatic discovery of optimal frame sets, adaptation to frame uncertainty, and integration with large-scale VLA architectures are identified as critical next steps. Furthermore, end-to-end behavior-aware objectives for router optimization may further align frame switching with ultimate task rewards and stability metrics.

Conclusion

Mixture of Frames Policy (MoF) establishes a robust, principled, and empirically superior paradigm for multi-frame action denoising in complex bimanual mobile manipulation. By unifying expert frame denoising via synchronized diffusion and adaptive fusion, MoF systematically transcends the limitations of single-frame and frame-agnostic mixture-of-experts approaches. This work repositions coordinate frame selection from a brittle design choice to a learned, context-sensitive, and performance-critical component of state-of-the-art visuomotor policy learning.

(2607.11884)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

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

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 2 tweets with 51 likes about this paper.