paper-with-me

Papers

Elixir: A system to enhance data quality for multiple analytics on a video stream

2022-12-08 · Sibendu Paul, Kunal Rao, Giuseppe Coviello, Murugan Sankaradas, Oliver Po, Y. Charlie Hu, Srimat T. Chakradhar

IoT sensors, especially video cameras, are ubiquitously deployed around the world to perform a variety of computer vision tasks in several verticals including retail, healthcare, safety and security, transportation, manufacturing, etc. To amortize their high deployment effort and cost, it is desirable to perform multiple video analytics tasks, which we refer to as Analytical Units (AUs), off the video feed coming out of every camera. In this paper, we first show that in a multi-AU setting, changing the camera setting has disproportionate impact on different AUs performance. In particular, the optimal setting for one AU may severely degrade the performance for another AU, and further the impact on different AUs varies as the environmental condition changes. We then present Elixir, a system to enhance the video stream quality for multiple analytics on a video stream. Elixir leverages Multi-Objective Reinforcement Learning (MORL), where the RL agent caters to the objectives from different AUs and adjusts the camera setting to simultaneously enhance the performance of all AUs. To define the multiple objectives in MORL, we develop new AU-specific quality estimator values for each individual AU. We evaluate Elixir through real-world experiments on a testbed with three cameras deployed next to each other (overlooking a large enterprise parking lot) running Elixir and two baseline approaches, respectively. Elixir correctly detects 7.1% (22,068) and 5.0% (15,731) more cars, 94% (551) and 72% (478) more faces, and 670.4% (4975) and 158.6% (3507) more persons than the default-setting and time-sharing approaches, respectively. It also detects 115 license plates, far more than the time-sharing approach (7) and the default setting (0).

📄 PDF Abstract BibTeX arXiv:2212.04061

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Objective Reinforcement Learning

Similar Papers 제목 키워드 기반

ELIXIR: Learning from User Feedback on Explanations to Improve Recommender Models

2021-02-15 · Azin Ghazimatin, Soumajit Pramanik, Rishiraj Saha Roy, Gerhard Weikum

System-provided explanations for recommendations are an important component towards transparent and trustworthy AI. In state-of-the-art research, this is a one-way signal, though, to improve user acceptance. In this pape…

Comparing neural network training performance between Elixir and Python

2022-10-25 · Lucas C. Tavano, Lucas K. Amin, Adolfo Gustavo Serra-Seca-Neto

With a wide range of libraries focused on the machine learning market, such as TensorFlow, NumPy, Pandas, Keras, and others, Python has made a name for itself as one of the main programming languages. In February 2021, J…

GPU

Elixir: Train a Large Language Model on a Small GPU Cluster

2022-12-10 · Haichen Huang, Jiarui Fang, Hongxin Liu, Shenggui Li 외

In recent years, large language models have achieved great success due to their unprecedented size. However, training these models poses a challenge for most researchers as it requires a substantial number of GPUs. To re…

CPUGPULanguage ModelingLanguage Modelling+1

ELIXIR: Efficient and LIghtweight model for eXplaIning Recommendations

2025-08-27 · Ben Kabongo, Vincent Guigue, Pirmin Lemberger arxiv

Collaborative filtering drives many successful recommender systems but struggles with fine-grained user-item interactions and explainability. As users increasingly seek transparent recommendations, generating textual exp…

Collaborative FilteringText Generation

DataElixir: Purifying Poisoned Dataset to Mitigate Backdoor Attacks via Diffusion Models

2023-12-18 · Jiachen Zhou, Peizhuo Lv, Yibing Lan, Guozhu Meng 외

Dataset sanitization is a widely adopted proactive defense against poisoning-based backdoor attacks, aimed at filtering out and removing poisoned samples from training datasets. However, existing methods have shown limit…