AI News AI资讯 1d ago Updated 15h ago 更新于 15小时前 35

Google Gemini's new agent-based video analysis cuts token usage by up to 88 percent 谷歌Gemini的新型基于智能体的视频分析可将令牌使用量减少高达88%

Google Gemini Flash models now feature agent-based video analysis that dynamically searches video content instead of using fixed frame-by-frame scanning The new approach cuts token usage by up to 88% and reduces costs by 66% while improving accuracy on benchmarks like 1H-VideoQA and LVBench Gemini 3.7 Flash, 3.6 Flash, and 3.5 Flash-Lite can detect sub-second moments including state changes and cuts, enabling more precise automated video editing The agentic system lets models autonomously decide Google Gemini Flash 模型新增基于代理的视频分析功能,通过动态搜索而非固定帧率扫描,将 token 使用量最高降低 88%,成本削减 66%,同时提升准确率。 该功能支持亚秒级关键帧检测(如状态变化或剪辑点),可精准定位长视频中的特定场景,适用于自动化视频编辑等高精度需求。 技术基于 "agentic vision" 架构,模型自主决定分析时段、采样速率及模态(帧/音频/转录文本),仅在 Gemini API 中启用 "agentic" 模式即可使用,无额外费用。 在 1H-VideoQA 和 LongVideoBench 基准测试中,Gemini 3.7 Flash 以最低

50
Hot 热度
50
Quality 质量
50
Impact 影响力

Analysis 深度分析

TL;DR

  • Google Gemini Flash models now feature agent-based video analysis that dynamically searches video content instead of using fixed frame-by-frame scanning
  • The new approach cuts token usage by up to 88% and reduces costs by 66% while improving accuracy on benchmarks like 1H-VideoQA and LVBench
  • Gemini 3.7 Flash, 3.6 Flash, and 3.5 Flash-Lite can detect sub-second moments including state changes and cuts, enabling more precise automated video editing
  • The agentic system lets models autonomously decide which video sections to analyze, at what frame rate, and through which modality (frames, audio, or transcript)
  • The feature is available now through the Gemini API with no additional charge, with consumer app and YouTube integration planned

Why It Matters

This represents a significant efficiency breakthrough for video understanding in production AI systems, addressing one of the most expensive bottlenecks in multimodal applications. By reducing token consumption by up to 88%, Google makes long-form video analysis economically viable for developers who previously faced prohibitive costs. The agentic approach also demonstrates how reasoning-capable models can optimize their own input processing, setting a precedent for more resource-efficient multimodal systems across the industry.

Technical Details

  • Agentic video processing loop: The model uses a think-act-observe cycle to selectively retrieve frames, audio, or transcripts from relevant video sections rather than processing at a fixed one-frame-per-second rate
  • Sub-second precision: Gemini 3.7 Flash, 3.6 Flash, and 3.5 Flash-Lite can detect moments shorter than one second, including state changes and scene cuts that would be missed at 1fps sampling
  • Adaptive resampling: Suspicious time windows are resampled at higher frame rates for anomaly detection, while the system accurately counts repeated movements and individual objects over extended durations
  • Benchmark performance: On 1H-VideoQA, Gemini 3.7 Flash achieves the highest accuracy at the lowest cost per query; on LongVideoBench, it delivers the best overall quality with optimal accuracy-cost efficiency
  • API integration: Developers enable the feature by setting processing mode to "agentic" in the Gemini API config, with standard token rates and no surcharge, available through Google AI Studio and the Gemini Enterprise Agent Platform

Industry Insight

  • The 88% token reduction fundamentally changes the economics of video AI applications, making it feasible to process hours of footage for tasks like content moderation, automated editing, and archival search at scale
  • Google's integration of agentic reasoning directly into native video tools signals a shift toward models that actively optimize their own input processing rather than relying on static preprocessing pipelines
  • The upcoming "Ask YouTube" integration could transform video search and comprehension at consumer scale, potentially setting a new standard for how users interact with video content across the platform

TL;DR

  • Google Gemini Flash 模型新增基于代理的视频分析功能,通过动态搜索而非固定帧率扫描,将 token 使用量最高降低 88%,成本削减 66%,同时提升准确率。
  • 该功能支持亚秒级关键帧检测(如状态变化或剪辑点),可精准定位长视频中的特定场景,适用于自动化视频编辑等高精度需求。
  • 技术基于 "agentic vision" 架构,模型自主决定分析时段、采样速率及模态(帧/音频/转录文本),仅在 Gemini API 中启用 "agentic" 模式即可使用,无额外费用。
  • 在 1H-VideoQA 和 LongVideoBench 基准测试中,Gemini 3.7 Flash 以最低成本实现最高准确率,已集成至 Gemini API、Google AI Studio 及 Enterprise Agent Platform,并计划推广至 Gemini 应用和 YouTube "Ask YouTube" 功能。

为什么值得看

本文揭示了大模型视频理解从静态采样向动态代理决策的技术跃迁,为开发者提供了在长视频分析中平衡成本与精度的可行路径。其开源 API 集成方案及显著的效率提升,将直接推动视频内容自动化处理、多模态检索等场景的规模化落地。

技术解析

  • 动态代理分析架构:模型通过 think-act-observe 循环自主决策视频分析策略,仅调用与任务相关的片段(帧、音频或转录文本),替代传统固定 1fps 采样,支持亚秒级关键事件检测。
  • 性能与成本优化:在 1H-VideoQA 和 LVBench 基准上,token 消耗降低 88%,成本下降 66%,准确率小幅提升;Gemini 3.7 Flash 在长视频(10 分钟至数小时)场景中实现最高质量与效率平衡。
  • 技术演进基础:继承 Gemini 3 Flash 的 "agentic vision" 能力(2025 年 1 月发布),该能力允许模型通过 Python 代码执行图像缩放、裁剪和标注,本次扩展至视频模态并实现自动化。
  • API 集成与部署:开发者可通过 Gemini API 配置 processing_mode: "agentic" 启用功能,无额外费用;已上线 Google AI Studio 和 Enterprise Agent Platform,计划接入 Gemini 应用及 YouTube 播放页。

行业启示

  • 视频理解范式转变:代理式动态分析标志着多模态模型从 "被动采样" 向 "主动推理" 演进,未来视频 AI 系统将更注重资源分配的智能性,而非单纯提升采样密度。
  • 成本效率成为核心竞争力:88% 的 token 节约证明,通过架构优化(如选择性检索)可实现性能与成本的双赢,为长视频处理、实时监控等高频场景的商业化应用扫除障碍。
  • 生态整合加速落地:Google 将技术优先嵌入 API 及自有产品(Gemini、YouTube),提示行业参与者需关注头部厂商的生态绑定策略,开发者应尽早适配代理式分析接口以抢占应用先机。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。