← Search

Micah Goldblum

72 accepted papers

2026

Identifying and Evaluating Inactive Heads in Pretrained LLMs

ICLR 2026poster

Attention is foundational to large language models (LLMs), enabling different heads to have diverse focus on relevant input tokens. However, learned behaviors like attention sinks, where the first token receives the most attention despite limited semantic importance, suggest some heads may be inacti…

Cited by 0SourceScholar
2026

Vista4D: Video Reshooting with 4D Point Clouds

CVPR 2026

We present **Vista4D**, a robust and flexible video reshooting framework that grounds the input video and target cameras in a 4D point cloud. Specifically, given an input video, our method re-synthesizes the scene with the same dynamics from a different camera trajectory and viewpoint. Existing vide

Cited by 0SourcecodeScholar
2026

Zebra-CoT: A Dataset for Interleaved Vision-Language Reasoning

ICLR 2026poster

Humans often rely on visual aids, such as diagrams or sketches, when tackling complex problems. Teaching multimodal models to adopt similar strategies, a process known as Visual Chain of Thought (visual CoT), is much more difficult. The main challenges are: (1) weak performance of off-the-shelf visu…

Cited by 0SourcecodeScholar
2025

Adaptive Retention & Correction: Test-Time Training for Continual Learning

ICLR 2025poster

Continual learning, also known as lifelong learning or incremental learning, refers to the process by which a model learns from a stream of incoming data over time. A common problem in continual learning is the classification layer’s bias towards the most recent task. Traditionally, methods have rel…

Cited by 0SourcePDFScholar
2025

Far from the Shallow: Brain-Predictive Reasoning Embedding through Residual Disentanglement

NeurIPS 2025poster

Understanding how the human brain progresses from processing simple linguistic inputs to performing high-level reasoning is a fundamental challenge in neuroscience. While modern large language models (LLMs) are increasingly used to model neural responses to language, their internal representations a…

Cited by 0SourceScholar
2025

FineGRAIN: Evaluating Failure Modes of Text-to-Image Models with Vision Language Model Judges

NeurIPS 2025spotlight

Text-to-image (T2I) models are capable of generating visually impressive images, yet they often fail to accurately capture specific attributes in user prompts, such as the correct number of objects with the specified colors. The diversity of such errors underscores the need for a hierarchical evalua…

Cited by 0SourceScholar
2025

Gemstones: A Model Suite for Multi-Faceted Scaling Laws

NeurIPS 2025poster

Scaling laws are typically fit using a family of models with a narrow range of frozen hyperparameter choices. In this work we study scaling laws using multiple architectural shapes and hyperparameter choices, highlighting their impact on resulting prescriptions. As a primary artifact of our researc…

Cited by 0SourcecodeScholar
2025

Hidden No More: Attacking and Defending Private Third-Party LLM Inference

ICML 2025poster

Recent advances in Large Language Models (LLMs) have led to widespread adoption of third-party inference services, raising critical privacy concerns. In this work, we introduce a novel reconstruction technique that can recover original prompts from hidden states with nearly perfect accuracy across m…

Cited by 0SourcePDFScholar
2025

LLM-Generated Passphrases That Are Secure and Easy to Remember

NAACL 2025findings

Automatically generated passwords and passphrases are a cornerstone of IT security. Yet, these passphrases are often hard to remember and see only limited adoption. In this work, we use large language models to generate passphrases with rigorous security guarantees via the computation of the entropy…

2025

LiveBench: A Challenging, Contamination-Limited LLM Benchmark

ICLR 2025spotlight

Test set contamination, wherein test data from a benchmark ends up in a newer model's training set, is a well-documented obstacle for fair LLM evaluation and can quickly render benchmarks obsolete. To mitigate this, many recent benchmarks crowdsource new prompts and evaluations from human or LLM jud…

2025

Small Batch Size Training for Language Models: When Vanilla SGD Works, and Why Gradient Accumulation is Wasteful

NeurIPS 2025poster

Conventional wisdom dictates that small batch sizes make language model pretraining and fine-tuning unstable, motivating gradient accumulation, which trades off the number of optimizer steps for a proportional increase in batch size. While it is common to decrease the learning rate for smaller batch…

Cited by 0SourceScholar
2025

