← Search

R. Venkatesh Babu

53 accepted papers

2025

Composing Parts for Expressive Object Generation

CVPR 2025poster

Image composition and generation are processes where the artists need control over various parts of the generated images. However, the current state-of-the-art generation models, like Stable Diffusion, cannot handle fine-grained part-level attributes in the text prompts. Specifically, when additiona…

Cited by 0SourcePDFScholar
2025

MirrorVerse: Pushing Diffusion Models to Realistically Reflect the World

CVPR 2025poster

Diffusion models have become central to various image editing tasks, yet they often fail to fully adhere to physical laws, particularly with effects like shadows, reflections, and occlusions. In this work, we address the challenge of generating photorealistic mirror reflections using diffusion-based…

2025

MonoPlace3D: Learning 3D-Aware Object Placement for 3D Monocular Detection

CVPR 2025poster

Current monocular 3D detectors are held back by the limited diversity and scale of real-world datasets. While data augmentation certainly helps, it's particularly difficult to generate realistic scene-aware augmented data for outdoor settings. Most current approaches to synthetic data generation foc…

Cited by 0SourcePDFScholar
2024

Balancing Act: Distribution-Guided Debiasing in Diffusion Models

CVPR 2024poster

Diffusion Models (DMs) have emerged as powerful generative models with unprecedented image generation capability. These models are widely used for data augmentation and creative applications. However DMs reflect the biases present in the training datasets. This is especially concerning in the contex…

Cited by 16SourcePDFScholar
2024

DeiT-LT: Distillation Strikes Back for Vision Transformer Training on Long-Tailed Datasets

CVPR 2024poster

Vision Transformer (ViT) has emerged as a prominent architecture for various computer vision tasks. In ViT we divide the input image into patch tokens and process them through a stack of self-attention blocks. However unlike Convolutional Neural Network (CNN) ViT's simple architecture has no informa…

2024

Leveraging Vision-Language Models for Improving Domain Generalization in Image Classification

CVPR 2024poster

Vision-Language Models (VLMs) such as CLIP are trained on large amounts of image-text pairs resulting in remarkable generalization across several data distributions. However in several cases their expensive training and data collection/curation costs do not justify the end application. This motivate…

2023

DART: Diversify-Aggregate-Repeat Training Improves Generalization of Neural Networks

CVPR 2023poster

Generalization of Neural Networks is crucial for deploying them safely in the real world. Common training strategies to improve generalization involve the use of data augmentations, ensembling and model averaging. In this work, we first establish a surprisingly simple but strong benchmark for genera…

2023

Domain-Specificity Inducing Transformers for Source-Free Domain Adaptation

ICCV 2023poster

Conventional Domain Adaptation (DA) methods aim to learn domain-invariant feature representations to improve the target adaptation performance. However, we motivate that domain-specificity is equally important since in-domain trained models hold crucial domain-specific properties that are beneficial…

Cited by 15PDFScholar
2023

Inspecting the Geographical Representativeness of Images from Text-to-Image Models

ICCV 2023poster

Recent progress in generative models has resulted in models that produce both realistic as well as relevant images for most textual inputs. These models are being used to generate millions of images everyday, and hold the potential to drastically impact areas such as generative art, digital marketin…

Cited by 39PDFcodeScholar
2023

NoisyTwins: Class-Consistent and Diverse Image Generation Through StyleGANs

CVPR 2023poster

StyleGANs are at the forefront of controllable image generation as they produce a latent space that is semantically disentangled, making it suitable for image editing and manipulation. However, the performance of StyleGANs severely degrades when trained via class-conditioning on large-scale long-tai…

2023

RMLVQA: A Margin Loss Approach for Visual Question Answering With Language Biases

CVPR 2023poster

Visual Question Answering models have been shown to suffer from language biases, where the model learns a correlation between the question and the answer, ignoring the image. While early works attempted to use question-only models or data augmentations to reduce this bias, we propose an adaptive mar…

2023

Strata-NeRF : Neural Radiance Fields for Stratified Scenes

ICCV 2023poster

Neural Radiance Fields (NeRF) approaches learn the underlying 3D representation of a scene and generate photo-realistic novel views with high fidelity. However, most proposed settings concentrate on 3D modelling a single object or a single level of a scene. However, in the real world, a person captu…

Cited by 4PDFScholar
2022

Completely Self-Supervised Crowd Counting via Distribution Matching

ECCV 2022poster

"Dense crowd counting is a challenging task that demands millions of head annotations for training models. Though existing self-supervised approaches could learn good representations, they require some labeled data to map these features to the end task of density estimation. We mitigate this issue w…

2022

Concurrent Subsidiary Supervision for Unsupervised Source-Free Domain Adaptation

ECCV 2022poster

"The prime challenge in unsupervised domain adaptation (DA) is to mitigate the domain shift between the source and target domains. Prior DA works show that pretext tasks could be used to mitigate this domain shift by learning domain invariant representations. However, in practice, we find that most…

2022

Hierarchical Semantic Regularization of Latent Spaces in StyleGANs

ECCV 2022poster

