paper-with-me

Papers

Learning on LoRAs: GL-Equivariant Processing of Low-Rank Weight Spaces for Large Finetuned Models

2024-10-05 · Theo Putterman, Derek Lim, Yoav Gelberg, Stefanie Jegelka, Haggai Maron

Low-rank adaptations (LoRAs) have revolutionized the finetuning of large foundation models, enabling efficient adaptation even with limited computational resources. The resulting proliferation of LoRAs presents exciting opportunities for applying machine learning techniques that take these low-rank weights themselves as inputs. In this paper, we investigate the potential of Learning on LoRAs (LoL), a paradigm where LoRA weights serve as input to machine learning models. For instance, an LoL model that takes in LoRA weights as inputs could predict the performance of the finetuned model on downstream tasks, detect potentially harmful finetunes, or even generate novel model edits without traditional training methods. We first identify the inherent parameter symmetries of low rank decompositions of weights, which differ significantly from the parameter symmetries of standard neural networks. To efficiently process LoRA weights, we develop several symmetry-aware invariant or equivariant LoL models, using tools such as canonicalization, invariant featurization, and equivariant layers. We finetune thousands of text-to-image diffusion models and language models to collect datasets of LoRAs. In numerical experiments on these datasets, we show that our LoL architectures are capable of processing low rank weight decompositions to predict CLIP score, finetuning data attributes, finetuning data membership, and accuracy on downstream tasks.

📄 PDF Abstract BibTeX arXiv:2410.04207

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Compress then Merge: From Multiple LoRAs into One Low-Rank Adapter

2026-06-02 · Zhengbao He, Ruiqi Ding, Zhehao Huang, Ruikai Yang 외 arxiv

Low-rank adaptation (LoRA) enables parameter-efficient specialization of foundation models, but the proliferation of task-specific adapters fragments capabilities across many adapters, complicating reuse and deployment. …

Spanning the Visual Analogy Space with a Weight Basis of LoRAs

2026-02-17 · Hila Manor, Rinon Gal, Haggai Maron, Tomer Michaeli 외 arxiv

Visual analogy learning enables image editing via demonstration rather than textual description, allowing users to specify complex transformations difficult to articulate in words. Given a triplet $\{\mathbf{a}$, $\mathb…

Image Editing

ReMix: Reinforcement routing for mixtures of LoRAs in LLM finetuning

2026-03-10 · Ruizhong Qiu, Hanqing Zeng, Yinglong Xia, Yiwen Meng 외 arxiv

Low-rank adapters (LoRAs) are a parameter-efficient finetuning technique that injects trainable low-rank matrices into pretrained models to adapt them to new tasks. Mixture-of-LoRAs models expand neural networks efficien…

Reinforcement Learning

Separating Shared and Domain-Specific LoRAs for Multi-Domain Learning

2025-08-05 · Yusaku Takama, Ning Ding, Tatsuya Yokota, Toru Tamaki arxiv

Existing architectures of multi-domain learning have two types of adapters: shared LoRA for all domains and domain-specific LoRA for each particular domain. However, it remains unclear whether this structure effectively …

Action Recognition

Equivariant Architectures for Learning in Deep Weight Spaces

2023-01-30 · Aviv Navon, Aviv Shamsian, Idan Achituve, Ethan Fetaya 외

Designing machine learning architectures for processing neural networks in their raw weight matrix form is a newly introduced research direction. Unfortunately, the unique symmetry structure of deep weight spaces makes t…