@ProfTomYeh: Full Fine-tuning vs. Freezing Layers. Interact https://byhand.ai/Or2No4 and https://byhand.ai/ykhsCs == Full Fine-tunin…

X AI KOLs Timeline Papers

Summary

Interactive visualization comparing full fine-tuning vs layer-freezing strategies for neural networks.

Full Fine-tuning vs. Freezing Layers. Interact https://byhand.ai/Or2No4 and https://byhand.ai/ykhsCs == Full Fine-tuning == A real network has many — three layers in this example, billions of parameters in a production model. What does fine-tuning look like when you update all
Original Article

Similar Articles

TopoTuner: Topological Finetuning of Large Language Models

arXiv cs.AI

Introduces TopoTuner, a topology-guided fine-tuning framework that selectively freezes attention projection matrices by measuring topological drift via Wasserstein distances between persistence diagrams. It achieves competitive performance to full fine-tuning while training only 1-2% of parameters and outperforms LoRA in most settings.

Federated Lightweight Fine-Tuning

arXiv cs.LG

This paper introduces FLITE (Federated Low-rank Iterative Training Engine), a method for federated fine-tuning that reduces per-client communication to 1,280 floats per round (about 5KB) — an 8718× reduction over full-weight FedAvg — by using a frozen affine mapping network that generates weights from a small trainable latent and a low-rank seed-regenerable factorization, achieving accuracy within 0.5 percentage points of full-weight FedAvg on CIFAR-100 with ResNet-18.