tao-analyze-gaps-vlm-bcq

Identify false-positive and false-negative gaps from VLM binary-classification predictions.

83|20|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-analyze-gaps-vlm-bcq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tao-analyze-gaps-vlm-bcq
Source: https://github.com/NVIDIA-TAO/tao-skill-bank/tree/main/skills/data/tao-analyze-gaps-vlm-bcq
Command: npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-analyze-gaps-vlm-bcq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the extraction of false-positive and false-negative gaps from VLM binary-classification-question predictions, streamlining the DEFT root-cause analysis process.

Core Features & Use Cases

  • Binary Classification Gap Analysis: Automatically analyze the discrepancies between model predictions and ground truth.
  • Automated Reporting: Generate structured reports for false-positive and false-negative cases.
  • Use Case: After running a VLM on a binary yes/no task, this Skill can be used to identify and analyze potential root cause failures for DEFT iterations.

Quick Start

Run the vlm_bcq action with the predictions JSON and output directory.

Frequently Asked Questions about tao-analyze-gaps-vlm-bcq

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze false-positive and false-negative gaps in VLM binary classification predictions?

To analyze binary classification gaps in Video Language Models, you can automate the extraction of false-positive and false-negative cases from your prediction predictions JSON against ground-truth datasets to generate structured failure reports.

What is the best way to automate root cause analysis for DEFT iterations using VLM outputs?

Automating root cause analysis for DEFT iterations involves identifying discrepancies between VLM binary yes/no task predictions and ground truth, allowing you to streamline the extraction of failure cases for review.

Do I need ground-truth datasets to perform VLM binary-classification gap analysis?

Yes, performing VLM binary-classification gap analysis requires both the model predictions JSON and corresponding ground-truth datasets to accurately identify and report false-positive and false-negative discrepancies.

Can I generate structured failure case reports for Video Language Model predictions?

Yes, you can generate structured failure case reports by running the gap analysis action on your VLM binary-classification predictions, which automatically extracts and organizes the false-positive and false-negative cases into an output directory.

When should I use automated gap analysis for VLM binary yes/no tasks?

You should use automated gap analysis after running a VLM on a binary yes/no task when you need to identify potential root cause failures and extract structured false-positive and false-negative reports for DEFT iterations.

What format does the VLM gap analysis output for false-positive and false-negative cases?

The VLM gap analysis outputs structured failure case reports for false-positive and false-negative cases, saving them directly to your specified output directory for subsequent root cause analysis workflows.