Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

COBRA-PPM: A Causal Bayesian Reasoning Architecture Using Probabilistic Programming for Robot Manipulation Under Uncertainty

Created by
  • Haebom

Author

Ricardo Cannizzaro, Michael Groom, Jonathan Routley, Robert Osazuwa Ness, Lars Kunze

Outline

COBRA-PPM is a novel causal Bayesian inference architecture that combines causal Bayesian networks and probabilistic programming to perform interventional inference for robotic manipulation under uncertainty. Its performance is demonstrated through Gazebo-based experiments, predicting manipulation outcomes with high accuracy (prediction accuracy: 88.6%) in a block stacking task and performing greedy next-best action selection with a task success rate of 94.2%. We also demonstrate sim2real transfer on a domestic robot, demonstrating its effectiveness in handling real-world uncertainties arising from sensor noise and probabilistic behavior. This generalizable and scalable framework supports a wide range of manipulation scenarios and lays the foundation for future research at the intersection of robotics and causality.

Takeaways, Limitations

Takeaways:
We present a novel method to effectively handle uncertainty in robot manipulation by leveraging causal Bayesian inference.
Its practicality has been proven by achieving high prediction accuracy (88.6%) and task success rate (94.2%).
Verify applicability to real environments through sim2real transfer.
Provides a generalized framework applicable to a variety of manipulation scenarios.
Contributions to the fields of robotics and causality research.
Limitations:
Currently, only experimental results for the block stacking task are presented, and the generalizability to other complex manipulation tasks requires further study.
Further validation is needed for robustness against sensor noise and other uncertainties in real environments.
Further research is needed on the scalability of the framework and the scope of applicable tasks.
👍