Style Outweighs Substance: Failure Modes of LLM Judges in Alignment Benchmarking

ICLR 2025poster

The release of ChatGPT in November 2022 sparked an explosion of interest in post-training and an avalanche of new preference optimization (PO) methods. These methods claim superior alignment by virtue of better correspondence with human pairwise preferences, often measured by LLM-judges. In this wor…

2024

Compute Better Spent: Replacing Dense Layers with Structured Matrices

ICML 2024poster

Dense linear layers are the dominant computational bottleneck in foundation models. Identifying more efficient alternatives to dense matrices has enormous potential for building more compute-efficient models, as exemplified by the success of convolutional networks in the image domain. In this work,…

2024

Identifying Attack-Specific Signatures in Adversarial Examples

ICASSP 2024accepted

The adversarial attack literature contains numerous algorithms for crafting perturbations which manipulate neural network predictions. Many of these adversarial attacks optimize inputs with the same constraints and have similar downstream impact on the models they attack. In this work, we first show…

Cited by 0SourceScholar
2024

Investigating Style Similarity in Diffusion Models

ECCV 2024poster

"Generative models are now widely used by graphic designers and artists. Prior works have shown that these models remember and often replicate content from their training data during generation. Hence as their proliferation increases, it has become important to perform a database search to determine…

Cited by 0SourcePDFScholar
2024

Large Language Models Must Be Taught to Know What They Don’t Know

NeurIPS 2024poster

When using large language models (LLMs) in high-stakes applications, we need to know when we can trust their predictions. Some works argue that prompting high-performance LLMs is sufficient to produce calibrated uncertainties, while others introduce sampling methods that can be prohibitively expensi…

2024

NEFTune: Noisy Embeddings Improve Instruction Finetuning

ICLR 2024poster

We show that language model finetuning can be improved, sometimes dramatically, with a simple augmentation. NEFTune adds noise to the embedding vectors during training. Standard finetuning of LLaMA-2-7B using Alpaca achieves $29.79$\% on AlpacaEval, which rises to $64.69$\% using noisy embeddings.…

2024

Non-Vacuous Generalization Bounds for Large Language Models

ICML 2024poster

Modern language models can contain billions of parameters, raising the question of whether they can generalize beyond the training data or simply parrot their training corpora. We provide the first non-vacuous generalization bounds for pretrained large language models (LLMs), indicating that languag…

2024

On the Reliability of Watermarks for Large Language Models

ICLR 2024poster

As LLMs become commonplace, machine-generated text has the potential to flood the internet with spam, social media bots, and valueless content. _Watermarking_ is a simple and effective strategy for mitigating such harms by enabling the detection and documentation of LLM-generated text. Yet a crucial…

2024

Position: The No Free Lunch Theorem, Kolmogorov Complexity, and the Role of Inductive Biases in Machine Learning

ICML 2024spotlight

No free lunch theorems for supervised learning state that no learner can solve all problems or that all learners achieve exactly the same accuracy on average over a uniform distribution on learning problems. Accordingly, these theorems are often referenced in support of the notion that individual pr…

Cited by 39SourcePDFScholar
2024

Searching for Efficient Linear Layers over a Continuous Space of Structured Matrices

NeurIPS 2024poster

Dense linear layers are the dominant computational bottleneck in large neural networks, presenting a critical need for more efficient alternatives. Previous efforts to develop alternatives have focused on a small number of hand-crafted structured matrices, and have neglected to investigate whether t…

2024

Spotting LLMs With Binoculars: Zero-Shot Detection of Machine-Generated Text

ICML 2024poster

Detecting text generated by modern large language models is thought to be hard, as both LLMs and humans can exhibit a wide range of complex behaviors. However, we find that a score based on contrasting two closely related language models is highly accurate at separating human-generated and machine-g…

2024

TuneTables: Context Optimization for Scalable Prior-Data Fitted Networks

NeurIPS 2024poster

While tabular classification has traditionally relied on from-scratch training, a recent breakthrough called prior-data fitted networks (PFNs) challenges this approach. Similar to large language models, PFNs make use of pretraining and in-context learning to achieve strong performance on new tasks i…

Cited by 26SourcePDFScholar
2024

Universal Guidance for Diffusion Models

