paper-with-me

Papers

SEBA: Sample-Efficient Black-Box Attacks on Visual Reinforcement Learning

2025-11-12 · Tairan Huang, Yulin Jin, Junxu Liu, Qingqing Ye, Haibo Hu arxiv

Visual reinforcement learning has achieved remarkable progress in visual control and robotics, but its vulnerability to adversarial perturbations remains underexplored. Most existing black-box attacks focus on vector-based or discrete-action RL, and their effectiveness on image-based continuous control is limited by the large action space and excessive environment queries. We propose SEBA, a sample-efficient framework for black-box adversarial attacks on visual RL agents. SEBA integrates a shadow Q model that estimates cumulative rewards under adversarial conditions, a generative adversarial network that produces visually imperceptible perturbations, and a world model that simulates environment dynamics to reduce real-world queries. Through a two-stage iterative training procedure that alternates between learning the shadow model and refining the generator, SEBA achieves strong attack performance while maintaining efficiency. Experiments on MuJoCo and Atari benchmarks show that SEBA significantly reduces cumulative rewards, preserves visual fidelity, and greatly decreases environment interactions compared to prior black-box and white-box methods.

📄 PDF Abstract BibTeX arXiv:2511.09681

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinuous Control

Similar Papers 제목 키워드 기반

Blackbox Attacks on Reinforcement Learning Agents Using Approximated Temporal Information

2019-09-06 · Yiren Zhao, Ilia Shumailov, Han Cui, Xitong Gao 외

Recent research on reinforcement learning (RL) has suggested that trained agents are vulnerable to maliciously crafted adversarial samples. In this work, we show how such samples can be generalised from White-box and Gre…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Time Series Analysis

Replace-then-Perturb: Targeted Adversarial Attacks With Visual Reasoning for Vision-Language Models

2024-11-01 · Jonggyu Jang, Hyeonsu Lyu, Jungyeon Koh, Hyun Jong Yang

The conventional targeted adversarial attacks add a small perturbation to an image to make neural network models estimate the image as a predefined target class, even if it is not the correct target class. Recently, for …

Adversarial AttackContrastive LearningVisual Reasoning

Towards Lightweight Black-Box Attacks against Deep Neural Networks

2022-09-29 · Chenghao Sun, Yonggang Zhang, Wan Chaoqun, Qizhou Wang 외

Black-box attacks can generate adversarial examples without accessing the parameters of target model, largely exacerbating the threats of deployed deep neural networks (DNNs). However, previous works state that black-box…

BlackMirror: Black-Box Backdoor Detection for Text-to-Image Models via Instruction-Response Deviation

2026-03-06 · Feiran Li, Qianqian Xu, Shilong Bao, Zhiyong Yang 외 arxiv

This paper investigates the challenging task of detecting backdoored text-to-image models under black-box settings and introduces a novel detection framework BlackMirror. Existing approaches typically rely on analyzing i…

Reinforcement Learning Platform for Adversarial Black-box Attacks with Custom Distortion Filters

2025-01-23 · Soumyendu Sarkar, Ashwin Ramesh Babu, Sajad Mousavi, Vineet Gundecha 외

We present a Reinforcement Learning Platform for Adversarial Black-box untargeted and targeted attacks, RLAB, that allows users to select from various distortion filters to create adversarial examples. The platform uses …

image-classificationImage Classificationreinforcement-learningReinforcement Learning