paper-with-me

Papers

Learning to Train a Binary Neural Network

2018-09-27 · Joseph Bethge, Haojin Yang, Christian Bartz, Christoph Meinel

Convolutional neural networks have achieved astonishing results in different application areas. Various methods which allow us to use these models on mobile and embedded devices have been proposed. Especially binary neural networks seem to be a promising approach for these devices with low computational power. However, understanding binary neural networks and training accurate models for practical applications remains a challenge. In our work, we focus on increasing our understanding of the training process and making it accessible to everyone. We publish our code and models based on BMXNet for everyone to use. Within this framework, we systematically evaluated different network architectures and hyperparameters to provide useful insights on how to train a binary neural network. Further, we present how we improved accuracy by increasing the number of connections in the network.

📄 PDF Abstract BibTeX arXiv:1809.10463

Code (1)

Jopyth/BMXNet 공식 구현 tf

Similar Papers 제목 키워드 기반

Training Binary Weight Networks via Semi-Binary Decomposition

2018-09-01 · ECCV 2018 9 · Qinghao Hu, Gang Li, Peisong Wang, Yifan Zhang 외

Recently binary weight networks have attracted lots of attentions due to their high computational efficiency and small parameter size. Yet they still suffer from large accuracy drops because of their limited representati…

Computational Efficiency

Training Generative Adversarial Networks with Binary Neurons by End-to-end Backpropagation

2018-10-10 · Hao-Wen Dong, Yi-Hsuan Yang

We propose the BinaryGAN, a novel generative adversarial network (GAN) that uses binary neurons at the output layer of the generator. We employ the sigmoid-adjusted straight-through estimators to estimate the gradients f…

Generative Adversarial Network

BNAS v2: Learning Architectures for Binary Networks with Empirical Improvements

2021-10-16 · Dahyun Kim, Kunal Pratap Singh, Jonghyun Choi

Backbone architectures of most binary networks are well-known floating point (FP) architectures such as the ResNet family. Questioning that the architectures designed for FP networks might not be the best for binary netw…

Quantization

Tabular Data Generation using Binary Diffusion

2024-09-20 · Vitaliy Kinakh, Slava Voloshynovskiy

Generating synthetic tabular data is critical in machine learning, especially when real data is limited or sensitive. Traditional generative models often face challenges due to the unique characteristics of tabular data,…

Tabular Data Generation

Hashing with binary autoencoders

2015-01-05 · CVPR 2015 6 · Miguel Á. Carreira-Perpiñán, Ramin Raziperchikolaei

An attractive approach for fast search in image databases is binary hashing, where each high-dimensional, real-valued image is mapped onto a low-dimensional, binary vector and the search is done in this binary space. Fin…

DecoderImage RetrievalRetrieval