ICLR 2024poster

Typical diffusion models are trained to accept a particular form of conditioning, most commonly text, and cannot be conditioned on other modalities without retraining. In this work, we propose a universal guidance algorithm that enables diffusion models to be controlled by arbitrary guidance modalit…

2024

Unlocking Tokens as Data Points for Generalization Bounds on Larger Language Models

NeurIPS 2024spotlight

Large language models (LLMs) with billions of parameters excel at predicting the next token in a sequence. Recent work computes non-vacuous compression-based generalization bounds for LLMs, but these bounds are vacuous for large models at the billion-parameter scale. Moreover, these bounds are obtai…

Cited by 7SourcePDFScholar
2023

A Performance-Driven Benchmark for Feature Selection in Tabular Deep Learning

NeurIPS 2023poster

Academic tabular benchmarks often contain small sets of curated features. In contrast, data scientists typically collect as many features as possible into their datasets, and even engineer new features from existing ones. To prevent over-fitting in subsequent downstream modeling, practitioners commo…

2023

Battle of the Backbones: A Large-Scale Comparison of Pretrained Models across Computer Vision Tasks

NeurIPS 2023poster

Neural network based computer vision systems are typically built on a backbone, a pretrained or randomly initialized feature extractor. Several years ago, the default option was an ImageNet-trained convolutional neural network. However, the recent past has seen the emergence of countless backbones…

2023

Canary in a Coalmine: Better Membership Inference with Ensembled Adversarial Queries

ICLR 2023top-25%

As industrial applications are increasingly automated by machine learning models, enforcing personal data ownership and intellectual property rights requires tracing training data back to their rightful owners. Membership inference algorithms approach this problem by using statistical techniques to…

2023

Cold Diffusion: Inverting Arbitrary Image Transforms Without Noise

NeurIPS 2023poster

Standard diffusion models involve an image transform -- adding Gaussian noise -- and an image restoration operator that inverts this degradation. We observe that the generative behavior of diffusion models is not strongly dependent on the choice of image degradation, and in fact, an entire family…

2023

Decepticons: Corrupted Transformers Breach Privacy in Federated Learning for Language Models

ICLR 2023poster

Privacy is a central tenet of Federated learning (FL), in which a central server trains models without centralizing user data. However, gradient updates used in FL can leak user information. While the most industrial uses of FL are for text applications (e.g. keystroke prediction), the majority of…

2023

Diffusion Art or Digital Forgery? Investigating Data Replication in Diffusion Models

CVPR 2023poster

Cutting-edge diffusion models produce images with high quality and customizability, enabling them to be used for commercial art and graphic design purposes. But do diffusion models create unique works of art, or are they replicating content directly from their training sets? In this work, we study i…

2023

Exploring and Exploiting Decision Boundary Dynamics for Adversarial Robustness

ICLR 2023poster

The robustness of a deep classifier can be characterized by its margins: the decision boundary's distances to natural data points. However, it is unclear whether existing robust training methods effectively increase the margin for each vulnerable point during training. To understand this, we propose…

2023

Hard Prompts Made Easy: Gradient-Based Discrete Optimization for Prompt Tuning and Discovery

NeurIPS 2023poster

The strength of modern generative models lies in their ability to be controlled through prompts. Hard prompts comprise interpretable words and tokens, and are typically hand-crafted by humans. Soft prompts, on the other hand, consist of continuous feature vectors. These can be discovered using pow…

2023

How Much Data Are Augmentations Worth? An Investigation into Scaling Laws, Invariance, and Implicit Regularization

ICLR 2023poster

Despite the clear performance benefits of data augmentations, little is known about why they are so effective. In this paper, we disentangle several key mechanisms through which data augmentations operate. Establishing an exchange rate between augmented and additional real data, we find that in out-…

2023

Loss Landscapes are All You Need: Neural Network Generalization Can Be Explained Without the Implicit Bias of Gradient Descent

ICLR 2023top-25%

It is commonly believed that the implicit regularization of optimizers is needed for neural networks to generalize in the overparameterized regime. In this paper, we observe experimentally that this implicit regularization behavior is {\em generic}, i.e. it does not depend strongly on the choice of…

2023

Panning for Gold in Federated Learning: Targeted Text Extraction under Arbitrarily Large-Scale Aggregation

