|
|

楼主 |
发表于 2025-3-30 14:58:52
|
显示全部楼层
Researchers have been exploring methods to modify neural network weights directly to efficiently incorporate new information without extensive retraining. One notable approach is task vectors, which involve computing the difference between the weights of a pre-trained model and the same model fine-tuned on a specific task. These vectors can then be added or subtracted from the weights of other models to transfer or remove task-specific knowledge, enabling efficient model editing.
ARXIV
Additionally, learning in deep weight spaces (DWS) has emerged as a research direction where neural networks process the weights of other networks. This approach has applications in analyzing and editing neural fields and implicit neural representations. However, models in weight space often suffer from overfitting, and recent studies have focused on developing data augmentation techniques to improve generalization in these scenarios.
ARXIV
While these methods show promise, they are still under active investigation, and practical, widely adopted solutions for direct weight editing remain limited. |
|