This repo collects the research resources based on CLIP (Contrastive Language-Image Pre-Training) proposed by OpenAI. If you would like to contribute, please open an issue.
- Learning Transferable Visual Models From Natural Language Supervision [paper][code]
- CLIP: Connecting Text and Images [blog]
- Multimodal Neurons in Artificial Neural Networks [blog]
- OpenCLIP (3rd-party, PyTorch) [code]
- Train-CLIP (3rd-party, PyTorch) [code]
- Paddle-CLIP (3rd-party, PaddlePaddle) [code]
- VQGAN-CLIP [code]
- StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery [paper][code]
- CLIP Guided Diffusion [code]
- CLIP2StyleGAN: Unsupervised Extraction of StyleGAN Edit Directions [paper]
- TargetCLIP: Image-Based CLIP-Guided Essence Transfer [paper][code]
- DiffusionCLIP: Text-Guided Diffusion Models for Robust Image Manipulation [paper][code]
- Roboflow Zero-shot Object Tracking [code]
- Zero-Shot Detection via Vision and Language Knowledge Distillation [paper][code]
- Crop-CLIP [code]
- Detic: Detecting Twenty-thousand Classes using Image-level Supervision [paper][code]
- CLIP-TD: CLIP Targeted Distillation for Vision-Language Tasks [paper]
- SLIP: Self-supervision meets Language-Image Pre-training [paper][code]
- ReCLIP: A Strong Zero-Shot Baseline for Referring Expression Comprehension [paper][code]
- Unsplash Image Search [code]
- CLIP4Clip: An Empirical Study of CLIP for End to End Video Clip Retrieval [paper][code]
- Less is More: ClipBERT for Video-and-Language Learning via Sparse Sampling [paper][code]
- Natural Language YouTube Search [code]
- CLIP-as-service: Embed images and sentences into fixed-length vectors with CLIP [doc][code]
- clip-retrieval [code]
- A CLIP-Hitchhiker’s Guide to Long Video Retrieval [paper]code]
- CLIP2Video: Mastering Video-Text Retrieval via Image CLIP [paper][code]
- Wav2CLIP: Learning Robust Audio Representations From CLIP [code]
- CLIP-Lite: Information Efficient Visual Representation Learning from Textual Annotation [paper]
- RegionCLIP: Region-based Language-Image Pretraining [paper][code]
- CMA-CLIP: Cross-Modality Attention CLIP for Image-Text Classification [paper]
- DenseCLIP: Language-Guided Dense Prediction with Context-Aware Prompting [paper][code]
- CyCLIP: Cyclic Contrastive Language-Image Pretraining [paper][code]
- CLIP-Forge: Towards Zero-Shot Text-to-Shape Generation [paper]
- Text2Mesh: Text-Driven Neural Stylization for Meshes [paper][code]
- CLIP-GEN: Language-Free Training of a Text-to-Image Generator with CLIP [paper]
- CLIPDraw: Exploring Text-to-Drawing Synthesis through Language-Image Encoders [paper]
- CLIP-NeRF: Text-and-Image Driven Manipulation of Neural Radiance Fields [paper][code]
- MotionCLIP: Exposing Human Motion Generation to CLIP Space [paper][code]
- AvatarCLIP: Zero-Shot Text-Driven Generation and Animation of 3D Avatars [paper][code]
- Big Sleep: A simple command line tool for text to image generation [code]
- Deep Daze: A simple command line tool for text to image generation [code]
- CLIP-CLOP: CLIP-Guided Collage and Photomontage [paper][code]
- Learning to Prompt for Vision-Language Models [paper][code]
- Conditional Prompt Learning for Vision-Language Models [paper][code]
- Prompt-aligned Gradient for Prompt Tuning [paper][code]
- CLIP-Adapter: Better Vision-Language Models with Feature Adapters [paper][code]
- VideoCLIP: Contrastive Pre-training for Zero-shot Video-Text Understanding [code]
- FitCLIP: Refining Large-Scale Pretrained Image-Text Models for Zero-Shot Video Understanding Tasks [paper][code]
- CLIP prefix captioning [code]
- CLIPScore: A Reference-free Evaluation Metric for Image Captioning [paper]
- ClipCap: CLIP Prefix for Image Captioning [paper][code]
- HairCLIP: Design Your Hair by Text and Reference Image [code]
- CLIPstyler: Image Style Transfer with a Single Text Condition [paper][code]
- CLIPasso: Semantically-Aware Object Sketching [paper][code]
- CLIP Models are Few-shot Learners: Empirical Studies on VQA and Visual Entailment [paper]
- CLIP on Wheels: Zero-Shot Object Navigation as Object Localization and Exploration [paper]
- AudioCLIP: Extending CLIP to Image, Text and Audio [code]
- Multilingual-CLIP [code]
- CLIP (With Haiku + Jax!) [code]
- CLIP-Event: Connecting Text and Images with Event Structures [paper][code]
- How Much Can CLIP Benefit Vision-and-Language Tasks? [paper]
- DeCLIP: Supervision Exists Everywhere: A Data Efficient Contrastive Language-Image Pre-training Paradigm [paper][code]
- Democratizing Contrastive Language-Image Pre-training: A CLIP Benchmark of Data, Model, and Supervision [paper][code]
- CLIP meets GamePhysics: Towards bug identification in gameplay videos using zero-shot transfer learning [paper][code]
Inspired by Awesome Visual-Transformer.