paper-with-me

Papers

MMRL++: Parameter-Efficient and Interaction-Aware Representation Learning for Vision-Language Models

2025-05-15 · Yuncheng Guo, Xiaodong Gu

Large-scale pre-trained Vision-Language Models (VLMs) have significantly advanced transfer learning across diverse tasks. However, adapting these models with limited few-shot data often leads to overfitting, undermining their ability to generalize to new tasks. To address this, we propose Multi-Modal Representation Learning (MMRL), which introduces a shared, learnable, modality-agnostic representation space. MMRL generates space tokens projected into both text and image encoders as representation tokens, enabling more effective cross-modal interactions. Unlike prior methods that mainly optimize class token features, MMRL inserts representation tokens into higher encoder layers--where task-specific features are more prominent--while preserving general knowledge in the lower layers. During training, both class and representation features are jointly optimized: a trainable projection layer is applied to representation tokens for task adaptation, while the projection layer for class token remains frozen to retain pre-trained knowledge. To further promote generalization, we introduce a regularization term aligning class and text features with the frozen VLM's zero-shot features. At inference, a decoupling strategy uses both class and representation features for base tasks, but only class features for novel tasks due to their stronger generalization. Building upon this, we propose MMRL++, a parameter-efficient and interaction-aware extension that significantly reduces trainable parameters and enhances intra-modal interactions--particularly across the layers of representation tokens--allowing gradient sharing and instance-specific information to propagate more effectively through the network. Extensive experiments on 15 datasets demonstrate that MMRL and MMRL++ consistently outperform state-of-the-art methods, achieving a strong balance between task-specific adaptation and generalization.

📄 PDF Abstract BibTeX arXiv:2505.10088

Code (1)

yunncheng/MMRL 공식 구현 pytorch

Tasks

General KnowledgePrompt EngineeringRepresentation LearningTransfer Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
CoOp CoOp, or Context Optimization, is an automated prompt engineering method that avoids manual prompt tuning by modeling context words with continuous vectors that are…
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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

MMRL: Multi-Modal Representation Learning for Vision-Language Models

2025-03-11 · CVPR 2025 1 · Yuncheng Guo, Xiaodong Gu

Large-scale pre-trained Vision-Language Models (VLMs) have become essential for transfer learning across diverse tasks. However, adapting these models with limited few-shot data often leads to overfitting, diminishing th…

Prompt EngineeringRepresentation LearningTransfer Learning

DMMRL: Disentangled Multi-Modal Representation Learning via Variational Autoencoders for Molecular Property Prediction

2026-03-22 · Long Xu, Junping Guo, Jianbo Zhao, Jianbo Lu 외 arxiv

Molecular property prediction constitutes a cornerstone of drug discovery and materials science, necessitating models capable of disentangling complex structure-property relationships across diverse molecular modalities.…

Molecular Property PredictionRepresentation LearningDrug Discovery

Variational multiscale reinforcement learning for discovering reduced order closure models of nonlinear spatiotemporal transport systems

2022-07-07 · Omer San, Suraj Pawar, Adil Rasheed

A central challenge in the computational modeling and simulation of a multitude of science applications is to achieve robust and accurate closures for their coarse-grained representations due to underlying highly nonline…

Reinforcement Learning (RL)

Multimodal Reinforcement Learning with Adaptive Verifier for AI Agents

2025-12-03 · Reuben Tan, Baolin Peng, Zhengyuan Yang, Hao Cheng 외 arxiv

Agentic reasoning models trained with multimodal reinforcement learning (MMRL) have become increasingly capable, yet they are almost universally optimized using sparse, outcome-based rewards computed based on the final a…

Reinforcement LearningMultimodal ReasoningSpatial Reasoning

Stronger Privacy Amplification by Shuffling for Rényi and Approximate Differential Privacy

2022-08-09 · Vitaly Feldman, Audra McMillan, Kunal Talwar

The shuffle model of differential privacy has gained significant interest as an intermediate trust model between the standard local and central models [EFMRTT19; CSUZZ19]. A key result in this model is that randomly shuf…