Deploying vision-language models (VLMs) for fine-grained compositional recognition on edge devices presents a fundamental tension: full fine-tuning is prohibitive for resource-constrained nodes, while frozen backbones with generic prompts fail on the long-tailed state-object compositions encountered in real-world edge scenarios. Soft prompt tuning offers a deployable middle ground because it leaves the backbone frozen and updates only a compact set of prompt parameters per task. However, existing prompt tuning methods for compositional zero-shot learning (CZSL) jointly optimize state and object embeddings, causing prompts to drift toward locally suboptimal regions under uneven entanglement distributions. We propose Progressively Disentangled and Recurrent Prompt Tuning (PDRPT), an edge-efficient framework that decouples object and state updates before joint refinement, suppresses traction force from highly-entangled prompts, and preserves alignment with the natural language space of CLIP. Experiments show consistent improvements over prior state-of-the-art methods while maintaining compact task adapters, providing a deployable path for VLM-based compositional perception on consumer-grade edge hardware. In this revision, we explicitly separate the experimental settings: accuracy results are obtained with CLIP ViT-L/14, while measured edge profiling is conducted with a deployable CLIP ViT-B/32 configuration on an Apple M1 (Apple Inc., Cupertino, CA, USA); ViT-L/14 edge numbers are reported as analytical FLOPs-scaled estimates rather than direct on-device measurements.



