paper-with-me

홈 › Papers

Hybrid Adversarial Imitation Learning

2021-02-04 · Mingqi Yuan

Extrapolating beyond-demonstrator (BD) performance through the imitation learning (IL) algorithm aims to learn from and outperform the demonstrator. Most existing BDIL algorithms are performed in two stages by first inferring a reward function before learning a policy via reinforcement learning (RL). However, such two-stage BDIL algorithms suffer from high computational complexity, weak robustness, and large performance variations. In particular, a poor reward function derived in the first stage will inevitably incur severe performance loss in the second stage. In this work, we propose a hybrid adversarial imitation learning (HAIL) algorithm that is one-stage, model-free, generative-adversarial (GA) fashion and curiosity-driven. Thanks to the one-stage design, the HAIL can integrate both the reward function learning and the policy optimization into one procedure, which leads to many advantages such as low computational complexity, high robustness, and strong adaptability. More specifically, HAIL simultaneously imitates the demonstrator and explores BD performance by utilizing hybrid rewards. Extensive simulation results confirm that HAIL can achieve higher performance as compared to other similar BDIL algorithms.

📄 PDF Abstract BibTeX arXiv:2102.02454

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

RedTeamCUA: Realistic Adversarial Testing of Computer-Use Agents in Hybrid Web-OS Environments

2025-05-28 · Zeyi Liao, Jaylen Jones, Linxi Jiang, Eric Fosler-Lussier 외

Computer-use agents (CUAs) promise to automate complex tasks across operating systems (OS) and the web, but remain vulnerable to indirect prompt injection. Current evaluations of this threat either lack support realistic…

BenchmarkingRed Teaming

Distribution Matching in Variational Inference

2018-02-19 · Mihaela Rosca, Balaji Lakshminarayanan, Shakir Mohamed

With the increasingly widespread deployment of generative models, there is a mounting need for a deeper understanding of their behaviors and limitations. In this paper, we expose the limitations of Variational Autoencode…

Variational Inference

Toward Spiking Neural Network Local Learning Modules Resistant to Adversarial Attacks

2025-04-11 · Jiaqi Lin, Abhronil Sengupta

Recent research has shown the vulnerability of Spiking Neural Networks (SNNs) under adversarial examples that are nearly indistinguishable from clean data in the context of frame-based and event-based information. The ma…

Adversarial AttackAdversarial Robustness

Reveal of Vision Transformers Robustness against Adversarial Attacks

2021-06-07 · Ahmed Aldahdooh, Wassim Hamidouche, Olivier Deforges

The major part of the vanilla vision transformer (ViT) is the attention block that brings the power of mimicking the global context of the input image. For better performance, ViT needs large-scale training data. To over…

Image Classification

AGAIN: Adversarial Training With Attribution Span Enlargement and Hybrid Feature Fusion

2023-01-01 · CVPR 2023 1 · Shenglin Yin, Kelu Yao, Sheng Shi, Yangzhou Du 외

The deep neural networks (DNNs) trained by adversarial training (AT) usually suffered from significant robust generalization gap, i.e., DNNs achieve high training robustness but low test robustness. In this paper, we…

Diversity