"Progress in GANs has enabled the generation of high-resolution photorealistic images of astonishing quality. StyleGANs allow for compelling attribute modification on such images via mathematical operations on the latent style vectors in the W/W+ space that effectively modulate the rich hierarchical…

Cited by 10SourcePDFScholar
2022

Improving GANs for Long-Tailed Data through Group Spectral Regularization

ECCV 2022poster

"Deep long-tailed learning aims to train useful deep networks on practical, real-world imbalanced distributions, wherein most labels of the tail classes are associated with a few samples. There has been a large body of work to train discriminative models for visual recognition on long-tailed distrib…

2022

Scaling Adversarial Training to Large Perturbation Bounds

ECCV 2022poster

"The vulnerability of Deep Neural Networks to Adversarial Attacks has fuelled research towards building robust models. While most Adversarial Training algorithms aim at defending attacks constrained within low magnitude Lp norm bounds, real-world adversaries are not limited by such constraints. In t…

2022

Towards Efficient and Effective Self-Supervised Learning of Visual Representations

ECCV 2022poster

"Self-supervision has emerged as a propitious method for visual representation learning after the recent paradigm shift from handcrafted pretext tasks to instance-similarity based approaches. Most state-of-the-art methods enforce similarity between various augmentations of a given image, while some…

2022

Uncertainty-Aware Adaptation for Self-Supervised 3D Human Pose Estimation

CVPR 2022poster

The advances in monocular 3D human pose estimation are dominated by supervised techniques that require large-scale 2D/3D pose annotations. Such methods often behave erratically in the absence of any provision to discard unfamiliar out-of-distribution data. To this end, we cast the 3D human pose lear…

Cited by 45PDFScholar
2021

Deep Implicit Surface Point Prediction Networks

ICCV 2021poster

Deep neural representations of 3D shapes as implicit functions have been shown to produce high fidelity models surpassing the resolution-memory trade-off faced by the explicit representations using meshes and point clouds. However, most such approaches focus on representing closed shapes. Unsigned d…

Cited by 53PDFScholar
2021

Generalize Then Adapt: Source-Free Domain Adaptive Semantic Segmentation

ICCV 2021poster

Unsupervised domain adaptation (DA) has gained substantial interest in semantic segmentation. However, almost all prior arts assume concurrent access to both labeled source and unlabeled target, making them unsuitable for scenarios demanding source-free adaptation. In this work, we enable source-fre…

Cited by 142PDFcodeScholar
2021

Labeled From Unlabeled: Exploiting Unlabeled Data for Few-Shot Deep HDR Deghosting

CVPR 2021poster

High Dynamic Range (HDR) deghosting is an indispensable tool in capturing wide dynamic range scenes without ghosting artifacts. Recently, convolutional neural networks (CNNs) have shown tremendous success in HDR deghosting. However, CNN-based HDR deghosting methods require collecting large datasets…

Cited by 37PDFScholar
2021

S3VAADA: Submodular Subset Selection for Virtual Adversarial Active Domain Adaptation

ICCV 2021poster

Unsupervised domain adaptation (DA) methods have focused on achieving maximal performance through aligning features from source and target domains without using labeled data in the target domain. Whereas, in the real-world scenario's it might be feasible to get labels for a small proportion of targe…

Cited by 37PDFcodeScholar
2020

Appearance Consensus Driven Self-Supervised Human Mesh Recovery

ECCV 2020poster

We present a self-supervised human mesh recovery framework to infer human pose and shape from monocular images in the absence of any paired supervision. Recent advances have shifted the interest towards directly regressing parameters of a parametric human model by supervising them on large-scale, im…

Cited by 48SourcePDFScholar
2020

Class-Incremental Domain Adaptation

ECCV 2020poster

We introduce a practical Domain Adaptation (DA) paradigm called Class-Incremental Domain Adaptation (CIDA). Existing DA methods tackle domain-shift but are unsuitable for learning novel target-domain classes. Meanwhile, class-incremental (CI) methods enable learning of new classes in absence of sour…

Cited by 69SourcePDFScholar
2020

From Image Collections to Point Clouds With Self-Supervised Shape and Pose Networks

CVPR 2020poster

Reconstructing 3D models from 2D images is one of the fundamental problems in computer vision. In this work, we propose a deep learning technique for 3D object reconstruction from a single image. Contrary to recent works that either use 3D supervision or multi-view supervision, we use only single vi…

Cited by 40PDFcodeScholar
2020

Learning to Count in the Crowd from Limited Labeled Data

ECCV 2020poster

Recent crowd counting approaches have achieved excellent performance. However, they are essentially based on fully supervised paradigm and require large number of annotated samples. Obtaining annotations is an expensive and labour-intensive process. In this work, we focus on reducing the annotation…

Cited by 88SourcePDFScholar
2020

Self-Supervised 3D Human Pose Estimation via Part Guided Novel Image Synthesis

CVPR 2020oral

Camera captured human pose is an outcome of several sources of variation. Performance of supervised 3D pose estimation approaches comes at the cost of dispensing with variations, such as shape and appearance, that may be useful for solving other related tasks. As a result, the learned model not only…

