Solo Connection: A Parameter Efficient Fine-Tuning Technique for Transformers
Harsh Nilesh Pathak, Randy Paffenroth

TL;DR
This paper introduces Solo Connection, a parameter-efficient fine-tuning method for transformers that adapts at the decoder-block level, outperforming LoRA while significantly reducing trainable parameters and enabling stable, smooth adaptation.
Contribution
Solo Connection is a novel fine-tuning approach that modifies decoder-level representations instead of individual weight matrices, improving efficiency and performance on language tasks.
Findings
Outperforms LoRA on natural language generation benchmarks
Reduces trainable parameters by 59% compared to LoRA
Uses homotopy-inspired interpolation for stable adaptation
Abstract
Parameter efficient fine tuning (PEFT) is a versatile and extensible approach for adapting a Large Language Model (LLM) for newer tasks. One of the most prominent PEFT approaches, Low Rank Adaptation (LoRA), primarily focuses on adjusting the attention weight matrices within individual decoder blocks of a Generative Pre trained Transformer (GPT2). In contrast, we introduce Solo Connection a novel method that adapts the representation at the decoder-block level rather than modifying individual weight matrices. Not only does Solo Connection outperform LoRA on E2E natural language generation benchmarks, but it also reduces the number of trainable parameters by 59% relative to LoRA and by more than 99% compared to full fine-tuning of GPT2, an early version of Large Language Models (LLMs). Solo Connection is also motivated by homotopy theory: we introduce a trainable linear transformation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
