paper-with-me

홈 › Papers

Balanced Binary Neural Networks with Gated Residual

2019-09-26 · Mingzhu Shen, Xianglong Liu, Ruihao Gong, Kai Han

Binary neural networks have attracted numerous attention in recent years. However, mainly due to the information loss stemming from the biased binarization, how to preserve the accuracy of networks still remains a critical issue. In this paper, we attempt to maintain the information propagated in the forward process and propose a Balanced Binary Neural Networks with Gated Residual (BBG for short). First, a weight balanced binarization is introduced to maximize information entropy of binary weights, and thus the informative binary weights can capture more information contained in the activations. Second, for binary activations, a gated residual is further appended to compensate their information loss during the forward process, with a slight overhead. Both techniques can be wrapped as a generic network module that supports various network architectures for different tasks including classification and detection. We evaluate our BBG on image classification tasks over CIFAR-10/100 and ImageNet and on detection task over Pascal VOC. The experimental results show that BBG-Net performs remarkably well across various network architectures such as VGG, ResNet and SSD with the superior performance over state-of-the-art methods in terms of memory consumption, inference speed and accuracy.

📄 PDF Abstract BibTeX arXiv:1909.12117

Code (1)

JDAI-CV/dabnn

Tasks

BinarizationGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Ethereum Customer Service Number +1-833-534-1729 설명 없음
Average Pooling 설명 없음
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

GTCN-G: A Residual Graph-Temporal Fusion Network for Imbalanced Intrusion Detection

2025-10-08 · Tianxiang Xu, Zhichao Wen, Xinyu Zhao, Qi Hu 외 arxiv

The escalating complexity of network threats and the inherent class imbalance in traffic data present formidable challenges for modern Intrusion Detection Systems (IDS). While Graph Neural Networks (GNNs) excel in modeli…

Multi-class ClassificationIntrusion Detection

FastRE: Towards Fast Relation Extraction with Convolutional Encoder and Improved Cascade Binary Tagging Framework

2022-05-05 · Guozheng Li, Xu Chen, Peng Wang, Jiafeng Xie 외

Recent work for extracting relations from texts has achieved excellent performance. However, most existing methods pay less attention to the efficiency, making it still challenging to quickly extract relations from massi…

Language ModellingRelationRelation ExtractionRelation Mapping

SymbolicLight V1: Spike-Gated Dual-Path Language Modeling at High Activation Sparsity

2026-05-20 · Ting Liu arxiv

Natively trained spiking language models must preserve information across time while operating through sparse binary activations, a combination that has produced a persistent quality gap relative to dense Transformers. W…

BoolNet: Streamlining Binary Neural Networks Using Binary Feature Maps

2021-09-29 · Nianhui Guo, Joseph Bethge, Haojin Yang, Kai Zhong 외

Recent works on Binary Neural Networks (BNNs) have made promising progress in narrowing the accuracy gap of BNNs to their 32-bit counterparts, often based on specialized model designs using additional 32-bit components. …

Evaluation of Attention Mechanisms in U-Net Architectures for Semantic Segmentation of Brazilian Rock Art Petroglyphs

2025-11-15 · Leonardi Melo, Luís Gustavo, Dimmy Magalhães, Lucciani Vieira 외 arxiv

This study presents a comparative analysis of three U-Net-based architectures for semantic segmentation of rock art petroglyphs from Brazilian archaeological sites. The investigated architectures were: (1) BEGL-UNet with…

Semantic Segmentation