Giter VIP home page Giter VIP logo

zfnet's Introduction

ZFNet Model Implementation

Visualizing and Understanding Convolutional Networks

Dataset

In the paper, the authors have trained the model on Imagenet dataset, but due to memory and processing constraints the model here has been trained on the CIFAR100 dataset

Model

The proposed model is a variation of the Alexnet module. Since the only change is in the first convolutional layer of the model, hence here all pretrained weights, of the alexnet module have been downloaded and used, and the training has been done only on the first CNN layer and the final Dense Linear layer.

Convnet Visualization

For feature visualization, the top 9 activations for each given layer is projected seperately back to the input space, which reveals the various different structures that excite a given feature map. This is done by setting all other activations in the layer to zero and the successively

  1. unpool
  2. rectify
  3. filter
to reconstruct the activations all the way back to the input pixel space.

The deconvnet function does this only for the 5th convolutional layer, and can be modified to do the same for subsequent convolutions by mapping the corresponding convolutions to transpose convolution functions.


zfnet's People

Contributors

rahatsantosh avatar

Stargazers

EpiphaNy_Wwb avatar Wenqing Chang avatar

Watchers

 avatar paper2code - bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.