awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesVisual Question Answering Evaluation

Standardized testing for the ability to answer natural language questions based on visual input.

Distinct from Question Answering: Candidates are general QA or specific medical/embodied QA; this is the general evaluation framework for VQA.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Visual Question Answering Evaluation. Refine with filters or upvote what's useful.

Awesome Visual Question Answering Evaluation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • salesforce/lavisAvatar salesforce

    salesforce/LAVIS

    11,236Vezi pe GitHub↗

    LAVIS is a multimodal large language model framework and vision-language model library. It provides tools for training and evaluating models that integrate visual, textual, and audio data, serving as a cross-modal feature extractor and a zero-shot visual reasoning engine. The framework distinguishes itself by using frozen-backbone integration, where pretrained encoders remain non-trainable while lightweight adapter layers are updated. It employs cross-modal feature alignment to map different representations into a shared embedding space and utilizes a modular model wrapper to swap vision and

    Leverages pretrained vision and language models within zero-shot frameworks to answer questions about visual content.

    Jupyter Notebook
    Vezi pe GitHub↗11,236
  • opengvlab/internvlAvatar OpenGVLab

    OpenGVLab/InternVL

    10,061Vezi pe GitHub↗

    InternVL is a vision-language model framework that fuses a visual encoder with a large language model to translate image features into textual tokens for reasoning. It provides a system for multimodal inference and dialogue, enabling the processing of images and text to answer questions or generate descriptions. The project is distinguished by its high-resolution image processing, which uses dynamic tiling to maintain detail for images up to 4K resolution, and its chain-of-thought visual reasoning for solving complex mathematical and spatial problems. It also supports temporal frame sampling

    Tests the ability to answer questions based on images, incorporating external knowledge and specialized content.

    Pythongptgpt-4ogpt-4v
    Vezi pe GitHub↗10,061
  • salesforce/blipAvatar salesforce

    salesforce/BLIP

    5,676Vezi pe GitHub↗

    BLIP is a vision-language model framework that combines contrastive, matching, and language modeling objectives to align images with text. Built on a multimodal encoder-decoder architecture, it supports distributed data-parallel training with cosine learning rate scheduling and sliding-window metric tracking for training stability. The framework provides capabilities for image captioning, visual question answering, and cross-modal retrieval, scoring semantic alignment between images and text through learned embeddings. It includes toolkits for fine-tuning pre-trained models on custom datasets

    Runs trained models on test datasets to generate or rank answers for image-question pairs and collects results for scoring.

    Jupyter Notebookimage-captioningimage-text-retrievalvision-and-language-pre-training
    Vezi pe GitHub↗5,676
  • qwenlm/qwen3-omniAvatar QwenLM

    QwenLM/Qwen3-Omni

    3,843Vezi pe GitHub↗

    Qwen3-Omni is an omni-modal large language model designed to process and generate text, audio, images, and video within a single unified neural architecture. It functions as a real-time voice assistant and multimodal AI agent capable of reasoning across different media types and executing external tool-calling functions via APIs. The system supports low-latency conversational AI through autoregressive token streaming and natural turn-taking. It enables multilingual speech translation and generation across dozens of languages, featuring customizable speaker profiles and tones. The model's cap

    Answers complex questions by aligning timing between audio and video streams to understand scenarios.

    Jupyter Notebook
    Vezi pe GitHub↗3,843
  • open-compass/vlmevalkitAvatar open-compass

    open-compass/VLMEvalKit

    3,824Vezi pe GitHub↗

    VLMEvalKit is a vision-language model evaluation framework and inference engine designed to run standardized benchmarks and measure model accuracy across diverse visual datasets. It serves as a multimodal model benchmark and performance toolkit for calculating metrics and comparing model responses. The toolkit includes a specialized visual reasoning evaluator that uses adversarial samples to distinguish actual image understanding from reliance on language patterns. It also provides capabilities for image generation evaluation, testing a model's ability to create or modify visuals based on tex

    Analyzes visual content to answer natural language questions and extract meaning from images.

    Pythonchatgptclaudeclip
    Vezi pe GitHub↗3,824
  • evolvinglmms-lab/lmms-evalAvatar EvolvingLMMs-Lab

    EvolvingLMMs-Lab/lmms-eval

    3,701Vezi pe GitHub↗

    lmms-eval is a benchmarking system and performance analysis suite designed to measure the capabilities of large multimodal models. It provides a framework for evaluating models across text, image, audio, and video datasets, serving as a multimodal dataset orchestrator and benchmarking tool to quantify accuracy and efficiency. The project distinguishes itself through a unified multimodal message protocol that structures diverse media inputs for consistent model consumption. It features specialized benchmarking for audio, video, visual, document, and spatial reasoning, alongside tools for model

    Evaluates performance on visual question answering, captioning, and comprehension across images.

    Pythonagiaudio-evaluationbenchmark
    Vezi pe GitHub↗3,701
  1. Home
  2. Artificial Intelligence & ML
  3. Visual Question Answering Evaluation

Explorează sub-etichetele

  • Adversarial Visual Reasoning EvaluationTesting a model's visual reasoning using adversarial samples to isolate image understanding from language bias. **Distinct from Visual Question Answering Evaluation:** Specially targets adversarial samples to prevent language pattern reliance, distinct from general VQA evaluation.
  • Reasoning Frameworks1 sub-tagFrameworks that enable models to reason over visual content to answer natural language questions. **Distinct from Visual Question Answering Evaluation:** Focuses on the reasoning framework for answering questions, whereas the parent focuses on the evaluation metrics
  • Streaming Question Answering EvaluatorsPauses the stream to simulate a human-in-the-loop evaluation where predictions are made before seeing the true label on streaming data. **Distinct from Visual Question Answering Evaluation:** Distinct from Visual Question Answering Evaluation: focuses on streaming evaluation with progressive validation, not static visual QA benchmarks.