← Search

Girish Varma

6 accepted papers

2025

Parallel Backpropagation for Inverse of a Convolution with Application to Normalizing Flows

AISTATS 2025poster

The inverse of an invertible convolution is an important operation that comes up in Normalizing Flows, Image Deblurring, etc. The naive algorithm for backpropagation of this operation using Gaussian elimination has running time $O(n^3)$ where $n$ is the number of pixels in the image. We give a fast…

Cited by 0SourcecodeScholar
2023

City-Scale Pollution Aware Traffic Routing by Sampling Max Flows Using MCMC

AAAI 2023technical

A significant cause of air pollution in urban areas worldwide is the high volume of road traffic. Long-term exposure to severe pollution can cause serious health issues. One approach towards tackling this problem is to design a pollution-aware traffic routing policy that balances multiple objectives…

Cited by 2SourcePDFScholar
2018

Deep Expander Networks: Efficient Deep Networks from Graph Theory

ECCV 2018poster

Efficient CNN designs like ResNets and DenseNet were proposed to improve accuracy vs efficiency trade-offs. They essentially increased the connectivity, allowing efficient information flow across layers. Inspired by these techniques, we propose to model connections between filters of a CNN using gra…