← Search

Manuel Roveri

4 accepted papers

2026

BEP: A Binary Error Propagation Algorithm for Binary Neural Networks Training

ICLR 2026poster

Binary Neural Networks (BNNs), which constrain both weights and activations to binary values, offer substantial reductions in computational complexity, memory footprint, and energy consumption. These advantages make them particularly well suited for deployment on resource-constrained devices. Howeve…

Cited by 0SourcecodeScholar
2026

DQT: Dynamic Quantization Training via Dequantization-Free Nested Integer Arithmetic

AAAI 2026technical

The deployment of deep neural networks on resource-constrained devices relies on quantization. While static, uniform quantization applies a fixed bit-width to all inputs, it fails to adapt to their varying complexity. Dynamic, instance-based mixed-precision quantization promises a superior accuracy-

Cited by 0SourcePDFScholar
2026

InfoQ: Mixed-Precision Quantization via Global Information Flow

AAAI 2026technical

Mixed-precision quantization (MPQ) is crucial for deploying deep neural networks on resource-constrained devices, but finding the optimal bit-width for each layer represents a complex combinatorial optimization problem. Current state-of-the-art methods rely on computationally expensive search algori

Cited by 3SourcePDFScholar
2021

Time-variant variational transfer for value functions

UAI 2021poster

In most of the transfer learning approaches to reinforcement learning (RL) the distribution over the tasks is assumed to be stationary. Therefore, the target and source tasks are i.i.d. samples of the same distribution. Unfortunately, this assumption rarely holds in real-world conditions, e.g., due…