← Search

Vivek Ramanujan

19 accepted papers

2026

OpenThoughts: Data Recipes for Reasoning Models

ICLR 2026oral

Reasoning models have made rapid progress on many benchmarks involving math, code, and science. Yet, there are still many open questions about the best train- ing recipes for reasoning since state-of-the-art models often rely on proprietary datasets with little to no public information available. To…

Cited by 0SourcecodeScholar
2026

ViTok-v2: Scaling Native-Resolution Autoencoders to 5B

ICML 2026poster

Vision Transformer (ViT) tokenizers offer a scal- able alternative to convolutional auto-encoders, yet current architectures have two key limitations: their performance degrades when images vary in aspect ratio or resolution, and their reliance on adversarial losses makes them harder to train at sca…

Cited by 0SourceScholar
2026

VideoNet: A Large-Scale Dataset for Domain-Specific Action Recognition

CVPR 2026

Videos are unique in their ability to capture actions which transcend multiple frames. Accordingly, action recognition has long been a quintessential task for video models. Unfortunately, due to a lack of sufficiently diverse and challenging data, modern vision-language models (VLMs) are no longer e

Cited by 0SourceScholar
2025

Contrastive Flow Matching

ICCV 2025poster

Unconditional flow matching trains diffusion models to transport samples from a source distribution to a target distribution by enforcing that the flows between sample pairs are unique. However, in conditional settings (e.g., class-conditioned models), this uniqueness is no longer guaranteed--flows…

2025

When Worse is Better: Navigating the Compression Generation Trade-off In Visual Tokenization

NeurIPS 2025spotlight

Current image generation methods are based on a two-stage training approach. In stage 1, an auto-encoder is trained to compress an image into a latent space; in stage 2, a generative model is trained to learn a distribution over that latent space. This reveals a fundamental trade-off, do we compress…

Cited by 0SourceScholar
2024

From an Image to a Scene: Learning to Imagine the World from a Million 360° Videos

NeurIPS 2024poster

Three-dimensional (3D) understanding of objects and scenes play a key role in humans' ability to interact with the world and has been an active area of research in computer vision, graphics, and robotics. Large scale synthetic and object-centric 3D datasets have shown to be effective in training mod…

2024

The Unmet Promise of Synthetic Training Images: Using Retrieved Real Images Performs Better

NeurIPS 2024poster

Generative text-to-image models enable us to synthesize unlimited amounts of images in a controllable manner, spurring many recent efforts to train vision models with synthetic data. However, every synthetic image ultimately originates from the upstream data used to train the generator. Does the int…

2023

DataComp: In search of the next generation of multimodal datasets

NeurIPS 2023oral

Multimodal datasets are a critical component in recent breakthroughs such as CLIP, Stable Diffusion and GPT-4, yet their design does not receive the same research attention as model architectures or training algorithms. To address this shortcoming in the machine learning ecosystem, we introduce Data…

2023

Neural Priming for Sample-Efficient Adaptation

NeurIPS 2023poster

We propose Neural Priming, a technique for adapting large pretrained models to distribution shifts and downstream tasks given few or no labeled examples. Presented with class names or unlabeled test samples, Neural Priming enables the model to recall and conditions its parameters on relevant data se…

2023

Neural Radiance Field Codebooks

ICLR 2023poster

Compositional representations of the world are a promising step towards enabling high-level scene understanding and efficient transfer to downstream tasks. Learning such representations for complex scenes and tasks remains an open challenge. Towards this goal, we introduce Neural Radiance Field Code…

2023

On the Connection between Pre-training Data Diversity and Fine-tuning Robustness

NeurIPS 2023spotlight

Pre-training has been widely adopted in deep learning to improve model performance, especially when the training data for a target task is limited. In our work, we seek to understand the implications of this training strategy on the generalization properties of downstream models. More specifically,…

Cited by 21SourcePDFScholar
2022

Forward Compatible Training for Large-Scale Embedding Retrieval Systems

CVPR 2022poster

In visual retrieval systems, updating the embedding model requires recomputing features for every piece of data. This expensive process is referred to as backfilling. Recently, the idea of backward compatible training (BCT) was proposed. To avoid the cost of backfilling, BCT modifies training of the…

Cited by 23PDFcodeScholar
2022

Matryoshka Representation Learning

NeurIPS 2022accept

Learned representations are a central component in modern ML systems, serving a multitude of downstream tasks. When training such representations, it is often the case that computational and statistical constraints for each downstream task are unknown. In this context rigid, fixed capacity represent…

2021

Effects of Parameter Norm Growth During Transformer Training: Inductive Bias from Gradient Descent

EMNLP 2021main

The capacity of neural networks like the widely adopted transformer is known to be very high. Evidence is emerging that they learn successfully due to inductive bias in the training routine, typically a variant of gradient descent (GD). To better understand this bias, we study the tendency for trans…

2021

LLC: Accurate, Multi-purpose Learnt Low-dimensional Binary Codes

NeurIPS 2021poster

Learning binary representations of instances and classes is a classical problem with several high potential applications. In modern settings, the compression of high-dimensional neural representations to low-dimensional binary codes is a challenging task and often require large bit-codes to be accur…

2020

Soft Threshold Weight Reparameterization for Learnable Sparsity

ICML 2020poster

Sparsity in Deep Neural Networks (DNNs) is studied extensively with the focus of maximizing prediction accuracy given an overall parameter budget. Existing methods rely on uniform or heuristic non-uniform sparsity budgets which have sub-optimal layer-wise parameter allocation resulting in a) lower p…

2020

Supermasks in Superposition

NeurIPS 2020poster

We present the Supermasks in Superposition (SupSup) model, capable of sequentially learning thousands of tasks without catastrophic forgetting. Our approach uses a randomly initialized, fixed base network and for each task finds a subnetwork (supermask) that achieves good performance. If task identi…

2020

What's Hidden in a Randomly Weighted Neural Network?

CVPR 2020poster

Training a neural network is synonymous with learning the values of the weights. By contrast, we demonstrate that randomly weighted neural networks contain subnetworks which achieve impressive performance without ever training the weight values. Hidden in a randomly weighted Wide ResNet-50 is a subn…

Cited by 424PDFcodeScholar
2018

Improving Shape Deformation in Unsupervised Image-to-Image Translation

ECCV 2018poster

Unsupervised image-to-image translation techniques are able to map local texture between two domains, but they are typically un- successful when the domains require larger shape change. Inspired by semantic segmentation, we introduce a discriminator with dilated convo- lutions which is able to use i…