Camera Control at the Edge with Language Models for Scene Understanding
Alexiy Buynitsky, Sina Ehsani, Bhanu Pallakonda, and Pragyana Mishra

TL;DR
The paper introduces OPUS, a cost-effective LLM-based system for controlling PTZ cameras using natural language, improving environmental understanding and outperforming traditional methods in benchmark tests.
Contribution
It presents a novel framework that transfers knowledge from large language models to smaller ones for edge deployment in camera control, enhancing environmental awareness without specialized sensors.
Findings
Achieved 35% improvement over advanced prompting techniques.
20% higher task accuracy than closed-source models like Gemini Pro.
Significantly outperformed traditional language model approaches.
Abstract
In this paper, we present Optimized Prompt-based Unified System (OPUS), a framework that utilizes a Large Language Model (LLM) to control Pan-Tilt-Zoom (PTZ) cameras, providing contextual understanding of natural environments. To achieve this goal, the OPUS system improves cost-effectiveness by generating keywords from a high-level camera control API and transferring knowledge from larger closed-source language models to smaller ones through Supervised Fine-Tuning (SFT) on synthetic data. This enables efficient edge deployment while maintaining performance comparable to larger models like GPT-4. OPUS enhances environmental awareness by converting data from multiple cameras into textual descriptions for language models, eliminating the need for specialized sensory tokens. In benchmark testing, our approach significantly outperformed both traditional language model techniques and more…
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
MethodsAttention Is All You Need · Linear Layer · Multi-Head Attention · Dense Connections · Dropout · Layer Normalization · Byte Pair Encoding · Softmax · Absolute Position Encodings · Residual Connection
