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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
LLaVA-VL avatar

LLaVA-VL/LLaVA-NeXT

0
View on GitHub↗
4,695 Stars·464 Forks·Python·Apache-2.0·4 Aufrufe

LLaVA NeXT

LLaVA-NeXT ist ein multimodales Large-Language-Model-Framework und ein Trainings-Toolkit, das darauf ausgelegt ist, verschachtelte Bild- und Videosequenzen zu verarbeiten, um Text zu generieren. Es fungiert als visuelles Sprachmodell, das Vision-Encoder mit Sprachmodellen kombiniert, um komplexes Reasoning, Question-Answering und Videoverständnis durchzuführen.

Das System ist in der Lage, hochauflösende Bilder und temporale Videoframes zu analysieren, um Ereignisse zu beschreiben, Aktionen zusammenzufassen und über mehrere visuelle Inputs hinweg zu schlussfolgern. Es unterstützt die Interpretation von Dokumenten und Diagrammen, räumliche Umgebungsanalyse sowie die Generierung beschreibender Bildunterschriften für Bilder und Videos.

Das Framework enthält Tools zum Tuning multimodaler Modelle mittels Preference-Optimization, um Halluzinationen zu reduzieren und die Genauigkeit zu verbessern. Es bietet zudem einen Inference-Server, um diese Funktionen als API-Dienst via HTTP-Backend bereitzustellen.

Features

  • Multimodal Frameworks - Provides a comprehensive framework for training and serving models that process interleaved image and video sequences.
  • Visual Language Models - Combines vision encoders with language models to perform complex reasoning and question answering on visual data.
  • Multimodal Input Processing - Analyzes combined image, video, and mixed data inputs to generate text-based responses.
  • Cross-Image Reasoning - Relates content across several images to identify differences, summarize information, or synthesize stories.
  • Group Relative Policy Optimization - Utilizes Group Relative Policy Optimization to refine model responses by comparing multiple sampled outputs without a reward model.
  • Image Captioning Models - Produces descriptive, multi-lingual text captions for images sourced from daily-life environments.
  • Image Content Analyzers - Analyzes images to perform logical reasoning and text retrieval for complex question answering.
  • Video Content Analyzers - Processes multiple video frames as visual tokens to generate structured text descriptions and summarize actions.
  • Image-Text Prompt Inferences - Produces descriptive or conversational text responses by processing image-text prompts.
  • Multimodal Training Pipelines - Ships a toolkit for tuning visual language models using mixed image and video datasets.
  • Multimodal Fine-Tuning - Supports fine-tuning multimodal models using mixed datasets of images and videos to optimize video task performance.
  • Multimodal Baseline Training - Provides scripts and pipelines to train models on single images, multiple images, and video data.
  • Multimodal Token Interleaving - Processes interleaved sequences of text and visual tokens to enable complex reasoning across multiple images or video clips.
  • Multimodal Visual Reasoning - Performs complex visual recognition and reasoning across multimodal inputs to answer questions.
  • Video Question Answering - Generates detailed textual descriptions and answers questions about temporal cues within video sequences.
  • Video Captioning - Analyzes video content to generate descriptive natural language summaries of subjects, actions, and scenes.
  • Visual Content Analysis - Extracts information from documents, charts, and high-resolution images for scene understanding.
  • Visual-to-Text Generation - Produces natural language responses and diverse text outputs based on image and video inputs.
  • Model Training and Fine-tuning - Optimizes multimodal models using specialized dataset tuning and preference optimization.
  • Multimodal Generation - Generates diverse text responses based on combined image and text inputs to support various user intents.
  • Video Understanding - Analyzes temporal sequences of video frames to describe events and summarize actions.
  • Video Understanding Models - Processes video frames as sequences of visual tokens to describe temporal events and actions.
  • Interleaved Multi-Image Processors - Processes sequences of alternating text and visual tokens to enable complex reasoning across multiple images.
  • Dynamic Resolution Scaling - Analyzes high-resolution images using a dynamic grid to preserve intricate details and reduce errors.
  • LLM Hallucination Mitigations - Implements preference optimization based on automated feedback to reduce hallucinations and improve response honesty.
  • Position Embedding Scaling - Scales position embeddings via interpolation to extend the context window for longer video sequences.
  • Inference API Servers - Provides an HTTP backend to expose multimodal model capabilities as an API service for external applications.
  • Model Performance Evaluators - Benchmarks model accuracy across multiple visual datasets using a standardized evaluation toolkit.
  • Pairwise Preference Critics - Trains a critic model using pairs of high and low quality responses to improve automated feedback accuracy.
  • Model Serving APIs - Provides an inference server to expose model capabilities as a network-accessible API service via an HTTP backend.
  • Open Multimodal Model Deployers - Serves multimodal model capabilities through an HTTP backend for integration with external applications.
  • Multimodal Preference Optimization - Evaluates image quality and reduces hallucinations using preference optimization and automated critic systems.
  • Visual Conversational AI - Enables interactive, conversational discussions about real-life scenarios based on provided visual inputs.
  • Dynamic Resolution Scaling - Implements dynamic resolution scaling to optimize the visual token budget while preserving high-resolution image details.
  • Document Chart Parsers - Extracts structured information from charts and diagrams within documents using OCR and question-answering.
  • Visual Feature Projections - Maps visual features from a vision encoder into the language model's embedding space using a linear projection layer.
  • Multimodal Agents - Improved reasoning, OCR, and world knowledge for vision models.

