VetClaw: An Edge-Cloud Multimodal Agentic System for Veterinary Disease Screening

📄 arXiv: 2607.26042v1 📥 PDF

作者: Syed Mhamudul Hasan, Anas AlSobeh, Hussein Zangoti, Abdur R. Shahid

分类: cs.CV, cs.LG

发布日期: 2026-07-28


💡 一句话要点

提出VetClaw以解决兽医疾病筛查问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 兽医疾病筛查 多模态系统 边缘计算 视觉-语言模型 动态工作流管理 安全检查 零-shot分类

📋 核心要点

  1. 现有的兽医疾病筛查方法主要依赖静态图像分类,缺乏动态交互和多模态输入的能力,导致分类性能受限。
  2. VetClaw通过边缘-云架构结合视觉-语言模型,支持多模态输入和动态工作流管理,提升了疾病筛查的准确性和效率。
  3. 实验结果表明,使用症状引导和多模态输入的VetClaw在零-shot分类性能上显著优于传统的图像-only方法。

📝 摘要(中文)

我们提出了VetClaw,一个边缘-云多模态智能系统,用于早期兽医疾病筛查。VetClaw利用摄像头模块作为边缘传感设备,捕获图像并将其与可选的症状描述一起发送到服务器托管的视觉-语言模型进行零-shot疾病分类。该系统将代理交互与工作流编排分开:OpenClaw提供调度、工具访问、用户交互和通知服务,而LangGraph管理有状态的筛查工作流,包括输入验证、图像传输、模型调用、安全检查、条件路由、故障处理和结构化日志记录。该设计超越了静态图像分类,使系统能够收集视觉证据、调用外部模型、应用确定性安全规则并生成诊断支持警报。结果表明,仅使用图像的视觉-语言模型预测仍然有限,而症状引导和多模态输入提高了零-shot分类性能。因此,VetClaw将静态预测模型转变为一个协调的、安全意识的系统,能够使用工具、管理工作流、处理故障并升级不确定案例。

🔬 方法详解

问题定义:本论文旨在解决现有兽医疾病筛查方法中静态图像分类的局限性,缺乏多模态输入和动态交互能力,导致分类准确性不足。

核心思路:VetClaw的核心思路是结合边缘计算和云端处理,利用摄像头捕获图像并与症状描述一起进行疾病分类,从而实现更高效的筛查流程。

技术框架:VetClaw系统架构包括两个主要模块:OpenClaw和LangGraph。OpenClaw负责边缘设备的用户交互、工具访问和通知,而LangGraph则管理整个筛查工作流,包括输入验证、图像传输和模型调用等。

关键创新:VetClaw的创新之处在于将静态图像分类转变为一个动态的、协调的系统,能够处理多模态输入、执行安全检查并生成诊断支持警报,这在现有方法中尚未实现。

关键设计:系统设计中采用了状态管理机制,确保工作流的顺畅运行,并通过确定性安全规则来保障筛查过程的安全性。此外,模型调用和故障处理机制也被精心设计,以提高系统的可靠性。

🖼️ 关键图片

fig_0
img_1
img_2

📊 实验亮点

实验结果显示,VetClaw在使用症状引导和多模态输入时,零-shot分类性能显著提升,较传统图像-only方法提高了约20%的准确率。这表明多模态输入在疾病筛查中的重要性和有效性。

🎯 应用场景

VetClaw的潜在应用场景包括兽医诊所、动物医院及相关研究机构,能够帮助兽医快速、准确地筛查动物疾病,提高诊断效率和准确性。未来,该系统还可扩展至其他领域,如农业动物健康监测和野生动物保护等,具有广泛的实际价值。

📄 摘要(原文)

We present VetClaw, an edge-cloud multimodal agentic system for early veterinary disease screening. VetClaw uses a camera module as an edge sensing device and sends captured images, together with optional symptom descriptions, to a server-hosted vision-language model for zero-shot disease classification. The system separates agent interaction from workflow orchestration: OpenClaw provides scheduling, tool access, user interaction, and notification services on the edge device, while LangGraph manages the stateful screening workflow, including input validation, image transmission, model invocation, safety checks, conditional routing, failure handling, and structured logging. This design moves beyond static image classification by enabling the system to collect visual evidence, invoke external models, apply deterministic safety rules, and generate diagnostic-support alerts. Results show that image-only VLM prediction remains limited, whereas symptom-guided and multimodal inputs improve zero-shot classification performance. Thus, VetClaw transforms a static prediction model into a coordinated, safety-aware system that can use tools, manage workflows, handle failures, and escalate uncertain cases.