← Search

Frederick Liu

9 accepted papers

2024

SARA-RT: Scaling up Robotics Transformers with Self-Adaptive Robust Attention

ICRA 2024poster

We present Self-Adaptive Robust Attention for Robotics Transformers (SARA-RT): a new paradigm for addressing the emerging challenge of scaling up Robotics Transformers (RT) for on-robot deployment. SARA-RT relies on the new method of fine-tuning proposed by us, called up-training. It converts pre-tr…

Cited by 10SourceScholar
2023

Augmentation with Projection: Towards an Effective and Efficient Data Augmentation Paradigm for Distillation

ICLR 2023poster

Knowledge distillation is one of the primary methods of transferring knowledge from large to small models. However, it requires massive task-specific data, which may not be plausible in many real-world applications. Data augmentation methods such as representation interpolation, token replacement, o…

2023

Dense-Exponential Random Features: Sharp Positive Estimators of the Gaussian Kernel

NeurIPS 2023poster

The problem of efficient approximation of a linear operator induced by the Gaussian or softmax kernel is often addressed using random features (RFs) which yield an unbiased approximation of the operator's result. Such operators emerge in important applications ranging from kernel methods to efficien…

Cited by 2SourcePDFScholar
2022

Chefs' Random Tables: Non-Trigonometric Random Features

NeurIPS 2022accept

We introduce chefs' random tables (CRTs), a new class of non-trigonometric random features (RFs) to approximate Gaussian and softmax kernels. CRTs are an alternative to standard random kitchen sink (RKS) methods, which inherently rely on the trigonometric maps. We present variants of CRTs where RFs…

2022

First is Better Than Last for Language Data Influence

NeurIPS 2022accept

The ability to identify influential training examples enables us to debug training data and explain model behavior. Existing techniques to do so are based on the flow of training data influence through the model parameters. For large models in NLP applications, it is often computationally infeasible…

2022

Threading the Needle of On and Off-Manifold Value Functions for Shapley Explanations

AISTATS 2022poster

A popular explainable AI (XAI) approach to quantify feature importance of a given model is via Shapley values. These Shapley values arose in cooperative games, and hence a critical ingredient to compute these in an XAI context is a so-called value function, that computes the “value” of a subset of f…

Cited by 14SourcePDFScholar
2022

Towards Tracing Knowledge in Language Models Back to the Training Data

EMNLP 2022finding

Language models (LMs) have been shown to memorize a great deal of factual knowledge contained in their training data. But when an LM generates an assertion, it is often difficult to determine where it learned this information and whether it is true. In this paper, we propose the problem of fact trac…

2021

Detecting Errors and Estimating Accuracy on Unlabeled Data with Self-training Ensembles

NeurIPS 2021poster

When a deep learning model is deployed in the wild, it can encounter test data drawn from distributions different from the training data distribution and suffer drop in performance. For safe deployment, it is essential to estimate the accuracy of the pre-trained model on the test data. However, the…

2020

Estimating Training Data Influence by Tracing Gradient Descent

NeurIPS 2020spotlight

We introduce a method called TracIn that computes the influence of a training example on a prediction made by the model. The idea is to trace how the loss on the test point changes during the training process whenever the training example of interest was utilized. We provide a scalable implementatio…