Star-Verlauf

Star-Verlauf für llava-vl/llava-nextStar-Verlauf für llava-vl/llava-next

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu LLaVA NeXT

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit LLaVA NeXT.
  • facebookresearch/mmfAvatar von facebookresearch

    facebookresearch/mmf

    5,635Auf GitHub ansehen↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Pythoncaptioningdeep-learningdialog
    Auf GitHub ansehen↗5,635
  • internlm/xtunerAvatar von InternLM

    InternLM/xtuner

    5,150Auf GitHub ansehen↗

    xtuner is a comprehensive training engine for large language models, offering a toolkit for pre-training, supervised fine-tuning, and the optimization of vision-language multimodal models. It serves as a distributed training accelerator and a specialized framework for scaling Mixture-of-Experts models and aligning model behavior through reinforcement learning from human feedback. The project distinguishes itself through advanced memory and compute optimizations, such as sequence parallelism for ultra-long context windows and interleaved pipeline parallelism to reduce GPU idle time. It provide

    Pythonagentdeepseek-v3gpt-oss
    Auf GitHub ansehen↗5,150
  • nvidia/cosmosAvatar von NVIDIA

    NVIDIA/cosmos

    10,494Auf GitHub ansehen↗

    Cosmos is an open platform of world models, datasets, and tools for building physical AI systems such as robots and autonomous vehicles. It provides video generation and video understanding models that can generate synthetic videos and world simulations from text, image, video, or action inputs, and analyze videos to produce captions, event timestamps, spatial bounding boxes, and next-action predictions. The platform includes a world simulation generator that produces images, videos, synchronized audio, and action-conditioned rollouts for synthetic data, alongside a visual content analyzer th

    Jupyter Notebook
    Auf GitHub ansehen↗10,494
  • paddlepaddle/fastdeployAvatar von PaddlePaddle

    PaddlePaddle/FastDeploy

    3,700Auf GitHub ansehen↗

    FastDeploy is a high-performance deployment framework for large language models, vision models, and multimodal models. It provides the infrastructure to launch model services that process combined image, video, and text inputs, exposing these capabilities through a standardized, OpenAI-compatible API for chat and text completions. The project distinguishes itself through advanced inference pipeline engineering and GPU optimization. It employs speculative decoding, tensor parallelism, and a disaggregated execution model that separates prefill and decode phases across different hardware resourc

    Pythonernieernie-45ernie-45-vl
    Auf GitHub ansehen↗3,700
Alle 30 Alternativen zu LLaVA NeXT anzeigen→

Häufig gestellte Fragen

Was macht llava-vl/llava-next?

LLaVA-NeXT ist ein multimodales Large-Language-Model-Framework und ein Trainings-Toolkit, das darauf ausgelegt ist, verschachtelte Bild- und Videosequenzen zu verarbeiten, um Text zu generieren. Es fungiert als visuelles Sprachmodell, das Vision-Encoder mit Sprachmodellen kombiniert, um komplexes Reasoning, Question-Answering und Videoverständnis durchzuführen.

Was sind die Hauptfunktionen von llava-vl/llava-next?

Die Hauptfunktionen von llava-vl/llava-next sind: Multimodal Frameworks, Visual Language Models, Multimodal Input Processing, Cross-Image Reasoning, Group Relative Policy Optimization, Image Captioning Models, Image Content Analyzers, Video Content Analyzers.

Welche Open-Source-Alternativen gibt es zu llava-vl/llava-next?

Open-Source-Alternativen zu llava-vl/llava-next sind unter anderem: facebookresearch/mmf — MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a… internlm/xtuner — xtuner is a comprehensive training engine for large language models, offering a toolkit for pre-training, supervised… nvidia/cosmos — Cosmos is an open platform of world models, datasets, and tools for building physical AI systems such as robots and… paddlepaddle/fastdeploy — FastDeploy is a high-performance deployment framework for large language models, vision models, and multimodal models.… qwenlm/qwen2-vl — Qwen2-VL is a multimodal large language model and vision language model designed to process and reason across text,… nvlabs/describe-anything — Describe Anything is a multimodal vision-language framework designed for localized visual analysis and automated…