Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,7 @@ base_model:
|
|
| 19 |
[](https://arxiv.org/abs/2403.03739)
|
| 20 |
[](https://cvpr.thecvf.com/virtual/2024/poster/29447)
|
| 21 |
[](https://scholar.google.com/scholar?cluster=9219398500921383941)
|
|
|
|
| 22 |
[](https://github.com/Ruichen0424/AB-BNN)
|
| 23 |
|
| 24 |
</div>
|
|
@@ -29,6 +30,8 @@ This repository contains the **pre-trained weights** for the paper **"A&B BNN: A
|
|
| 29 |
|
| 30 |
**A&B BNN** proposes to directly remove part of the multiplication operations in a traditional BNN and replace the rest with an equal number of bit operations. It introduces the mask layer and the quantized RPReLU structure based on the normalizer-free network architecture.
|
| 31 |
|
|
|
|
|
|
|
| 32 |
### ✨ Key Highlights
|
| 33 |
* **Hardware-Friendly**: Removes multiplication operations, replacing them with bit operations.
|
| 34 |
* **Competitive Performance**: Achieves **92.30%**, **69.35%**, and **66.89%** on CIFAR-10, CIFAR-100, and ImageNet respectively.
|
|
|
|
| 19 |
[](https://arxiv.org/abs/2403.03739)
|
| 20 |
[](https://cvpr.thecvf.com/virtual/2024/poster/29447)
|
| 21 |
[](https://scholar.google.com/scholar?cluster=9219398500921383941)
|
| 22 |
+
[](https://xploreqa.ieee.org/document/10656026)
|
| 23 |
[](https://github.com/Ruichen0424/AB-BNN)
|
| 24 |
|
| 25 |
</div>
|
|
|
|
| 30 |
|
| 31 |
**A&B BNN** proposes to directly remove part of the multiplication operations in a traditional BNN and replace the rest with an equal number of bit operations. It introduces the mask layer and the quantized RPReLU structure based on the normalizer-free network architecture.
|
| 32 |
|
| 33 |
+

|
| 34 |
+
|
| 35 |
### ✨ Key Highlights
|
| 36 |
* **Hardware-Friendly**: Removes multiplication operations, replacing them with bit operations.
|
| 37 |
* **Competitive Performance**: Achieves **92.30%**, **69.35%**, and **66.89%** on CIFAR-10, CIFAR-100, and ImageNet respectively.
|