Selected Publications
|
|
Comparing Distributions by Measuring Differences that Affect Decision Making
Proposed a way to measure the discrepancy between two probability distributions based on optimal decision loss.
Our approach outperformed prior approaches for two-sample tests across different datasets.
The proposed divergence can also be used for feature selection, sample quality evaluation or even studying the effect of climate change.
Best Paper Award at ICLR, 2022 .
|
|
D2C: Diffusion-Denoising Models for Few-shot Conditional Generation
Developed a single model that can both learn rich latent representations, and sample images from that latent space.
Added contrastive loss on top of VAE to learn good representations and learnt a strong prior over the latent space of VAE, using diffusion models.
Our model allows us to perform few shot conditional generation tasks, such as conditional image manipulation with limited examples.
Paper accepted at NeurIPS, 2021 .
|
|
Negative Data Augmentation
Proposed a new GAN training objective to incorporate negative data augmentation.
Obtained significant gain in conditional/unconditional image generation and anomaly detection using the discriminator.
Incorporated negative augmentations for contrastive learning based approaches for images and videos and achieved gains in linear classification.
Paper accepted at ICLR, 2020 .
Youtube Video summarizing the paper.
|
|
Introspection: Accelerating Neural Network Training By Learning Weight Evolution
Developed an algorithm to speed up training of deep neural networks by predicting future weight values.
Achieved 20% and 40% improvement in training time for Cifar-10 and ImageNet datasets respectively.
Paper accepted at ICLR, 2017 .
|
|
Charting the Right Manifold: Manifold Mixup for Few-shot Learning
Used self-supervision techniques - rotation and exemplar, followed by manifold mixup for few-shot classification tasks.
The proposed approach beats the current state-of-the-art accuracy on mini-ImageNet, CUB and CIFAR-FS datasets by 3-8%.
Paper accepted at WACV, 2020 .
|
|
Harnessing the Vulnerability of Latent Layers in Adversarially Trained Models
Analyzed the adversarial trained models for vulnerability against adversarial perturbations at the latent layers.
The algorithm achieved the state-of-the art adversarial accuracy against strong adversarial attacks.
Paper accepted at IJCAI, 2019 .
|
|
Attention Based Natural Language Grounding By Navigating Virtual Environment
Made a 2D grid environment in which an agent performs tasks on the basis of natural language sentence. Developed a new fusion mechanism for the fusion of visual and textual features to solve the problem.
The proposed methodology outperformed the state-of-the-art in terms of both speed and performance for the 2D as well as a 3D environment.
Paper accepted at WACV, 2019 .
|
|
Hybrid Mutual Information Lower-Bound Estimators For Representation Learning
Proposed a hybrid model that can be used both as a generative as well as a representation learning model.
Trained auto-encoder with contrastive learning to learn good representations, followed by diffusion model over the latent space to learn a generative model.
Paper accepted at ICLR 2021 Workshop: Neural Compression: From Information Theory to Applications.
|
|
Powering Robust Fashion Retrieval with Information Rich Feature Embeddings
Proposed a grid based training of siamese networks, allowing the network to observe mutiplte positive and negative image instances simultaneously.
Best Paper Award at CVPR Workshop, 2019 .
|
|
On The Benefits Of Models With Perceptually ALigned Gradients
Analyzed the models adversarially trained with small perturbation. Such models have interpretable gradients without incurring a significant drop in the performance over clean images.
Used these models for zero-shot transfer and weakly supervised object localization tasks, achieveing significant gains in performance.
Paper accepted at ICLR 2020 Workshop: Towards Trustworthy ML.
|
|
cFineGAN: Unsupervised multi-conditional fine-grained image generation
Proposed a multi-conditional image generation pipeline that generates an image which contains the shape of first input and texture of second input image.
Paper accepted at NeurIPS Workshop on Machine Learning for Creativity and Design 3.0, 2019.
|
|
Improving Classification Performance of Support VectorMachines via Guided Custom Kernel Search
Used a modification of the neural architecture search to discover a kernel function for SVM over MNIST dataset.
Paper accepted at GECCO, 2019 .
|