Views
No views yet
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.tar1git clone https://github.com/Mlrac1e/SpecPL-Prompt-Learning.git
2cd SpecPL-Prompt-Learning
3
4# Set dataset/cache paths
5export DATA_ROOT=path/to/data
6export CLIP_ROOT=path/to/clip
7
8# Checkpoint files in this release
9ls /path/to/Output_Release_HF/checkpointsrelease_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.1@inproceedings{zhou2026specpl,
2 title = {SpecPL: Disentangling Spectral Granularity for Prompt Learning},
3 author = {Zhou, Jingtao and Kang, Xirui and Huang, Feiyang and Po, Lai-Man},
4 booktitle = {Proceedings of the International Conference on Machine Learning (ICML)},
5 year = {2026}
6}
7
8@misc{zhou2026specpldisentanglingspectralgranularity,
9 title = {SpecPL: Disentangling Spectral Granularity for Prompt Learning},
10 author = {Jingtao Zhou and Xirui Kang and Feiyang Huang and Lai-Man Po},
11 year = {2026},
12 eprint = {2605.04504},
13 archivePrefix = {arXiv},
14 primaryClass = {cs.CV},
15 url = {https://arxiv.org/abs/2605.04504}
16}