← Search

Sahil Singla

16 accepted papers

2025

Focus-N-Fix: Region-Aware Fine-Tuning for Text-to-Image Generation

CVPR 2025highlight

Text-to-image (T2I) generation has made significant advances in recent years, but challenges still remain in the generation of perceptual artifacts, misalignment with complex prompts, and safety. The prevailing approach to address these issues involves collecting human feedback on generated images,…

Cited by 2SourcePDFScholar
2024

e-COP : Episodic Constrained Optimization of Policies

NeurIPS 2024poster

In this paper, we present the e-COP algorithm, the first policy optimization algorithm for constrained Reinforcement Learning (RL) in episodic (finite horizon) settings. Such formulations are applicable when there are separate sets of optimization criteria and constraints on a system's behavior. We…

Cited by 0SourcePDFScholar
2023

Spuriosity Rankings: Sorting Data to Measure and Mitigate Biases

NeurIPS 2023spotlight

We present a simple but effective method to measure and mitigate model biases caused by reliance on spurious cues. Instead of requiring costly changes to one's data or model training, our method better utilizes the data one already has by sorting them. Specifically, we rank images within their class…

Cited by 15SourcePDFScholar
2022

Improved deterministic l2 robustness on CIFAR-10 and CIFAR-100

ICLR 2022spotlight

Training convolutional neural networks (CNNs) with a strict Lipschitz constraint under the $l_{2}$ norm is useful for provable adversarial robustness, interpretable gradients and stable training. While $1$-Lipschitz CNNs can be designed by enforcing a $1$-Lipschitz constraint on each layer, training…

2021

Fantastic Four: Differentiable and Efficient Bounds on Singular Values of Convolution Layers

ICLR 2021poster

In deep neural networks, the spectral norm of the Jacobian of a layer bounds the factor by which the norm of a signal changes during forward/backward propagation. Spectral norm regularizations have been shown to improve generalization, robustness and optimization of deep learning methods. Existing m…

Cited by 41SourcePDFScholar
2021

Low Curvature Activations Reduce Overfitting in Adversarial Training

ICCV 2021poster

Adversarial training is one of the most effective defenses against adversarial attacks. Previous works suggest that overfitting is a dominant phenomenon in adversarial training leading to a large generalization gap between test and train accuracy in neural networks. In this work, we show that the ob…

Cited by 58PDFcodeScholar
2021

Perceptual Adversarial Robustness: Defense Against Unseen Threat Models

ICLR 2021poster

A key challenge in adversarial robustness is the lack of a precise mathematical characterization of human perception, used in the definition of adversarial attacks that are imperceptible to human eyes. Most current attacks and defenses try to get around this issue by considering restrictive adversar…

2021

Understanding Failures of Deep Networks via Robust Feature Extraction

CVPR 2021poster

Traditional evaluation metrics for learned models that report aggregate scores over a test set are insufficient for surfacing important and informative patterns of failure over features and instances. We introduce and study a method aimed at characterizing and explaining failures by identifying visu…

Cited by 87PDFcodeScholar
2019

Understanding Impacts of High-Order Loss Approximations and Features in Deep Learning Interpretation

ICML 2019oral

Current saliency map interpretations for neural networks generally rely on two key assumptions. First, they use first-order approximations of the loss function, neglecting higher-order terms such as the loss curvature. Second, they evaluate each feature’s importance in isolation, ignoring feature in…