Gensors: Authoring Personalized Visual Sensors with Multimodal Foundation Models and Reasoning
Michael Xieyang Liu, Savvas Petridis, Vivian Tsai, Alexander J. Fiannaca, Alex Olwal, Michael Terry, Carrie J. Cai
TL;DR
The paper addresses the bottleneck of enabling everyday users to define personalized, real-time AI sensors for visual streams by moving beyond prompting to a criteria-based reasoning framework. It introduces Gensors, a system that decomposes high-level sensing tasks into independent criteria, automates initial criterion generation, supports example-driven specification, and provides test-case scaffolding, all powered by multimodal foundation models in a two-stage Gemini pipeline. A formative study and a formal user study demonstrate that this approach yields greater user sense of control, understanding, and ability to debug compared with prompting alone, while revealing challenges such as hallucinations and response flickering inherent to MLLMs. The work contributes design goals, a practical UI/UX for criterion-level authoring, and empirical evidence that structured, criterion-based reasoning can improve personal AI sensor definition, with implications for intuitive and customizable sensing in home environments. The findings highlight both the potential and the limitations of MLLMs for user-driven sensing and outline directions for robust, privacy-conscious, on-device or tightly controlled cloud-based deployments and richer logical constructs.
Abstract
Multimodal large language models (MLLMs), with their expansive world knowledge and reasoning capabilities, present a unique opportunity for end-users to create personalized AI sensors capable of reasoning about complex situations. A user could describe a desired sensing task in natural language (e.g., "alert if my toddler is getting into mischief"), with the MLLM analyzing the camera feed and responding within seconds. In a formative study, we found that users saw substantial value in defining their own sensors, yet struggled to articulate their unique personal requirements and debug the sensors through prompting alone. To address these challenges, we developed Gensors, a system that empowers users to define customized sensors supported by the reasoning capabilities of MLLMs. Gensors 1) assists users in eliciting requirements through both automatically-generated and manually created sensor criteria, 2) facilitates debugging by allowing users to isolate and test individual criteria in parallel, 3) suggests additional criteria based on user-provided images, and 4) proposes test cases to help users "stress test" sensors on potentially unforeseen scenarios. In a user study, participants reported significantly greater sense of control, understanding, and ease of communication when defining sensors using Gensors. Beyond addressing model limitations, Gensors supported users in debugging, eliciting requirements, and expressing unique personal requirements to the sensor through criteria-based reasoning; it also helped uncover users' "blind spots" by exposing overlooked criteria and revealing unanticipated failure modes. Finally, we discuss how unique characteristics of MLLMs--such as hallucinations and inconsistent responses--can impact the sensor-creation process. These findings contribute to the design of future intelligent sensing systems that are intuitive and customizable by everyday users.
