paper-with-me

Papers

Adversarial Domain Randomization

2018-12-03 · Rawal Khirodkar, Kris M. Kitani

Domain Randomization (DR) is known to require a significant amount of training data for good performance. We argue that this is due to DR's strategy of random data generation using a uniform distribution over simulation parameters, as a result, DR often generates samples which are uninformative for the learner. In this work, we theoretically analyze DR using ideas from multi-source domain adaptation. Based on our findings, we propose Adversarial Domain Randomization (ADR) as an efficient variant of DR which generates adversarial samples with respect to the learner during training. We implement ADR as a policy whose action space is the quantized simulation parameter space. At each iteration, the policy's action generates labeled data and the reward is set as negative of learner's loss on this data. As a result, we observe ADR frequently generates novel samples for the learner like truncated and occluded objects for object detection and confusing classes for image classification. We perform evaluations on datasets like CLEVR, Syn2Real, and VIRAT for various tasks where we demonstrate that ADR outperforms DR by generating fewer data samples.

📄 PDF Abstract BibTeX arXiv:1812.00491

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptationimage-classificationImage Classificationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Object Detection using Domain Randomization and Generative Adversarial Refinement of Synthetic Images

2018-05-30 · Fernando Camaro Nogues, Andrew Huie, Sakyasingha Dasgupta

In this work, we present an application of domain randomization and generative adversarial networks (GAN) to train a near real-time object detector for industrial electric parts, entirely in a simulated environment. Larg…

object-detectionObject DetectionTranslation

Mitigating Adversarial Effects Through Randomization

2017-11-06 · ICLR 2018 1 · Cihang Xie, Jian-Yu Wang, Zhishuai Zhang, Zhou Ren 외

Convolutional neural networks have demonstrated high accuracy on various tasks in recent years. However, they are extremely vulnerable to adversarial examples. For example, imperceptible perturbations added to clean imag…

Adversarial DefenseImage Classification

Output Randomization: A Novel Defense for both White-box and Black-box Adversarial Models

2021-07-08 · Daniel Park, Haidar Khan, Azer Khan, Alex Gittens 외

Adversarial examples pose a threat to deep neural network models in a variety of scenarios, from settings where the adversary has complete knowledge of the model in a "white box" setting and to the opposite in a "black b…

Unveiling the Role of Randomization in Multiclass Adversarial Classification: Insights from Graph Theory

2025-03-18 · Lucas Gnecco-Heredia, Matteo Sammut, Muni Sreenivas Pydi, Rafael Pinot 외

Randomization as a mean to improve the adversarial robustness of machine learning models has recently attracted significant attention. Unfortunately, much of the theoretical analysis so far has focused on binary classifi…

Adversarial RobustnessBinary ClassificationClassification

Random Logit Scaling: Defending Deep Neural Networks Against Black-Box Score-Based Adversarial Example Attacks

2026-07-16 · Hamid Dashtbani, Mehdi Dousti Gandomani, AmirMahdi Sadeghzadeh arxiv

Machine learning models are increasingly adapted in various domains. However, adversarial examples pose a significant threat to the reliable deployment of these models. In recent years, some powerful adversarial example …