paper-with-me

Papers

Learning Quantized Continuous Controllers for Integer Hardware

2025-11-10 · Fabian Kresse, Christoph H. Lampert arxiv

Deploying continuous-control reinforcement learning policies on embedded hardware requires meeting tight latency and power budgets. Small FPGAs can deliver these, but only if costly floating-point pipelines are avoided. We study quantization-aware training (QAT) of policies for integer inference and we present a learning-to-hardware pipeline that automatically selects low-bit policies and synthesizes them to an Artix-7 FPGA. Across five MuJoCo tasks, we obtain policy networks that are competitive with full precision (FP32) policies but require as few as 3 or even only 2 bits per weight, and per internal activation value, as long as input precision is chosen carefully. On the target hardware, the selected policies achieve inference latencies on the order of microseconds and consume microjoules per action, favorably comparing to a quantized reference. Last, we observe that the quantized policies exhibit increased input noise robustness compared to the floating-point baseline.

📄 PDF Abstract BibTeX arXiv:2511.07046

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Integer-only Quantized Transformers for Embedded FPGA-based Time-series Forecasting in AIoT

2024-07-06 · Tianheng Ling, Chao Qian, Gregor Schiele

This paper presents the design of a hardware accelerator for Transformers, optimized for on-device time-series forecasting in AIoT systems. It integrates integer-only quantization and Quantization-Aware Training with opt…

QuantizationTime SeriesTime Series Forecasting

Memory-Driven Mixed Low Precision Quantization For Enabling Deep Network Inference On Microcontrollers

2019-05-30 · Manuele Rusci, Alessandro Capotondi, Luca Benini

This paper presents a novel end-to-end methodology for enabling the deployment of low-error deep networks on microcontrollers. To fit the memory and computational limitations of resource-constrained edge-devices, we expl…

Quantization

Efficient Execution of Quantized Deep Learning Models: A Compiler Approach

2020-06-18 · Animesh Jain, Shoubhik Bhattacharya, Masahiro Masuda, Vin Sharma 외

A growing number of applications implement predictive functions using deep learning models, which require heavy use of compute and memory. One popular technique for increasing resource efficiency is 8-bit integer quantiz…

CPUDeep LearningQuantization

Integer-State Dynamics of Quantized Spiking Neural Networks for Efficient Hardware Acceleration

2026-04-01 · Lei Zhang arxiv

Spiking neural networks (SNNs) support energy-efficient machine intelligence because event-driven computation and sparse activity map naturally to low-power digital hardware. In practical implementations, however, membra…

Discretely Relaxing Continuous Variables for tractable Variational Inference

2018-12-01 · NeurIPS 2018 12 · Trefor Evans, Prasanth Nair

We explore a new research direction in Bayesian variational inference with discrete latent variable priors where we exploit Kronecker matrix algebra for efficient and exact computations of the evidence lower bound (ELBO)…

Variational Inference