← Search

Fred Lu

8 accepted papers

2026

Intermediate N-Gramming: Deterministic and Fast N-Grams for Large N and Large Datasets

AAAI 2026technical

The number of n-gram features grows exponentially in n, making it computationally demanding to compute the most frequent n-grams even for n as small as 3. Motivated by our production machine learning system built on n-gram features, we ask: is it possible to accurately, deterministically, and quick

Cited by 0SourcePDFScholar
2024

Stabilizing Linear Passive-Aggressive Online Learning with Weighted Reservoir Sampling

NeurIPS 2024poster

Online learning methods, like the seminal Passive-Aggressive (PA) classifier, are still highly effective for high-dimensional streaming data, out-of-core processing, and other throughput-sensitive applications. Many such algorithms rely on fast adaptation to individual errors as a key to their conve…

2023

Scaling Up Differentially Private LASSO Regularized Logistic Regression via Faster Frank-Wolfe Iterations

NeurIPS 2023poster

To the best of our knowledge, there are no methods today for training differentially private regression models on sparse input data. To remedy this, we adapt the Frank-Wolfe algorithm for $L_1$ penalized linear regression to be aware of sparse inputs and to use them effectively. In doing so, we redu…

Cited by 7SourcePDFScholar
2022

A General Framework for Auditing Differentially Private Machine Learning

NeurIPS 2022accept

We present a framework to statistically audit the privacy guarantee conferred by a differentially private machine learner in practice. While previous works have taken steps toward evaluating privacy loss through poisoning attacks or membership inference, they have been tailored to specific models or…

Cited by 41SourcePDFScholar
2022

Out of Distribution Data Detection Using Dropout Bayesian Neural Networks

AAAI 2022technical

We explore the utility of information contained within a dropout based Bayesian neural network (BNN) for the task of detecting out of distribution (OOD) data. We first show how previous attempts to leverage the randomized embeddings induced by the intermediate layers of a dropout BNN can fail due to…

Cited by 35SourcePDFScholar
2021

Evaluating the Disentanglement of Deep Generative Models through Manifold Topology

ICLR 2021poster

Learning disentangled representations is regarded as a fundamental task for improving the generalization, robustness, and interpretability of generative models. However, measuring disentanglement has been challenging and inconsistent, often dependent on an ad-hoc external model or specific to a cert…