OREN: Octree Residual Network for Real-Time Euclidean Signed Distance Mapping

arXiv cs.RO / 4/27/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces OREN, a hybrid approach to reconstruct Euclidean signed distance functions (SDFs) from point clouds for robotics mapping and autonomy tasks.
  • OREN combines an explicit octree-based interpolation prior with an implicit neural network residual, aiming to improve continuity and differentiability of the resulting SDFs.
  • The method targets the typical limitations of prior neural approaches—such as inefficiency, catastrophic forgetting, and memory constraints in large environments.
  • Experiments reported in the study indicate OREN matches differentiability and accuracy levels of neural methods while achieving computational and memory efficiency comparable to volumetric techniques.
  • The authors claim OREN outperforms existing state-of-the-art methods in both accuracy and efficiency, supporting scalable downstream use in robotics and computer vision.

Abstract

Reconstructing signed distance functions (SDFs) from point cloud data benefits many robot autonomy capabilities, including localization, mapping, motion planning, and control. Methods that support online and large-scale SDF reconstruction often rely on discrete volumetric data structures, which affects the continuity and differentiability of the SDF estimates. Neural network methods have demonstrated high-fidelity differentiable SDF reconstruction but they tend to be less efficient, experience catastrophic forgetting and memory limitations in large environments, and are often restricted to truncated SDF. This work proposes OREN, a hybrid method that combines an explicit prior from octree interpolation with an implicit residual from neural network regression. Our method achieves non-truncated (Euclidean) SDF reconstruction with computational and memory efficiency comparable to volumetric methods and differentiability and accuracy comparable to neural network methods. Extensive experiments demonstrate that OREN outperforms the state of the art in terms of accuracy and efficiency, providing a scalable solution for downstream tasks in robotics and computer vision.