paper-with-me

홈 › Papers

Decision Transformer under Random Frame Dropping

2023-03-03 · Kaizhe Hu, Ray Chen Zheng, Yang Gao, Huazhe Xu

Controlling agents remotely with deep reinforcement learning~(DRL) in the real world is yet to come. One crucial stepping stone is to devise RL algorithms that are robust in the face of dropped information from corrupted communication or malfunctioning sensors. Typical RL methods usually require considerable online interaction data that are costly and unsafe to collect in the real world. Furthermore, when applying to the frame dropping scenarios, they perform unsatisfactorily even with moderate drop rates. To address these issues, we propose Decision Transformer under Random Frame Dropping~(DeFog), an offline RL algorithm that enables agents to act robustly in frame dropping scenarios without online interaction. DeFog first randomly masks out data in the offline datasets and explicitly adds the time span of frame dropping as inputs. After that, a finetuning stage on the same offline dataset with a higher mask rate would further boost the performance. Empirical results show that DeFog outperforms strong baselines under severe frame drop rates like 90\%, while maintaining similar returns under non-frame-dropping conditions in the regular MuJoCo control benchmarks and the Atari environments. Our approach offers a robust and deployable solution for controlling agents in real-world environments with limited or unreliable data.

📄 PDF Abstract BibTeX arXiv:2303.03391

Code (1)

hukz18/defog 공식 구현 pytorch

Tasks

Deep Reinforcement LearningMuJoCoOffline RL

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

OnDeFog: Online Decision Transformer under Frame Dropping

2026-06-18 · Daiki Yotsufuji, Kenta Nishihara, Shoma Shimizu, Kento Uchida 외 arxiv

In challenging real-world reinforcement learning applications, communication delays or sensor failures often cause frame dropping, in which the agent cannot receive the dropped states and associated rewards. To address t…

Reinforcement Learning

Self-Supervised Time Series Representation Learning via Cross Reconstruction Transformer

2022-05-20 · Wenrui Zhang, Ling Yang, Shijia Geng, Shenda Hong

Unsupervised/self-supervised representation learning in time series is critical since labeled samples are usually scarce in real-world scenarios. Existing approaches mainly leverage the contrastive learning framework, wh…

Contrastive LearningRepresentation LearningTime SeriesTime Series Analysis

Random-LTD: Random and Layerwise Token Dropping Brings Efficient Training for Large-scale Transformers

2022-11-17 · Zhewei Yao, Xiaoxia Wu, Conglong Li, Connor Holmes 외

Large-scale transformer models have become the de-facto architectures for various machine learning applications, e.g., CV and NLP. However, those large models also introduce prohibitive training costs. To mitigate this i…

Enhancing Masked Time-Series Modeling via Dropping Patches

2024-12-19 · Tianyu Qiu, Yi Xie, Yun Xiong, Hao Niu 외

This paper explores how to enhance existing masked time-series modeling by randomly dropping sub-sequence level patches of time series. On this basis, a simple yet effective method named DropPatch is proposed, which has …

Cross-Domain Few-Shotcross-domain few-shot learningData AugmentationFew-Shot Learning+1

DropMessage: Unifying Random Dropping for Graph Neural Networks

2022-04-21 · Taoran Fang, Zhiqing Xiao, Chunping Wang, Jiarong Xu 외

Graph Neural Networks (GNNs) are powerful tools for graph representation learning. Despite their rapid development, GNNs also face some challenges, such as over-fitting, over-smoothing, and non-robustness. Previous works…

Graph Representation LearningRepresentation Learning