Generative Adversarial Nets A generative model G that captures the data distribution. A discriminative model D estimates the probability that a sample came from the training data rather than G. Dis_probability = ( Number of samples from training data)/( Total Number of Samples generated by generator) The training procedure for Generator is ... Read more 14 Oct 2019 - 6 minute read
Paper: 4D Spatio-Temporal ConvNets In many robotics and VR/AR applications, 3D-videos are readily-available sources of input (a continuous sequence of depth images, or LIDAR scans). However, those 3D-videos are processed frame-by-frame either through 2D convnets or 3D perception algorithms. In this work, we propose 4-dimensional convolution... Read more 27 Sep 2019 - 6 minute read
Paper: U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation Architecture: Generator: Let x ∈ {Xs, Xt} represent a sample from the source and the target domain. Our translation model Gs→t consists of an encoder Es, a decoder Gt, and an auxiliary class... Read more 16 Aug 2019 - 2 minute read
Paper: A Late Fusion CNN for Digital Matting This paper studies the structure of a deep convolutional neural network to predict the foreground alpha matte by taking a single RGB image as input. Our network is fully convolutional with two decoder branches for the foreground and background classification respectively. Then a fusion branch is ... Read more 16 Jul 2019 - 5 minute read
Learning Deep Features for Discriminative Localization We know that Convolution Neural Networks are good at classification tasks. This paper decodes how previous layer activation contribute for localization tasks even though the network is being trained on classification tasks. Using Global Average pooling layer, the localization ability... Read more 05 Jul 2019 - 2 minute read
From Satellite Imagery to Disaster Insights Large-Scale Visual Relationship Understanding Spatially Invariant Unsupervised Object Detection with Convolutional Neural Networks SGD Implicitly Regularizes Generalization Error Rethinking floating point for deep learning A2 -Nets: Double Attention Networks Explore-Exploit:... Read more 03 Mar 2019 - less than 1 minute read
Sequence to Sequence Learning Sequence to sequence model comprises of two sequence networks one at the encoder side and other at the decoder side. These sequence networks are RNN. The encoder networks maps the input sequence to a vector of a fixed dimension. The decoder network decodes the target sequence from the encoded vector. Seq2seq... Read more 19 Jan 2019 - 6 minute read
This is a summarization of the Explanatory Graphs for CNNs paper. A graphical model is employed to understand the hierarchial feature representation hidden inside the CNN network which facilitates the classification , localization applications in Deep learning. The feature representation pattern from each filter is extracted to understand using... Read more 15 Jan 2019 - 2 minute read
Gated Graph Sequence Neural Networks Authors: Yujia Li & Richard Zemel Department of Computer Science, University of Toronto Toronto, Canada {yujiali,zemel}@cs.toronto.edu Marc Brockschmidt & Daniel Tarlow Microsoft Research Cambridge, UK {mabrocks,dtarlow}@microsoft.com ... Read more 01 Jan 2019 - 9 minute read