paper-with-me

홈 › Papers

Adversarial Active Learning for Deep Networks: a Margin Based Approach

2018-02-27 · Melanie Ducoffe, Frederic Precioso

We propose a new active learning strategy designed for deep neural networks. The goal is to minimize the number of data annotation queried from an oracle during training. Previous active learning strategies scalable for deep networks were mostly based on uncertain sample selection. In this work, we focus on examples lying close to the decision boundary. Based on theoretical works on margin theory for active learning, we know that such examples may help to considerably decrease the number of annotations. While measuring the exact distance to the decision boundaries is intractable, we propose to rely on adversarial examples. We do not consider anymore them as a threat instead we exploit the information they provide on the distribution of the input space in order to approximate the distance to decision boundaries. We demonstrate empirically that adversarial active queries yield faster convergence of CNNs trained on MNIST, the Shoe-Bag and the Quick-Draw datasets.

📄 PDF Abstract BibTeX arXiv:1802.09841

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Boosting Adversarial Robustness From The Perspective of Effective Margin Regularization

2022-10-11 · Ziquan Liu, Antoni B. Chan

The adversarial vulnerability of deep neural networks (DNNs) has been actively investigated in the past several years. This paper investigates the scale-variant property of cross-entropy loss, which is the most commonly …

Adversarial DefenseAdversarial Robustness

On the Power of Localized Perceptron for Label-Optimal Learning of Halfspaces with Adversarial Noise

2020-12-19 · Jie Shen

We study {\em online} active learning of homogeneous halfspaces in $\mathbb{R}^d$ with adversarial noise where the overall probability of a noisy label is constrained to be at most $\nu$. Our main contribution is a Perce…

Active LearningAttribute

MMA Training: Direct Input Space Margin Maximization through Adversarial Training

2018-12-06 · ICLR 2020 1 · Gavin Weiguang Ding, Yash Sharma, Kry Yik Chau Lui, Ruitong Huang

We study adversarial robustness of neural networks from a margin maximization perspective, where margins are defined as the distances from inputs to a classifier's decision boundary. Our study shows that maximizing margi…

Adversarial DefenseAdversarial Robustness

MARS: Margin-Adversarial Risk-controlled Stopping for Parallel LLM Test-time Scaling

2026-06-11 · Wenbo Chen, Puheng Li, Mengyang Liu, Weijie Su 외 arxiv

Parallel test-time scaling samples many reasoning traces and majority-votes their answers, improving LLM accuracy but requiring traces to run to completion, incurring substantial computational overhead. We observe that p…

Generative Subspace Adversarial Active Learning for Outlier Detection in Multiple Views of High-dimensional Data

2024-04-20 · Jose Cribeiro-Ramallo, Vadim Arzamasov, Federico Matteucci, Denis Wambold 외

Outlier detection in high-dimensional tabular data is an important task in data mining, essential for many downstream tasks and applications. Existing unsupervised outlier detection algorithms face one or more problems, …

Active LearningGenerative Adversarial NetworkOutlier Detection