paper-with-me

Papers

Decision ConvFormer: Local Filtering in MetaFormer is Sufficient for Decision Making

2023-10-04 · Jeonghye Kim, Suyoung Lee, Woojun Kim, Youngchul Sung

The recent success of Transformer in natural language processing has sparked its use in various domains. In offline reinforcement learning (RL), Decision Transformer (DT) is emerging as a promising model based on Transformer. However, we discovered that the attention module of DT is not appropriate to capture the inherent local dependence pattern in trajectories of RL modeled as a Markov decision process. To overcome the limitations of DT, we propose a novel action sequence predictor, named Decision ConvFormer (DC), based on the architecture of MetaFormer, which is a general structure to process multiple entities in parallel and understand the interrelationship among the multiple entities. DC employs local convolution filtering as the token mixer and can effectively capture the inherent local associations of the RL dataset. In extensive experiments, DC achieved state-of-the-art performance across various standard RL benchmarks while requiring fewer resources. Furthermore, we show that DC better understands the underlying meaning in data and exhibits enhanced generalization capability.

📄 PDF Abstract BibTeX arXiv:2310.03022

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Attention 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

MetaFormer Baselines for Vision

2022-10-24 · Weihao Yu, Chenyang Si, Pan Zhou, Mi Luo 외

MetaFormer, the abstracted architecture of Transformer, has been found to play a significant role in achieving competitive performance. In this paper, we further explore the capacity of MetaFormer, again, without focusin…

Domain GeneralizationImage Classification

ConvFormer3D-TAP: Phase/Uncertainty-Aware Front-End Fusion for Cine CMR View Classification Pipelines

2026-04-13 · Nafiseh Ghaffar Nia, Vinesh Appadurai, Suchithra V., Chinmay Rane 외 arxiv

Reliable recognition of standard cine cardiac MRI views is essential because each view determines which cardiac anatomy is visualized and which quantitative analyses can be performed. Incorrect view identification, wheth…

MetaFormer: A Unified Meta Framework for Fine-Grained Recognition

2022-03-05 · Qishuai Diao, Yi Jiang, Bin Wen, Jia Sun 외

Fine-Grained Visual Classification(FGVC) is the task that requires recognizing the objects belonging to multiple subordinate categories of a super-category. Recent state-of-the-art methods usually design sophisticated le…

AttributeFine-Grained Image ClassificationImage Classification

Shaken or Stirred? An Analysis of MetaFormer's Token Mixing for Medical Imaging

2025-10-07 · Ron Keuth, Paul Kaftan, Mattias P. Heinrich arxiv

The generalization of the Transformer architecture via MetaFormer has reshaped our understanding of its success in computer vision. By replacing self-attention with simpler token mixers, MetaFormer provides strong baseli…

Semantic SegmentationImage Classification

Q-value Regularized Decision ConvFormer for Offline Reinforcement Learning

2024-09-12 · Teng Yan, Zhendong Ruan, Yaobang Cai, Yu Han 외

As a data-driven paradigm, offline reinforcement learning (Offline RL) has been formulated as sequence modeling, where the Decision Transformer (DT) has demonstrated exceptional capabilities. Unlike previous reinforcemen…

D4RLOffline RLreinforcement-learningReinforcement Learning