A Camera That CNNs: Towards Embedded Neural Networks on Pixel Processor Arrays
Laurie Bose, Jianing Chen, Stephen J. Carey, Piotr Dudek, Walterio, Mayol-Cuevas

TL;DR
This paper demonstrates a novel implementation of convolutional neural networks directly on pixel processor array sensors, enabling in-sensor image processing and recognition tasks without external hardware.
Contribution
It introduces a method to perform CNN operations directly on PPA hardware, including ternary weight convolutions and max-pooling, pioneering embedded neural network processing at the sensor level.
Findings
Successfully implemented CNN inference on PPA hardware
Achieved digit recognition and tracking tasks with embedded CNNs
Demonstrated real-time in-sensor image processing capabilities
Abstract
We present a convolutional neural network implementation for pixel processor array (PPA) sensors. PPA hardware consists of a fine-grained array of general-purpose processing elements, each capable of light capture, data storage, program execution, and communication with neighboring elements. This allows images to be stored and manipulated directly at the point of light capture, rather than having to transfer images to external processing hardware. Our CNN approach divides this array up into 4x4 blocks of processing elements, essentially trading-off image resolution for increased local memory capacity per 4x4 "pixel". We implement parallel operations for image addition, subtraction and bit-shifting images in this 4x4 block format. Using these components we formulate how to perform ternary weight convolutions upon these images, compactly store results of such convolutions, perform…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
