LGCRMAMLJan 2, 2020

Toward Optimal Adversarial Policies in the Multiplicative Learning System with a Malicious Expert

arXiv:2001.00543v21 citations
AI Analysis

This work addresses vulnerability assessment of learning algorithms to adversarial attacks, providing insights for security in systems with integrated threats, though it is incremental as it builds on existing multiplicative weight frameworks.

The paper tackles the problem of a malicious expert in a multiplicative weight learning system, showing that a simple greedy policy is asymptotically optimal in the offline setting with an approximation ratio of 1+O(√(ln N/N)), and the optimal online policy can be computed efficiently in O(N^3).

We consider a learning system based on the conventional multiplicative weight (MW) rule that combines experts' advice to predict a sequence of true outcomes. It is assumed that one of the experts is malicious and aims to impose the maximum loss on the system. The loss of the system is naturally defined to be the aggregate absolute difference between the sequence of predicted outcomes and the true outcomes. We consider this problem under both offline and online settings. In the offline setting where the malicious expert must choose its entire sequence of decisions a priori, we show somewhat surprisingly that a simple greedy policy of always reporting false prediction is asymptotically optimal with an approximation ratio of $1+O(\sqrt{\frac{\ln N}{N}})$, where $N$ is the total number of prediction stages. In particular, we describe a policy that closely resembles the structure of the optimal offline policy. For the online setting where the malicious expert can adaptively make its decisions, we show that the optimal online policy can be efficiently computed by solving a dynamic program in $O(N^3)$. Our results provide a new direction for vulnerability assessment of commonly used learning algorithms to adversarial attacks where the threat is an integral part of the system.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes