SpecPL: Disentangling Spectral Granularity for Prompt Learning
Paper • 2605.04504 • Published
This repository provides released checkpoints for:
Included trainer families:
CoOpSpecPLMaPLeSpecPLMMRLSpecPLrelease_index.csv with one row per checkpoint, including checkpoint path/hash/size, Base-to-Novel metrics (B/N/HM), and extracted experiment configuration fieldscheckpoints/<trainer>/<dataset>/shots_<k>/<cfg>/model.pth.tarThis release intentionally excludes training/test logs and internal manifest files.
These checkpoints are intended for:
Use these checkpoints with the official codebase.
git clone https://github.com/Mlrac1e/SpecPL-Prompt-Learning.git
cd SpecPL-Prompt-Learning
# Set dataset/cache paths
export DATA_ROOT=path/to/data
export CLIP_ROOT=path/to/clip
# Checkpoint files in this release
ls /path/to/Output_Release_HF/checkpoints
Select the checkpoint path from release_index.csv, place it at the output location expected by the official scripts, and run the corresponding Base-to-Novel evaluation script from the repository documentation.
@inproceedings{zhou2026specpl,
title = {SpecPL: Disentangling Spectral Granularity for Prompt Learning},
author = {Zhou, Jingtao and Kang, Xirui and Huang, Feiyang and Po, Lai-Man},
booktitle = {Proceedings of the International Conference on Machine Learning (ICML)},
year = {2026}
}
@misc{zhou2026specpldisentanglingspectralgranularity,
title = {SpecPL: Disentangling Spectral Granularity for Prompt Learning},
author = {Jingtao Zhou and Xirui Kang and Feiyang Huang and Lai-Man Po},
year = {2026},
eprint = {2605.04504},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2605.04504}
}