SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2406.04112 · ICML · 2024

Compressible Dynamics in Deep Overparameterized Low-Rank Learning & Adaptation

Laura Balzano, Peng Wang, Qing Qu, Can Yaras

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 4 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
cjyaras/deep-lora-transformers canonical 3 of 4
FunctionStatusWhere it lives
Lora Ran cjyaras/deep-lora-transformers/dlt/models.py
pointer only (licence: NOASSERTION) · get_code("ace51a9344908c29")
MatrixFactorization Ran cjyaras/deep-lora-transformers/dlt/models.py
pointer only (licence: NOASSERTION) · get_code("4aa5a97f2a9cead3")
is_path_valid Ran cjyaras/deep-lora-transformers/dlt/model_utils.py
pointer only (licence: NOASSERTION) · get_code("e1ef5b2f251cc305")
CompressedMatrixFactorization Not yet run cjyaras/deep-lora-transformers/dlt/models.py
pointer only (licence: NOASSERTION) · get_code("c843c9038d4ef03c")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

While overparameterization in machine learning models offers great benefits in terms of optimization and generalization, it also leads to increased computational requirements as model sizes grow. In this work, we show that by leveraging the inherent low-dimensional structures of data and compressible dynamics within the model parameters, we can reap the benefits of overparameterization without the computational burdens. In practice, we demonstrate the effectiveness of this approach for deep low-rank matrix completion as well as fine-tuning language models. Our approach is grounded in theoretical findings for deep overparameterized low-rank matrix recovery, where we show that the learning dynamics of each weight matrix are confined to an invariant low-dimensional subspace. Consequently, we can construct and train compact, highly compressed factorizations possessing the same benefits as their overparameterized counterparts. In the context of deep matrix completion, our technique substantially improves training efficiency while retaining the advantages of overparameterization. For language model fine-tuning, we propose a method called "Deep LoRA", which improves the existing low-rank adaptation (LoRA) technique, leading to reduced overfitting and a simplified hyperparameter setup, while maintaining comparable efficiency. We validate the effectiveness of Deep LoRA on natural language tasks, particularly when fine-tuning with limited data.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2406.04112")
get_code_for_paper("2406.04112")
have("2406.04112")

Connect an agent — have() is free.