awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hustvl avatar

hustvl/Vim

0
View on GitHub↗
3,882 نجوم·289 تفرعات·Python·Apache-2.0·8 مشاهدات

Vim

Vim is a state space model vision framework designed for image classification and visual representation learning. It functions as a computer vision research tool that converts two-dimensional image grids into one-dimensional sequences to extract spatial features.

The system implements a linear-scaling image classifier that replaces quadratic attention mechanisms with state space operations. This approach utilizes bidirectional sequence modeling and selective gating mechanisms to process visual data.

The framework covers computer vision benchmarking and image classification research, providing capabilities to learn visual representations and evaluate model accuracy against standard datasets.

Features

  • Linear-Scaling State Space Operations - Replaces quadratic attention mechanisms with state space operations for linear computational scaling.
  • Image Sequence Architectures - Implements bidirectional sequence modeling to extract spatial features from image grids.
  • Representation Learning - Encodes image data into meaningful mathematical representations for downstream tasks.
  • Selective State Space Implementations - Implements selective state space blocks for linear-time sequence modeling of images.
  • Grid-to-Sequence Conversions - Transforms spatial image pixels into linear sequences for state space model compatibility.
  • Image Classification - Implements deep learning models to categorize images into predefined classes.
  • Linear-Scaling Image Classifiers - Implements an image classification architecture that scales linearly relative to input sequence length.
  • Visual Representation Learning Frameworks - Provides a framework for training image encoders to capture complex visual representations.
  • State Space Model Vision Frameworks - Provides a vision-specific state space model framework for image classification and representation learning.
  • Bidirectional Sequence Modeling Tools - Extracts spatial image features using bidirectional sequence modeling and selective gating.
  • Computer Vision Benchmarks - Measures vision model accuracy and performance against standard industry datasets.
  • Hierarchical Feature Computations - Organizes visual data across multiple abstraction levels to capture local and global context.
  • Computer Vision Research - Provides an implementation of experimental algorithms for visual analysis and image processing research.
  • Gated Sequence Models - Utilizes selective gating mechanisms to prioritize relevant visual features during sequence processing.
  • Attention Free Architectures - Bidirectional state space model for efficient visual learning.

سجل النجوم

مخطط تاريخ النجوم لـ hustvl/vimمخطط تاريخ النجوم لـ hustvl/vim

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة hustvl/vim؟

Vim is a state space model vision framework designed for image classification and visual representation learning. It functions as a computer vision research tool that converts two-dimensional image grids into one-dimensional sequences to extract spatial features.

ما هي الميزات الرئيسية لـ hustvl/vim؟

الميزات الرئيسية لـ hustvl/vim هي: Linear-Scaling State Space Operations, Image Sequence Architectures, Representation Learning, Selective State Space Implementations, Grid-to-Sequence Conversions, Image Classification, Linear-Scaling Image Classifiers, Visual Representation Learning Frameworks.

ما هي البدائل مفتوحة المصدر لـ hustvl/vim؟

تشمل البدائل مفتوحة المصدر لـ hustvl/vim: zalandoresearch/fashion-mnist — This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy… dmlc/gluon-cv — Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision… pkmital/tensorflow_tutorials — This project is a collection of educational Jupyter Notebooks providing tutorials on neural network construction and… microsoft/computervision-recipes — This project is a collection of educational resources and implementation frameworks providing deep learning model… huawei-noah/cv-backbones — CV-Backbones is a computer vision backbone library and model zoo providing a collection of pre-defined neural network… kaiyangzhou/deep-person-reid — This project is a PyTorch person re-identification framework designed for training and evaluating models that identify…

بدائل مفتوحة المصدر لـ Vim

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Vim.
  • zalandoresearch/fashion-mnistالصورة الرمزية لـ zalandoresearch

    zalandoresearch/fashion-mnist

    12,754عرض على GitHub↗

    This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy of machine learning models. It provides a standardized collection of labeled fashion product images and training data formatted to be compatible with the MNIST dataset structure. The dataset consists of fixed-dimension grayscale images and label-based category mappings, stored in a binary format. It includes pre-split training and testing sets and a static distribution to ensure consistent cross-model benchmarking. The repository supports image classification benchmarking and

    Pythonbenchmarkcomputer-visionconvolutional-neural-networks
    عرض على GitHub↗12,754
  • microsoft/computervision-recipesالصورة الرمزية لـ microsoft

    microsoft/computervision-recipes

    9,866عرض على GitHub↗

    This project is a collection of educational resources and implementation frameworks providing deep learning model recipes, code samples, and step-by-step guides for computer vision tasks. It organizes complex workflows into modular recipes and implementation guides to facilitate the building of image and video analysis models. The framework focuses on specialized vision capabilities, including an image similarity framework for fast retrieval and re-ranking, human pose estimation, and video action recognition. It also provides specific tools for crowd density estimation and document image clea

    Jupyter Notebookartificial-intelligenceazurecomputer-vision
    عرض على GitHub↗9,866
  • dmlc/gluon-cvالصورة الرمزية لـ dmlc

    dmlc/gluon-cv

    5,922عرض على GitHub↗

    Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision architectures and training pipelines. It serves as a deep learning research toolkit and a model zoo containing state-of-the-art pre-trained weights for image and video analysis. The project includes a specialized human pose estimation library and a model compression toolkit. These tools allow for the pruning and quantization of deep learning models to increase inference speed and facilitate deployment on constrained edge hardware. The library covers a broad range of vision capabili

    Pythonaction-recognitioncomputer-visiondeep-learning
    عرض على GitHub↗5,922
  • pkmital/tensorflow_tutorialsالصورة الرمزية لـ pkmital

    pkmital/tensorflow_tutorials

    5,668عرض على GitHub↗

    This project is a collection of educational Jupyter Notebooks providing tutorials on neural network construction and tensor operations using the TensorFlow framework. It serves as a machine learning educational repository and implementation guide for deep learning students. The suite focuses on specific advanced architectures, including convolutional networks for image classification, residual networks with skip connections for training stability, and variational autoencoders for generative modeling and data synthesis. It also includes guides for building denoising and deep autoencoders to pe

    Jupyter Notebook
    عرض على GitHub↗5,668
  • عرض جميع البدائل الـ 30 لـ Vim→