paper-with-me

Papers

Predictive Coding for Decision Transformer

2024-10-04 · Tung M. Luu, Donghoon Lee, Chang D. Yoo

Recent work in offline reinforcement learning (RL) has demonstrated the effectiveness of formulating decision-making as return-conditioned supervised learning. Notably, the decision transformer (DT) architecture has shown promise across various domains. However, despite its initial success, DTs have underperformed on several challenging datasets in goal-conditioned RL. This limitation stems from the inefficiency of return conditioning for guiding policy learning, particularly in unstructured and suboptimal datasets, resulting in DTs failing to effectively learn temporal compositionality. Moreover, this problem might be further exacerbated in long-horizon sparse-reward tasks. To address this challenge, we propose the Predictive Coding for Decision Transformer (PCDT) framework, which leverages generalized future conditioning to enhance DT methods. PCDT utilizes an architecture that extends the DT framework, conditioned on predictive codings, enabling decision-making based on both past and future factors, thereby improving generalization. Through extensive experiments on eight datasets from the AntMaze and FrankaKitchen environments, our proposed method achieves performance on par with or surpassing existing popular value-based and transformer-based methods in offline goal-conditioned RL. Furthermore, we also evaluate our method on a goal-reaching task with a physical robot.

📄 PDF Abstract BibTeX arXiv:2410.03408

Code (1)

tunglm2203/pcdt 공식 구현 pytorch

Tasks

Decision MakingReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Structural Positional Encoding for knowledge integration in transformer-based medical process monitoring

2024-03-13 · Christopher Irwin, Marco Dossena, Giorgio Leonardi, Stefania Montani

Predictive process monitoring is a process mining task aimed at forecasting information about a running process trace, such as the most correct next activity to be executed. In medical domains, predictive process monitor…

Knowledge Graph EmbeddingManagementOntology EmbeddingPredictive Process Monitoring+1

Augmenting Reinforcement Learning with Transformer-based Scene Representation Learning for Decision-making of Autonomous Driving

2022-08-24 · Haochen Liu, Zhiyu Huang, Xiaoyu Mo, Chen Lv

Decision-making for urban autonomous driving is challenging due to the stochastic nature of interactive traffic participants and the complexity of road structures. Although reinforcement learning (RL)-based decision-maki…

Autonomous DrivingDecision MakingReinforcement Learning (RL)Representation Learning+1

On the Simplification of Neural Network Architectures for Predictive Process Monitoring

2025-09-21 · Amaan Ansari, Lukas Kirchdorfer, Raheleh Hadian arxiv

Predictive Process Monitoring (PPM) aims to forecast the future behavior of ongoing process instances using historical event data, enabling proactive decision-making. While recent advances rely heavily on deep learning m…

Towards Principled Graph Transformers

2024-01-18 · Luis Müller, Daniel Kusuma, Blai Bonet, Christopher Morris

Graph learning architectures based on the k-dimensional Weisfeiler-Leman (k-WL) hierarchy offer a theoretically well-understood expressive power. However, such architectures often fail to deliver solid predictive perform…

Graph Learning

ETC: Encoding Long and Structured Inputs in Transformers

2020-04-17 · EMNLP 2020 11 · Joshua Ainslie, Santiago Ontanon, Chris Alberti, Vaclav Cvicek 외

Transformer models have advanced the state of the art in many Natural Language Processing (NLP) tasks. In this paper, we present a new Transformer architecture, Extended Transformer Construction (ETC), that addresses two…

PositionQuestion Answering