Abstract
Generic parameter-efficient fine-tuning (PEFT) methods transferred from language models can fail silently on real-time detectors, whose heterogeneous operators and detection-specific components impose placement constraints absent from regular Transformer stacks. We propose YOLO-PEFT, a structure-aware framework that formulates adapter placement as an auditable constraint-planning problem. Given a detector graph, a PEFT request, and a resource budget, YOLO-PEFT assigns operator and semantic roles, evaluates explicit operator-validity, detector-semantic, graph-interface, and deployment predicates, records a reason code for each excluded module, and either emits a budgeted target-module plan or returns Refuse before training. Under the official VOC07+12 trainval-to-VOC07 test protocol, planner-selected RS-LoRA reaches 0.7138 and 0.7307 mAP50-95 on YOLO11s and YOLO12s, respectively, compared with 0.6428 and 0.6662 for Full-SFT. On RT-DETR-L, all seven evaluated LoRA-family configurations cross the predefined catastrophic threshold, supporting a calibrated Refuse-to-Full-SFT decision within the evaluated coverage. A controlled YOLO11 audit further shows that LoRA reduces peak training memory by 43.9 percent, although training takes 1.72 times longer. Within the evaluated detector families, placement policies, and calibration coverage, YOLO-PEFT replaces manual target-module trial and error with explicit, inspectable planning while preserving verified train-save-merge-export paths; refusal on unseen detector architectures remains an open validation problem. Project Page: github.com/Tencent/YOLO-Master
Community
Generic parameter-efficient fine-tuning (PEFT) methods transferred from language models can fail
silently on real-time detectors, whose heterogeneous operators and detection-specific components
impose placement constraints absent from regular Transformer stacks. We propose YOLO-PEFT, a
structure-aware framework that formulates adapter placement as an auditable constraint-planning
problem. Given a detector graph, a PEFT request, and a resource budget, YOLO-PEFT assigns
operator and semantic roles, evaluates explicit operator-validity, detector-semantic, graph-interface,
and deployment predicates, records a reason code for each excluded module, and either emits a
budgeted target-module plan or returns Refuse before training. Under the official VOC07+12
trainval-to-VOC07 test protocol, planner-selected RS-LoRA reaches 0.7138 and 0.7307 mAP50-95
on YOLO11s and YOLO12s, respectively, compared with 0.6428 and 0.6662 for Full-SFT. On
RT-DETR-L, all seven evaluated LoRA-family configurations cross the predefined catastrophic
threshold, supporting a calibrated Refuse-to-Full-SFT decision within the evaluated coverage. A
controlled YOLO11 audit further shows that LoRA reduces peak training memory by 43.9 percent,
although training takes 1.72 times longer. Within the evaluated detector families, placement
policies, and calibration coverage, YOLO-PEFT replaces manual target-module trial and error
with explicit, inspectable planning while preserving verified train-save-merge-export paths; refusal
on unseen detector architectures remains an open validation problem.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Predicting Mergeability of Parameter-Efficient Fine-Tuning Updates (2026)
- MoEGen: Mixture-of-Experts for Instance-Adaptive LoRA Generation (2026)
- Super-Tuning: From Activation-Aware Pruning to Sparse Fine-Tuning (2026)
- HyperSafe: Inference-Time Safety Recovery for Fine-Tuned Language Models (2026)
- LongStraw: Long-Context RL Beyond 2M Tokens under a Fixed GPU Budget (2026)
- MoE$^2$-LoRA: When MoE Models Meet MoE-style Low-Rank Adaptation (2026)
- FlexMoE: One-for-All Nested Intra-Expert Pruning for MoE Language Models (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2608.07051 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper