1/ How can we make Low-Rank Matrices behave more like Full-Rank Matrices—and achieve higher rank efficiency?
We release our new paper: NoRA: Normalized Low-Rank Adaptation.
Paper: arxiv.org/abs/2608.31036
Effortless win — welcome everyone to try MiSS. Code for MiSS lossless LoRA conversion will be updated soon in PEFT, so you can easily adapt it to frameworks like vLLM and Slime.
MiSS achieves the optimal balance between efficiency and performance and has already topped the PEFT benchmark. We will update the experimental comparison between DoRA and MiSS under the same parameter in Parameter-Efficient Reinforcement Learning, and I believe MiSS will surpass
Think I have a new favorite PEFT method
MiSSe trains a single small matrix and uses it as an implied expanded update for an adapter in the forward pass
Considering the trade-off between efficiency and performance, is DDL worth using?
We need to know more about experiments related to computational overhead.