← Search

Karteek Alahari

28 accepted papers

2026

Flowception: Temporally Expansive Flow Matching for Video Generation

CVPR 2026

We present Flowception, a novel non-autoregressive and variable-length video generation framework. Flowception learns a probability path that interleaves discrete frame insertions with continuous frame denoising. Compared to autoregressive methods, Flowception alleviates error accumulation/drift as

Cited by 0SourcecodeScholar
2025

Advancing Prompt-Based Methods for Replay-Independent General Continual Learning

ICLR 2025poster

General continual learning (GCL) is a broad concept to describe real-world continual learning (CL) problems, which are often characterized by online data streams without distinct transitions between tasks, i.e., blurry task boundaries. Such requirements result in poor initial performance, limited ge…

2025

Boosting Latent Diffusion with Perceptual Objectives

ICLR 2025poster

Latent diffusion models (LDMs) power state-of-the-art high-resolution generative image models. LDMs learn the data distribution in the latent space of an autoencoder (AE) and produce images by mapping the generated latents into RGB image space using the AE decoder. While this approach allows for eff…

Cited by 0SourcePDFScholar
2025

Entropy Rectifying Guidance for Diffusion and Flow Models

NeurIPS 2025poster

Guidance techniques are commonly used in diffusion and flow models to improve image quality and input consistency for conditional generative tasks such as class-conditional and text-to-image generation. In particular, classifier-free guidance (CFG) is the most widely adopted guidance technique. It r…

Cited by 0SourceScholar
2024

Learning Representations of Satellite Images From Metadata Supervision

ECCV 2024poster

Self-supervised learning is increasingly applied to Earth observation problems that leverage satellite and other remotely sensed data. Within satellite imagery, metadata such as time and location often hold significant semantic information that improves scene understanding. In this paper, we introdu…

2024

On improved Conditioning Mechanisms and Pre-training Strategies for Diffusion Models

NeurIPS 2024poster

Large-scale training of latent diffusion models (LDMs) has enabled unprecedented quality in image generation. However, large-scale end-to-end training of these models is computationally costly, and hence most research focuses either on finetuning pretrained models or experiments at smaller scales…

Cited by 1SourcePDFScholar
2024

Unlocking Pre-trained Image Backbones for Semantic Image Synthesis

CVPR 2024poster

Semantic image synthesis i.e. generating images from user-provided semantic label maps is an important conditional image generation task as it allows to control both the content as well as the spatial layout of generated images. Although diffusion models have pushed the state of the art in generativ…

Cited by 11SourcePDFScholar
2023

A Soft Nearest-Neighbor Framework for Continual Semi-Supervised Learning

ICCV 2023oral

Despite significant advances, the performance of state-of-the-art continual learning approaches hinges on the unrealistic scenario of fully labeled data. In this paper, we tackle this challenge and propose an approach for continual semi-supervised learning--a setting where not all the data samples a…

Cited by 26PDFcodeScholar
2023

Fake It Till You Make It: Learning Transferable Representations From Synthetic ImageNet Clones

CVPR 2023poster

Recent image generation models such as Stable Diffusion have exhibited an impressive ability to generate fairly realistic images starting from a simple text prompt. Could such models render real images obsolete for training image prediction models? In this paper, we answer part of this provocative q…

Cited by 179SourcePDFScholar
2023

No Reason for No Supervision: Improved Generalization in Supervised Models

ICLR 2023top-25%

We consider the problem of training a deep neural network on a given classification task, e.g., ImageNet-1K (IN1K), so that it excels at both the training task as well as at other (future) transfer tasks. These two seemingly contradictory properties impose a trade-off between improving the model’s g…

Cited by 35SourcePDFScholar
2023

Semi-Supervised Learning Made Simple With Self-Supervised Clustering

CVPR 2023poster

Self-supervised learning models have been shown to learn rich visual representations without requiring human annotations. However, in many real-world scenarios, labels are partially available, motivating a recent line of work on semi-supervised methods inspired by self-supervised principles. In this…

2022

LaRa: Latents and Rays for Multi-Camera Bird’s-Eye-View Semantic Segmentation

CoRL 2022poster

