← Search

Lily Weng

8 accepted papers

2026

Resting Neurons, Active Insights: Robustify Activation Sparsity for Large Language Models

ICML 2026poster

Activation sparsity offers a compelling route to accelerate large language model (LLM) inference by selectively suppressing hidden activations, yet existing approaches exhibit severe accuracy degradation at high sparsity. We show that this failure stems from representational instability: *activation…

Cited by 0SourceScholar
2022

Revisiting Contrastive Learning through the Lens of Neighborhood Component Analysis: an Integrated Framework

ICML 2022spotlight

As a seminal tool in self-supervised representation learning, contrastive learning has gained unprecedented attention in recent years. In essence, contrastive learning aims to leverage pairs of positive and negative samples for representation learning, which relates to exploiting neighborhood inform…

Cited by 17SourcePDFScholar
2021

Fast Training of Provably Robust Neural Networks by SingleProp

AAAI 2021technical

Recent works have developed several methods of defending neural networks against adversarial attacks with certified guarantees. However, these techniques can be computationally costly due to the use of certification during training. We develop a new regularizer that is both more efficient than exist…

Cited by 7SourcePDFScholar
2021

Hidden Cost of Randomized Smoothing

AISTATS 2021poster

The fragility of modern machine learning models has drawn a considerable amount of attention from both academia and the public. While immense interests were in either crafting adversarial attacks as a way to measure the robustness of neural networks or devising worst-case analytical robustness verif…

Cited by 31SourcePDFScholar
2020

Neural Network Control Policy Verification With Persistent Adversarial Perturbation

ICML 2020poster

Deep neural networks are known to be fragile to small adversarial perturbations, which raises serious concerns when a neural network policy is interconnected with a physical system in a closed loop. In this paper, we show how to combine recent works on static neural network certification tools with…

Cited by 11SourcePDFScholar
2019

POPQORN: Quantifying Robustness of Recurrent Neural Networks

ICML 2019oral

The vulnerability to adversarial attacks has been a critical issue for deep neural networks. Addressing this issue requires a reliable way to evaluate the robustness of a network. Recently, several methods have been developed to compute robustness quantification for neural networks, namely, certifie…

2019

PROVEN: Verifying Robustness of Neural Networks with a Probabilistic Approach

ICML 2019oral

We propose a novel framework PROVEN to \textbf{PRO}babilistically \textbf{VE}rify \textbf{N}eural network’s robustness with statistical guarantees. PROVEN provides probability certificates of neural network robustness when the input perturbation follow distributional characterization. Notably, PROVE…

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…