← Search

Aditya Golatkar

13 accepted papers

2026

Re-FORC: Adaptive Reward Prediction for Efficient Chain-of-Thought Reasoning

ICML 2026poster

We propose Re-FORC, an adaptive reward prediction method that, given a context, enables prediction of the expected future rewards as a function of the number of future thinking tokens. Re-FORC trains a lightweight adapter on reasoning models, demonstrating improved prediction with longer reasoning a…

Cited by 0SourceScholar
2025

PICASO: Permutation-Invariant Context Composition with State Space Models

ICLR 2025poster

Providing Large Language Models with relevant contextual knowledge at inference time has been shown to greatly improve the quality of their generations. This is often achieved by prepending informative passages of text, or 'contexts', retrieved from external knowledge bases to their input. However,…

Cited by 0SourcePDFScholar
2024

B'MOJO: Hybrid State Space Realizations of Foundation Models with Eidetic and Fading Memory

NeurIPS 2024poster

We describe a family of architectures to support transductive inference by allowing memory to grow to a finite but a-priori unknown bound while making efficient use of finite resources for inference. Current architectures use such resources to represent data either eidetically over a finite span ('c…

Cited by 8SourcePDFScholar
2024

CPR: Retrieval Augmented Generation for Copyright Protection

CVPR 2024poster

Retrieval Augmented Generation (RAG) is emerging as a flexible and robust technique to adapt models to private users data without training to handle credit attribution and to allow efficient machine unlearning at scale. However RAG techniques for image generation may lead to parts of the retrieved s…

Cited by 79SourcePDFScholar
2024

Diffusion Soup: Model Merging for Text-to-Image Diffusion Models

ECCV 2024poster

"We present Diffusion Soup, a compartmentalization method for Text-to-Image Generation that averages the weights of diffusion models trained on sharded data. By construction, our approach enables training-free continual learning and unlearning with no additional memory or inference costs, since mode…

2023

SAFE: Machine Unlearning With Shard Graphs

ICCV 2023poster

We present Synergy Aware Forgetting Ensemble (SAFE), a method to adapt large models on a diverse collection of data while minimizing the expected cost to remove the influence of training samples from the trained model. This process, also known as selective forgetting or unlearning, is often conducte…

Cited by 29PDFScholar
2022

Mixed Differential Privacy in Computer Vision

CVPR 2022oral

We introduce AdaMix, an adaptive differentially private algorithm for training deep neural network classifiers using both private and public image data. While pre-training language models on large public datasets has enabled strong differential privacy (DP) guarantees with minor loss of accuracy, a…

Cited by 64PDFcodeScholar
2022

On Leave-One-Out Conditional Mutual Information For Generalization

NeurIPS 2022accept

We derive information theoretic generalization bounds for supervised learning algorithms based on a new measure of leave-one-out conditional mutual information (loo-CMI). In contrast to other CMI bounds, which may be hard to evaluate in practice, our loo-CMI bounds are easier to compute and can be i…

Cited by 10SourcePDFScholar
2021

LQF: Linear Quadratic Fine-Tuning

CVPR 2021poster

Classifiers that are linear in their parameters, and trained by optimizing a convex loss function, have predictable behavior with respect to changes in the training data, initial conditions, and optimization. Such desirable properties are absent in deep neural networks (DNNs), typically trained by n…

Cited by 32PDFScholar
2021

Mixed-Privacy Forgetting in Deep Networks

CVPR 2021poster

We show that the influence of a subset of the training samples can be removed -- or "forgotten" -- from the weights of a network trained on large-scale image classification tasks, and we provide strong computable bounds on the amount of remaining information after forgetting. Inspired by real-world…

Cited by 191PDFScholar
2020

Eternal Sunshine of the Spotless Net: Selective Forgetting in Deep Networks

CVPR 2020poster

We explore the problem of selectively forgetting a particular subset of the data used for training a deep neural network. While the effects of the data to be forgotten can be hidden from the output of the network, insights may still be gleaned by probing deep into its weights. We propose a method fo…

Cited by 556PDFScholar
2020

Forgetting Outside the Box: Scrubbing Deep Networks of Information Accessible from Input-Output Observations

ECCV 2020poster

We describe a procedure for removing dependency on a cohort of training data from a trained deep network that improves upon and generalizes previous methods to different readout functions, and can be extended to ensure forgetting in the final activations of the network. We introduce a new bound on h…

Cited by 231SourcePDFScholar