paper-with-me

Papers

REBA: A Refinement-Based Architecture for Knowledge Representation and Reasoning in Robotics

2015-08-17 · Mohan Sridharan, Michael Gelfond, Shiqi Zhang, Jeremy Wyatt

This paper describes an architecture for robots that combines the complementary strengths of probabilistic graphical models and declarative programming to represent and reason with logic-based and probabilistic descriptions of uncertainty and domain knowledge. An action language is extended to support non-boolean fluents and non-deterministic causal laws. This action language is used to describe tightly-coupled transition diagrams at two levels of granularity, with a fine-resolution transition diagram defined as a refinement of a coarse-resolution transition diagram of the domain. The coarse-resolution system description, and a history that includes (prioritized) defaults, are translated into an Answer Set Prolog (ASP) program. For any given goal, inference in the ASP program provides a plan of abstract actions. To implement each such abstract action, the robot automatically zooms to the part of the fine-resolution transition diagram relevant to this action. A probabilistic representation of the uncertainty in sensing and actuation is then included in this zoomed fine-resolution system description, and used to construct a partially observable Markov decision process (POMDP). The policy obtained by solving the POMDP is invoked repeatedly to implement the abstract action as a sequence of concrete actions, with the corresponding observations being recorded in the coarse-resolution history and used for subsequent reasoning. The architecture is evaluated in simulation and on a mobile robot moving objects in an indoor domain, to show that it supports reasoning with violation of defaults, noisy observations and unreliable actions, in complex domains.

📄 PDF Abstract BibTeX arXiv:1508.03891

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CultureBank: An Online Community-Driven Knowledge Base Towards Culturally Aware Language Technologies

2024-04-23 · Weiyan Shi, Ryan Li, Yutong Zhang, Caleb Ziems 외

To enhance language models' cultural awareness, we design a generalizable pipeline to construct cultural knowledge bases from different online communities on a massive scale. With the pipeline, we construct CultureBank, …

Language ModelingLanguage Modelling

ReBaNO: Reduced Basis Neural Operator Mitigating Generalization Gaps and Achieving Discretization Invariance

2025-09-11 · Haolan Zheng, Yanlai Chen, Jiequn Han, Yue Yu arxiv

We propose a novel data-lean operator learning algorithm, the Reduced Basis Neural Operator (ReBaNO), to solve a group of PDEs with multiple distinct inputs. Inspired by the Reduced Basis Method and the recently introduc…

Knowledge Distillation

A Distributed Reinforcement Learning Solution With Knowledge Transfer Capability for A Bike Rebalancing Problem

2018-10-09 · Ian Xiao

Rebalancing is a critical service bottleneck for many transportation services, such as Citi Bike. Citi Bike relies on manual orchestrations of rebalancing bikes between dispatchers and field agents. Motivated by such pro…

Reinforcement LearningReinforcement Learning (RL)Transfer Learning

UniReason 1.0: A Unified Reasoning Framework for World Knowledge Aligned Image Generation and Editing

2026-02-02 · Dianyi Wang, Chaofan Ma, Feng Han, Size Wu 외 arxiv

Unified multimodal models often struggle with complex synthesis tasks that demand deep reasoning, and typically treat text-to-image generation and image editing as isolated capabilities rather than interconnected reasoni…

Text-to-Image GenerationImage Editing

Efficient Reasoning with Balanced Thinking

2026-03-12 · Yulin Li, Tengyao Tu, Li Ding, Junjie Wang 외 arxiv

Large Reasoning Models (LRMs) have shown remarkable reasoning capabilities, yet they often suffer from overthinking, expending redundant computational steps on simple problems, or underthinking, failing to explore suffic…

Question Answering