paper-with-me

홈 › Papers

Grouping Nodes With Known Value Differences: A Lossless UCT-based Abstraction Algorithm

2025-10-29 · Robin Schmöcker, Alexander Dockhorn, Bodo Rosenhahn arxiv

A core challenge of Monte Carlo Tree Search (MCTS) is its sample efficiency, which can be improved by grouping state-action pairs and using their aggregate statistics instead of single-node statistics. On the Go Abstractions in Upper Confidence bounds applied to Trees (OGA-UCT) is the state-of-the-art MCTS abstraction algorithm for deterministic environments that builds its abstraction using the Abstractions of State-Action Pairs (ASAP) framework, which aims to detect states and state-action pairs with the same value under optimal play by analysing the search graph. ASAP, however, requires two state-action pairs to have the same immediate reward, which is a rigid condition that limits the number of abstractions that can be found and thereby the sample efficiency. In this paper, we break with the paradigm of grouping value-equivalent states or state-action pairs and instead group states and state-action pairs with possibly different values as long as the difference between their values can be inferred. We call this abstraction framework Known Value Difference Abstractions (KVDA), which infers the value differences by analysis of the immediate rewards and modifies OGA-UCT to use this framework instead. The modification is called KVDA-UCT, which detects significantly more abstractions than OGA-UCT, introduces no additional parameter, and outperforms OGA-UCT on a variety of deterministic environments and parameter settings.

📄 PDF Abstract BibTeX arXiv:2510.25388

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Lossless Compression for LLM Tensor Incremental Snapshots

2025-05-14 · Daniel Waddington, Cornel Constantinescu

During the training of Large Language Models (LLMs), tensor data is periodically "checkpointed" to persistent storage to allow recovery of work done in the event of failure. The volume of data that must be copied during …

CPU

Two-Layer Lossless HDR Coding using Histogram Packing Technique with Backward Compatibility to JPEG

2018-08-02 · Osamu Watanabe, Hiroyuki Kobayashi, Hitoshi Kiya

An efficient two-layer coding method using the histogram packing technique with the backward compatibility to the legacy JPEG is proposed in this paper. The JPEG XT, which is the international standard to compress HDR im…

Image Compression

Bayesian Causal Inference in Doubly Gaussian DAG-probit Models

2023-04-12 · Rasool Tahmasbi, Keyvan Tahmasbi

We consider modeling a binary response variable together with a set of covariates for two groups under observational data. The grouping variable can be the confounding variable (the common cause of treatment and outcome)…

Causal Inference

Two-layer Lossless HDR Coding considering Histogram Sparseness with Backward Compatibility to JPEG

2018-06-28 · Osamu Watanabe, Hiroyuki Kobayashi, Hitoshi Kiya

An efficient two-layer coding method using the histogram packing technique with the backward compatibility to the legacy JPEG is proposed in this paper. The JPEG XT, which is the international standard to compress HDR im…

Graph Summarization via Node Grouping: A Spectral Algorithm

2022-11-08 · Arpit Merchant, Michael Mathioudakis, Yanhao Wang

Graph summarization via node grouping is a popular method to build concise graph representations by grouping nodes from the original graph into supernodes and encoding edges into superedges such that the loss of adjacenc…