Recent works in autonomous driving have widely adopted the bird’seye-view (BEV) semantic map as an intermediate representation of the world. Online prediction of these BEV maps involves non-trivial operations such as multi-camera data extraction as well as fusion and projection into a common topview…

Cited by 40SourcecodeScholar
2022

Learning Goal-Conditioned Policies Offline with Self-Supervised Reward Shaping

CoRL 2022poster

Developing agents that can execute multiple skills by learning from pre-collected datasets is an important problem in robotics, where online interaction with the environment is extremely time-consuming. Moreover, manually designing reward functions for every single desired skill is prohibitive. Prio…

Cited by 22SourcecodeScholar
2022

Memory-Augmented Reinforcement Learning for Image-Goal Navigation

IROS 2022poster

In this work, we present a memory-augmented approach for image-goal navigation. Earlier attempts, including RL-based and SLAM-based approaches have either shown poor generalization performance, or are heavily-reliant on pose/depth sensors. Our method is based on an attention-based end-to-end model t…

Cited by 88SourcecodeScholar
2022

Self-Supervised Models Are Continual Learners

CVPR 2022poster

Self-supervised models have been shown to produce comparable or better visual representations than their supervised counterparts when trained offline on unlabeled data at scale. However, their efficacy is catastrophically reduced in a Continual Learning (CL) scenario where data is presented to the m…

Cited by 217PDFcodeScholar
2021

Concept Generalization in Visual Representation Learning

ICCV 2021poster

Measuring concept generalization, i.e., the extent to which models trained on a set of (seen) visual concepts can be leveraged to recognize a new set of (unseen) concepts, is a popular way of evaluating visual representations, especially in a self-supervised learning framework. Nonetheless, the choi…

Cited by 50PDFcodeScholar
2021

Regularized Frank-Wolfe for Dense CRFs: Generalizing Mean Field and Beyond

NeurIPS 2021poster

We introduce regularized Frank-Wolfe, a general and effective algorithm for inference and learning of dense conditional random fields (CRFs). The algorithm optimizes a nonconvex continuous relaxation of the CRF inference problem using vanilla Frank-Wolfe with approximate updates, which are equivalen…

2020

Meta-Learning with Shared Amortized Variational Inference

ICML 2020poster

We propose a novel amortized variational inference scheme for an empirical Bayes meta-learning model, where model parameters are treated as latent variables. We learn the prior distribution over model parameters conditioned on limited training data using a variational autoencoder approach. Our frame…

2019

Adaptive Density Estimation for Generative Models

NeurIPS 2019spotlight

Unsupervised learning of generative models has seen tremendous progress over recent years, in particular due to generative adversarial networks (GANs), variational autoencoders, and flow-based models. GANs have dramatically improved sample quality, but suffer from two drawbacks: (i) they mode-drop,…

Cited by 30SourcePDFScholar
2019

MARS: Motion-Augmented RGB Stream for Action Recognition

CVPR 2019poster

Most state-of-the-art methods for action recognition consist of a two-stream architecture with 3D convolutions: an appearance stream for RGB frames and a motion stream for optical flow frames. Although combining flow with RGB improves the performance, the cost of computing accurate optical flow is…

Cited by 336PDFScholar
2018

Actor and Observer: Joint Modeling of First and Third-Person Videos

CVPR 2018poster

Several theories in cognitive neuroscience suggest that when people interact with the world, or simulate interactions, they do so from a first-person egocentric perspective, and seamlessly transfer knowledge between third-person (observer) and first-person (actor). Despite this, learning such models…

2018

End-to-End Incremental Learning

ECCV 2018poster

Although deep learning approaches have stood out in recent years due to their state-of-the-art results, they continue to suffer from catastrophic forgetting, a dramatic decrease in overall performance when training with new classes added incrementally. This is due to current neural network architect…

2017

Incremental Learning of Object Detectors Without Catastrophic Forgetting

ICCV 2017poster

Despite their success for object detection, convolutional neural networks are ill-equipped for incremental learning, i.e., adapting the original model trained on a set of classes to additionally detect objects of new classes, in the absence of the initial training data. They suffer from "catastrophi…

Cited by 685PDFScholar