paper-with-me

Papers

Recurrent Bilinear Optimization for Binary Neural Networks

2022-09-04 · Sheng Xu, Yanjing Li, Tiancheng Wang, Teli Ma, Baochang Zhang, Peng Gao, Yu Qiao, Jinhu Lv, Guodong Guo

Binary Neural Networks (BNNs) show great promise for real-world embedded devices. As one of the critical steps to achieve a powerful BNN, the scale factor calculation plays an essential role in reducing the performance gap to their real-valued counterparts. However, existing BNNs neglect the intrinsic bilinear relationship of real-valued weights and scale factors, resulting in a sub-optimal model caused by an insufficient training process. To address this issue, Recurrent Bilinear Optimization is proposed to improve the learning process of BNNs (RBONNs) by associating the intrinsic bilinear variables in the back propagation process. Our work is the first attempt to optimize BNNs from the bilinear perspective. Specifically, we employ a recurrent optimization and Density-ReLU to sequentially backtrack the sparse real-valued weight filters, which will be sufficiently trained and reach their performance limits based on a controllable learning process. We obtain robust RBONNs, which show impressive performance over state-of-the-art BNNs on various models and datasets. Particularly, on the task of object detection, RBONNs have great generalization performance. Our code is open-sourced on https://github.com/SteveTsui/RBONN .

📄 PDF Abstract BibTeX arXiv:2209.01542

Code (2)

stevetsui/rbonn 공식 구현 pytorch
stevetsui/rebnn pytorch

Tasks

object-detectionObject Detection

Similar Papers 제목 키워드 기반

Bilinear Supervised Hashing Based on 2D Image Features

2019-01-05 · Yujuan Ding, Wai Kueng Wong, Zhihui Lai, Zheng Zhang

Hashing has been recognized as an efficient representation learning method to effectively handle big data due to its low computational complexity and memory cost. Most of the existing hashing methods focus on learning th…

Representation LearningRetrieval

Bilinear Random Projections for Locality-Sensitive Binary Codes

2015-06-03 · CVPR 2015 6 · Saehoon Kim, Seungjin Choi

Locality-sensitive hashing (LSH) is a popular data-independent indexing method for approximate similarity search, where random projections followed by quantization hash the points from the database so as to ensure that t…

Quantization

Temporally-Consistent Bilinearly Recurrent Autoencoders for Control Systems

2025-03-24 · Ananda Chakrabarti, Indranil Nayak, Debdipta Goswami

This paper introduces the temporally-consistent bilinearly recurrent autoencoder (tcBLRAN), a Koopman operator based neural network architecture for modeling a control-affine nonlinear control system. The proposed method…

Comba: Improving Bilinear RNNs with Closed-loop Control

2025-06-03 · Jiaxi Hu, Yongqi Pan, Jusen Du, Disen Lan 외

Recent efficient sequence modeling methods such as Gated DeltaNet, TTT, and RWKV-7 have achieved performance improvements by supervising the recurrent memory management through Delta learning rule. Unlike previous state-…

MambaManagementState Space Models

Multi-behavioral Sequential Prediction with Recurrent Log-bilinear Model

2017-01-27 · Liu Qiang, Wu Shu, Wang Liang

With the rapid growth of Internet applications, sequential prediction in collaborative filtering has become an emerging and crucial task. Given the behavioral history of a specific user, predicting his or her next choice…

Collaborative FilteringPositionPrediction