← Search

Ashwinee Panda

15 accepted papers

2026

DynaGuard: A Dynamic Guardian Model With User-Defined Policies

ICLR 2026poster

Guardian models play a crucial role in ensuring the safety and ethical behavior of user-facing AI applications by enforcing guardrails and detecting harmful content. While standard guardian models are limited to predefined, static harm categories, we introduce DynaGuard, a suite of dynamic guardian…

Cited by 0SourcecodeScholar
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
2025

Dense Backpropagation Improves Training for Sparse Mixture-of-Experts

NeurIPS 2025poster

Mixture of Experts (MoE) pretraining is more scalable than dense Transformer pretraining, because MoEs learn to route inputs to a sparse set of their feedforward parameters. However, this means that MoEs only receive a sparse backward update, leading to training instability and suboptimal performanc…

Cited by 0SourcecodeScholar
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

Privacy Auditing of Large Language Models

ICLR 2025poster

Current techniques for privacy auditing of large language models (LLMs) have limited efficacy---they rely on basic approaches to generate canaries which leads to weak membership inference attacks that in turn give loose lower bounds on the empirical privacy leakage. We develop canaries that are far…

Cited by 5SourcePDFScholar
2025

Safety Alignment Should be Made More Than Just a Few Tokens Deep

ICLR 2025oral

The safety alignment of current Large Language Models (LLMs) is vulnerable. Simple attacks, or even benign fine-tuning, can jailbreak aligned models. We note that many of these vulnerabilities are related to a shared underlying issue: safety alignment can take shortcuts, wherein the alignment adapts…

2024

A New Linear Scaling Rule for Private Adaptive Hyperparameter Optimization

ICML 2024poster

An open problem in differentially private deep learning is hyperparameter optimization (HPO). DP-SGD introduces new hyperparameters and complicates existing ones, forcing researchers to painstakingly tune hyperparameters with hundreds of trials, which in turn makes it impossible to account for the p…

Cited by 5SourcePDFScholar
2024

Privacy-Preserving In-Context Learning for Large Language Models

ICLR 2024poster

In-context learning (ICL) is an important capability of Large Language Models (LLMs), enabling these models to dynamically adapt based on specific, in-context exemplars, thereby improving accuracy and relevance. However, LLM's responses may leak the sensitive private information contained in in-cont…

Cited by 40SourcePDFScholar
2024

Teach LLMs to Phish: Stealing Private Information from Language Models

ICLR 2024poster

When large language models are trained on private data, it can be a \textit{significant} privacy risk for them to memorize and regurgitate sensitive information. In this work, we propose a new \emph{practical} data extraction attack that we call ``neural phishing''. This attack enables an adversary…

Cited by 27SourcePDFScholar
2024

Visual Adversarial Examples Jailbreak Aligned Large Language Models

AAAI 2024technical

Warning: this paper contains data, prompts, and model outputs that are offensive in nature. Recently, there has been a surge of interest in integrating vision into Large Language Models (LLMs), exemplified by Visual Language Models (VLMs) such as Flamingo and GPT-4. This paper sheds light on the se…

2023

Differentially Private Image Classification by Learning Priors from Random Processes

NeurIPS 2023spotlight

In privacy-preserving machine learning, differentially private stochastic gradient descent (DP-SGD) performs worse than SGD due to per-sample gradient clipping and noise addition. A recent focus in private learning research is improving the performance of DP-SGD on private data by incorporating prio…

2022

Neurotoxin: Durable Backdoors in Federated Learning

ICML 2022spotlight

Federated learning (FL) systems have an inherent vulnerability to adversarial backdoor attacks during training due to their decentralized nature. The goal of the attacker is to implant backdoors in the learned model with poisoned updates such that at test time, the model’s outputs can be fixed to a…

2022

SparseFed: Mitigating Model Poisoning Attacks in Federated Learning with Sparsification

AISTATS 2022poster

Federated learning is inherently vulnerable to model poisoning attacks because its decentralized nature allows attackers to participate with compromised devices. In model poisoning attacks, the attacker reduces the model’s performance on targeted sub-tasks (e.g. classifying planes as birds) by uploa…

2020

FetchSGD: Communication-Efficient Federated Learning with Sketching

ICML 2020poster

Existing approaches to federated learning suffer from a communication bottleneck as well as convergence issues due to sparse client participation. In this paper we introduce a novel algorithm,called FetchSGD, to overcome these challenges. FetchSGD compresses model updates using a Count Sketch, and t…

Cited by 464SourcePDFScholar