paper-with-me

Papers

Basic Binary Convolution Unit for Binarized Image Restoration Network

2022-10-02 · Bin Xia, Yulun Zhang, Yitong Wang, Yapeng Tian, Wenming Yang, Radu Timofte, Luc van Gool

Lighter and faster image restoration (IR) models are crucial for the deployment on resource-limited devices. Binary neural network (BNN), one of the most promising model compression methods, can dramatically reduce the computations and parameters of full-precision convolutional neural networks (CNN). However, there are different properties between BNN and full-precision CNN, and we can hardly use the experience of designing CNN to develop BNN. In this study, we reconsider components in binary convolution, such as residual connection, BatchNorm, activation function, and structure, for IR tasks. We conduct systematic analyses to explain each component's role in binary convolution and discuss the pitfalls. Specifically, we find that residual connection can reduce the information loss caused by binarization; BatchNorm can solve the value range gap between residual connection and binary convolution; The position of the activation function dramatically affects the performance of BNN. Based on our findings and analyses, we design a simple yet efficient basic binary convolution unit (BBCU). Furthermore, we divide IR networks into four parts and specially design variants of BBCU for each part to explore the benefit of binarizing these parts. We conduct experiments on different IR tasks, and our BBCU significantly outperforms other BNNs and lightweight models, which shows that BBCU can serve as a basic unit for binarized IR networks. All codes and models will be released.

📄 PDF Abstract BibTeX arXiv:2210.00405

Code (2)

zj-binxia/bbcu 공식 구현 pytorch
caiyuanhao1998/bisci pytorch

Tasks

BinarizationImage RestorationModel Compression

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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Binarized Spectral Compressive Imaging

2023-05-17 · NeurIPS 2023 11 · Yuanhao Cai, Yuxin Zheng, Jing Lin, Xin Yuan 외

Existing deep learning models for hyperspectral image (HSI) reconstruction achieve good performance but require powerful hardwares with enormous memory and computational resources. Consequently, these methods can hardly …

Binarization

BDC-Occ: Binarized Deep Convolution Unit For Binarized Occupancy Network

2024-05-27 · Zongkai Zhang, Zidong Xu, Wenming Yang, Qingmin Liao 외

Existing 3D occupancy networks demand significant hardware resources, hindering the deployment of edge devices. Binarized Neural Networks (BNN) offer substantially reduced computational and memory requirements. However, …

Binarization

On Study of the Binarized Deep Neural Network for Image Classification

2016-02-24 · Song Wang, Dongchun Ren, Li Chen, Wei Fan 외

Recently, the deep neural network (derived from the artificial neural network) has attracted many researchers' attention by its outstanding performance. However, since this network requires high-performance GPUs and larg…

General Classificationimage-classificationImage Classification

10K is Enough: An Ultra-Lightweight Binarized Network for Infrared Small-Target Detection

2025-03-04 · Biqiao Xin, Qianchen Mao, Bingshu Wang, Jiangbin Zheng 외

The widespread deployment of InfRared Small-Target Detection(IRSTD) algorithms on edge devices necessitates the exploration of model compression techniques. Binary neural networks (BNNs) are distinguished by their except…

BinarizationModel Compression

Spatial-Spectral Binarized Neural Network for Panchromatic and Multi-spectral Images Fusion

2025-09-27 · Yizhen Jiang, Mengting Ma, Anqi Zhu, Xiaowen Ma 외 arxiv

Remote sensing pansharpening aims to reconstruct spatial-spectral properties during the fusion of panchromatic (PAN) images and low-resolution multi-spectral (LR-MS) images, finally generating the high-resolution multi-s…