ICLR 2023poster

As federated learning (FL) matures, privacy attacks against FL systems in turn become more numerous and complex. Attacks on language models have progressed from recovering single sentences in simple classification tasks to recovering larger parts of user data. Current attacks against federated langu…

Cited by 13SourcePDFScholar
2023

Rethinking Bias Mitigation: Fairer Architectures Make for Fairer Face Recognition

NeurIPS 2023oral

Face recognition systems are widely deployed in safety-critical applications, including law enforcement, yet they exhibit bias across a range of socio-demographic dimensions, such as gender and race. Conventional wisdom dictates that model biases arise from biased training data. As a consequence,…

2023

STYX: Adaptive Poisoning Attacks Against Byzantine-Robust Defenses in Federated Learning

ICASSP 2023accepted

Decentralized training of machine learning models, for instance with federated learning protocols, continues to diffuse from theory toward practical applications and use cases. In federated learning (FL), a central server trains a model collaboratively with a group of users by communicating model up…

Cited by 0SourceScholar
2023

Simplifying Neural Network Training Under Class Imbalance

NeurIPS 2023poster

Real-world datasets are often highly class-imbalanced, which can adversely impact the performance of deep learning models. The majority of research on training neural networks under class imbalance has focused on specialized loss functions and sampling techniques. Notably, we demonstrate that simply…

2023

The Lie Derivative for Measuring Learned Equivariance

ICLR 2023top-5%

Equivariance guarantees that a model's predictions capture key symmetries in data. When an image is translated or rotated, an equivariant model's representation of that image will translate or rotate accordingly. The success of convolutional neural networks has historically been tied to translation…

2023

Transfer Learning with Deep Tabular Models

ICLR 2023poster

Recent work on deep learning for tabular data demonstrates the strong performance of deep tabular models, often bridging the gap between gradient boosted decision trees and neural networks. Accuracy aside, a major advantage of neural models is that they are easily fine-tuned in new domains and learn…

2023

Understanding and Mitigating Copying in Diffusion Models

NeurIPS 2023poster

Images generated by diffusion models like Stable Diffusion are increasingly widespread. Recent works and even lawsuits have shown that these models are prone to replicating their training data, unbeknownst to the user. In this paper, we first analyze this memorization problem in text-to-image diffus…

2023

What Can We Learn from Unlearnable Datasets?

NeurIPS 2023poster

In an era of widespread web scraping, unlearnable dataset methods have the potential to protect data privacy by preventing deep neural networks from generalizing. But in addition to a number of practical limitations that make their use unlikely, we make a number of findings that call into question t…

2023

When Do Neural Nets Outperform Boosted Trees on Tabular Data?

NeurIPS 2023poster

Tabular data is one of the most commonly used types of data in machine learning. Despite recent advances in neural nets (NNs) for tabular data, there is still an active discussion on whether or not NNs generally outperform gradient-boosted decision trees (GBDTs) on tabular data, with several recent…

2022

Autoregressive Perturbations for Data Poisoning

NeurIPS 2022accept

The prevalence of data scraping from social media as a means to obtain datasets has led to growing concerns regarding unauthorized use of data. Data poisoning attacks have been proposed as a bulwark against scraping, as they make data ``unlearnable'' by adding small, imperceptible perturbations. Unf…

2022

Bayesian Model Selection, the Marginal Likelihood, and Generalization

ICML 2022oral

How do we compare between hypotheses that are entirely consistent with observations? The marginal likelihood (aka Bayesian evidence), which represents the probability of generating our observations from a prior, provides a distinctive approach to this foundational question, automatically encoding Oc…

2022

Can Neural Nets Learn the Same Model Twice? Investigating Reproducibility and Double Descent From the Decision Boundary Perspective

CVPR 2022oral

We discuss methods for visualizing neural network decision boundaries and decision regions. We use these visualizations to investigate issues related to reproducibility and generalization in neural network training. We observe that changes in model architecture (and its associate inductive bias) cau…

Cited by 80PDFcodeScholar
2022

Chroma-VAE: Mitigating Shortcut Learning with Generative Classifiers

NeurIPS 2022accept

