paper-with-me

홈 › Papers

Ev-Edge: Efficient Execution of Event-based Vision Algorithms on Commodity Edge Platforms

2024-03-23 · Shrihari Sridharan, Surya Selvam, Kaushik Roy, Anand Raghunathan

Event cameras have emerged as a promising sensing modality for autonomous navigation systems, owing to their high temporal resolution, high dynamic range and negligible motion blur. To process the asynchronous temporal event streams from such sensors, recent research has shown that a mix of Artificial Neural Networks (ANNs), Spiking Neural Networks (SNNs) as well as hybrid SNN-ANN algorithms are necessary to achieve high accuracies across a range of perception tasks. However, we observe that executing such workloads on commodity edge platforms which feature heterogeneous processing elements such as CPUs, GPUs and neural accelerators results in inferior performance. This is due to the mismatch between the irregular nature of event streams and diverse characteristics of algorithms on the one hand and the underlying hardware platform on the other. We propose Ev-Edge, a framework that contains three key optimizations to boost the performance of event-based vision systems on edge platforms: (1) An Event2Sparse Frame converter directly transforms raw event streams into sparse frames, enabling the use of sparse libraries with minimal encoding overheads (2) A Dynamic Sparse Frame Aggregator merges sparse frames at runtime by trading off the temporal granularity of events and computational demand thereby improving hardware utilization (3) A Network Mapper maps concurrently executing tasks to different processing elements while also selecting layer precision by considering both compute and communication overheads. On several state-of-art networks for a range of autonomous navigation tasks, Ev-Edge achieves 1.28x-2.05x improvements in latency and 1.23x-2.15x in energy over an all-GPU implementation on the NVIDIA Jetson Xavier AGX platform for single-task execution scenarios. Ev-Edge also achieves 1.43x-1.81x latency improvements over round-robin scheduling methods in multi-task execution scenarios.

📄 PDF Abstract BibTeX arXiv:2403.15717

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous NavigationEvent-based visionGPUScheduling

Similar Papers 제목 키워드 기반

An Annotated Commodity News Corpus for Event Extraction

2021-05-18 · Meisin Lee, Lay-Ki Soon, Eu-Gene Siew, Ly Fie Sugianto

Commodity News contains a wealth of information such as sum-mary of the recent commodity price movement and notable events that led tothe movement. Through event extraction, useful information extracted fromcommodity new…

Event Extraction

Quantity over Quality: Training an AV Motion Planner with Large Scale Commodity Vision Data

2022-03-03 · Lukas Platinsky, Tayyab Naseer, Hui Chen, Ben Haines 외

With the Autonomous Vehicle (AV) industry shifting towards machine-learned approaches for motion planning, the performance of self-driving systems is starting to rely heavily on large quantities of expert driving demonst…

Motion Planning

Materializing Knowledge Bases via Trigger Graphs

2021-02-04 · Efthymia Tsamoura, David Carral, Enrico Malizia, Jacopo Urbani

The chase is a well-established family of algorithms used to materialize Knowledge Bases (KBs), like Knowledge Graphs (KGs), to tackle important tasks like query answering under dependencies or data cleaning. A general p…

Knowledge Graphs

TimeReplayer: Unlocking the Potential of Event Cameras for Video Interpolation

2022-03-25 · CVPR 2022 1 · Weihua He, Kaichao You, Zhendong Qiao, Xu Jia 외

Recording fast motion in a high FPS (frame-per-second) requires expensive high-speed cameras. As an alternative, interpolating low-FPS videos from commodity cameras has attracted significant attention. If only low-FPS vi…

Event-based vision

EvGNN: An Event-driven Graph Neural Network Accelerator for Edge Vision

2024-04-30 · Yufeng Yang, Adrian Kneip, Charlotte Frenkel

Edge vision systems combining sensing and embedded processing promise low-latency, decentralized, and energy-efficient solutions that forgo reliance on the cloud. As opposed to conventional frame-based vision sensors, ev…

Event-based visionGraph Neural Network