← Search

Jinfeng Yi

27 accepted papers

2023

Efficient Algorithms for Generalized Linear Bandits with Heavy-tailed Rewards

NeurIPS 2023poster

This paper investigates the problem of generalized linear bandits with heavy-tailed rewards, whose $(1+\epsilon)$-th moment is bounded for some $\epsilon\in (0,1]$. Although there exist methods for generalized linear bandits, most of them focus on bounded or sub-Gaussian rewards and are not well-sui…

Cited by 4SourcePDFScholar
2023

FedAvg Converges to Zero Training Loss Linearly for Overparameterized Multi-Layer Neural Networks

ICML 2023poster

Federated Learning (FL) is a distributed learning paradigm that allows multiple clients to learn a joint model by utilizing privately held data at each client. Significant research efforts have been devoted to develop advanced algorithms that deal with the situation where the data at individual clie…

Cited by 8SourcePDFScholar
2023

Training Meta-Surrogate Model for Transferable Adversarial Attack

AAAI 2023technical

The problem of adversarial attacks to a black-box model when no queries are allowed has posed a great challenge to the community and has been extensively investigated. In this setting, one simple yet effective method is to transfer the obtained adversarial examples from attacking surrogate models to…

2022

A Simple yet Universal Strategy for Online Convex Optimization

ICML 2022oral

Recently, several universal methods have been proposed for online convex optimization, and attain minimax rates for multiple types of convex functions simultaneously. However, they need to design and optimize one surrogate loss for each type of functions, making it difficult to exploit the structure…

Cited by 27SourcePDFScholar
2022

Can Adversarial Training Be Manipulated By Non-Robust Features?

NeurIPS 2022accept

Adversarial training, originally designed to resist test-time adversarial examples, has shown to be promising in mitigating training-time availability attacks. This defense ability, however, is challenged in this paper. We identify a novel threat model named stability attack, which aims to hinder ro…

2022

How to Robustify Black-Box ML Models? A Zeroth-Order Optimization Perspective

ICLR 2022spotlight

The lack of adversarial robustness has been recognized as an important issue for state-of-the-art machine learning (ML) models, e.g., deep neural networks (DNNs). Thereby, robustifying ML models against adversarial attacks is now a major focus of research. However, nearly all existing defense method…

2022

Smoothed Online Convex Optimization Based on Discounted-Normal-Predictor

NeurIPS 2022accept

In this paper, we investigate an online prediction strategy named as Discounted-Normal-Predictor [Kapralov and Panigrahy, 2010] for smoothed online convex optimization (SOCO), in which the learner needs to minimize not only the hitting cost but also the switching cost. In the setting of learning wit…

Cited by 8SourcePDFScholar
2022

Understanding Clipping for Federated Learning: Convergence and Client-Level Differential Privacy

ICML 2022spotlight

Providing privacy protection has been one of the primary motivations of Federated Learning (FL). Recently, there has been a line of work on incorporating the formal privacy notion of differential privacy with FL. To guarantee the client-level differential privacy in FL algorithms, the clients’ trans…

Cited by 133SourcePDFScholar
2021

Better Safe Than Sorry: Preventing Delusive Adversaries with Adversarial Training

NeurIPS 2021poster

Delusive attacks aim to substantially deteriorate the test accuracy of the learning model by slightly perturbing the features of correctly labeled training examples. By formalizing this malicious attack as finding the worst-case training data within a specific $\infty$-Wasserstein ball, we show that…

2021

Fast Certified Robust Training with Short Warmup

NeurIPS 2021poster

Recently, bound propagation based certified robust training methods have been proposed for training neural networks with certifiable robustness guarantees. Despite that state-of-the-art (SOTA) methods including interval bound propagation (IBP) and CROWN-IBP have per-batch training complexity similar…

2020

Improving Adversarial Robustness Requires Revisiting Misclassified Examples

ICLR 2020poster

Deep neural networks (DNNs) are vulnerable to adversarial examples crafted by imperceptible perturbations. A range of defense techniques have been proposed to improve DNN robustness to adversarial examples, among which adversarial training has been demonstrated to be the most effective. Adversarial…

Cited by 925SourcecodeScholar
2019

AdvIT: Adversarial Frames Identifier Based on Temporal Consistency in Videos

ICCV 2019poster

