paper-with-me

Papers

RECLIP: Resource-efficient CLIP by Training with Small Images

2023-04-12 · Runze Li, Dahun Kim, Bir Bhanu, Weicheng Kuo

We present RECLIP (Resource-efficient CLIP), a simple method that minimizes computational resource footprint for CLIP (Contrastive Language Image Pretraining). Inspired by the notion of coarse-to-fine in computer vision, we leverage small images to learn from large-scale language supervision efficiently, and finetune the model with high-resolution data in the end. Since the complexity of the vision transformer heavily depends on input image size, our approach significantly reduces the training resource requirements both in theory and in practice. Using the same batch size and training epoch, RECLIP achieves highly competitive zero-shot classification and image-text retrieval accuracy with 6 to 8x less computational resources and 7 to 9x fewer FLOPs than the baseline. Compared to the state-of-the-art contrastive learning methods, RECLIP demonstrates 5 to 59x training resource savings while maintaining highly competitive zero-shot classification and retrieval performance. Finally, RECLIP matches the state of the art in transfer learning to open-vocabulary detection tasks, achieving 32 APr on LVIS. We hope this work will pave the path for the broader research community to explore language supervised pretraining in resource-friendly settings.

📄 PDF Abstract BibTeX arXiv:2304.06028

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningImage-text RetrievalRetrievalText RetrievalTransfer Learningzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Contrastive Learning 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

ReCLIP: A Strong Zero-Shot Baseline for Referring Expression Comprehension

2022-04-12 · ACL 2022 5 · Sanjay Subramanian, William Merrill, Trevor Darrell, Matt Gardner 외

Training a referring expression comprehension (ReC) model for a new visual domain requires collecting referring expressions, and potentially corresponding bounding boxes, for images in the domain. While large-scale pre-t…

image-classificationImage ClassificationReferring ExpressionReferring Expression Comprehension+1

TimbreCLIP: Connecting Timbre to Text and Images

2022-11-21 · Nicolas Jonason, Bob L. T. Sturm

We present work in progress on TimbreCLIP, an audio-text cross modal embedding trained on single instrument notes. We evaluate the models with a cross-modal retrieval task on synth patches. Finally, we demonstrate the ap…

Cross-Modal RetrievalImage GenerationRetrieval

ReCLIP: A Strong Zero-Shot Baseline for Referring Expression Comprehension

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Training a referring expression comprehension (ReC) model for a new visual domain requires collecting referring expressions, and potentially corresponding bounding boxes, for images in the domain. While large-scale pre-t…

image-classificationImage ClassificationReferring ExpressionReferring Expression Comprehension+1

ReCLIP: Refine Contrastive Language Image Pre-Training with Source Free Domain Adaptation

2023-08-04 · Xuefeng Hu, Ke Zhang, Lu Xia, Albert Chen 외

Large-scale Pre-Training Vision-Language Model such as CLIP has demonstrated outstanding performance in zero-shot classification, e.g. achieving 76.3% top-1 accuracy on ImageNet without seeing any example, which leads to…

Domain Adaptationimage-classificationImage ClassificationLanguage Modeling+4

CultureCLIP: Empowering CLIP with Cultural Awareness through Synthetic Images and Contextualized Captions

2025-07-08 · Yuchen Huang, Zhiyuan Fan, Zhitao He, Sandeep Polisetty 외

Pretrained vision-language models (VLMs) such as CLIP excel in multimodal understanding but struggle with contextually relevant fine-grained visual features, making it difficult to distinguish visually similar yet cultur…

Contrastive Learning