Research directions from here
Hardware/software co-design: model architecture search that explicitly optimizes for your hardware constraints — fewer channels, fewer layers, compatible with a 4-wide MAC array.
In-memory computing: instead of moving weights from SRAM to MAC units, perform the multiplication inside the memory cell (analog or digital). Eliminates the memory bottleneck entirely. Active research area.
Dataflow compilation (TVM, MLIR/CIRCT): compilers that take a model graph and generate both the software schedule and the hardware configuration automatically. What Vela does for Ethos-U.
Neuromorphic computing: spiking neural networks (SNNs) — binary activations, event-driven computation, ultra-low power. Very different trade-off point from the int8 MAC-array world.
Open-source silicon (OpenROAD, efabless): take your accelerator design all the way to a real chip. The GW1NR-9C costs $3 per unit; your chip could cost $0.10 in volume if you tape it out in the Skywater 130nm open PDK.