lab301 Blog

Thinking will not overcome fear but action will.

Non-local Neural Networks

Non-local NN


Adversarial Examples Detection in Deep Networks with Convolutional Filter Statistics

AdvDetect

Summary Two Types of Adversarial Example LBFGS-adversarials EA-adversarials A Hypothesis Explanation Test-set should be Interpolation of Train-set Ad...

Adversarial Inverse Graphics Networks

AIGN

Outline The paper proposes the Adversarial Inverse Graphics networks (AIGNs) for weakly supervised learning: Combining feedback from rendering predictions With distribution matching b...

Pixel Recurrent Neural Networks

RNN

#Outline [TOC] Introduction This is a work of Google DeepMind. It introduced a way to model the distribution of natural images for generative models. Two methods based on LSTM, Row-RNN and Diago...

Single Shot MultiBox Detector

SSD

related work figure 1: classic network of object detection model figure 2: the confrontation between YOLO and SSD details Multi-scale feature maps for detection Convolutional predictors for de...

Learning Spatio-Temporal Representation with Pseudo-3D Residual Networks

P3D


Conditional Image Generation with PixelCNN Decoders

cPixelCNN

PixelRNN PixelRNNs generate new images pixel by pixel (and row by row) via LSTMs (or other RNNs). Each pixel is therefore conditioned on the previously generated pixels. Training of PixelRNN...

Generative Modeling of Audible Shapes for Object Perception

Generate Audio-Visual Data

Outline The paper proposes a a pipeline that generates audio-visual data based on their 3D object shapes and their physical properties: Construct a synthetic audio-visual dataset: Sound-2...

CVAE-GAN

Generative model

Introduction Present a general learning framework that combines a variational auto-encoder(VAE) with a generative adversarial network(GAN). Propose a new objective for the generator. Instead o...

Deep Level Sets for Salient Object Detection

Salient Object Detection

Introduction This paper is written by Ping Hu, Bing Shuai, Jun Liu, Gang Wang and this report is done by Yan Zheyu from Liao’s Group in Zhejiang University. This paper uses Level Set method and int...