facebookresearch/imagebind

ImageBind One Embedding Space to Bind Them All

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 7th, 2026
Created on March 23rd, 2023
Open Issues & Pull Requests: 91 (+0)
GitHub issues: Enabled
Number of forks: 844
Total Stargazers: 9,068 (+0)
Total Subscribers: 101 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 61.4 days
Mean response time: 135.3 days
90th percentile: 399.4 days
Tracked items: 16

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 19
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 787 days
Stale 30+ days: 19
Stale 90+ days: 19

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ImageBind is a multimodal embedding model that learns a joint representation space across six different modalities: images, text, audio, depth, thermal, and IMU data.

The tool addresses the challenge of enabling machines to understand and relate information across fundamentally different types of sensor data and modalities. Rather than training separate models for each modality, ImageBind learns a unified embedding space where all six modalities can be compared and related to one another. This approach enables emergent capabilities that arise from the joint embedding, including cross-modal retrieval where you can search for images using audio or text, arithmetic composition of modalities, cross-modal detection, and cross-modal generation.

ImageBind is suited for applications requiring cross-modal understanding and retrieval. It works well for projects that need to match or search across different data types—for instance, finding images based on audio descriptions, or detecting objects in thermal imagery using text queries. The model comes with pretrained weights, so it can be used out-of-the-box for zero-shot tasks without requiring task-specific fine-tuning. This is particularly valuable for scenarios where labeled data across multiple modalities is scarce or expensive to obtain.

The project maintains an active research implementation with a PyTorch codebase and provides pretrained model checkpoints. Development appears focused on research reproducibility, with documentation including a model card, contributing guidelines, and a code of conduct. The repository includes usage examples demonstrating feature extraction and comparison across modalities, supporting developers who want to integrate multimodal capabilities into their applications.