awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesVisual Tokenizers

Utilities for compressing image content into optimized token representations.

Distinct from Visual Token Compression: Distinct from Visual Token Compression: focuses on the utility for tokenization rather than the compression algorithm itself.

Explore 6 awesome GitHub repositories matching data & databases · Visual Tokenizers. Refine with filters or upvote what's useful.

Awesome Visual Tokenizers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tencent/weuiTencent 的头像

    Tencent/weui

    27,376在 GitHub 上查看↗

    WeUI is a mobile web UI library and design system consisting of CSS components and HTML templates. It is specifically designed to replicate the visual identity and interface of the WeChat messaging ecosystem, providing a standardized set of components to build responsive mobile web interfaces. The library functions as a stateless component system, utilizing a pure CSS architecture and HTML templates that rely on external JavaScript for interactivity. It employs a BEM-based class naming convention to manage component nesting and prevent style leakage across complex layouts. The framework incl

    Uses visual tokens for identity, though not in the context of image tokenization.

    HTMLmobile-webstylewechat
    在 GitHub 上查看↗27,376
  • deepseek-ai/deepseek-ocrdeepseek-ai 的头像

    deepseek-ai/DeepSeek-OCR

    22,498在 GitHub 上查看↗

    DeepSeek-OCR is a vision processing framework designed to convert image-based text into machine-readable tokens for large language models. It functions as a document inference pipeline that encodes visual data into compact representations, enabling automated optical character recognition and document analysis workflows. The system distinguishes itself through a high-throughput architecture that utilizes hardware-accelerated batch inference to process large volumes of visual data. It incorporates dynamic resolution scaling to manage the balance between visual detail and token consumption, ensu

    Compresses image content into optimized token representations for visual analysis.

    Python
    在 GitHub 上查看↗22,498
  • microsoft/unilmmicrosoft 的头像

    microsoft/unilm

    22,030在 GitHub 上查看↗

    This project is a comprehensive framework and toolkit for developing, optimizing, and deploying transformer-based models across multimodal, document intelligence, and natural language processing tasks. It provides a unified neural architecture that processes text, vision, audio, and document layout data through a shared set of weights, enabling researchers and developers to build foundational models that align cross-modal representations. The platform distinguishes itself through advanced training and inference strategies designed for large-scale deep learning. It incorporates specialized mec

    Implements visual data tokenization to convert raw images into discrete tokens using encoder-decoder architectures.

    Pythonbeitbeit-3bitnet
    在 GitHub 上查看↗22,030
  • qwenlm/qwen2-vlQwenLM 的头像

    QwenLM/Qwen2-VL

    19,404在 GitHub 上查看↗

    Qwen2-VL is a multimodal large language model and vision language model designed to process and reason across text, images, and video content. It functions as a visual reasoning engine and a visual agent framework, capable of interpreting visual data to perform object detection, document parsing, and spatial reasoning. The model is distinguished by its ability to act as a video understanding model, processing hour-long videos with second-level indexing and event recall. It further differentiates itself through a visual agent capability that interacts with software interfaces and robotic hardw

    Controls the resolution and pixel count of visual inputs to balance processing quality with memory constraints.

    Jupyter Notebook
    在 GitHub 上查看↗19,404
  • deepseek-ai/deepseek-vl2deepseek-ai 的头像

    deepseek-ai/DeepSeek-VL2

    5,302在 GitHub 上查看↗

    DeepSeek-VL2 是一个多模态大语言模型和视觉语言系统,旨在分析视觉场景并生成描述性文本。它作为一个视觉问答和视觉定位模型,能够从文档中提取信息,并根据文本描述定位图像中的特定对象或区域。 该项目利用专家混合(mixture-of-experts)架构来处理组合的图像和文本输入。它通过增量预填充(incremental prefilling)针对推理进行了优化,从而降低了硬件上的 GPU 内存需求。 该模型涵盖多模态数据分析和视觉文档理解,包括对图表和布局的解释。它执行视觉推理和定位,以将文本查询与相应的视觉内容进行匹配。

    Adjusts input image resolution and pixel counts to optimize the visual token budget.

    Python
    在 GitHub 上查看↗5,302
  • llava-vl/llava-nextLLaVA-VL 的头像

    LLaVA-VL/LLaVA-NeXT

    4,695在 GitHub 上查看↗

    LLaVA-NeXT 是一个多模态大语言模型框架和训练工具包,旨在处理交错的图像和视频序列以生成文本。它作为视觉语言模型,结合了视觉编码器与语言模型,能够执行复杂的推理、问答和视频理解任务。 该系统能够分析高分辨率图像和时序视频帧,从而描述事件、总结动作并跨多个视觉输入进行推理。它支持文档和图表解析、空间环境分析,以及为图像和视频生成描述性字幕。 该框架包含通过偏好优化来微调多模态模型的工具,以减少幻觉并提高准确性。它还提供了一个推理服务器,可通过 HTTP 后端将这些功能部署为 API 服务。

    Implements dynamic resolution scaling to optimize the visual token budget while preserving high-resolution image details.

    Python
    在 GitHub 上查看↗4,695
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Visual Token Compression
  5. Visual Tokenizers

探索子标签

  • Dynamic Resolution ScalingCapabilities for adjusting input image resolution and pixel counts to optimize the visual token budget. **Distinct from Visual Tokenizers:** Focuses on adjusting resolution to manage token budget, whereas Visual Tokenizers are the utilities that perform the conversion.