paper-with-me

Papers

Hierarchical Neuro-Symbolic Decision Transformer

2025-03-10 · Ali Baheri, Cecilia O. Alm

We present a hierarchical neuro-symbolic control framework that tightly couples a classical symbolic planner with a transformer-based policy to address long-horizon decision-making under uncertainty. At the high level, the planner assembles an interpretable sequence of operators that guarantees logical coherence with task constraints, while at the low level each operator is rendered as a sub-goal token that conditions a decision transformer to generate fine-grained actions directly from raw observations. This bidirectional interface preserves the combinatorial efficiency and explainability of symbolic reasoning without sacrificing the adaptability of deep sequence models, and it permits a principled analysis that tracks how approximation errors from both planning and execution accumulate across the hierarchy. Empirical studies in stochastic grid-world domains demonstrate that the proposed method consistently surpasses purely symbolic, purely neural and existing hierarchical baselines in both success and efficiency, highlighting its robustness for sequential tasks.

📄 PDF Abstract BibTeX arXiv:2503.07148

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDecision Making Under Uncertainty

Similar Papers 제목 키워드 기반

Toward Deployable Multi-Robot Collaboration via a Symbolically-Guided Decision Transformer

2025-08-19 · Rathnam Vidushika Rasanji, Jin Wei-Kocsis, Jiansong Zhang, Dongming Gan 외 arxiv

Reinforcement learning (RL) has demonstrated great potential in robotic operations. However, its data-intensive nature and reliance on the Markov Decision Process (MDP) assumption limit its practical deployment in real-w…

Reinforcement LearningRobot ManipulationDecision Making

Formal Explanations for Neuro-Symbolic AI

2024-10-18 · Sushmita Paul, Jinqiang Yu, Jip J. Dekker, Alexey Ignatiev 외

Despite the practical success of Artificial Intelligence (AI), current neural AI algorithms face two significant issues. First, the decisions made by neural architectures are often prone to bias and brittleness. Second, …

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

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

Symbolic Rule Extraction from Attention-Guided Sparse Representations in Vision Transformers

2025-05-10 · Parth Padalkar, Gopal Gupta

Recent neuro-symbolic approaches have successfully extracted symbolic rule-sets from CNN-based models to enhance interpretability. However, applying similar techniques to Vision Transformers (ViTs) remains challenging du…

A neurosymbolic Approach with Epistemic Deep Learning for Hierarchical Image Classification

2026-05-11 · Ezel Kilicdere, Shireen Kudukkil Manchingal, Fabio Cuzzolin arxiv

Deep neural networks achieve high accuracy on image classification tasks. Yet, they often produce overconfident predictions as which fail to express epistemic uncertainty, and frequently violate logical or structural con…

Image Classification