Skip to main content

Showing 1–10 of 10 results for author: Dudek, P

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.16994  [pdf, other

    cs.CV

    Mapping Image Transformations Onto Pixel Processor Arrays

    Authors: Laurie Bose, Piotr Dudek

    Abstract: Pixel Processor Arrays (PPA) present a new vision sensor/processor architecture consisting of a SIMD array of processor elements, each capable of light capture, storage, processing and local communication. Such a device allows visual data to be efficiently stored and manipulated directly upon the focal plane, but also demands the invention of new approaches and algorithms, suitable for the massive… ▽ More

    Submitted 25 March, 2024; originally announced March 2024.

  2. arXiv:2402.12130  [pdf

    cs.AR

    Factor Machine: Mixed-signal Architecture for Fine-Grained Graph-Based Computing

    Authors: Piotr Dudek

    Abstract: This paper proposes the design and implementation strategy of a novel computing architecture, the Factor Machine. The work is a step towards a general-purpose parallel system operating in a non-sequential manner, exploiting processing/memory co-integration and replacing the traditional Turing/von Neumann model of a computer system with a framework based on "factorised computation". This architectu… ▽ More

    Submitted 19 February, 2024; v1 submitted 19 February, 2024; originally announced February 2024.

    Comments: An essay in contribution to the Festschrift for Professor Steve Furber, Manchester, 12 January 2024

    ACM Class: C.1.4

  3. arXiv:2304.05440  [pdf, other

    cs.CV

    PixelRNN: In-pixel Recurrent Neural Networks for End-to-end-optimized Perception with Neural Sensors

    Authors: Haley M. So, Laurie Bose, Piotr Dudek, Gordon Wetzstein

    Abstract: Conventional image sensors digitize high-resolution images at fast frame rates, producing a large amount of data that needs to be transmitted off the sensor for further processing. This is challenging for perception systems operating on edge devices, because communication is power inefficient and induces latency. Fueled by innovations in stacked image sensor fabrication, emerging sensor-processors… ▽ More

    Submitted 11 April, 2023; originally announced April 2023.

  4. arXiv:2202.00836   

    cs.CV cs.ET eess.SP

    On-Sensor Binarized Fully Convolutional Neural Network with A Pixel Processor Array

    Authors: Yanan Liu, Laurie Bose, Yao Lu, Piotr Dudek, Walterio Mayol-Cuevas

    Abstract: This work presents a method to implement fully convolutional neural networks (FCNs) on Pixel Processor Array (PPA) sensors, and demonstrates coarse segmentation and object localisation tasks. We design and train binarized FCN for both binary weights and activations using batchnorm, group convolution, and learnable threshold for binarization, producing networks small enough to be embedded on the fo… ▽ More

    Submitted 11 June, 2022; v1 submitted 1 February, 2022; originally announced February 2022.

    Comments: lack of experiments for method validation

  5. arXiv:2112.05221  [pdf, other

    eess.IV cs.CV

    MantissaCam: Learning Snapshot High-dynamic-range Imaging with Perceptually-based In-pixel Irradiance Encoding

    Authors: Haley M. So, Julien N. P. Martel, Piotr Dudek, Gordon Wetzstein

    Abstract: The ability to image high-dynamic-range (HDR) scenes is crucial in many computer vision applications. The dynamic range of conventional sensors, however, is fundamentally limited by their well capacity, resulting in saturation of bright scene parts. To overcome this limitation, emerging sensors offer in-pixel processing capabilities to encode the incident irradiance. Among the most promising encod… ▽ More

    Submitted 20 April, 2022; v1 submitted 9 December, 2021; originally announced December 2021.

  6. arXiv:2106.07561  [pdf, other

    cs.CV

    Direct Servo Control from In-Sensor CNN Inference with A Pixel Processor Array

    Authors: Yanan Liu, Jianing Chen, Laurie Bose, Piotr Dudek, Walterio Mayol-Cuevas

    Abstract: This work demonstrates direct visual sensory-motor control using high-speed CNN inference via a SCAMP-5 Pixel Processor Array (PPA). We demonstrate how PPAs are able to efficiently bridge the gap between perception and action. A binary Convolutional Neural Network (CNN) is used for a classic rock, paper, scissors classification problem at over 8000 FPS. Control instructions are directly sent to a… ▽ More

    Submitted 26 May, 2021; originally announced June 2021.

  7. arXiv:2105.10479  [pdf, other

    cs.RO eess.SY

    Bringing A Robot Simulator to the SCAMP Vision System

    Authors: Yanan Liu, Jianing Chen, Laurie Bose, Piotr Dudek, Walterio Mayol-Cuevas

    Abstract: This work develops and demonstrates the integration of the SCAMP-5d vision system into the CoppeliaSim robot simulator, creating a semi-simulated environment. By configuring a camera in the simulator and setting up communication with the SCAMP python host through remote API, sensor images from the simulator can be transferred to the SCAMP vision sensor, where on-sensor image processing such as CNN… ▽ More

    Submitted 21 May, 2021; originally announced May 2021.

  8. arXiv:2009.12796  [pdf, other

    cs.RO cs.CV

    Agile Reactive Navigation for A Non-Holonomic Mobile Robot Using A Pixel Processor Array

    Authors: Yanan Liu, Laurie Bose, Colin Greatwood, Jianing Chen, Rui Fan, Thomas Richardson, Stephen J. Carey, Piotr Dudek, Walterio Mayol-Cuevas

    Abstract: This paper presents an agile reactive navigation strategy for driving a non-holonomic ground vehicle around a preset course of gates in a cluttered environment using a low-cost processor array sensor. This enables machine vision tasks to be performed directly upon the sensor's image plane, rather than using a separate general-purpose computer. We demonstrate a small ground vehicle running through… ▽ More

    Submitted 27 September, 2020; originally announced September 2020.

    Comments: 7 pages

  9. arXiv:2004.12525  [pdf, other

    cs.CV

    Fully Embedding Fast Convolutional Networks on Pixel Processor Arrays

    Authors: Laurie Bose, Jianing Chen, Stephen J. Carey, Piotr Dudek, Walterio Mayol-Cuevas

    Abstract: We present a novel method of CNN inference for pixel processor array (PPA) vision sensors, designed to take advantage of their massive parallelism and analog compute capabilities. PPA sensors consist of an array of processing elements (PEs), with each PE capable of light capture, data storage and computation, allowing various computer vision processing to be executed directly upon the sensor devic… ▽ More

    Submitted 26 April, 2020; originally announced April 2020.

  10. arXiv:1909.05647  [pdf, other

    cs.CV cs.ET

    A Camera That CNNs: Towards Embedded Neural Networks on Pixel Processor Arrays

    Authors: Laurie Bose, Jianing Chen, Stephen J. Carey, Piotr Dudek, Walterio Mayol-Cuevas

    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… ▽ More

    Submitted 13 September, 2019; v1 submitted 12 September, 2019; originally announced September 2019.

    Comments: Accepted into ICCV 2019