paper-with-me

홈 › Papers

Binary Space Partitioning as Intrinsic Reward

2018-04-10 · Wojciech Skaba

An autonomous agent embodied in a humanoid robot, in order to learn from the overwhelming flow of raw and noisy sensory, has to effectively reduce the high spatial-temporal data dimensionality. In this paper we propose a novel method of unsupervised feature extraction and selection with binary space partitioning, followed by a computation of information gain that is interpreted as intrinsic reward, then applied as immediate-reward signal for the reinforcement-learning. The space partitioning is executed by tiny codelets running on a simulated Turing Machine. The features are represented by concept nodes arranged in a hierarchy, in which those of a lower level become the input vectors of a higher level.

📄 PDF Abstract BibTeX arXiv:1804.03611

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Evaluating Actuators in a Purely Information-Theory Based Reward Model

2018-04-10 · Wojciech Skaba

AGINAO builds its cognitive engine by applying self-programming techniques to create a hierarchy of interconnected codelets - the tiny pieces of code executed on a virtual machine. These basic processing units are evalua…

Random Tessellation Forests

2019-06-13 · NeurIPS 2019 12 · Shufei Ge, Shijia Wang, Yee Whye Teh, Liangliang Wang 외

Space partitioning methods such as random forests and the Mondrian process are powerful machine learning methods for multi-dimensional and relational data, and are based on recursively cutting a domain. The flexibility o…

Online Binary Space Partitioning Forests

2020-02-29 · Xuhui Fan, Bin Li, Scott A. Sisson

The Binary Space Partitioning-Tree~(BSP-Tree) process was recently proposed as an efficient strategy for space partitioning tasks. Because it uses more than one dimension to partition the space, the BSP-Tree Process is m…

General Classificationregression

Graph Wedgelets: Adaptive Data Compression on Graphs based on Binary Wedge Partitioning Trees and Geometric Wavelets

2021-10-17 · Wolfgang Erb

We introduce graph wedgelets - a tool for data compression on graphs based on the representation of signals by piecewise constant functions on adaptively generated binary graph partitionings. The adaptivity of the partit…

Data Compression

The Binary Space Partitioning-Tree Process

2019-03-22 · Xuhui Fan, Bin Li, Scott Anthony Sisson

The Mondrian process represents an elegant and powerful approach for space partition modelling. However, as it restricts the partitions to be axis-aligned, its modelling flexibility is limited. In this work, we propose a…