paper-with-me

홈 › Papers

MBDP: A Model-based Approach to Achieve both Robustness and Sample Efficiency via Double Dropout Planning

2021-08-03 · Wanpeng Zhang, Xi Xiao, Yao Yao, Mingzhe Chen, Dijun Luo

Model-based reinforcement learning is a widely accepted solution for solving excessive sample demands. However, the predictions of the dynamics models are often not accurate enough, and the resulting bias may incur catastrophic decisions due to insufficient robustness. Therefore, it is highly desired to investigate how to improve the robustness of model-based RL algorithms while maintaining high sampling efficiency. In this paper, we propose Model-Based Double-dropout Planning (MBDP) to balance robustness and efficiency. MBDP consists of two kinds of dropout mechanisms, where the rollout-dropout aims to improve the robustness with a small cost of sample efficiency, while the model-dropout is designed to compensate for the lost efficiency at a slight expense of robustness. By combining them in a complementary way, MBDP provides a flexible control mechanism to meet different demands of robustness and efficiency by tuning two corresponding dropout ratios. The effectiveness of MBDP is demonstrated both theoretically and experimentally.

📄 PDF Abstract BibTeX arXiv:2108.01295

Code (0)

등록된 구현이 없습니다.

Tasks

Model-based Reinforcement Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Scaling World-Model Reinforcement Learning Through Diffusion Policy Optimization

2026-05-25 · Xiaoyuan Cheng, Wenxuan Yuan, Zhancun Mu, Yuanzhao Zhang 외 arxiv

Model-based reinforcement learning (RL) can be effectively supported at scale through the use of world models. However, in practice, scaling such approaches remains fundamentally limited. A commonly recognized challenge …

Reinforcement Learning

Better Sample Efficiency Does Not Imply Out-of-Distribution Robustness

2021-10-16 · ACL ARR October 2021 10 · Anonymous

We study the relationship between sample efficiency and out-of-distribution performance---if two models have the same in-distribution performance, does the model trained on fewer labeled training examples (higher sample …

Towards Resilient and Efficient LLMs: A Comparative Study of Efficiency, Performance, and Adversarial Robustness

2024-08-08 · Xiaojing Fan, Chunliang Tao

With the increasing demand for practical applications of Large Language Models (LLMs), many attention-efficient models have been developed to balance performance and computational cost. However, the adversarial robustnes…

Adversarial Robustness

Efficient Adversarial Malware Defense via Trust-Based Raw Override and Confidence-Adaptive Bit-Depth Reduction

2025-11-16 · Ayush Chaudhary, Sisir Doppalpudi arxiv

The deployment of robust malware detection systems in big data environments requires careful consideration of both security effectiveness and computational efficiency. While recent advances in adversarial defenses have d…

Computational EfficiencyAdversarial RobustnessMalware Detection

CluCERT: Certifying LLM Robustness via Clustering-Guided Denoising Smoothing

2025-12-01 · Zixia Wang, Gaojie Jin, Jia Hu, Ronghui Mu arxiv

Recent advancements in Large Language Models (LLMs) have led to their widespread adoption in daily applications. Despite their impressive capabilities, they remain vulnerable to adversarial attacks, as even minor meaning…

Computational Efficiency