Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Parallel Processing01:20

Parallel Processing

147
The brain processes sensory information rapidly due to parallel processing, which involves sending data across multiple neural pathways at the same time. This method allows the brain to manage various sensory qualities, such as shapes, colors, movements, and locations, all concurrently. For instance, when observing a forest landscape, the brain simultaneously processes the movement of leaves, the shapes of trees, the depth between them, and the various shades of green. This enables a quick and...
147
Improving Translational Accuracy02:07

Improving Translational Accuracy

9.4K
Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
9.4K
Machines: Problem Solving II01:30

Machines: Problem Solving II

303
Machines are complex structures consisting of movable, pin-connected multi-force members that work together to transmit forces. Consider a lifting tong carrying a 100 kg load. It comprises movable sections DAF and CBG linked together with member AB.
303
Multi-input and Multi-variable systems01:22

Multi-input and Multi-variable systems

105
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
105
Force Classification01:22

Force Classification

1.2K
Forces play a crucial role in the study of physics and engineering. They are essential in describing the motion, behavior, and equilibrium of objects in the physical world. Forces can be classified based on their origin, type, and direction of action.
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,...
1.2K
Convolution: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

236
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
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...
236

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

TDA-L: Reducing Latency and Memory Consumption of Test-Time Adaptation for Real-Time Intelligent Sensing.

Sensors (Basel, Switzerland)·2025
Same author

Filtering Empty Video Frames for Efficient Real-Time Object Detection.

Sensors (Basel, Switzerland)·2024
Same author

Mechanomyography is more sensitive than EMG in detecting age-related sarcopenia.

Journal of biomechanics·2009
Same author

Phylogenomic analyses predict sistergroup relationship of nucleariids and fungi and paraphyly of zygomycetes with significant support.

BMC evolutionary biology·2009
Same author

Evolution of an X-linked primate-specific micro RNA cluster.

Molecular biology and evolution·2009
Same author

mTOR regulation and therapeutic rejuvenation of aging hematopoietic stem cells.

Science signaling·2009

Related Experiment Video

Updated: Jun 14, 2025

A Methodology for Capturing Joint Visual Attention Using Mobile Eye-Trackers
12:39

A Methodology for Capturing Joint Visual Attention Using Mobile Eye-Trackers

Published on: January 18, 2020

7.6K

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.

Sensors (Basel, Switzerland)
|August 29, 2024
PubMed
Summary
This summary is machine-generated.

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.

Keywords:
AI-based image sensingconcurrent inferencesdeep learningedge computingretraining

More Related Videos

Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.0K
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

492

Related Experiment Videos

Last Updated: Jun 14, 2025

A Methodology for Capturing Joint Visual Attention Using Mobile Eye-Trackers
12:39

A Methodology for Capturing Joint Visual Attention Using Mobile Eye-Trackers

Published on: January 18, 2020

7.6K
Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.0K
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

492

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.