paper-with-me

Papers

NESTA: Hamming Weight Compression-Based Neural Proc. Engine

2019-10-01 · Ali Mirzaeian, Houman Homayoun, Avesta Sasan

In this paper, we present NESTA, a specialized Neural engine that significantly accelerates the computation of convolution layers in a deep convolutional neural network, while reducing the computational energy. NESTA reformats Convolutions into $3 \times 3$ batches and uses a hierarchy of Hamming Weight Compressors to process each batch. Besides, when processing the convolution across multiple channels, NESTA, rather than computing the precise result of a convolution per channel, quickly computes an approximation of its partial sum, and a residual value such that if added to the approximate partial sum, generates the accurate output. Then, instead of immediately adding the residual, it uses (consumes) the residual when processing the next batch in the hamming weight compressors with available capacity. This mechanism shortens the critical path by avoiding the need to propagate carry signals during each round of computation and speeds up the convolution of each channel. In the last stage of computation, when the partial sum of the last channel is computed, NESTA terminates by adding the residual bits to the approximate output to generate a correct result.

📄 PDF Abstract BibTeX arXiv:1910.00700

Code (0)

등록된 구현이 없습니다.

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…

Similar Papers 제목 키워드 기반

NESTANets: Stable, accurate and efficient neural networks for analysis-sparse inverse problems

2022-03-02 · Maksym Neyra-Nesterenko, Ben Adcock

Solving inverse problems is a fundamental component of science, engineering and mathematics. With the advent of deep learning, deep neural networks have significant potential to outperform existing state-of-the-art, mode…

compressed sensingRolling Shutter Correction

LONEStar: The Lunar Flashlight Optical Navigation Experiment

2024-01-22 · Michael Krause, Ava Thrasher, Priyal Soni, Liam Smego 외

This paper documents the results from the highly successful Lunar flashlight Optical Navigation Experiment with a Star tracker (LONEStar). Launched in December 2022, Lunar Flashlight (LF) was a NASA-funded technology dem…

Hamming Sentence Embeddings for Information Retrieval

2019-08-15 · Felix Hamann, Nadja Kurz, Adrian Ulges

In retrieval applications, binary hashes are known to offer significant improvements in terms of both memory and speed. We investigate the compression of sentence embeddings using a neural encoder-decoder architecture, w…

DecoderInformation RetrievalRetrievalSemantic Similarity+3

Binary Code Ranking with Weighted Hamming Distance

2013-06-01 · CVPR 2013 6 · Lei Zhang, Yongdong Zhang, Jinhu Tang, Ke Lu 외

Binary hashing has been widely used for efficient similarity search due to its query and storage efficiency. In most existing binary hashing methods, the high-dimensional data are embedded into Hamming space and the dist…

Fast and Exact Nearest Neighbor Search in Hamming Space on Full-Text Search Engines

2019-02-20 · Cun Mu, Jun Zhao, Guang Yang, Binwei Yang 외

A growing interest has been witnessed recently from both academia and industry in building nearest neighbor search (NNS) solutions on top of full-text search engines. Compared with other NNS systems, such solutions are c…

Information RetrievalRepresentation LearningRetrieval