REVIEW 4 major objections 37 references
TCLA: Training-Free Class-wise Logit Adaptation for Medical Vision-Language Models
T0 review · 4 major / 0 minor · reviewed 2026-07-13 · grok-4.5
Pith's one-line read A training-free correction of medical VLM logits from a few support samples improves OOD diagnosis across nine imaging datasets.
desk verdict Solid training-free medical few-shot adapter with broad multi-modality evidence; the modality-predefined residual mode is a real but ordinary design choice, not a load-bearing flaw that sinks the claim. 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
TCLA: class-wise layer-adaptive prototypes (CLAP) supply a multi-layer correction basis; image-guided prompt distribution alignment (PDA) refreshes text prototypes; prototype-guided residual logit correction (RLC) solves a ridge-regression residual map that is added, with a modality-chosen strength, to the zero-shot logits.
What would settle it
On a new medical modality or scanner site, fix the same hyperparameters and mode rule used in the paper; if TCLA no longer improves zero-shot balanced accuracy over a simple linear probe or cache baseline across 50 random 1- to 16-shot draws, the central claim fails.
Extended reading notes
Core claim
A purely training-free pipeline that constructs multi-layer class prototypes from support images, aligns prompt distributions, and estimates a closed-form residual mapping can correct zero-shot medical VLM logits enough to improve out-of-distribution balanced accuracy and, on most of nine multi-modality datasets, outperform existing training-based few-shot adapters.
Load-bearing premise
The method assumes that a modality-level rule for aggressive versus conservative residual strength, together with fixed ridge and sharpness constants, generalizes without any validation-set tuning.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes TCLA, a training-free few-shot adaptation method for medical vision–language models. From a small support set it builds multi-layer class-wise prototypes (CLAP), reweights text prompts via image-guided alignment (PDA), and applies a closed-form residual logit correction (RLC) estimated by ridge regression on support residuals. Evaluated with BioMedCLIP on nine OOD medical datasets spanning X-ray, CT, MRI, ultrasound, and histopathology, TCLA improves balanced accuracy over zero-shot inference and, in many settings, matches or exceeds training-free (Tip-Adapter, APE, ProKeR) and training-based (LP, CoOp, BiomedCoOp, Tip-Adapter-F, LDC) baselines, especially in 1–4-shot regimes. Results are averaged over many random support splits, with ablations of the main components.
Significance. If the claims hold, TCLA is a practically useful contribution: medical few-shot adaptation is often unstable under 1-shot constraints, and a fast, gradient-free, model-agnostic logit correction that works across modalities would be immediately deployable. Strengths include multi-modality coverage, 50-run averaging for statistical reliability, a closed-form residual mapping that avoids optimization instability, and public code. The work is incremental relative to Tip-Adapter/ProKeR/LDC-style logit correction, but the medical multi-layer prototype design and the empirical breadth make it a solid systems/methods paper for medical VLM adaptation rather than a purely theoretical advance.
major comments (4)
- Sec. 3.3 (final paragraph) and Eqs. (13)–(20): the residual mode is modality-predefined (aggressive for X-ray/US/histo; conservative for CT/MRI with mu_con=s/(s+1) and soft/sharp interpolation via r_c). The paper states this does not use a validation set, yet Tables 1–2 and Fig. 3 report only the switched configuration. Ablation Table 3 evaluates RLC under the already-chosen conservative setting for CT and does not test the opposite mode. Because rankings versus ProKeR/LDC on CTKi, SCCT, and BTMRI can depend on residual strength and kernel mixture, please add a full aggressive-vs-conservative ablation across all modalities (or replace the human modality switch with a support-set statistic) so the “most cases outperforms training-based” claim is not conditioned on an unablated design policy.
- Sec. 3.1–3.3: free parameters (ridge lambda=1.0, sharpness beta/beta_t, top-K layers, reliability gamma, and residual mode) are fixed without reported sensitivity. The central claim that TCLA is robust and training-free would be stronger with a sensitivity study (e.g., lambda in {0.1,1,10}, K in {1,3,5}, beta sweeps) and, if possible, a support-only rule for mode selection. Without this, it is hard to separate method benefit from a carefully chosen hyper-policy.
- Abstract / Sec. 4.2 and Tables 1–2: the claim that TCLA “in most of cases” outperforms training-based methods is only partially supported. On BTMRI and CTKi at 8–16 shots, LDC (and sometimes LP) exceed TCLA (e.g., BTMRI 16-shot: LDC 83.62 vs TCLA 79.14; CTKi 16-shot: LDC 81.06 vs TCLA 76.09); ProKeR is often better on CTKi. Please quantify “most cases” (e.g., win rates over methods/shots/datasets), discuss failure modes on volumetric modalities, and soften absolute language where tables show clear exceptions.
- Sec. 4.1.2 and the “model-agnostic” claim (abstract/intro): all main results use only BioMedCLIP. Model-agnosticism is not demonstrated. At minimum, report TCLA on one additional medical VLM (e.g., MedCLIP, PubMedCLIP, or BIOMEDICA) under the same 1–16-shot protocol; otherwise restrict the claim to BioMedCLIP.
Circularity Check
No circularity: closed-form residual is fit only on support labels/features and applied to held-out test images; claims rest on external benchmarks.
full rationale
TCLA’s derivation chain (CLAP prototypes from support features via Mahalanobis-weighted aggregation, PDA prompt reweighting, RLC ridge regression W_m = ((K_S)^T K_S + λI)^{-1}(K_S)^T R_S with R_S = Y_S − Z_ZS_S, scalar η_m, then Z_TCLA(x) = Z_ZS(x) + μ η K(x) W) is a standard support-to-test residual correction. The mapping is estimated exclusively from the few-shot support set; test images never enter the closed-form solution, and evaluation uses ordinary balanced accuracy on held-out OOD test sets (Tables 1–2, Fig. 3). No equation redefines the success metric in terms of the fitted residual, no parameter is fit to a quantity that is later reported as a “prediction,” and the paper does not invoke any uniqueness theorem or load-bearing result from overlapping authors. The modality-predefined aggressive/conservative switch (Sec. 3.3) is an unablated design choice, not a circular reduction of a claimed first-principles derivation. The method is therefore self-contained against external benchmarks; circularity score is zero.
Assumptions & free parameters
free parameters (5)
- ridge regularization lambda =
1.0
- prototype sharpness beta
- prompt sharpness beta_t
- top-K layer selection and reliability gamma
- modality-dependent residual mode =
con for CT/MRI, agg otherwise
assumptions (3)
- domain assumption Few-shot support samples drawn from the target distribution are representative enough for prototype construction and residual estimation.
- ad hoc to paper Ridge regression with fixed lambda yields a residual mapping that generalizes from support to test images.
- domain assumption Intermediate visual layers of a frozen medical CLIP encoder contain class-discriminative information that can be selected by inter-prototype cosine scores.
invented entities (1)
-
TCLA residual mapping (W_m, eta_m, mu_m)
Cite this review
Pith. "Pith review of TCLA: Training-Free Class-wise Logit Adaptation for Medical Vision-Language Models." pith.science (2026). https://pith.science/paper/SCCZR5BH
@misc{pith2026260709562,
author = {Pith},
title = {Pith review of: TCLA: Training-Free Class-wise Logit Adaptation for Medical Vision-Language Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/SCCZR5BH}},
note = {Machine review of arXiv:2607.09562}
}
read the original abstract
Medical Vision-Language Models (VLMs) exhibit strong zero-shot performance, yet their effectiveness still declines on out-of-distribution (OOD) data due to domain shifts and class bias inherited from large-scale pretraining. Existing few-shot adaptation methods typically introduce additional trainable components, which can be unstable in extremely low-data regimes (e.g., 1-shot), and lack robustness on different medical data. We present TCLA, a purely training-free few-shot adaptation method for Medical VLMs, which is fast and model-agnostic. TCLA corrects inference logits based on a small set of support samples, boosting pretrained VLMs performance by improving inter-class deconfusion and reducing domain shift. Extensive experiments on nine datasets across multiple medical imaging modalities including X-ray, Ultrasound, MRI, CT, Histopathology, demonstrate that TCLA consistently improves OOD performance of Medical VLMs and, in most of cases, outperforms existing training-based adaptation methods.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Radford, J.W
A. Radford, J.W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, et al., Learning transferable visual models from natural language supervi- sion, in: Proc. ICML, PMLR, 2021, pp. 8748–8763
2021
-
[2]
H. Luo, Z. Zhou, C. Royer, A. Sekuboyina, B. Menze, DEViDE: Faceted medical knowledge for improved medical vision-language pre-training, arXiv:2404.03618, 2024
arXiv 2024
-
[3]
Aleem, F
S. Aleem, F. Wang, M. Maniparambil, E. Arazo, J. Dietlmeier, K. Cur- 21 ran, et al., Test-time adaptation with SaLIP: A cascade of SAM and CLIP for zero-shot medical image segmentation, in: Proc. CVPR, 2024, pp. 5184–5193
2024
-
[4]
A. Liu, Y. Guo, J.H. Yong, F. Xu, Multi-grained radiology report gen- eration with sentence-level image-language contrastive learning, IEEE Trans. Med. Imaging 43 (7) (2024) 2657–2669
2024
- [5]
-
[6]
Pourpanah, M
F. Pourpanah, M. Abdar, Y. Luo, X. Zhou, R. Wang, C.P. Lim, X.Z. Wang, Q.M.J. Wu, A review of generalized zero-shot learning methods, IEEE Trans. Pattern Anal. Mach. Intell. 45 (4) (2022) 4051–4070
2022
-
[7]
Eslami, C
S. Eslami, C. Meinel, G. De Melo, PubMedCLIP: How much does CLIP benefit visual question answering in the medical domain? in: Findings of EACL, 2023, pp. 1181–1193
2023
-
[8]
C. Wu, X. Zhang, Y. Zhang, Y. Wang, W. Xie, MedKLIP: Medical knowledge enhanced language-image pre-training for X-ray diagnosis, in: Proc. ICCV, 2023, pp. 21372–21383
2023
Show all 37 references
-
[9]
Zhang, Y
S. Zhang, Y. Xu, H. Usuyama, H. Xu, J. Bagga, R. Tinn, et al., BioMed- CLIP: A multimodal biomedical foundation model pretrained from fif- teen million scientific image-text pairs, arXiv:2303.00915, 2023
2023 arXiv
-
[10]
Lozano, M.W
A. Lozano, M.W. Sun, J. Burgess, L. Chen, J.J. Nirschl, J. Gu, et al., Biomedica: An open biomedical image-caption archive, dataset, 22 and vision-language models derived from scientific literature, in: Proc. CVPR, 2025, pp. 19724–19735
2025
-
[11]
K. Zhou, J. Yang, C.C. Loy, Z. Liu, Learning to prompt for vision- language models, Int. J. Comput. Vis. 130 (9) (2022) 2337–2348
2022
-
[12]
Zhang, W
R. Zhang, W. Zhang, R. Fang, P. Gao, K. Li, J. Dai, Y. Qiao, H. Li, Tip-Adapter: Training-free adaption of CLIP for few-shot classification, in: S. Avidan, G. Brostow, M. Cissé, G.M. Farinella, T. Hassner (Eds.), Computer Vision – ECCV 2022, Lecture Notes in Computer Science, ...
2022
-
[14]
E.J. Hu, Y. Shen, P. Wallis, Z. Allen-Zhu, Y. Li, S. Wang, et al., LoRA: Low-rank adaptation of large language models, in: Proc. ICLR, 2022
2022
-
[15]
P. Gao, S. Geng, R. Zhang, T. Ma, R. Fang, Y. Zhang, H. Li, Y. Qiao, CLIP-Adapter: Better vision-language models with feature adapters, Int. J. Comput. Vis. (2024)
2024
-
[16]
S. Li, F. Liu, Z. Hao, X. Wang, L. Li, X. Liu, et al., Logits DeConfusion with CLIP for few-shot learning, in: Proc. CVPR, 2025, pp. 25411– 25421
2025
-
[17]
Zhang, W
R. Zhang, W. Zhang, R. Fang, P. Gao, K. Li, J. Dai, et al., Tip-Adapter: Training-free adaption of CLIP for few-shot classification, in: Proc. ECCV, Springer, Cham, 2022, pp. 493–510. 23
2022
-
[18]
H. Wei, R. Xie, H. Cheng, L. Feng, B. An, Y. Li, Mitigating neural net- work overconfidence with logit normalization, in: Proc. ICML, PMLR, 2022, pp. 23631–23644
2022
-
[19]
Kravets, D
A. Kravets, D. Chen, V.P. Namboodiri, Rethinking few-shot CLIP benchmarks: A critical analysis in the inductive setting, arXiv:2507.20834, 2025
2025 arXiv
-
[20]
Yosinski, J
J. Yosinski, J. Clune, Y. Bengio, H. Lipson, How transferable are fea- tures in deep neural networks? Adv. Neural Inf. Process. Syst. 27 (2014)
2014
-
[21]
K. Zhou, J. Yang, C.C. Loy, Z. Liu, Conditional prompt learning for vision-language models, in: Proc. CVPR, 2022, pp. 16816–16825
2022
-
[22]
H. Yao, R. Zhang, C. Xu, Visual-language prompt tuning with knowledge-guided context optimization, in: Proc. CVPR, 2023, pp. 6757–6767
2023
-
[23]
Fort, Gaussian prototypical networks for few-shot learning on Om- niglot, arXiv:1708.02735, 2017
S. Fort, Gaussian prototypical networks for few-shot learning on Om- niglot, arXiv:1708.02735, 2017
2017 arXiv
-
[24]
Hamamci, S
I.E. Hamamci, S. Er, C. Wang, F. Almas, A.G. Simsek, S.N. Esirgun, et al., Developing generalist foundation models from a multimodal dataset for 3D computed tomography, arXiv:2403.17834, 2024
2024
-
[25]
Kermany, M
D.S. Kermany, M. Goldbaum, W. Cai, C.C.S. Valentim, H. Liang, S.L. Baxter, et al., Identifying medical diagnoses and treatable diseases by image-based deep learning, Cell 172 (5) (2018) 1122–1131. 24
2018
-
[26]
L.Wang, Z.Q.Lin, A.Wong, COVID-Net: Atailoreddeepconvolutional neural network design for detection of COVID-19 cases from chest X-ray images, Sci. Rep. 10 (1) (2020) 19549
2020
-
[27]
Jaeger, S
S. Jaeger, S. Candemir, S. Antani, Y.X.J. Wáng, P.X. Lu, G. Thoma, Two public chest X-ray datasets for computer-aided screening of pul- monary diseases, Quant. Imaging Med. Surg. 4 (6) (2014) 475
2014
-
[28]
Borkowski, M.M
A.A. Borkowski, M.M. Bui, L.B. Thomas, C.P. Wilson, L.A. DeLand, S.M. Mastorides, Lung and colon cancer histopathological image dataset (LC25000), 2019
2019
-
[29]
Koleilat, H
T. Koleilat, H. Asgariandehkordi, H. Rivaz, Y. Xiao, BiomedCoOp: Learning to prompt for biomedical vision-language models, in: Proc. CVPR, 2025, pp. 14766–14776
2025
-
[30]
Irvin, P
J. Irvin, P. Rajpurkar, M. Ko, Y. Yu, S. Ciurea-Ilcus, C. Chute, et al., CheXpert: A large chest radiograph dataset with uncertainty labels and expert comparison, in: Proc. AAAI, 33(1), 2019, pp. 590–597
2019
-
[31]
Shakeri, Y
F. Shakeri, Y. Huang, J. Silva-Rodríguez, H. Bahig, A. Tang, J. Dolz, I.B. Ayed, Few-shot adaptation of medical vision-language models, in: Proc. MICCAI, Springer, Cham, 2024, pp. 553–563
2024
-
[32]
Islam, M
M.N. Islam, M. Hasan, M.K. Hossain, M.G.R. Alam, M.Z. Uddin, A. Soylu, Vision transformer and explainable transfer learning models for auto detection of kidney cyst, stone and tumor from CT radiography, Sci. Rep. 12 (1) (2022) 1–14. 25
2022
-
[33]
Soares, P
E. Soares, P. Angelov, S. Biaso, M.H. Froes, D.K. Abe, SARS-CoV-2 CT-scan dataset: A large dataset of real patients CT scans for SARS- CoV-2 identification, medRxiv, 2020
2020
-
[34]
Nickparvar, Brain tumor MRI dataset, 2021
M. Nickparvar, Brain tumor MRI dataset, 2021
2021
-
[35]
Al-Dhabyani, M
W. Al-Dhabyani, M. Gomaa, H. Khaled, A. Fahmy, Dataset of breast ultrasound images, Data Brief 28 (2020) 104863
2020
-
[36]
Bendou, A
Y. Bendou, A. Ouasfi, V. Gripon, A. Boukhayma, ProKeR: A kernel perspective on few-shot adaptation of large vision-language models, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pat- tern Recognition, 2025, pp. 25092–25102
2025
-
[37]
C. Jia, Y. Yang, Y. Xia, Y.-T. Chen, Z. Parekh, H. Pham, Q.V. Le, Y. Sung, Z. Li, T. Duerig, Scaling up visual and vision-language rep- resentation learning with noisy text supervision, in: Proceedings of the 38th International Conference on Machine Learning, PMLR, 2021, pp. 4904–4916
2021
-
[38]
X. Zhu, R. Zhang, B. He, A. Zhou, D. Wang, B. Zhao, P. Gao, Not all features matter: Enhancing few-shot CLIP with adaptive prior refine- ment, in: Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023, pp. 2605–2615. 26
2023
Reviewed July 13, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.