Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

0111 · Nov 201819922001200920172026
2 results for multiplier-less

TableNet uses LUTs to create multiplier-less neural networks for faster inferencing.

problem Reducing the computational complexity and power consumption of neural networks during inference.
method Replacing matrix multiply and add operations with LUTs and additions, resulting in a completely multiplier-less implementation.
result Similar performance can be achieved with a comparable memory footprint as a full precision deep neural network, but without multipliers.

Operating deep neural networks on devices with limited resources requires the reduction of their memory footprints and computational requirements. In this paper we introduce a training method, called look-up table quantization, LUT-Q, which learns a dictionary and assigns each weight to one of the dictionary's values. …

2018-11-13abs ↗pdf ↗