@HuggingPapers: YOLO-PEFT Tencent researchers propose a structure-aware framework that turns adapter placement into auditable constrain…
Summary
Tencent researchers propose YOLO-PEFT, a structure-aware framework that treats adapter placement as constraint planning, outperforming full fine-tuning on YOLO detectors while using significantly fewer trainable parameters.
View Cached Full Text
Cached at: 08/10/26, 11:37 PM
YOLO-PEFT
Tencent researchers propose a structure-aware framework that turns adapter placement into auditable constraint planning, beating full fine-tuning on YOLO detectors while using far fewer trainable parameters. https://t.co/o8vZ8C9CZa
Similar Articles
YOLO-PEFT: Parameter-Efficient Fine-Tuning on YOLO Family
YOLO-PEFT is a structure-aware framework that formulates adapter placement as constraint planning for parameter-efficient fine-tuning of YOLO detectors, achieving better mAP than full fine-tuning with reduced memory.
PFAdapter: Hierarchical LoRA Decomposition for Personalized Federated MLLMs
This paper introduces PFAdapter, a communication-efficient framework for personalized federated fine-tuning of Multimodal Large Language Models (MLLMs). It uses hierarchical LoRA decomposition to separate adapter parameters into global-shared and local-private components, achieving near 50% reduction in communication costs while improving personalization through orthogonality regularization.
@yingfan_bot: New paper on Looped Transformers! Latent reasoning is fast, but struggles to match CoT-level accuracy at scale. Can loo…
A new paper on Looped Transformers finds that a looped padded backbone provides a parallel workspace for latent reasoning, enabling supervision similar to explicit chain-of-thought (CoT) and achieving both speed and accuracy.
ShadowPEFT: Shadow Network for Parameter-Efficient Fine-Tuning
ShadowPEFT introduces a centralized parameter-efficient fine-tuning method that uses a depth-shared shadow module to refine transformer layer representations, matching or outperforming LoRA/DoRA with comparable trainable parameters.
PorTAL: Portable Task Adapters for LLMs (3 minute read)
PorTAL is a novel architecture that decouples task fine-tuning from specific base model weights, enabling portable task adapters that can be transferred to new models with minimal retraining. It achieves ~98% of LoRA's accuracy gain on unseen models using only half the calibration data.