paper-with-me

Papers

FLAME: Frozen Large Language Models Enable Data-Efficient Language-Image Pre-training

2024-11-18 · CVPR 2025 1 · Anjia Cao, Xing Wei, Zhiheng Ma

Language-image pre-training faces significant challenges due to limited data in specific formats and the constrained capacities of text encoders. While prevailing methods attempt to address these issues through data augmentation and architecture modifications, they continue to struggle with processing long-form text inputs, and the inherent limitations of traditional CLIP text encoders lead to suboptimal downstream generalization. In this paper, we propose FLAME (Frozen Large lAnguage Models Enable data-efficient language-image pre-training) that leverages frozen large language models as text encoders, naturally processing long text inputs and demonstrating impressive multilingual generalization. FLAME comprises two key components: 1) a multifaceted prompt distillation technique for extracting diverse semantic representations from long captions, which better aligns with the multifaceted nature of images, and 2) a facet-decoupled attention mechanism, complemented by an offline embedding strategy, to ensure efficient computation. Extensive empirical evaluations demonstrate FLAME's superior performance. When trained on CC3M, FLAME surpasses the previous state-of-the-art by 4.9\% in ImageNet top-1 accuracy. On YFCC15M, FLAME surpasses the WIT-400M-trained CLIP by 44.4\% in average image-to-text recall@1 across 36 languages, and by 34.6\% in text-to-image recall@1 for long-context retrieval on Urban-1k. Code is available at \url{https://github.com/MIV-XJTU/FLAME}.

📄 PDF Abstract BibTeX arXiv:2411.11927

Code (1)

miv-xjtu/flame 공식 구현 pytorch

Tasks

Data AugmentationImage to text

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

FLAME-MoE: A Transparent End-to-End Research Platform for Mixture-of-Experts Language Models

2025-05-26 · Hao Kang, Zichun Yu, Chenyan Xiong

Recent large language models such as Gemini-1.5, DeepSeek-V3, and Llama-4 increasingly adopt Mixture-of-Experts (MoE) architectures, which offer strong efficiency-performance trade-offs by activating only a fraction of t…

Mixture-of-Experts

Foundational Autoraters: Taming Large Language Models for Better Automatic Evaluation

2024-07-15 · Tu Vu, Kalpesh Krishna, Salaheddin Alzubi, Chris Tar 외

As large language models (LLMs) advance, it becomes more challenging to reliably evaluate their output due to the high costs of human evaluation. To make progress towards better LLM autoraters, we introduce FLAMe, a fami…

Code Generation

Computational lexical analysis of Flamenco genres

2024-05-09 · Pablo Rosillo-Rodes, Maxi San Miguel, David Sanchez

Flamenco, recognized by UNESCO as part of the Intangible Cultural Heritage of Humanity, is a profound expression of cultural identity rooted in Andalusia, Spain. However, there is a lack of quantitative studies that help…

Lexical Analysis

FLAME: Financial Large-Language Model Assessment and Metrics Evaluation

2025-01-03 · Jiayu Guo, Yu Guo, Martha Li, Songtao Tan

LLMs have revolutionized NLP and demonstrated potential across diverse domains. More and more financial LLMs have been introduced for finance-specific tasks, yet comprehensively assessing their value is still challenging…

Language ModelingLanguage ModellingLarge Language Model

FLAME: A small language model for spreadsheet formulas

2023-01-31 · Harshit Joshi, Abishai Ebenezer, José Cambronero, Sumit Gulwani 외

Spreadsheets are a vital tool for end-user data management. Using large language models for formula authoring assistance in these environments can be difficult, as these models are expensive to train and challenging to d…

Language ModelingLanguage ModellingManagementRetrieval+1