Deep neural networks are susceptible to shortcut learning, using simple features to achieve low training loss without discovering essential semantic structure. Contrary to prior belief, we show that generative models alone are not sufficient to prevent shortcut learning, despite an incentive to reco…

Cited by 15SourcePDFScholar
2022

End-to-end Algorithm Synthesis with Recurrent Networks: Extrapolation without Overthinking

NeurIPS 2022accept

Machine learning systems perform well on pattern matching tasks, but their ability to perform algorithmic or logical reasoning is not well understood. One important reasoning capability is algorithmic extrapolation, in which models trained only on small/simple reasoning problems can synthesize compl…

Cited by 21SourcePDFScholar
2022

Fishing for User Data in Large-Batch Federated Learning via Gradient Magnification

ICML 2022spotlight

Federated learning (FL) has rapidly risen in popularity due to its promise of privacy and efficiency. Previous works have exposed privacy vulnerabilities in the FL pipeline by recovering user data from gradient updates. However, existing attacks fail to address realistic settings because they either…

2022

PAC-Bayes Compression Bounds So Tight That They Can Explain Generalization

NeurIPS 2022accept

While there has been progress in developing non-vacuous generalization bounds for deep neural networks, these bounds tend to be uninformative about why deep learning works. In this paper, we develop a compression approach based on quantizing neural network parameters in a linear subspace, profoundly…

2022

Plug-In Inversion: Model-Agnostic Inversion for Vision with Data Augmentations

ICML 2022spotlight

Existing techniques for model inversion typically rely on hard-to-tune regularizers, such as total variation or feature regularization, which must be individually calibrated for each network in order to produce adequate images. In this work, we introduce Plug-In Inversion, which relies on a simple s…

2022

Pre-Train Your Loss: Easy Bayesian Transfer Learning with Informative Priors

NeurIPS 2022accept

Deep learning is increasingly moving towards a transfer learning paradigm whereby large foundation models are fine-tuned on downstream tasks, starting from an initialization learned on the source task. But an initialization contains relatively little information about the source task, and does not r…

2022

Robbing the Fed: Directly Obtaining Private Data in Federated Learning with Modified Models

ICLR 2022poster

Federated learning has quickly gained popularity with its promises of increased user privacy and efficiency. Previous works have shown that federated gradient updates contain information that can be used to approximately recover user data in some situations. These previous attacks on user privacy…

2022

Sleeper Agent: Scalable Hidden Trigger Backdoors for Neural Networks Trained from Scratch

NeurIPS 2022accept

As the curation of data for machine learning becomes increasingly automated, dataset tampering is a mounting threat. Backdoor attackers tamper with training data to embed a vulnerability in models that are trained on that data. This vulnerability is then activated at inference time by placing a "tr…

2022

Stochastic Training is Not Necessary for Generalization

ICLR 2022poster

It is widely believed that the implicit regularization of SGD is fundamental to the impressive generalization behavior we observe in neural networks. In this work, we demonstrate that non-stochastic full-batch training can achieve comparably strong performance to SGD on CIFAR-10 using modern archit…

2022

The Close Relationship Between Contrastive Learning and Meta-Learning

ICLR 2022poster

Contrastive learning has recently taken off as a paradigm for learning from unlabeled data. In this paper, we discuss the close relationship between contrastive learning and meta-learning under a certain task distribution. We complement this observation by showing that established meta-learning meth…

Cited by 23SourcePDFScholar
2022

The Uncanny Similarity of Recurrence and Depth

ICLR 2022poster

It is widely believed that deep neural networks contain layer specialization, wherein networks extract hierarchical features representing edges and patterns in shallow layers and complete objects in deeper layers. Unlike common feed-forward models that have distinct filters at each layer, recurrent…

2022

Towards Transferable Adversarial Attacks on Vision Transformers

AAAI 2022technical

Vision transformers (ViTs) have demonstrated impressive performance on a series of computer vision tasks, yet they still suffer from adversarial examples. In this paper, we posit that adversarial attacks on transformers should be specially tailored for their architecture, jointly considering both pa…

2022

Where do Models go Wrong? Parameter-Space Saliency Maps for Explainability

NeurIPS 2022accept

Conventional saliency maps highlight input features to which neural network predictions are highly sensitive. We take a different approach to saliency, in which we identify and analyze the network parameters, rather than inputs, which are responsible for erroneous decisions. We first verify that ide…

