paper-with-me

Papers

SymForce: Symbolic Computation and Code Generation for Robotics

2022-04-17 · Hayk Martiros, Aaron Miller, Nathan Bucki, Bradley Solliday, Ryan Kennedy, Jack Zhu, Tung Dang, Dominic Pattison, Harrison Zheng, Teo Tomic, Peter Henry, Gareth Cross, Josiah VanderMey, Alvin Sun, Samuel Wang, Kristen Holtz

We present SymForce, a library for fast symbolic computation, code generation, and nonlinear optimization for robotics applications like computer vision, motion planning, and controls. SymForce combines the development speed and flexibility of symbolic math with the performance of autogenerated, highly optimized code in C++ or any target runtime language. SymForce provides geometry and camera types, Lie group operations, and branchless singularity handling for creating and analyzing complex symbolic expressions in Python, built on top of SymPy. Generated functions can be integrated as factors into our tangent-space nonlinear optimizer, which is highly optimized for real-time production use. We introduce novel methods to automatically compute tangent-space Jacobians, eliminating the need for bug-prone handwritten derivatives. This workflow enables faster runtime code, faster development time, and fewer lines of handwritten code versus the state-of-the-art. Our experiments demonstrate that our approach can yield order of magnitude speedups on computational tasks core to robotics. Code is available at https://github.com/symforce-org/symforce.

📄 PDF Abstract BibTeX arXiv:2204.07889

Code (1)

symforce-org/symforce 공식 구현 pytorch

Tasks

Code GenerationMathMotion Planning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Caspar: CUDA Accelerator for Symbolic Programming with Adaptive Reordering

2026-05-28 · Emil Martens, Aaron Miller, Matias Varnum, Annette Stahl arxiv

We present Caspar, a library that makes the power of modern GPUs more accessible in robotics and provides a state-of-the-art nonlinear GPU solver that can be applied to a wide range of different optimization problems. Ca…

Hyperion - A fast, versatile symbolic Gaussian Belief Propagation framework for Continuous-Time SLAM

2024-07-09 · David Hug, Ignacio Alzugaray, Margarita Chli

Continuous-Time Simultaneous Localization And Mapping (CTSLAM) has become a promising approach for fusing asynchronous and multi-modal sensor suites. Unlike discrete-time SLAM, which estimates poses discretely, CTSLAM us…

Simultaneous Localization and Mapping

Learning Neuro-Symbolic Skills for Bilevel Planning

2022-06-21 · Tom Silver, Ashay Athalye, Joshua B. Tenenbaum, Tomas Lozano-Perez 외

Decision-making is challenging in robotics environments with continuous object-centric states, continuous actions, long horizons, and sparse feedback. Hierarchical approaches, such as task and motion planning (TAMP), add…

Decision MakingMotion PlanningTask and Motion Planning

Fast Diffusion GAN Model for Symbolic Music Generation Controlled by Emotions

2023-10-21 · Jincheng Zhang, György Fazekas, Charalampos Saitis

Diffusion models have shown promising results for a wide range of generative tasks with continuous data, such as image and audio synthesis. However, little progress has been made on using diffusion models to generate dis…

Audio SynthesisGenerative Adversarial NetworkMusic Generation

PhysCodeBench: Benchmarking Physics-Aware Symbolic Simulation of 3D Scenes via Self-Corrective Multi-Agent Refinement

2026-04-26 · Tianyidan Xie, Peiyu Wang, Yuyi Qian, Yuxuan Wang 외 arxiv

Physics-aware symbolic simulation of 3D scenes is critical for robotics, embodied AI, and scientific computing, requiring models to understand natural language descriptions of physical phenomena and translate them into e…

Code Generation