REVIEW 6 major objections 7 minor 51 references
Vision-Language Model Selection and Reuse for Downstream Adaptation
T0 review · 6 major / 7 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Model Label Learning pre-labels each vision-language model once on a semantic graph, then matches task captions to graph labels and ensembles top models per class, beating ImageNet and text-only selection on 17 datasets.
desk verdict A genuine benchmark and a plausible per-class VLM selection pipeline, but the evaluation is tuned on the test set and the key transfer in Eq. (6) isn't validated. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the semantic graph $G$: more than 9,000 visual-concept nodes, each carrying sample images and a text caption formed as '{concept} which is {definition}', with edges from a lexical database's hypernym/hyponym relations. Each VLM is pre-tested on these nodes to produce label $S_m$ of similarity scores $s^v_{m,x}$ and per-node precision $p_{m,v}$ (Eq. 5). For a new task, class captions are generated with a large language model and embedded; the transfer matrix $Z=(z_{vy})$ holds the cosine similarities between the top-$k$ matched graph-node captions and task-class captions. The identity that does the work is Eq. (6), $p_{m,y} = \sum_v p_{m,v} z_{vy}$, which turns graph-measured strengths into a predicted per-class accuracy for the target task, then Eq. (7) blends it with overall performance and Eqs. (8)-(10) build class-wise ensembles.
What would settle it
On any of the 17 benchmark target tasks with per-class ground truth, compute the proposed $p_{m,y}$ from Eq. (6) for each class and compare it with the model's true per-class zero-shot accuracy. If a class whose matched semantic nodes carry high $p_{m,v}$ still shows near-chance true accuracy on that dataset—for example a medical-image class matched to natural-picture concepts—the transfer assumption in Eq. (6) fails.
Extended reading notes
Core claim
The central claim is that a VLM's per-class accuracy on an arbitrary downstream task can be predicted from its measured per-class accuracies on a fixed semantic graph, without running the model on the task. The predicted accuracy for class $y$ is $p_{m,y} = \sum_{v} p_{m,v} z_{vy}$, where $p_{m,v}$ is the model's precision on graph node $v$ measured on sample images, and $z_{vy}$ is the text-embedding similarity between the node's caption and the task class's caption. Blending this per-class prediction with the model's overall predicted accuracy gives a reuse metric, and the top-$k$ models per class are ensembled with entropy-based weights. On a benchmark of 49 models and 17 tasks, the paper reports higher average accuracy than selecting the best ImageNet model or using a prior text-only selection method.
Load-bearing premise
The load-bearing premise is that per-class accuracies measured on natural-photo sample images at matched semantic concepts transfer to arbitrary downstream classes through text-caption similarity, so if a task's images or class descriptions differ from those samples, the predicted per-class accuracy can be wrong.
Editorial extensions
If this is right
- A model hub can pre-test every incoming VLM once on the semantic graph, so a new downstream task is served by caption matching and ensembling without running any candidate on the task's images.
- Hub growth improves selection: as more VLMs are added, per-class ensembling has better candidates to draw from, raising average downstream accuracy.
- Class-level reuse works: picking a different top-$k$ set per class, weighted by prediction entropy, outperforms selecting a single global best model on most of the 17 tasks.
- The method beats the two baselines on average: ImageNet-based selection and the prior text-only selector both trail the proposed reuse metric on average accuracy.
Reading between the lines
- The labeling step could be reused for other model families if their outputs can be scored on the same graph; for example, generative image models could be labeled by how faithfully they reproduce each concept, giving the same 'serve a new task without evaluation' property.
- Selection quality inherits the caption generator's blind spots: a cheaper or domain-specific captioner may change the transfer matrix and thus the chosen models, which is a direct testable extension.
- The per-class routing design implies the hub can assign different experts to different classes of one task, not just pick one model per task; extending the benchmark to per-class accuracy would expose where that routing helps most.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Model Label Learning (MLL), a paradigm for selecting and reusing pre-trained vision-language models (VLMs) for downstream zero-shot tasks without running all candidate models on the target data. In the model-labeling module, each VLM is pre-tested on a WordNet-based semantic graph of 9,055 nodes whose images come from ImageNet-family datasets; this yields per-node similarity scores. In model selection, GPT-4 captions of the target task classes are matched to graph-node captions via text-embedding cosine similarity, and Eq. (6) converts per-node precision estimates into per-class predictions. In model reuse, the top-k models per class are ensembled using entropy-weighted confidence (Eqs. 8–10). The authors introduce a benchmark of 49 VLMs and 17 target datasets and report average accuracy improvements over an ImageNet baseline (INB) and ModelGPT for k=1 and k=3.
Significance. The central claim is substantively interesting: if the transfer in Eq. (6) holds, model hubs could pre-test VLMs once on a semantic graph and serve new tasks by caption matching and ensembling, avoiding per-task evaluation. The paper contributes a reusable benchmark, a public code release, and an explicit limitation statement in the conclusion. However, the evidence is currently thin in several load-bearing places: the transfer assumption in Eq. (6) is not validated against per-class ground truth, the ensemble entropy weighting in Eq. (9) is underspecified, hyperparameters α and k are tuned on the same evaluation benchmark, and no error bars or significance tests accompany the reported averages. The claimed selection capability is thus not yet cleanly separated from the gains of ensembling and reuse.
major comments (6)
- [§4.2, Eq. (6)] The central transfer assumption is unvalidated. Eq. (6) assumes that per-class accuracy on an arbitrary target task, pm,y = Σ_v pm,v · zvy, can be predicted by combining ImageNet-family per-synset accuracies with caption-embedding similarities. The paper only reports average accuracy over 17 tasks, never comparing predicted pm,y to actual per-class accuracy, nor evaluating whether the induced model ranking per class is better than random. Since the final pipeline also includes a per-class ensemble (§4.3), the observed average gains could be carried by the ensembling stage rather than by selection. Please add per-class validation (e.g., correlation or rank metrics between predicted and actual per-class accuracy) and an ablation that isolates the selection component, such as comparing against oracle per-class selection.
- [§4.1–4.2, Eq. (5)] The 'target-task-independent' labeling claim is internally inconsistent with the definition of precision pm,v in Eq. (5), which computes the argmax over V_Selected, a target-task-specific set of matched nodes chosen at identification time (Algorithm 1, steps 2–3). Thus pm,v is not a fixed label produced in the submission stage; it is recomputed for each downstream task. The submission stage only produces raw similarity scores Sm (Eq. 4), and the precision is a query-time quantity. Please clarify what exactly constitutes the 'model label' and revise the claims in §1 and §4.4 that the labeling process is completed when the model is uploaded.
- [§4.3, Eq. (9)] The entropy weighting is underspecified and the accompanying text contradicts the formula. H is applied to the set of raw cosine similarities {sim(Im(x), Tm(y)) | y ∈ YT}, but entropy is normally defined on a probability distribution; raw cosine similarities are not normalized and may be negative. The text states that the method 'assign[s] lower weights to models with high confidence when they are overconfident,' but Eq. (9) gives higher weights to high-entropy (low-confidence) models, with no conditional on overconfidence. Please state the exact entropy definition (e.g., entropy of the softmax probabilities in Eq. (8), with temperature τ included) and reconcile the description with the formula.
- [§5.2, Tables 3–4] The hyperparameters α and k are selected by sweeping on the same 17-task benchmark used for the final comparison (α = 0.7 in §5.2; k = 1 and 3 in Tables 1–2). This amounts to tuning on the test set and makes the reported average gains difficult to interpret. Moreover, no error bars, standard deviations, or significance tests are reported for any table or Figure 3. Please provide a validation-based hyperparameter selection, or at least a sensitivity analysis with variance over model-hub subsamples or repeated randomized runs, so that the improvement over INB/ModelGPT can be assessed statistically.
- [§4.1 and §5.1] The construction of the semantic graph is underspecified for synsets outside the ImageNet-1000 label set. The paper states that 9,055 WordNet synsets are used and images are randomly drawn from five ImageNet-family datasets, but it does not explain how images are assigned to synsets that are not among the ImageNet classes (the sample datasets cover at most 1,000 classes each, and some cover only 200). This matters because Eq. (5) requires a non-empty Xv for every node, and Eq. (6) inherits any noise in those per-node image sets. Please describe the image-assignment procedure (e.g., matching by synset labels, using hypernym/hyponym relations, or manual curation) and report coverage statistics, such as the number of nodes with at least one image and the average |Xv|.
- [§1 and §5.1] The paper advertises that 'ground-truth model ranking for each target task is provided for evaluation,' yet the experiments never evaluate ranking quality (e.g., Spearman/Kendall correlation between predicted and true rankings, or top-k recall). Tables 1–2 only report downstream accuracy of the selected/reused model(s). Since the paper frames the problem as model selection, please add selection-quality metrics; otherwise the 'selecting' half of the central claim is only indirectly supported by end-to-end accuracy.
minor comments (7)
- [§2, §5.2, Tables 1–2] The method cited as 'Zohar et al. (2023)' is called LOVM in §2 but ModelGPT in §5.2 and the tables. Since ModelGPT is a distinct published method, please align the naming with the cited paper and verify that the comparison is to the correct baseline.
- [§4.3, Eq. (8)] Eq. (8) omits the temperature τ that appears in the zero-shot prediction defined in Eq. (1). Please clarify whether the ensemble uses each model's native temperature or a fixed value, since the entropy weighting in Eq. (9) depends on the resulting probabilities.
- [Table 3] The α sweep reports only average accuracy over 17 tasks. Per-task results would help assess whether the robustness claim holds across different domains, especially for tasks where the proposal already underperforms the baseline.
- [Figure 3] The scalability plot aggregates 30 randomly generated expansion schemes but shows no error bars or dispersion. Please report standard deviations or quartiles to support the claim that performance grows reliably with hub size.
- [§4.2] The transfer matrix Z is described as containing zvy = similarity when v is among the top-k nodes for class y and 0 otherwise, but the text does not specify whether the nonzero entries are used as raw cosine similarities or normalized (e.g., row-wise softmax). This affects the scale of pm,y in Eq. (6).
- [Conclusion] The limitation statement in the conclusion only mentions the focus on VLMs and visual classification tasks. Please also acknowledge the lack of per-class validation of Eq. (6) and the on-benchmark tuning of α and k, since these are more immediate limitations of the current evidence.
- [Throughout] Minor language issues include 'count k of reused models pre-class' in Algorithm 1 (should be 'per class') and 'predication' in §5.1 (should be 'prediction').
Circularity Check
No significant circularity: Eq. (6) is a transparent transfer heuristic, not a fitted prediction; self-citations are contextual related work.
full rationale
The claimed derivation chain—pre-test VLMs on WordNet-based semantic graph images (Sec. 4.1), match target classes to graph nodes by caption similarity, form pm,y = sum_v pm,v * zvy (Eq. 6), rank models by rm,y (Eq. 7), and ensemble top-k—does not use target-task labels or ground-truth rankings in fitting. Eq. (6) is an explicit inductive transfer rule: pm,v is measured on sample datasets, zvy is a text-embedding similarity, and pm,y is the weighted estimate. It is not a restatement of the target accuracy; target accuracy is later measured and reported in Tables 1 and 2. No parameter is fit to target data and then renamed as a prediction; alpha = 0.7 and k are hyperparameters chosen from ablations on the same benchmark, which is a methodological weakness (risk of selection bias) but not circularity, because those ablations are not part of the derivation chain. The Learnware citations in Sec. 2 are related-work context and are not invoked to justify any premise or to rule out alternatives; the paper explicitly distinguishes MLL from learnware because learnware requires training data. The WordNet/GPT-4 caption-matching assumption in Eq. (6) is a correctness risk—the paper does not validate per-class transfer against ground truth—but an unvalidated assumption is not equivalent by construction to its output. Overall, the central mechanism is self-contained and externally benchmarked, so no circular step is present.
Assumptions & free parameters
free parameters (5)
- alpha =
0.7
- k (reused models per class) =
1 and 3
- top-k matched semantic nodes per class =
not reported
- images per semantic node =
up to 75
- semantic graph size =
9055 WordNet synsets
assumptions (6)
- domain assumption WordNet synsets and their hypernym/hyponym relationships form a valid semantic graph for visual concepts.
- domain assumption ImageNet-family sample datasets provide representative images for the visual concepts in WordNet synsets.
- domain assumption GPT-4 generated captions for target classes accurately describe the visual content of those classes.
- domain assumption Cosine similarity between text embeddings of task captions and synset captions reliably indicates semantic correspondence.
- ad hoc to paper The linear transfer pm,y = sum_v pm,v * zvy (Eq. 6) is a valid estimator of per-class accuracy on the target task.
- domain assumption Entropy weighting in Eq. (9) reduces the influence of overconfident models and improves ensemble accuracy.
Cite this review
Pith. "Pith review of Vision-Language Model Selection and Reuse for Downstream Adaptation." pith.science (2026). https://pith.science/paper/MDD55337
@misc{pith2026250118271,
author = {Pith},
title = {Pith review of: Vision-Language Model Selection and Reuse for Downstream Adaptation},
year = {2026},
howpublished = {\url{https://pith.science/paper/MDD55337}},
note = {Machine review of arXiv:2501.18271}
}
read the original abstract
Pre-trained Vision-Language Models (VLMs) are becoming increasingly popular across various visual tasks, and several open-sourced VLM variants have been released. However, selecting the best-performing pre-trained VLM for a specific downstream task is challenging since no single VLM can achieve promising performance on all downstream tasks, and evaluating all available VLMs is impossible due to time and data limitations. To address this problem, this paper proposes a novel paradigm to select and reuse VLM for downstream tasks, called Model Label Learning (MLL). The proposal contains three key modules: \emph{model labeling}, which assigns labels to each VLM to describe their specialty and utility; \emph{model selection}, which matches the requirements of the target task with model labels; and \emph{model reuse}, which applies selected VLMs to the target task in an ensemble manner. The proposal is highly computationally efficient and growable since the model labeling process is completed target task independent and the ability could grow with the number of candidate VLMs. We also introduce a new benchmark for evaluating VLM selection methods, including 49 VLMs and 17 target task datasets. Experimental results clearly demonstrate the effectiveness of the proposed method for selecting and reusing VLMs.
Figures
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
Learning multiple layers of features from tiny images
Alex, K. Learning multiple layers of features from tiny images. 2009
work page 2009
-
[3]
Food-101--mining discriminative components with random forests
Bossard, L., Guillaumin, M., and Van Gool, L. Food-101--mining discriminative components with random forests. In Proceedings of the 13th European Conference on Computer Vision, pp.\ 446--461, 2014
work page 2014
-
[4]
Remote sensing image scene classification: Benchmark and state of the art
Cheng, G., Han, J., and Lu, X. Remote sensing image scene classification: Benchmark and state of the art. Proceedings of the IEEE, 105 0 (10): 0 1865--1883, 2017
work page 2017
-
[5]
Describing textures in the wild
Cimpoi, M., Maji, S., Kokkinos, I., Mohamed, S., and Vedaldi, A. Describing textures in the wild. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp.\ 3606--3613, 2014
2014
-
[6]
An analysis of single-layer networks in unsupervised feature learning
Coates, A., Ng, A., and Lee, H. An analysis of single-layer networks in unsupervised feature learning. In Proceedings of the 14th International Conference on Artificial Intelligence and Statistics, pp.\ 215--223, 2011
work page 2011
-
[7]
ImageNet : A large-scale hierarchical image database
Deng, J., Dong, W., Socher, R., Li, L.-J., Li, K., and Fei-Fei, L. ImageNet : A large-scale hierarchical image database. In Proceedings of 2009 IEEE Conference on Computer Vision and Pattern Recognition, pp.\ 248--255, 2009
work page 2009
-
[8]
An image is worth 16x16 words: Transformers for image recognition at scale
Dosovitskiy, A., Beyer, L., Kolesnikov, A., Weissenborn, D., Zhai, X., Unterthiner, T., Dehghani, M., Minderer, M., Heigold, G., Gelly, S., Uszkoreit, J., and Houlsby, N. An image is worth 16x16 words: Transformers for image recognition at scale. In Proceedings of the 9th International Conference on Learning Representations, 2021
work page 2021
Show all 51 references
-
[9]
Data determines distributional robustness in Contrastive Language Image Pre-training (CLIP)
Fang, A., Ilharco, G., Wortsman, M., Wan, Y., Shankar, V., Dave, A., and Schmidt, L. Data determines distributional robustness in Contrastive Language Image Pre-training (CLIP) . In Proceedings of the 39th International Conference on Machine Learning, pp.\ 6216--6234, 2022
2022
-
[10]
EVA : Exploring the limits of masked visual representation learning at scale
Fang, Y., Wang, W., Xie, B., Sun, Q., Wu, L., Wang, X., Huang, T., Wang, X., and Cao, Y. EVA : Exploring the limits of masked visual representation learning at scale. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 19358--19369, 2023
2023
-
[11]
J., Erhan, D., Carrier, P
Goodfellow, I. J., Erhan, D., Carrier, P. L., Courville, A., Mirza, M., Hamner, B., Cukierski, W., Tang, Y., Thaler, D., Lee, D.-H., et al. Challenges in representation learning: A report on three machine learning contests. In Proceedings of the 20th International Conference o...
2013
-
[12]
Identifying useful learnwares for heterogeneous label spaces
Guo, L.-Z., Zhou, Z., Li, Y.-F., and Zhou, Z.-H. Identifying useful learnwares for heterogeneous label spaces. In Proceedings of the 40th International Conference on Machine Learning, pp.\ 12122--12131, 2023
2023
-
[13]
Robust semi-supervised learning in open environments
Guo, L.-Z., Jia, L.-H., Shao, J.-J., and Li, Y.-F. Robust semi-supervised learning in open environments. Frontiers of Computer Science, 19 0 (8): 0 198345, 2025
2025
-
[14]
The many faces of robustness: A critical analysis of out-of-distribution generalization
Hendrycks, D., Basart, S., Mu, N., Kadavath, S., Wang, F., Dorundo, E., Desai, R., Zhu, T., Parajuli, S., Guo, M., et al. The many faces of robustness: A critical analysis of out-of-distribution generalization. In Proceedings of the IEEE/CVF International Conference on Compute...
2021
-
[15]
Natural adversarial examples
Hendrycks, D., Zhao, K., Basart, S., Steinhardt, J., and Song, D. Natural adversarial examples. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 15262--15271, 2021 b
2021
-
[16]
OpenCLIP , 2021
Ilharco, G., Wortsman, M., Wightman, R., Gordon, C., Carlini, N., Taori, R., Dave, A., Shankar, V., Namkoong, H., Miller, J., Hajishirzi, H., Farhadi, A., and Schmidt, L. OpenCLIP , 2021
2021
-
[17]
Scaling up visual and vision-language representation learning with noisy text supervision
Jia, C., Yang, Y., Xia, Y., Chen, Y.-T., Parekh, Z., Pham, H., Le, Q., Sung, Y.-H., Li, Z., and Duerig, T. Scaling up visual and vision-language representation learning with noisy text supervision. In Proceedings of the 38th International Conference on Machine Learning, pp.\ 4...
2021
-
[18]
CLEVR : A diagnostic dataset for compositional language and elementary visual reasoning
Johnson, J., Hariharan, B., Van Der Maaten, L., Fei-Fei, L., Lawrence Zitnick, C., and Girshick, R. CLEVR : A diagnostic dataset for compositional language and elementary visual reasoning. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp.\ 2...
2017
-
[19]
3D object representations for fine-grained categorization
Krause, J., Stark, M., Deng, J., and Fei-Fei, L. 3D object representations for fine-grained categorization. In Proceedings of the IEEE International Conference on Computer Vision Workshops, pp.\ 554--561, 2013
2013
-
[20]
Gradient-based learning applied to document recognition
LeCun, Y., Bottou, L., Bengio, Y., and Haffner, P. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 86 0 (11): 0 2278--2324, 1998
1998
-
[21]
BLIP : Bootstrapping language-image pre-training for unified vision-language understanding and generation
Li, J., Li, D., Xiong, C., and Hoi, S. BLIP : Bootstrapping language-image pre-training for unified vision-language understanding and generation. In Proceedings of the 39th International Conference on Machine Learning, pp.\ 12888--12900, 2022
2022
-
[22]
Towards safe weakly supervised learning
Li, Y.-F., Guo, L.-Z., and Zhou, Z.-H. Towards safe weakly supervised learning. IEEE Transactions on Pattern Analysis and Machine Intelligence, 43 0 (1): 0 334--346, 2021
2021
-
[23]
A ConvNet for the 2020s
Liu, Z., Mao, H., Wu, C.-Y., Feichtenhofer, C., Darrell, T., and Xie, S. A ConvNet for the 2020s. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 11976--11986, 2022
2022
-
[24]
Foundation model is efficient multimodal multitask model selector
Meng, F., Shao, W., Peng, Z., Jiang, C., Zhang, K., Qiao, Y., and Luo, P. Foundation model is efficient multimodal multitask model selector. In Advances in Neural Information Processing Systems, pp.\ 33065--33094, 2023
2023
-
[25]
Miller, G. A. WordNet : A lexical database for English . Communications of the ACM, 38 0 (11): 0 39–41, 1995
1995
-
[26]
LEEP : A new measure to evaluate transferability of learned representations
Nguyen, C., Hassner, T., Seeger, M., and Archambeau, C. LEEP : A new measure to evaluate transferability of learned representations. In Proceedings of the 37th International Conference on Machine Learning, pp.\ 7294--7305, 2020
2020
-
[27]
and Zisserman, A
Nilsback, M.-E. and Zisserman, A. Automated flower classification over a large number of classes. In Proceedings of 2008 6th Indian Conference on Computer Vision, Graphics & Image Processing, pp.\ 722--729, 2008
2008
- [28]
-
[29]
A., Ahmed, N., and Faloutsos, C
Park, N., Rossi, R. A., Ahmed, N., and Faloutsos, C. MetaGL : Evaluation-free selection of graph learning models via meta-learning. In Proceedings of the 11th International Conference on Learning Representations, 2023
2023
-
[30]
M., Vedaldi, A., Zisserman, A., and Jawahar, C
Parkhi, O. M., Vedaldi, A., Zisserman, A., and Jawahar, C. Cats and dogs. In Proceedings of 2012 IEEE Conference on Computer Vision and Pattern Recognition, pp.\ 3498--3505, 2012
2012
-
[31]
W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., et al
Radford, A., Kim, J. W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., et al. Learning transferable visual models from natural language supervision. In Proceedings of the 38th International Conference on Machine Learning, pp.\ 8...
2021
-
[32]
Do ImageNet classifiers generalize to ImageNet ? In Proceedings of the 36th International Conference on Machine Learning, pp.\ 5389--5400, 2019
Recht, B., Roelofs, R., Schmidt, L., and Shankar, V. Do ImageNet classifiers generalize to ImageNet ? In Proceedings of the 36th International Conference on Machine Learning, pp.\ 5389--5400, 2019
2019
-
[33]
LAION-5B : An open large-scale dataset for training next generation image-text models
Schuhmann, C., Beaumont, R., Vencu, R., Gordon, C., Wightman, R., Cherti, M., Coombes, T., Katta, A., Mullis, C., Wortsman, M., et al. LAION-5B : An open large-scale dataset for training next generation image-text models. In Advances in Neural Information Processing Systems, p...
2022
-
[34]
R., and Shah, M
Soomro, K., Zamir, A. R., and Shah, M. UCF101 : A dataset of 101 human actions classes from videos in the wild. CoRR, abs/1212.0402, 2012
2012 arXiv
-
[35]
WIT : Wikipedia-based image text dataset for multimodal multilingual machine learning
Srinivasan, K., Raman, K., Chen, J., Bendersky, M., and Najork, M. WIT : Wikipedia-based image text dataset for multimodal multilingual machine learning. In Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval, pp.\ 24...
2021
-
[36]
Stallkamp, J., Schlipsing, M., Salmen, J., and Igel, C. Man vs. computer: Benchmarking machine learning algorithms for traffic sign recognition. Neural Networks, 32: 0 323--332, 2012
2012
-
[37]
Handling learnwares developed from heterogeneous feature spaces without auxiliary data
Tan, P., Tan, Z.-H., Jiang, Y., and Zhou, Z.-H. Handling learnwares developed from heterogeneous feature spaces without auxiliary data. In Proceedings of the 32nd International Joint Conference on Artificial Intelligence, pp.\ 4235--4243, 2023
2023
-
[38]
Beimingwu: A learnware dock system
Tan, Z.-H., Liu, J.-D., Bi, X.-D., Tan, P., Zheng, Q.-C., Liu, H.-T., Xie, Y., Zou, X.-C., Yu, Y., and Zhou, Z.-H. Beimingwu: A learnware dock system. In Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, pp.\ 5773--5782, 2024
2024
-
[39]
T., Nguyen, C
Tran, A. T., Nguyen, C. V., and Hassner, T. Transferability and hardness of supervised classification tasks. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp.\ 1395--1405, 2019
2019
-
[40]
S., Linmans, J., Winkens, J., Cohen, T., and Welling, M
Veeling, B. S., Linmans, J., Winkens, J., Cohen, T., and Welling, M. Rotation equivariant CNNs for digital pathology. In Proceedings of the 21st International Conference on Medical Image Computing and Computer Assisted Intervention, pp.\ 210--218, 2018
2018
-
[41]
ConvNet vs Transformer , Supervised vs CLIP : Beyond ImageNet accuracy
Vishniakov, K., Shen, Z., and Liu, Z. ConvNet vs Transformer , Supervised vs CLIP : Beyond ImageNet accuracy. In Proceedings of the 41st International Conference on Machine Learning, 2024
2024
-
[42]
Wang, H., Ge, S., Lipton, Z., and Xing, E. P. Learning robust global representations by penalizing local predictive power. In Advances in Neural Information Processing Systems, 2019
2019
-
[43]
Transformers: State-of-the-art natural language processing
Wolf, T., Debut, L., Sanh, V., Chaumond, J., Delangue, C., Moi, A., Cistac, P., Rault, T., Louf, R., Funtowicz, M., et al. Transformers: State-of-the-art natural language processing. In Proceedings of 2020 Conference on Empirical Methods in Natural Language Processing, pp.\ 38...
2020
-
[44]
Model reuse with reduced kernel mean embedding specification
Wu, X.-Z., Xu, W., Liu, S., and Zhou, Z.-H. Model reuse with reduced kernel mean embedding specification. IEEE Transactions on Knowledge and Data Engineering, 35 0 (1): 0 699--710, 2021
2021
-
[45]
LogME : Practical assessment of pre-trained models for transfer learning
You, K., Liu, Y., Wang, J., and Long, M. LogME : Practical assessment of pre-trained models for transfer learning. In Proceedings of the 38th International Conference on Machine Learning, pp.\ 12133--12143, 2021
2021
-
[46]
CoCa : Contrastive captioners are image-text foundation models
Yu, J., Wang, Z., Vasudevan, V., Yeung, L., Seyedhosseini, M., and Wu, Y. CoCa : Contrastive captioners are image-text foundation models. Transactions on Machine Learning Research, 2022
2022
-
[47]
S., Neumann, M., Dosovitskiy, A., et al
Zhai, X., Puigcerver, J., Kolesnikov, A., Ruyssen, P., Riquelme, C., Lucic, M., Djolonga, J., Pinto, A. S., Neumann, M., Dosovitskiy, A., et al. A large-scale study of representation learning with the visual task adaptation benchmark. CoRR, abs/1910.04867, 2019
1910 arXiv
-
[48]
Model spider: Learning to rank pre-trained models efficiently
Zhang, Y.-K., Huang, T.-J., Ding, Y.-X., Zhan, D.-C., and Ye, H.-J. Model spider: Learning to rank pre-trained models efficiently. Advances in Neural Information Processing Systems, pp.\ 13692--13719, 2024
2024
-
[49]
You only submit one image to find the most suitable generative model
Zhou, Z., Guo, L.-Z., Song, P.-X., and Li, Y.-F. You only submit one image to find the most suitable generative model. In Proceedings of the 37th Annual Conference on Neural Information Processing Systems Workshop on Diffusion Models, 2023
2023
-
[50]
and Tan, Z.-H
Zhou, Z.-H. and Tan, Z.-H. Learnware: Small models do big. CoRR, abs/2210.03647, 2022
2022 arXiv
-
[51]
LOVM : Language-only vision model selection
Zohar, O., Huang, S.-C., Wang, K.-C., and Yeung, S. LOVM : Language-only vision model selection. In Advances in Neural Information Processing Systems, pp.\ 33120--33132, 2023
2023
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.