2021

Adversarial Examples Make Strong Poisons

NeurIPS 2021poster

The adversarial machine learning literature is largely partitioned into evasion attacks on testing data and poisoning attacks on training data. In this work, we show that adversarial examples, originally intended for attacking pre-trained models, are even more effective for data poisoning than rece…

2021

Can You Learn an Algorithm? Generalizing from Easy to Hard Problems with Recurrent Networks

NeurIPS 2021poster

Deep neural networks are powerful machines for visual pattern recognition, but reasoning tasks that are easy for humans may still be difficult for neural models. Humans possess the ability to extrapolate reasoning strategies learned on simple problems to solve harder examples, often by thinking for…

2021

Data Augmentation for Meta-Learning

ICML 2021spotlight

Conventional image classifiers are trained by randomly sampling mini-batches of images. To achieve state-of-the-art performance, practitioners use sophisticated data augmentation schemes to expand the amount of training data available for sampling. In contrast, meta-learning algorithms sample suppor…

2021

Encoding Robustness to Image Style via Adversarial Feature Perturbations

NeurIPS 2021poster

Adversarial training is the industry standard for producing models that are robust to small adversarial perturbations. However, machine learning practitioners need models that are robust to other kinds of changes that occur naturally, such as changes in the style or illumination of input images. Su…

2021

Just How Toxic is Data Poisoning? A Unified Benchmark for Backdoor and Data Poisoning Attacks

ICML 2021spotlight

Data poisoning and backdoor attacks manipulate training data in order to cause models to fail during inference. A recent survey of industry practitioners found that data poisoning is the number one concern among threats ranging from model stealing to adversarial attacks. However, it remains unclear…

2021

LowKey: Leveraging Adversarial Attacks to Protect Social Media Users from Facial Recognition

ICLR 2021poster

Facial recognition systems are increasingly deployed by private corporations, government agencies, and contractors for consumer services and mass surveillance programs alike. These systems are typically built by scraping social media profiles for user images. Adversarial perturbations have been pr…

Cited by 163SourcePDFScholar
2021

Strong Data Augmentation Sanitizes Poisoning and Backdoor Attacks Without an Accuracy Tradeoff

ICASSP 2021accepted

Data poisoning and backdoor attacks manipulate victim models by maliciously modifying training data. In light of this growing threat, a recent survey of industry professionals revealed heightened fear in the private sector regarding data poisoning. Many previous defenses against poisoning either fai…

Cited by 0SourceScholar
2021

The Intrinsic Dimension of Images and Its Impact on Learning

ICLR 2021spotlight

It is widely believed that natural image data exhibits low-dimensional structure despite the high dimensionality of conventional pixel representations. This idea underlies a common intuition for the remarkable success of deep learning in computer vision. In this work, we apply dimension estimation…

2020

Adversarially Robust Few-Shot Learning: A Meta-Learning Approach

NeurIPS 2020poster

Previous work on adversarially robust neural networks for image classification requires large training sets and computationally expensive training procedures. On the other hand, few-shot learning methods are highly vulnerable to adversarial examples. The goal of our work is to produce networks whi…

2020

Truth or backpropaganda? An empirical investigation of deep learning theory

ICLR 2020spotlight

We empirically evaluate common assumptions about neural networks that are widely held by practitioners and theorists alike. In this work, we: (1) prove the widespread existence of suboptimal local minima in the loss landscape of neural networks, and we use our theory to find examples; (2) show that…

Cited by 46SourcecodeScholar
2020

Unraveling Meta-Learning: Understanding Feature Representations for Few-Shot Tasks

ICML 2020poster

Meta-learning algorithms produce feature extractors which achieve state-of-the-art performance on few-shot classification. While the literature is rich with meta-learning methods, little is known about why the resulting feature extractors perform so well. We develop a better understanding of the und…

2020

Witchcraft: Efficient PGD Attacks with Random Step Size

ICASSP 2020accepted

State-of-the-art adversarial attacks on neural networks use expensive iterative methods and numerous random restarts from different initial points. Iterative FGSM-based methods without restarts trade off performance for computational efficiency because they do not adequately explore the image space…

Cited by 0SourceScholar