paper-with-me

Papers

Co-Adaptive Multi-Task LoRA: Transfer-Aware, Label-Free Control of Domain Participation

2026-07-03 · Wei Zhang, Lin Tang, Ming Zhao, Yuxuan Wang arxiv

Fine-tuning a single low-rank adapter on many domains at once is multi-task learning: the domains must be co-learned, and how they share the adapter decides whether they help or hurt one another. Most efficient fine-tuning pipelines ignore this and train on a fixed, uniform mixture, leaving two coupled questions unanswered: how much should each domain participate, and which domains should be co-trained given that some transfer positively and others interfere? We show that both answers can be read off cheaply and without labels. A forward pass of the current shared adapter over a small unlabeled probe yields, per domain, a competence signal whose level tracks remaining headroom and whose trajectory tracks learning speed; the drift of these probe representations yields a signed cross-domain affinity that predicts pairwise transfer. We fold both into CoDA, a co-adaptive controller that solves a small entropy-regularized quadratic program on the simplex to set each domain's participation -- jointly its loss weight and its share of the sampled data -- rewarding high-headroom, still-learning, mutually synergistic domains and damping interfering ones. The controller is forward-only, adds no trainable parameters, and wraps any multi-task LoRA pipeline. Across five heterogeneous domains and two backbones, CoDA improves the average over uniform mixing, learned mixtures, gradient-surgery multi-task optimizers, and online data selection while using half the data, and lowers cross-domain gradient conflict. We prove that the competence signal tracks domain risk, that the participation program has a unique fixed point reached by a contraction, and that its solution performs transfer-aware water-filling; analysis, ablations, and controls corroborate each claim.

📄 PDF Abstract BibTeX arXiv:2607.03522

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

SAMoRA: Semantic-Aware Mixture of LoRA Experts for Task-Adaptive Learning

2026-04-21 · Boyan Shi, Wei Chen, Shuyuan Zhao, Junfeng Shen 외 arxiv

The combination of Mixture-of-Experts (MoE) and Low-Rank Adaptation (LoRA) has shown significant potential for enhancing the multi-task learning capabilities of Large Language Models. However, existing methods face two p…

parameter-efficient fine-tuningMulti-Task Learning

The Appeal and Reality of Recycling LoRAs with Adaptive Merging

2026-02-12 · Haokun Liu, Gyung Hyun Je, Marco Ciccone, Zhenlin Xu 외 arxiv

The widespread availability of fine-tuned LoRA modules for open pre-trained models has led to an interest in methods that can adaptively merge LoRAs to improve performance. These methods typically include some way of sel…

TopoFE: topology-aware LLM-guided Automated Feature Engineering

2026-07-25 · Sha Li, Naren Ramakrishnan arxiv

Automatic feature engineering (AutoFE) for tabular learning can be naturally formulated as a program synthesis problem, where the objective is to discover predictive feature transformations from an exponentially large se…

Feature EngineeringProgram Synthesis

Learning to Explore: Scaling Agentic Reasoning via Exploration-Aware Policy Optimization

2026-05-09 · Xingyuan Hua, Sheng Yue, Ju Ren arxiv

Recent advancements in agentic test-time scaling allow models to gather environmental feedback before committing to final actions. A key limitation of existing methods is that they typically employ undifferentiated explo…

Reinforcement Learning

Task-Aware Low-Rank Adaptation of Segment Anything Model

2024-03-16 · Xuehao Wang, Feiyang Ye, Yu Zhang

The Segment Anything Model (SAM), with its remarkable zero-shot capability, has been proven to be a powerful foundation model for image segmentation tasks, which is an important task in computer vision. However, the tran…

DecoderImage SegmentationMulti-Task LearningSemantic Segmentation+1