SYCVDCLGDec 31, 2021

Croesus: Multi-Stage Processing and Transactions for Video-Analytics in Edge-Cloud Systems

arXiv:2201.00063v112 citations
Originality Incremental advance
AI Analysis

This addresses performance bottlenecks for edge applications requiring real-time video analytics, but it is incremental as it builds on existing multi-stage concepts.

The paper tackles the challenge of achieving fast response latency and complex processing in edge-cloud systems by proposing Croesus, a multi-stage approach that balances accuracy and performance through approximate edge computation and corrective cloud processing, demonstrating improved balance in video analytics.

Emerging edge applications require both a fast response latency and complex processing. This is infeasible without expensive hardware that can process complex operations -- such as object detection -- within a short time. Many approach this problem by addressing the complexity of the models -- via model compression, pruning and quantization -- or compressing the input. In this paper, we propose a different perspective when addressing the performance challenges. Croesus is a multi-stage approach to edge-cloud systems that provides the ability to find the balance between accuracy and performance. Croesus consists of two stages (that can be generalized to multiple stages): an initial and a final stage. The initial stage performs the computation in real-time using approximate/best-effort computation at the edge. The final stage performs the full computation at the cloud, and uses the results to correct any errors made at the initial stage. In this paper, we demonstrate the implications of such an approach on a video analytics use-case and show how multi-stage processing yields a better balance between accuracy and performance. Moreover, we study the safety of multi-stage transactions via two proposals: multi-stage serializability (MS-SR) and multi-stage invariant confluence with Apologies (MS-IA).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes