← Search

Duane Boning

8 accepted papers

2020

On Lp-norm Robustness of Ensemble Decision Stumps and Trees

ICML 2020poster

Recent papers have demonstrated that ensemble stumps and trees could be vulnerable to small input perturbations, so robustness verification and defense for those models have become an important research problem. However, due to the structure of decision trees, where each node makes decision purely b…

2020

Robust Deep Reinforcement Learning against Adversarial Perturbations on State Observations

NeurIPS 2020spotlight

A deep reinforcement learning (DRL) agent observes its states through observations, which may contain natural measurement errors or adversarial noises. Since the observations deviate from the true states, they can mislead the agent into making suboptimal actions. Several works have shown this vulner…

2020

Towards Stable and Efficient Training of Verifiably Robust Neural Networks

ICLR 2020poster

Training neural networks with verifiable robustness guarantees is challenging. Several existing approaches utilize linear relaxation based neural network output bounds under perturbation, but they can slow down training by a factor of hundreds depending on the underlying network architectures. Meanw…

Cited by 396SourceScholar
2019

Robustness Verification of Tree-based Models

NeurIPS 2019poster

We study the robustness verification problem of tree based models, including random forest (RF) and gradient boosted decision tree (GBDT). Formal robustness verification of decision tree ensembles involves finding the exact minimal adversarial perturbation or a guaranteed lower bound of it. Existing…

2019

The Limitations of Adversarial Training and the Blind-Spot Attack

ICLR 2019poster

The adversarial training procedure proposed by Madry et al. (2018) is one of the most effective methods to defend against adversarial examples in deep neural net- works (DNNs). In our paper, we shed some lights on the practicality and the hardness of adversarial training by showing that the effectiv…

Cited by 194SourcePDFScholar
2018

Towards Fast Computation of Certified Robustness for ReLU Networks

ICML 2018oral

Verifying the robustness property of a general Rectified Linear Unit (ReLU) network is an NP-complete problem. Although finding the exact minimum adversarial distortion is hard, giving a certified lower bound of the minimum distortion is possible. Current available methods of computing such a bound…