All Projects → ayush29feb → Sketch-A-XNORNet

ayush29feb / Sketch-A-XNORNet

Licence: other
An implementation of a variation of Sketch-A-Net using XNOR ConvNets using TensorFlow

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sketch-A-XNORNet

Pytorch-XNOR-Net
XNOR-Net, with binary gemm and binary conv2d kernels, support both CPU and GPU.
Stars: ✭ 73 (+40.38%)
Mutual labels:  xnor-net, xnor-convolutions
degob
Go library/tool for viewing and reversing Go gob data [Moved to GitLab]
Stars: ✭ 34 (-34.62%)
Mutual labels:  binary-data
binview
Binary data view/editor on the terminal
Stars: ✭ 15 (-71.15%)
Mutual labels:  binary-data
fastDummies
The goal of fastDummies is to quickly create dummy variables (columns) and dummy rows.
Stars: ✭ 33 (-36.54%)
Mutual labels:  binary-data
BinaryStream
BinaryStream - a writer and reader for binary data. Best replacement for pack()/unpack().
Stars: ✭ 44 (-15.38%)
Mutual labels:  binary-data
pfp-vim
A vim hex-editor plugin that uses 010 templates to parse binary data using pfp
Stars: ✭ 57 (+9.62%)
Mutual labels:  binary-data
metal
A Java library for parsing binary data formats, using declarative descriptions.
Stars: ✭ 13 (-75%)
Mutual labels:  binary-data
XNOR-Net
XNOR-Net, CUDNN5 supported version of XNOR-Net-caffe: https://github.com/loswensiana/BWN-XNOR-caffe
Stars: ✭ 30 (-42.31%)
Mutual labels:  xnor-net
BinFind
Perform regex pattern matching on binary data. (Regex-like)
Stars: ✭ 31 (-40.38%)
Mutual labels:  binary-data
FlexBuffersSwift
Swift implementation of FlexBuffers - a sub project of FlatBuffers
Stars: ✭ 24 (-53.85%)
Mutual labels:  binary-data
Hexyl
A command-line hex viewer
Stars: ✭ 6,349 (+12109.62%)
Mutual labels:  binary-data
racket-bitsyntax
Erlang-style binaries/bitstrings for Racket
Stars: ✭ 29 (-44.23%)
Mutual labels:  binary-data
octet
A library that makes working with bytebuffers painless.
Stars: ✭ 79 (+51.92%)
Mutual labels:  binary-data

Sketch-A-XNORNet

An implementation of a variation of Sketch-A-Net using XNOR-Net in TensorFlow.

Sketch-A-Net is a multi-scale multi-channel deep neural network framework that, for the first time, yields sketch recognition performance surpassing that of humans.

XNOR-Net is a variation of standard convolutional neural networks with an approximates convolutions using primarily binary operations. XNOR-Net approximates the weights and the input tensors to be binary numbers which allows faster computation allowing 32x memory saving and 58x faster convolution operations.

Idea

The core idea of this project is to create a free-hand drawn sketch classification algorithm that understands the object drawn in the sketch by a human being. The core motivation for this idea is relevant is the context of Human Computer Interfaces. As we are moving towards more natural forms of computing interfaces like AR/VR that act as great output interfaces, research in better input sources is still lacking other than voice and natural language recognition systems.

Sketching is one of the most natural form of communication among humans since historic times. With an effective yet efficient sketch classification system we would be able to initiate a whole new form of input interface for computing platforms like AR headsets (Microsoft Hololens) or ever Mobile AR like (Google Tango). In this project we aim to extend the research done in Sketch-A-Net and XNOR-Net to create a efficient sketch classification algorithm.

Data

I will be using the TU-Berlin Sketch Dataset, which is the most commonly used human sketch dataset. It contains 250 categories with 80 sketches per category. It was collected on Amazon Mechanical Turk from 1350 participants, thus providing a variety of sketches for each category. The images are available in both SVG and PNG format.

Software Tools

I will be using Tensorflow as the primary library for this project. However, the XNOR convolutions are not yet available in Tensorflow Ops, which means part of this project would be create new Ops in the Tensorflow library.

Milestone

The following tasks should be completed by the milestone on 02/24/2017.

  • XNOR Convolution Ops in Tensorflow
  • Implement the Sketch-A-Net architecture in Tensorflow

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].