Vision processing unit
A vision processing unit is an emerging class of microprocessor (as of 2016), designed to accelerate machine vision tasks, which can be seen as a specific type of AI accelerator.[1][2]
These are distinct from video processing units (which are specialised for video encoding and decoding) in their suitability for running machine vision algorithms such as convolutional neural networks, SIFT etc.
They may include direct interfaces to take data from cameras (bypassing any off chip buffers), and have a greater emphasis on on-chip dataflow between many parallel execution units with scratchpad memory, like a manycore DSP. But, like video processing units, they may have a focus on low precision fixed point arithmetic for image processing.
They are distinct from GPUs, which contain specialised hardware for rasterization and texture mapping (for 3D graphics), and whose memory architecture is optimised for manipulating bitmap images in off-chip memory ( reading textures, and modifying frame buffers, with random access patterns).
Target markets are robotics, the internet of things, new classes of digital cameras for virtual reality and augmented reality,Smart cameras, and integrating machine vision acceleration into smartphones and other mobile devices.
Examples
- Movidius Myriad 2, which finds use in Google Project Tango.[3]
- Microsoft hololens includes an accelerator referred to as a Holographic Processing Unit (complimentary to its CPU and GPU), aimed at interpreting camera inputs, to accelerate environment tracking & vision for augmented reality applications.[4]
- Eyeriss, a design from MIT intended for running convolutional neural networks.[5]
- NeuFlow, a design by Yann LeCun (implemented in FPGA) for accelerating convolutions, using a dataflow architecture.
Similar processors
Some processors are not described as VPUs, but are equally applicable to machine vision tasks. These may form a broader category of AI accelerators (to which VPUs may also belong), however as of 2016 there is no consensus on the name:
- IBM TrueNorth, a neuromorphic processor aimed at similar sensor data pattern recognition and intelligence tasks, including video/audio.
- Qualcomm Zeroth Neural processing unit, another entry in the emerging class of sensor/AI oriented chips[6]
See also
- Adapteva Epiphany, a manycore processor with similar emphasis on on-chip dataflow, focussed on 32bit floating point performance.
- CELL, a multicore processor with features fairly consistent with vision processing units (SIMD instructions & datatypes suitable for video, and on-chip DMA between scratchpad memories).
- Tensor processing unit, a chip used internally by Google for accelerating AI calculations
- Graphics processing unit, also commonly used to run vision algorithms. NVidia's recent Pascal architecture includes FP16 support, to provide a better precision/cost tradeoff for AI workloads.
- Digital signal processors, which are designed primarily to work with real-time data streams.
- OpenCL
- MPSoC
- Coprocessor
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
External links
- Eyeriss architecture
- Holographic processing unit
- NeuFlow: A Runtime Reconfigurable Dataflow Processor for Vision
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.