Related Experiment Video
Updated: Jun 14, 2025

A Methodology for Capturing Joint Visual Attention Using Mobile Eye-Trackers
Published on: January 18, 2020
Corun: Concurrent Inference and Continuous Training at the Edge for Cost-Efficient AI-Based Mobile Image Sensing.
Yu Liu1, Anurag Andhare1, Kyoung-Don Kang1
1Department of Computer Science, State University of New York at Binghamton, 4400 Vestal Parkway East, Binghamton, NY 13902, USA.
Corun is a new framework that efficiently handles multiple deep learning image analysis tasks and model retraining on a single GPU. This approach boosts inference speed and maintains accuracy for mobile applications while reducing costs.
Area of Science:
- Computer Science
- Artificial Intelligence
- Edge Computing
Background:
- Deep learning-powered mobile image sensing faces challenges with limited device resources, causing high latency and battery drain.
- Inference accuracy can degrade over time due to data drift, necessitating model updates.
- Current edge deployments often require separate GPUs for inference and retraining, increasing costs.
Purpose of the Study:
- To introduce Corun, a cost-efficient framework for simultaneous deep learning inference and model retraining on a single edge GPU.
- To improve inference throughput and maintain accuracy for mobile image sensing applications.
- To reduce the hardware costs associated with edge AI deployments.
Main Methods:
- Corun utilizes offline profiling to determine the optimal number of concurrent inference queries that can run with retraining on one GPU.
- It employs a scheduling method to manage multiple inference tasks and continual model retraining without causing out-of-memory errors or significant latency increases.
- The framework focuses on a single commodity GPU in an edge server.
Main Results:
- Corun significantly enhances inference throughput, scaling with the number of concurrent inference queries.
- Latency and retraining epoch length increase at substantially lower rates compared to separate task processing.
- Evaluations confirm the cost-effectiveness of Corun in reducing GPU requirements and deployment costs.
Conclusions:
- Corun offers a practical solution for resource-constrained edge environments, enabling efficient deep learning-based mobile image sensing.
- By consolidating inference and retraining, Corun demonstrates a viable strategy for cost reduction in edge AI.
- The framework successfully addresses latency, battery consumption, and accuracy maintenance challenges in mobile deep learning applications.
Related Concept Videos
Parallel Processing
Improving Translational Accuracy
Machines: Problem Solving II
Multi-input and Multi-variable systems
In the absence...
Force Classification
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
Convolution: Math, Graphics, and Discrete Signals
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...

