scispace - formally typeset
V

Vijay Badrinarayanan

Researcher at University of Cambridge

Publications -  62
Citations -  18129

Vijay Badrinarayanan is an academic researcher from University of Cambridge. The author has contributed to research in topics: Convolutional neural network & Deep learning. The author has an hindex of 25, co-authored 62 publications receiving 12125 citations. Previous affiliations of Vijay Badrinarayanan include Toyota & Thomson Corporation.

Papers
More filters
Journal ArticleDOI

SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation

TL;DR: Quantitative assessments show that SegNet provides good performance with competitive inference time and most efficient inference memory-wise as compared to other architectures, including FCN and DeconvNet.
Posted Content

Bayesian SegNet: Model Uncertainty in Deep Convolutional Encoder-Decoder Architectures for Scene Understanding

TL;DR: Bayesian SegNet as discussed by the authors uses Monte Carlo sampling with dropout at test time to generate a posterior distribution of pixel class labels, which improves segmentation performance by 2-3% across a number of state-of-the-art architectures.
Proceedings Article

GradNorm: Gradient Normalization for Adaptive Loss Balancing in Deep Multitask Networks

TL;DR: Gradient normalization (GradNorm) as discussed by the authors automatically balances training in deep multitask models by dynamically tuning gradient magnitudes, which has been shown to improve accuracy and reduce overfitting across multiple tasks when compared to single-task networks.
Proceedings Article

SegNet: A Deep Convolutional Encoder-Decoder Architecture for Robust Semantic Pixel-Wise Labelling

TL;DR: SegNet as mentioned in this paper is composed of a stack of encoders followed by a corresponding decoder stack which feeds into a soft-max classification layer to map low resolution feature maps at the output of the encoder stack to full input image size feature maps.
Posted Content

SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation

TL;DR: SegNet as mentioned in this paper uses pooling indices computed in the max-pooling step of the corresponding encoder to perform non-linear upsampling, which eliminates the need for learning to upsample.