← Search

Shyamgopal Karthik

15 accepted papers

2026

It's Never Too Late: Noise Optimization for Collapse Recovery in Trained Diffusion Models

CVPR 2026

Contemporary text-to-image models exhibit a surprising degree of mode collapse, as can be seen when sampling several images given the same text prompt. Previous work has attempted to address this issue by steering the model using guidance mechanisms, or by generating a large pool of candidates and r

Cited by 0SourcecodeScholar
2026

Post-hoc Probabilistic Vision-Language Models

ICLR 2026poster

Vision-language models (VLMs), such as CLIP and SigLIP, have found remarkable success in classification, retrieval, and generative tasks. For this, VLMs deterministically map images and text descriptions to a joint latent space in which their similarity is assessed using the cosine similarity. Howev…

Cited by 0SourcecodeScholar
2025

Concept-Guided Interpretability via Neural Chunking

NeurIPS 2025poster

Neural networks are often described as black boxes, reflecting the significant challenge of understanding their internal workings and interactions. We propose a different perspective that challenges the prevailing view: rather than being inscrutable, neural networks exhibit patterns in their raw po…

Cited by 0SourcecodeScholar
2025

Noise Hypernetworks: Amortizing Test-Time Compute in Diffusion Models

NeurIPS 2025poster

The new paradigm of test-time scaling has yielded remarkable breakthroughs in Large Language Models (LLMs) (e.g. reasoning models) and in generative vision models, allowing models to allocate additional computation during inference to effectively tackle increasingly complex problems. Despite the imp…

Cited by 0SourceScholar
2025

Scalable Ranked Preference Optimization for Text-to-Image Generation

ICCV 2025poster

Direct Preference Optimization (DPO) has emerged as a powerful approach to align text-to-image (T2I) models with human feedback. Unfortunately, successful application of DPO to T2I models requires a huge amount of resources to collect and label large-scale datasets, e.g., millions of generated paire…

Cited by 0SourcePDFScholar
2025

Sparse Autoencoders Learn Monosemantic Features in Vision-Language Models

NeurIPS 2025poster

Sparse Autoencoders (SAEs) have recently gained attention as a means to improve the interpretability and steerability of Large Language Models (LLMs), both of which are essential for AI safety. In this work, we extend the application of SAEs to Vision-Language Models (VLMs), such as CLIP, and introd…

Cited by 0SourcecodeScholar
2024

EgoCVR: An Egocentric Benchmark for Fine-Grained Composed Video Retrieval

ECCV 2024poster

"In Composed Video Retrieval, a video and a textual description which modifies the video content are provided as inputs to the model. The aim is to retrieve the relevant video with the modified content from a database of videos. In this challenging task, the first step is to acquire large-scale trai…

2024

ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization

NeurIPS 2024poster

Text-to-Image (T2I) models have made significant advancements in recent years, but they still struggle to accurately capture intricate details specified in complex compositional prompts. While fine-tuning T2I models with reward objectives has shown promise, it suffers from "reward hacking" and may n…

2024

Vision-by-Language for Training-Free Compositional Image Retrieval

ICLR 2024poster

Given an image and a target modification (e.g an image of the Eiffel tower and the text “without people and at night-time”), Compositional Image Retrieval (CIR) aims to retrieve the relevant target image in a database. While supervised approaches rely on annotating triplets that is costly (i.e. quer…

2023

ProbVLM: Probabilistic Adapter for Frozen Vison-Language Models

ICCV 2023poster

Large-scale vision-language models (VLMs) like CLIP successfully find correspondences between images and text. Through the standard deterministic mapping process, an image or a text sample is mapped to a single vector in the embedding space. This is problematic: as multiple samples (images or text)…

Cited by 31PDFScholar
2023

Test-Time Amendment with a Coarse Classifier for Fine-Grained Classification

NeurIPS 2023poster

We investigate the problem of reducing mistake severity for fine-grained classification. Fine-grained classification can be challenging, mainly due to the requirement of knowledge or domain expertise for accurate annotation. However, humans are particularly adept at performing coarse classification…

2022

BayesCap: Bayesian Identity Cap for Calibrated Uncertainty in Frozen Neural Networks

ECCV 2022poster

"High-quality calibrated uncertainty estimates are crucial for numerous real-world applications, especially for deep learning-based deployed ML systems. While Bayesian deep learning techniques allow uncertainty estimation, training them with large-scale datasets is an expensive process that does not…

2022

KG-SP: Knowledge Guided Simple Primitives for Open World Compositional Zero-Shot Learning

CVPR 2022poster

The goal of open-world compositional zero-shot learning(OW-CZSL) is to recognize compositions of state and objects in images, given only a subset of them during training and no prior on the unseen compositions. In this setting, models operate on a huge output space, containing all possible state-obj…

Cited by 63PDFcodeScholar
2021

No Cost Likelihood Manipulation at Test Time for Making Better Mistakes in Deep Networks

ICLR 2021poster

There has been increasing interest in building deep hierarchy-aware classifiers that aim to quantify and reduce the severity of mistakes, and not just reduce the number of errors. The idea is to exploit the label hierarchy (e.g., the WordNet ontology) and consider graph distances as a proxy for mist…

2021

ViNet: Pushing the limits of Visual Modality for Audio-Visual Saliency Prediction

IROS 2021poster

We propose the ViNet architecture for audio-visual saliency prediction. ViNet is a fully convolutional encoder-decoder architecture. The encoder uses visual features from a network trained for action recognition, and the decoder infers a saliency map via trilinear interpolation and 3D convolutions,…

Cited by 100SourcecodeScholar