paper-with-me

Papers

Modular Multimodal Classification Without Fine-Tuning: A Simple Compositional Approach

2026-05-20 · Herman Bergström, Aditya Mehrotra, Rahul G. Krishnan arxiv

We introduce CoMET, \textit{\textbf{C}omposing \textbf{M}odality \textbf{E}ncoders with \textbf{T}abular foundation models}, a simple yet highly competitive method for multimodal classification: pass each modality through a frozen pre-trained backbone, compress the resulting embeddings with PCA, and concatenate as input into a Tabular Foundation Model (TFM) for prediction. We show that PCA alone suffices to act as an adaptor yielding strong, robust performance across modalities. When the \texttt{CLS} tokens of the foundation model align poorly with downstream tasks, we propose \textbf{PALPooling}, a lightweight adaptive token pooler that consistently improves representation quality. By composing strong frozen representation learning backbones with TFMs, our approach achieves state-of-the-art results across diverse multimodal benchmarks without any training. On hierarchical tasks with large fine-grained class spaces, our approach enables fast and scalable classification, handling datasets with over 500,000 samples and 2,000 classes without any fine-tuning. Overall, our results show that the composition of foundation models is a simple, yet powerful, out-of-the-box solution for multimodal learning, challenging the necessity of complex, end-to-end training pipelines for new problems.

📄 PDF Abstract BibTeX arXiv:2605.20674

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Modular and Parameter-Efficient Multimodal Fusion with Prompting

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Recent research has made impressive progress in large-scale multimodal pre-training. In the context of the rapid growth of model size, it is necessary to seek efficient and flexible methods other than fine-tuning. In thi…

Modular and Parameter-Efficient Multimodal Fusion with Prompting

2022-03-15 · Findings (ACL) 2022 5 · Sheng Liang, Mengjie Zhao, Hinrich Schütze

Recent research has made impressive progress in large-scale multimodal pre-training. In the context of the rapid growth of model size, it is necessary to seek efficient and flexible methods other than finetuning. In this…

GeoCoder: Solving Geometry Problems by Generating Modular Code through Vision-Language Models

2024-10-17 · Aditya Sharma, Aman Dalmia, Mehran Kazemi, Amal Zouaq 외

Geometry problem-solving demands advanced reasoning abilities to process multimodal inputs and employ mathematical knowledge effectively. Vision-language models (VLMs) have made significant progress in various multimodal…

Geometry Problem SolvingRAG

PETapter: Leveraging PET-style classification heads for modular few-shot parameter-efficient fine-tuning

2024-12-06 · Jonas Rieger, Mattes Ruckdeschel, Gregor Wiedemann

Few-shot learning and parameter-efficient fine-tuning (PEFT) are crucial to overcome the challenges of data scarcity and ever growing language model sizes. This applies in particular to specialized scientific domains, wh…

Few-Shot LearningLanguage ModelingLanguage Modellingparameter-efficient fine-tuning

Modular Embedding Recomposition for Incremental Learning

2025-08-22 · Aniello Panariello, Emanuele Frascaroli, Pietro Buzzega, Lorenzo Bonicelli 외 arxiv

The advent of pre-trained Vision-Language Models (VLMs) has significantly transformed Continual Learning (CL), mainly due to their zero-shot classification abilities. Such proficiency makes VLMs well-suited for real-worl…

Incremental LearningContinual Learning