paper-with-me

홈 › Papers

Dynamic-Depth Context Tree Weighting

2017-12-01 · NeurIPS 2017 12 · Joao V. Messias, Shimon Whiteson

Reinforcement learning (RL) in partially observable settings is challenging because the agent’s observations are not Markov. Recently proposed methods can learn variable-order Markov models of the underlying process but have steep memory requirements and are sensitive to aliasing between observation histories due to sensor noise. This paper proposes dynamic-depth context tree weighting (D2-CTW), a model-learning method that addresses these limitations. D2-CTW dynamically expands a suffix tree while ensuring that the size of the model, but not its depth, remains bounded. We show that D2-CTW approximately matches the performance of state-of-the-art alternatives at stochastic time-series prediction while using at least an order of magnitude less memory. We also apply D2-CTW to model-based RL, showing that, on tasks that require memory of past observations, D2-CTW can learn without prior knowledge of a good state representation, or even the length of history upon which such a representation should depend.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningReinforcement Learning (RL)Time SeriesTime Series AnalysisTime Series Prediction

Similar Papers 제목 키워드 기반

Variable Splitting Binary Tree Models Based on Bayesian Context Tree Models for Time Series Segmentation

2026-01-22 · Yuta Nakahara, Shota Saito, Kohei Horinouchi, Koshi Shimada 외 arxiv

We propose a variable splitting binary tree (VSBT) model based on Bayesian context tree (BCT) models for time series segmentation. Unlike previous applications of BCT models, the tree structure in our model represents in…

Context-tree weighting for real-valued time series: Bayesian inference with hierarchical mixture models

2021-06-06 · Ioannis Papageorgiou, Ioannis Kontoyiannis

Real-valued time series are ubiquitous in the sciences and engineering. In this work, a general, hierarchical Bayesian modelling framework is developed for building mixture models for times series. This development is ba…

Bayesian InferenceModel SelectionTime SeriesTime Series Analysis

From Isolated Conversations to Hierarchical Schemas: Dynamic Tree Memory Representation for LLMs

2024-10-17 · Alireza Rezazadeh, Zichao Li, Wei Wei, Yujia Bao

Recent advancements in large language models have significantly improved their context windows, yet challenges in effective long-term memory management remain. We introduce MemTree, an algorithm that leverages a dynamic,…

Dialogue UnderstandingManagementQuestion AnsweringRetrieval

OmniDS: Dual-Stream Context Fusion for Omnidirectional Depth from Fisheye Cameras

2026-07-03 · Chaesong Park, Jihyeon Hwang, Muyeol Sung, Jongwoo Lim arxiv

Omnidirectional depth estimation from multi-fisheye camera rigs is complicated by visibility conflicts: wide baselines cause different cameras to observe different portions, or even different faces, of the same object, s…

Depth Estimation

Agentic Transformers Provably Learn to Search via Reinforcement Learning

2026-05-29 · Tong Yang, Yu Huang, Yingbin Liang, Yuejie Chi arxiv

Tree search is a central abstraction behind many language-agent reasoning and decision-making tasks: agents must explore actions, remember failures, and backtrack toward promising alternatives. Yet, we lack a theoretical…

Reinforcement Learning