Cited by 109PDFScholar
2020

Towards Achieving Adversarial Robustness by Enforcing Feature Consistency Across Bit Planes

CVPR 2020poster

As humans, we inherently perceive images based on their predominant features, and ignore noise embedded within lower bit planes. On the contrary, Deep Neural Networks are known to confidently misclassify images corrupted with meticulously crafted perturbations that are nearly imperceptible to the hu…

Cited by 51PDFcodeScholar
2020

Towards Inheritable Models for Open-Set Domain Adaptation

CVPR 2020oral

There has been a tremendous progress in Domain Adaptation (DA) for visual recognition tasks. Particularly, open-set DA has gained considerable attention wherein the target domain contains additional unseen categories. Existing open-set DA approaches demand access to a labeled source dataset along wi…

Cited by 156PDFcodeScholar
2020

Towards Practical and Efficient High-Resolution HDR Deghosting with CNN

ECCV 2020poster

Generating High Dynamic Range (HDR) image in the presence of camera and object motion is a tedious task. If uncorrected, these motions will manifest as ghosting artifacts in the fused HDR image. On one end of the spectrum, there exist methods that generate high-quality results that are computational…

Cited by 75SourcePDFScholar
2020

Unsupervised Cross-Modal Alignment for Multi-Person 3D Pose Estimation

ECCV 2020poster

We present a deployment friendly, fast bottom-up framework for multi-person 3D human pose estimation. We adopt a novel neural representation of multi-person 3D pose which unifies the position of person instances with their corresponding 3D pose representation. This is realized by learning a generati…

Cited by 29SourcePDFScholar
2019

All for One: Frame-wise Rank Loss for Improving Video-based Person Re-identification

ICASSP 2019accepted

Person re-identification involves retrieving correct matches for a target image (query) from a set of gallery images, while video based re-identification extends this to the case of query and gallery videos. Typical video-based re-id methods ignore the temporal evolution of the intermediate represen…

Cited by 0SourceScholar
2019

GAN-Tree: An Incrementally Learned Hierarchical Generative Framework for Multi-Modal Data Distributions

ICCV 2019poster

Despite the remarkable success of generative adversarial networks, their performance seems less impressive for diverse training sets, requiring learning of discontinuous mapping functions. Though multi-mode prior or multi-generator models have been proposed to alleviate this problem, such approaches…

Cited by 16PDFcodeScholar
2019

UM-Adapt: Unsupervised Multi-Task Adaptation Using Adversarial Cross-Task Distillation

ICCV 2019oral

Aiming towards human-level generalization, there is a need to explore adaptable representation learning methods with greater transferability. Most existing approaches independently address task-transferability and cross-domain adaptation, resulting in limited generalization. In this paper, we propos…

Cited by 68PDFScholar
2018

AdaDepth: Unsupervised Content Congruent Adaptation for Depth Estimation

CVPR 2018poster

Supervised deep learning methods have shown promising results for the task of monocular depth estimation; but acquiring ground truth is costly, and prone to noise as well as inaccuracies. While synthetic datasets have been used to circumvent above problems, the resultant models do not generalize wel…

Cited by 218SourcePDFScholar
2018

Ask, Acquire, and Attack: Data-free UAP Generation using Class Impressions

ECCV 2018poster

Deep learning models are susceptible to input specific noise, called adversarial perturbations. Moreover, there exist input-agnostic noise, called Universal Adversarial Perturbations (UAP) that can affect inference of the models over most input samples. Given a model, there exist broadly two approac…

2018

Divide and Grow: Capturing Huge Diversity in Crowd Images With Incrementally Growing CNN

CVPR 2018poster

Automated counting of people in crowd images is a challenging task. The major difficulty stems from the large diversity in the way people appear in crowds. In fact, features available for crowd discrimination largely depend on the crowd density to the extent that people are only seen as blobs in a h…

Cited by 271SourcePDFScholar
2017

DeLiGAN : Generative Adversarial Networks for Diverse and Limited Data

CVPR 2017poster

A class of recent approaches for generating images, called Generative Adversarial Networks (GAN), have been used to generate impressively realistic images of objects, bedrooms, handwritten digits and a variety of other image modalities. However, typical GAN-based approaches require large amounts of…

Cited by 377PDFScholar
2017

DeepFuse: A Deep Unsupervised Approach for Exposure Fusion With Extreme Exposure Image Pairs

ICCV 2017poster

We present a novel deep learning architecture for fusing static multi-exposure images. Current multi-exposure fusion (MEF) approaches use hand-crafted features to fuse input sequence. However, the weak hand-crafted representations are not robust to varying input conditions. Moreover, they perform po…

Cited by 823PDFScholar
2016

Saliency Unified: A Deep Architecture for Simultaneous Eye Fixation Prediction and Salient Object Segmentation

CVPR 2016poster

Human eye fixations often correlate with locations of salient objects in the scene. However, only a handful of approaches have attempted to simultaneously address the related aspects of eye fixations and object saliency. In this work, we propose a deep convolutional neural network (CNN) capable of p…

Cited by 185PDFScholar