Skip to content

WaveFT Integration #2552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Bilican opened this issue May 21, 2025 · 0 comments
Open

WaveFT Integration #2552

Bilican opened this issue May 21, 2025 · 0 comments

Comments

@Bilican
Copy link

Bilican commented May 21, 2025

Feature request

The following paper with the corresponding code propose a new PEFT method which demonstrates superior performance to existing methods (Adalora, VeRA, LoRA, LoHA, LoKR, FourierFT) in vision tasks. In the repository one can easily reproduce every result in the given paper because all hyperparameters and training scripts for each method are shared. The training and evaluation scripts already use PEFT implementations for each method.

Motivation

Both of the proposed methods, WaveFT and SHiRA have advantages compared to other methods most significantly in generating diverse outputs while preserving subject fidelity. For computational efficiency the wavelet transform part can be disabled (SHiRA) which results in a loss of performance but is still better than other adaptors. Both of these methods have use cases in different scenarios.

Your contribution

I have already written the code in the repository to be compatible and follow the PEFT conventions. It would be great if you could directly review the implemented files, but if necessary I could submit a PR to help. The method is implemented here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant