Hevolve AI: Self-Evolving Multimodal AI Agents

Turn your domain expertise into AI agents that keep learning. Hevolve AI lets experts build multimodal AI systems by talking to them and correcting them in real time, with no code to write.

Key Features

Quick Links

© 2024 Hevolve AI Pvt Ltd. All rights reserved.

← All research
Artificial Intelligence
arXiv (cs.AI) · July 16, 2026

NIFA: Nonlinear IMC enhanced FPGA for efficient ML inference

Jiajun Hu, Ruthwik Reddy Sunketa, Lei Zhao +3 more

Running neural nets fast and cheaply is partly a hardware problem, and one promising trick is in-memory computing: doing the multiply-and-add right inside a ReRAM memory crossbar instead of shuttling data to a separate processor. The catch is that these blocks only handle fixed-weight multiplications well. Transformers, which lean on nonlinear steps and multiplying two changing matrices, get much less benefit, and the analog-to-digital converters at each block eat over 70 percent of its area and power.

This work redesigns the block to drop the converter entirely, replacing it with analog content-addressable memories that perform the nonlinear steps in place, and maps attention onto them. On CNN and Transformer benchmarks they report up to 40x and 1.9x better energy efficiency respectively, with area gains too.

I am reading these off the abstract, so check the paper for the design-space details and how broadly the gains apply.

From the arXiv (cs.AI) abstract

Recent FPGAs have improved deep learning (DL) inference efficiency through dedicated tensor blocks and in-BRAM computation. ReRAM-based analog in-memory computing (IMC) pushes efficiency further, offering an order-of-magnitude improvement in compute density and energy efficiency over conventional digital logic by performing vector-matrix multiplication (VMM) directly within the ReRAM crossbar; prior work has integrated such IMC blocks into FPGAs for DL inference. However,…


More Artificial Intelligence papers