paper-with-me

홈 › Papers

FlyLoRA: Boosting Task Decoupling and Parameter Efficiency via Implicit Rank-Wise Mixture-of-Experts

2025-10-09 · Heming Zou, Yunliang Zang, Wutong Xu, Yao Zhu, Xiangyang Ji arxiv

Low-Rank Adaptation (LoRA) is a widely used parameter-efficient fine-tuning method for foundation models, but it suffers from parameter interference, resulting in suboptimal performance. Although Mixture-of-Experts (MoE)-based LoRA variants show promise in mitigating intra-task correlations in single-task instruction tuning, they introduce additional router parameters and remain ineffective in multi-task model merging where inter-task interference arises. Inspired by the fly olfactory circuit, we propose FlyLoRA, an implicit MoE-based LoRA variant that introduces: (1) rank-wise expert activation in the up-projection matrix, and (2) an implicit router that unifies expert routing and down-projection, where a frozen sparse random projection matrix replaces the traditional dense trainable version. This design resolves the trade-off between intra-task decorrelation and computational efficiency by eliminating the need for an explicit router, while inherently mitigating inter-task interference due to the orthogonality property of random matrices. Extensive experiments across four domains -- general knowledge understanding, scientific question answering, mathematical reasoning, and code generation -- demonstrate consistent performance improvements over existing methods. Beyond empirical gains, FlyLoRA highlights how biological structures can inspire innovations in AI technologies. Code is available at https://github.com/gfyddha/FlyLoRA.

📄 PDF Abstract BibTeX arXiv:2510.08396

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningComputational EfficiencyMathematical ReasoningQuestion Answering

Similar Papers 제목 키워드 기반

NeuroLoRA: Context-Aware Neuromodulation for Parameter-Efficient Multi-Task Adaptation

2026-03-12 · Yuxin Yang, Haoran Zhang, Mingxuan Li, Jiachen Xu 외 arxiv

Parameter-Efficient Fine-Tuning (PEFT) techniques, particularly Low-Rank Adaptation (LoRA), have become essential for adapting Large Language Models (LLMs) to downstream tasks. While the recent FlyLoRA framework successf…

parameter-efficient fine-tuningComputational EfficiencyContinual Learning

Gradient Boosting Application in Forecasting of Performance Indicators Values for Measuring the Efficiency of Promotions in FMCG Retail

2020-05-30 · Joanna Henzel, Marek Sikora

In the paper, a problem of forecasting promotion efficiency is raised. The authors propose a new approach, using the gradient boosting method for this task. Six performance indicators are introduced to capture the promot…

FRAME: Learning the Adaptation Domain with a Mixture of Fractional-Fourier Experts

2026-06-30 · Tom Saliencro, Maya Lindqvist, Rohan Desai, Priya Nair 외 arxiv

Parameter-efficient fine-tuning (PEFT) reparameterizes weight updates in a fixed basis: low-rank adapters operate in the spatial domain, while a recent line of spectral methods operates in a fixed Fourier domain. We argu…

parameter-efficient fine-tuning

HiDe: Rethinking The Zoom-IN method in High Resolution MLLMs via Hierarchical Decoupling

2025-09-28 · Xianjie Liu, Yiman Hu, Yixiong Zou, Liang Wu 외 arxiv

Multimodal Large Language Models (MLLMs) have made significant strides in visual understanding tasks. However, their performance on high-resolution images remains suboptimal. While existing approaches often attribute thi…

Fast, Scalable, Energy-Efficient Non-element-wise Matrix Multiplication on FPGA

2024-07-02 · Xuqi Zhu, Huaizhi Zhang, JunKyu Lee, Jiacheng Zhu 외

Modern Neural Network (NN) architectures heavily rely on vast numbers of multiply-accumulate arithmetic operations, constituting the predominant computational cost. Therefore, this paper proposes a high-throughput, scala…

Management