paper-with-me

Papers

From Hashing to CNNs: Training BinaryWeight Networks via Hashing

2018-02-08 · Qinghao Hu, Peisong Wang, Jian Cheng

Deep convolutional neural networks (CNNs) have shown appealing performance on various computer vision tasks in recent years. This motivates people to deploy CNNs to realworld applications. However, most of state-of-art CNNs require large memory and computational resources, which hinders the deployment on mobile devices. Recent studies show that low-bit weight representation can reduce much storage and memory demand, and also can achieve efficient network inference. To achieve this goal, we propose a novel approach named BWNH to train Binary Weight Networks via Hashing. In this paper, we first reveal the strong connection between inner-product preserving hashing and binary weight networks, and show that training binary weight networks can be intrinsically regarded as a hashing problem. Based on this perspective, we propose an alternating optimization method to learn the hash codes instead of directly learning binary weights. Extensive experiments on CIFAR10, CIFAR100 and ImageNet demonstrate that our proposed BWNH outperforms current state-of-art by a large margin.

📄 PDF Abstract BibTeX arXiv:1802.02733

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hashing with Binary Matrix Pursuit

2018-08-06 · ECCV 2018 9 · Fatih Cakir, Kun He, Stan Sclaroff

We propose theoretical and empirical improvements for two-stage hashing methods. We first provide a theoretical analysis on the quality of the binary codes and show that, under mild assumptions, a residual learning schem…

Image RetrievalRetrieval

Hashing-Baseline: Rethinking Hashing in the Age of Pretrained Models

2025-09-17 · Ilyass Moummad, Kawtar Zaher, Lukas Rauch, Alexis Joly arxiv

Information retrieval with compact binary embeddings, also referred to as hashing, is crucial for scalable fast search applications, yet state-of-the-art hashing methods require expensive, scenario-specific training. In …

Information RetrievalImage Retrieval

Leveraging High-Resolution Features for Improved Deep Hashing-based Image Retrieval

2024-03-20 · Aymene Berriche, Mehdi Adjal Zakaria, Riyadh Baghdadi

Deep hashing techniques have emerged as the predominant approach for efficient image retrieval. Traditionally, these methods utilize pre-trained convolutional neural networks (CNNs) such as AlexNet and VGG-16 as feature …

Deep HashingImage RetrievalRetrieval

Instant Complexity Reduction in CNNs using Locality-Sensitive Hashing

2023-09-29 · Lukas Meiner, Jens Mehnert, Alexandru Paul Condurache

To reduce the computational cost of convolutional neural networks (CNNs) for usage on resource-constrained devices, structured pruning approaches have shown promising results, drastically reducing floating-point operatio…

Deep Attention-guided Hashing

2018-12-04 · Zhan Yang, Osolo Ian Raymond, Wuqing Sun, Jun Long

With the rapid growth of multimedia data (e.g., image, audio and video etc.) on the web, learning-based hashing techniques such as Deep Supervised Hashing (DSH) have proven to be very efficient for large-scale multimedia…

Deep Attention