paper-with-me

Papers

BiMLP: Compact Binary Architectures for Vision Multi-Layer Perceptrons

2022-12-29 · Yixing Xu, Xinghao Chen, Yunhe Wang

This paper studies the problem of designing compact binary architectures for vision multi-layer perceptrons (MLPs). We provide extensive analysis on the difficulty of binarizing vision MLPs and find that previous binarization methods perform poorly due to limited capacity of binary MLPs. In contrast with the traditional CNNs that utilizing convolutional operations with large kernel size, fully-connected (FC) layers in MLPs can be treated as convolutional layers with kernel size $1\times1$. Thus, the representation ability of the FC layers will be limited when being binarized, and places restrictions on the capability of spatial mixing and channel mixing on the intermediate features. To this end, we propose to improve the performance of binary MLP (BiMLP) model by enriching the representation ability of binary FC layers. We design a novel binary block that contains multiple branches to merge a series of outputs from the same stage, and also a universal shortcut connection that encourages the information flow from the previous stage. The downsampling layers are also carefully designed to reduce the computational complexity while maintaining the classification performance. Experimental results on benchmark dataset ImageNet-1k demonstrate the effectiveness of the proposed BiMLP models, which achieve state-of-the-art accuracy compared to prior binary CNNs. The MindSpore code is available at \url{https://gitee.com/mindspore/models/tree/master/research/cv/BiMLP}.

📄 PDF Abstract BibTeX arXiv:2212.14158

Code (5)

2023-MindSpore-1/ms-code-17/tree/main/BiMLP mindspore
2023-MindSpore-4/Code8/tree/main/BiMLP mindspore
2024-MindSpore-1/Code6/tree/main/BiMLP mindspore
MindSpore-paper-code-3/code1/tree/main/BiMLP mindspore
MindSpore-paper-code-3/code6/tree/main/BiMLP mindspore

Tasks

Binarization

Similar Papers 제목 키워드 기반

SUBIC: A supervised, structured binary code for image search

2017-08-09 · ICCV 2017 10 · Himalaya Jain, Joaquin Zepeda, Patrick Pérez, Rémi Gribonval

For large-scale visual search, highly compressed yet meaningful representations of images are essential. Structured vector quantizers based on product quantization and its variants are usually employed to achieve such co…

Deep HashingImage RetrievalQuantizationRetrieval

Searching for Accurate Binary Neural Architectures

2019-09-16 · Mingzhu Shen, Kai Han, Chunjing Xu, Yunhe Wang

Binary neural networks have attracted tremendous attention due to the efficiency for deploying them on mobile devices. Since the weak expression ability of binary weights and features, their accuracy is usually much lowe…

Binarizing MobileNet via Evolution-based Searching

2020-05-13 · CVPR 2020 6 · Hai Phan, Zechun Liu, Dang Huynh, Marios Savvides 외

Binary Neural Networks (BNNs), known to be one among the effectively compact network architectures, have achieved great outcomes in the visual tasks. Designing efficient binary architectures is not trivial due to the bin…

Efficient and Compact Convolutional Neural Network Architectures for Non-temporal Real-time Fire Detection

2020-10-17 · William Thomson, Neelanjan Bhowmik, Toby P. Breckon

Automatic visual fire detection is used to complement traditional fire detection sensor systems (smoke/heat). In this work, we investigate different Convolutional Neural Network (CNN) architectures and their variants for…

Binary ClassificationClassificationComputational EfficiencyFire Detection+1

High-Speed and Energy-Efficient Non-Binary Computing with Polymorphic Electro-Optic Circuits and Architectures

2023-04-15 · Ishan Thakkar, Sairam Sri Vatsavai, Venkata Sai Praneeth Karempudi

In this paper, we present microring resonator (MRR) based polymorphic E-O circuits and architectures that can be employed for high-speed and energy-efficient non-binary reconfigurable computing. Our polymorphic E-O circu…