Deep neural networks (DNNs) have been widely applied in various applications, including autonomous driving and surveillance systems. However, DNNs are found to be vulnerable to adversarial examples, which are carefully crafted inputs aiming to mislead a learner to make incorrect predictions. While s…

Cited by 73PDFScholar
2019

DTWNet: a Dynamic Time Warping Network

NeurIPS 2019poster

Dynamic Time Warping (DTW) is widely used as a similarity measure in various domains. Due to its invariance against warping in the time axis, DTW provides more meaningful discrepancy measurements between two signals than other dis- tance measures. In this paper, we propose a novel component in an ar…

2019

On the Convergence and Robustness of Adversarial Training

ICML 2019oral

Improving the robustness of deep neural networks (DNNs) to adversarial examples is an important yet challenging problem for secure deep learning. Across existing defense techniques, adversarial training with Projected Gradient Decent (PGD) is amongst the most effective. Adversarial training solves a…

Cited by 456SourcePDFScholar
2019

Query-Efficient Hard-label Black-box Attack: An Optimization-based Approach

ICLR 2019poster

We study the problem of attacking machine learning models in the hard-label black-box setting, where no model information is revealed except that the attacker can make queries to probe the corresponding hard-label decisions. This is a very challenging problem since the direct extension of state-of-t…

2019

Symmetric Cross Entropy for Robust Learning With Noisy Labels

ICCV 2019poster

Training accurate deep neural networks (DNNs) in the presence of noisy labels is an important and challenging task. Though a number of approaches have been proposed for learning with noisy labels, many open issues remain. In this paper, we show that DNN learning with Cross Entropy (CE) exhibits over…

Cited by 1222PDFcodeScholar
2019

Universal Stagewise Learning for Non-Convex Problems with Convergence on Averaged Solutions

ICLR 2019poster

Although stochastic gradient descent (SGD) method and its variants (e.g., stochastic momentum methods, AdaGrad) are algorithms of choice for solving non-convex problems (especially deep learning), big gaps still remain between the theory and the practice with many questions unresolved. For example,…

Cited by 58SourcePDFScholar
2018

Adaptive Negative Curvature Descent with Applications in Non-convex Optimization

NeurIPS 2018poster

Negative curvature descent (NCD) method has been utilized to design deterministic or stochastic algorithms for non-convex optimization aiming at finding second-order stationary points or local minima. In existing studies, NCD needs to approximate the smallest eigen-value of the Hessian matrix with a…

Cited by 18SourcePDFScholar
2018

Evaluating the Robustness of Neural Networks: An Extreme Value Theory Approach

ICLR 2018poster

The robustness of neural networks to adversarial examples has received great attention due to security implications. Despite various attack approaches to crafting visually imperceptible adversarial examples, little has been developed towards a comprehensive measure of robustness. In this paper, we p…

2018

Is Robustness the Cost of Accuracy? -- A Comprehensive Study on the Robustness of 18 Deep Image Classification Models

ECCV 2018poster

The prediction accuracy has been the long-lasting and sole standard for comparing the performance of different image classification models, including the ImageNet competition. However, recent studies have highlighted the lack of robustness in well-trained deep neural networks to adversarial examples…

2018

Random Warping Series: A Random Features Method for Time-Series Embedding

AISTATS 2018poster

Time series data analytics has been a problem of substantial interests for decades, and Dynamic Time Warping (DTW) has been the most widely adopted technique to measure dissimilarity between time series. A number of global-alignment kernels have since been proposed in the spirit of DTW to extend its…

2017

Improved Dynamic Regret for Non-degenerate Functions

NeurIPS 2017poster

Recently, there has been a growing research interest in the analysis of dynamic regret, which measures the performance of an online learner against a sequence of local minimizers. By exploiting the strong convexity, previous studies have shown that the dynamic regret can be upper bounded by the path…

Cited by 143SourcePDFScholar
2016

Tracking Slowly Moving Clairvoyant: Optimal Dynamic Regret of Online Learning with True and Noisy Gradient

ICML 2016poster

This work focuses on dynamic regret of online convex optimization that compares the performance of online learning to a clairvoyant who knows the sequence of loss functions in advance and hence selects the minimizer of the loss function at each step. By assuming that the clairvoyant moves slowly (i.…

Cited by 155SourcePDFScholar