paper-with-me

홈 › Papers

Towards Accurate Binary Neural Networks via Modeling Contextual Dependencies

2022-09-03 · Xingrun Xing, Yangguang Li, Wei Li, Wenrui Ding, Yalong Jiang, Yufeng Wang, Jing Shao, Chunlei Liu, Xianglong Liu

Existing Binary Neural Networks (BNNs) mainly operate on local convolutions with binarization function. However, such simple bit operations lack the ability of modeling contextual dependencies, which is critical for learning discriminative deep representations in vision models. In this work, we tackle this issue by presenting new designs of binary neural modules, which enables BNNs to learn effective contextual dependencies. First, we propose a binary multi-layer perceptron (MLP) block as an alternative to binary convolution blocks to directly model contextual dependencies. Both short-range and long-range feature dependencies are modeled by binary MLPs, where the former provides local inductive bias and the latter breaks limited receptive field in binary convolutions. Second, to improve the robustness of binary models with contextual dependencies, we compute the contextual dynamic embeddings to determine the binarization thresholds in general binary convolutional blocks. Armed with our binary MLP blocks and improved binary convolution, we build the BNNs with explicit Contextual Dependency modeling, termed as BCDNet. On the standard ImageNet-1K classification benchmark, the BCDNet achieves 72.3% Top-1 accuracy and outperforms leading binary methods by a large margin. In particular, the proposed BCDNet exceeds the state-of-the-art ReActNet-A by 2.9% Top-1 accuracy with similar operations. Our code is available at https://github.com/Sense-GVT/BCDN

📄 PDF Abstract BibTeX arXiv:2209.01404

Code (1)

sense-gvt/bcdnet 공식 구현 pytorch

Tasks

BinarizationInductive Bias

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

MACMD: Multi-dilated Contextual Attention and Channel Mixer Decoding for Medical Image Segmentation

2025-11-08 · Lalit Maurya, Honghai Liu, Reyer Zwiggelaar arxiv

Medical image segmentation faces challenges due to variations in anatomical structures. While convolutional neural networks (CNNs) effectively capture local features, they struggle with modeling long-range dependencies. …

Medical Image SegmentationComputational Efficiency

SpikCommander: A High-performance Spiking Transformer with Multi-view Learning for Efficient Speech Command Recognition

2025-11-11 · Jiaqi Wang, Liutao Yu, Xiongri Shen, Sihang Guo 외 arxiv

Spiking neural networks (SNNs) offer a promising path toward energy-efficient speech command recognition (SCR) by leveraging their event-driven processing paradigm. However, existing SNN-based SCR methods often struggle …

Multi-hypothesis contextual modeling for semantic segmentation

2018-12-14 · Hasan F. Ates, Sercan Sunetci

Semantic segmentation (i.e. image parsing) aims to annotate each image pixel with its corresponding semantic class label. Spatially consistent labeling of the image requires an accurate description and modeling of the lo…

SegmentationSemantic Segmentation

Semi-Global Shape-aware Network

2020-12-17 · Pengju Zhang, Yihong Wu, Jiagang Zhu

Non-local operations are usually used to capture long-range dependencies via aggregating global context to each position recently. However, most of the methods cannot preserve object shapes since they only focus on featu…

Image RetrievalPositionRetrievalSemantic Segmentation

Conditional Self-Attention for Query-based Summarization

2020-02-18 · Yujia Xie, Tianyi Zhou, Yi Mao, Weizhu Chen

Self-attention mechanisms have achieved great success on a variety of NLP tasks due to its flexibility of capturing dependency between arbitrary positions in a sequence. For problems such as query-based summarization (Qs…