THIA: Accelerating Video Analytics using Early Inference and Fine-Grained Query Planning
Jiashen Cao, Ramyad Hadidi, Joy Arulraj, Hyesoon Kim

TL;DR
THIA is a novel video analytics system that accelerates processing by using early inference with multiple exit points and fine-grained query planning, achieving significant speedups while maintaining accuracy.
Contribution
THIA introduces a single-model early inference approach with multiple exit points and a fine-grained planning method to improve speed and accuracy in video analytics.
Findings
Outperforms state-of-the-art systems by up to 6.5X in speed.
Maintains accuracy on hard-to-detect events.
Supports a range of throughput-accuracy tradeoffs.
Abstract
To efficiently process visual data at scale, researchers have proposed two techniques for lowering the computational overhead associated with the underlying deep learning models. The first approach consists of leveraging a specialized, lightweight model to directly answer the query. The second approach focuses on filtering irrelevant frames using a lightweight model and processing the filtered frames using a heavyweight model. These techniques suffer from two limitations. With the first approach, the specialized model is unable to provide accurate results for hard-to-detect events. With the second approach, the system is unable to accelerate queries focusing on frequently occurring events as the filter is unable to eliminate a significant fraction of frames in the video. In this paper, we present THIA, a video analytics system for tackling these limitations. The design of THIA is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Advanced Neural Network Applications · Multimodal Machine Learning Applications
