Papers
Topics
Authors
Recent
Search
2000 character limit reached

Fourier Features Let Agents Learn High Precision Policies with Imitation Learning

Published 10 Jun 2026 in cs.LG and cs.RO | (2606.12334v1)

Abstract: High-precision robotic manipulation requires fine-grained spatial reasoning that is often difficult to achieve with RGB-only policies due to depth ambiguity and perspective scale issues. Policies that leverage 3D information directly, such as those based on point clouds, offer a stronger geometric prior over purely image-based ones, yet their performance remains highly task-dependent. We hypothesize that this discrepancy may be due to the spectral bias of neural networks towards learning low frequency functions, which especially affects architectures conditioned on slow-moving Cartesian features. We thus propose to map point clouds from Cartesian space into high-dimensional Fourier space, effectively equipping the point cloud encoder with direct access to high-frequency features. We experimentally validate the use of Fourier features on challenging manipulation tasks from the RoboCasa and ManiSkill3 benchmarks and on a real robot setup. Despite their simplicity, we find that Fourier features provide significant benefits across diverse encoder architectures and benchmarks and are robust across hyperparameters. Our results indicate that Fourier features let policies leverage geometric details more effectively than Cartesian features, showing their potential as a general-purpose tool for point cloud-based imitation learning. We provide source code and videos on our project page: https://fourier-il.github.io/fourier-il

Summary

  • The paper shows that applying Fourier features to point cloud inputs effectively mitigates the spectral bias of MLPs, enhancing geometric precision in robotic imitation tasks.
  • It employs axis-aligned, multi-frequency sinusoidal encodings to increase representational capacity without altering the network architecture, achieving up to 20% task improvement.
  • Empirical and spectral analyses confirm robust, transferable gains across simulated benchmarks and real-world high-precision manipulation scenarios.

High-Precision Policy Learning in Diffusion-Based Imitation with Fourier Features

Problem Motivation

In high-precision visuomotor manipulation, fine-grained spatial cues are critical for closing control loops in the presence of depth ambiguity and perspective distortions inherent to RGB observations. Point cloud-based policies, which ingest explicit 3D geometry, theoretically have stronger geometric priors than image-only systems, but often underperform in tasks that require high-frequency spatial reasoning. The central claim of this work is that this underperformance is fundamentally due to the spectral bias of modern neural architectures—specifically MLPs—which rapidly fit low-frequency components but are unable to learn high-frequency features necessary for accurate geometric discrimination. This spectral bias is a well-studied property of deep neural networks [Rahaman et al., 2019], but its role as a performance bottleneck in robotic visuomotor imitation learning (IL) remains under-addressed.

Approach: Fourier Feature Encodings for Point Cloud IL

The key intervention is to map raw Cartesian coordinates from point clouds into a high-dimensional Fourier feature space before they enter any neural policy backbone. This is accomplished through axis-aligned, multi-frequency sinusoidal positional encodings, following the approach popularized in NeRFs [Mildenhall et al., 2021; Tancik et al., 2020]. The Fourier mapping increases the representational capacity for high-frequency functions, permitting downstream networks to distinguish between points that are near-indistinguishable in Cartesian coordinates.

This approach is systematically validated across message-passing, transformer-based, and pool-based point cloud architectures, with and without text-conditioned diffusion IL backbones. The paper’s methodological scope covers multiple benchmarks (RoboCasa, ManiSkill3), real-world long-horizon tasks, and comprehensive parameter studies. Notably, the authors ensure that no major architectural changes are made besides the coordinate encoding, isolating the effect of the Fourier mapping.

Empirical Evaluation

Simulation Results

Fourier features consistently and robustly improve policy performance across all studied tasks and architectures. On high-precision domains like RoboCasa, introducing Fourier features yields per-task relative improvements up to 20% (e.g., PointPatch: CloseDrawer, from 34% to 72% success), and aggregate improvements from 13% to 34% average across tasks. For less challenging, lower-frequency tasks in ManiSkill3, the gains are smaller but still present, especially as geometric detail in point clouds increases.

Hybrid policies combining RGB and point cloud representations also benefit, indicating that Fourier feature augmentation on the geometric branch provides complementary improvements even when strong pretrained visual encoders are available. Real-world manipulation experiments show an absolute normalized score improvement from 14.8% to 40.2% when adding Fourier features, and some tasks become tractable only when spectral bias is addressed.

Analysis and Architectural Sensitivity

The advantage of Fourier features persists across a broad spectrum of hyperparameters: number and range of frequencies, types of jitter/noise augmentations, encoder variants, and training regimes. Parameter studies show that neither careful tuning of frequency bands nor complex, learned frequency strategies offer further benefit—simple log-spaced, axis-aligned sinusoids are sufficient and robust.

Spectral analyses, including graph Fourier transform of policy input-output gradients, demonstrate a measurable shift in architectural sensitivity toward higher frequencies after applying Fourier mappings. Policies with Fourier features are more capable of attending to both fine and coarse geometric details, and policy saliency maps confirm an inductive bias favorable to high-frequency information extraction, even before end-to-end training.

Theoretical and Practical Implications

This work explicitly links the inductive bias of policy representation learning to practical high-precision robotic control limits. By exposing a persistent and broadly unaddressed limitation in standard point cloud encoders—the inability to efficiently capture high-frequency geometry in the presence of MLP-induced spectral bias—it provides both an actionable remedy (Fourier mapping) and an analytic explanation.

Practically, this implies that 3D-based imitation policies for robotics (especially those addressing tasks with geometric contacts, insertions, or occlusion reasoning) should universally employ Cartesian-to-Fourier feature mappings. The intervention requires no architectural tuning, minimal computational overhead, and benefits real hardware deployments even under noise and sensor artifacts.

Theoretically, the observed robustness and generalizability suggest that spectral bias mitigation should be a design principle when extending neural policy learning architectures to new physical domains (e.g., dexterous or deformable object manipulation). Furthermore, these results raise new directions for scaling multimodal policies—where RGB and 3D information are fused—by treating Fourier features as a modular input preprocessor for geometric modalities.

Future Directions

This paper’s findings immediately motivate several lines of inquiry:

  • Learned Frequency Bands: Although log-spaced, axis-aligned sinusoids perform well, task-aware learning of spectral bands (e.g., via gradient-based methods) could be explored for further gain, especially in environments with non-uniform geometry frequency statistics.
  • Regularization and Scalability: While Fourier features are robust to overfitting in experiments presented, explicit regularization or dynamic adaptation to data distributions may enable improved scaling to even larger policy models or more complex environments.
  • Cross-modality Fusion: Considering that visual policies also have inherent spectral biases, formalizing fusion strategies where Fourier features augment only certain observation branches or are applied in downstream cross-attention modules presents a promising avenue.

Conclusion

The persistent spectral bias toward low-frequency geometry in standard neural policy encoders is a key limiting factor in point cloud-based high-precision robotic IL. This work systematically demonstrates that a simple, fixed Fourier mapping of coordinates counteracts this bias, yielding transferable, robust, and significant gains in both simulated and real-world robotic manipulation, without requiring more complex or deeper architectures. Fourier feature augmentation should be considered a standard component of point cloud policy design for both academic research and practical deployment in geometric learning problems.

Reference:

"Fourier Features Let Agents Learn High Precision Policies with Imitation Learning" (2606.12334)

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 1 tweet with 11 likes about this paper.