paper-with-me

Papers

IterIS: Iterative Inference-Solving Alignment for LoRA Merging

2024-11-21 · CVPR 2025 1 · Hongxu Chen, Runshi Li, Bowei Zhu, Zhen Wang, Long Chen

Low-rank adaptations (LoRA) are widely used to fine-tune large models across various domains for specific downstream tasks. While task-specific LoRAs are often available, concerns about data privacy and intellectual property can restrict access to training data, limiting the acquisition of a multi-task model through gradient-based training. In response, LoRA merging presents an effective solution by combining multiple LoRAs into a unified adapter while maintaining data privacy. Prior works on LoRA merging primarily frame it as an optimization problem, yet these approaches face several limitations, including the rough assumption about input features utilized in optimization, massive sample requirements, and the unbalanced optimization objective. These limitations can significantly degrade performance. To address these, we propose a novel optimization-based method, named IterIS: 1) We formulate LoRA merging as an advanced optimization problem to mitigate the rough assumption. Additionally, we employ an iterative inference-solving framework in our algorithm. It can progressively refine the optimization objective for improved performance. 2) We introduce an efficient regularization term to reduce the need for massive sample requirements (requiring only 1-5% of the unlabeled samples compared to prior methods). 3) We utilize adaptive weights in the optimization objective to mitigate potential unbalances in LoRA merging process. Our method demonstrates significant improvements over multiple baselines and state-of-the-art methods in composing tasks for text-to-image diffusion, vision-language models, and large language models. Furthermore, our layer-wise algorithm can achieve convergence with minimal steps, ensuring efficiency in both memory and computation.

📄 PDF Abstract BibTeX arXiv:2411.15231

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Iteris: Agentic Research Loops for Computational Mathematics

2026-06-01 · Leheng Chen, Zihao Liu, Wanyi He, Bin Dong arxiv

Recent advances in large language models and agentic AI systems have enabled significant progress in mathematical discovery, from solving competition problems to tackling research-level conjectures. However, open problem…

MapReduce LoRA: Advancing the Pareto Front in Multi-Preference Optimization for Generative Models

2025-11-25 · Chieh-Yun Chen, Zhonghao Wang, Qi Chen, Zhifan Ye 외 arxiv

Reinforcement learning from human feedback (RLHF) with reward models has advanced alignment of generative models to human aesthetic and perceptual preferences. However, jointly optimizing multiple rewards often incurs an…

Text-to-Image GenerationText-to-Video GenerationReinforcement Learning

Align While Search: Belief-Guided Exploratory Inference for World-Grounded Embodied Agents

2025-12-30 · Seohui Bae, Jeonghye Kim, Youngchul Sung, Woohyung Lim arxiv

In this paper, we propose a test-time adaptive agent that performs exploratory inference through posterior-guided belief refinement without relying on gradient-based updates or additional training for LLM agent operating…

Multi-hop Reasoning via Early Knowledge Alignment

2025-12-23 · Yuxin Wang, Shicheng Fang, Bo Wang, Qi Luo 외 arxiv

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for Large Language Models (LLMs) to address knowledge-intensive queries requiring domain-specific or up-to-date information. To handle complex multi…

Reinforcement Learning

Exploration-Driven Optimization for Test-Time Large Language Model Reasoning

2026-05-11 · Changhao Li, Yuchen Zhuang, Chenxiao Gao, Haotian Sun 외 arxiv

Post-training techniques combined with inference-time scaling significantly enhance the reasoning and alignment capabilities of large language models (LLMs). However, a fundamental tension arises: inference-time methods …

Reinforcement Learning