Pith. sign in

REVIEW 4 major objections 4 minor 32 references

UNICON: UNIfied CONtinual Learning for Medical Foundational Models

T0 review · 4 major / 4 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read Frozen CT foundation model gains PET and segmentation skills

desk verdict A sensible adapter-based continual learning recipe for medical foundation models, but the excerpt stops before any experiments, so the central claims are unverifiable. read the letter →

arxiv 2508.14024 v1 pith:YOQKHK2X submitted 2025-08-19 eess.IV cs.CV

classification eess.IVcs.CV
keywords continuallearningmedicalfoundationmodelsmultimodaladaptationLoRAsegmentationprognosispredictionPET/CTcatastrophicforgetting
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that a medical imaging foundation model is not stuck with its original training scope: by adding small, trainable adapters around frozen image and text encoders, the same model can keep learning new tasks, new anatomical regions, and new imaging modalities. The authors test this by taking a chest CT classification model and extending it to prognosis prediction and segmentation, then further adding PET scans. They report better performance on the added tasks than the respective baselines, including a 5% Dice gain after PET is incorporated, with no observed forgetting of the original classification ability. If true, this would mean hospitals could update a single generalist model incrementally instead of training separate specialized models for each modality or task.

What carries the argument

UNICON keeps the base image and text encoders E_img and E_text frozen and attaches lightweight, task-specific adapters. Within-model adaptation uses LoRA low-rank updates; post-model adaptation adds MLP adapters, a modality fusion block, and a decoder for segmentation, plus extra PET-specific tokens. This machinery lets one frozen backbone handle classification, prognosis, and segmentation without altering the base parameters.

What would settle it

Run the same UNICON pipeline but freeze a randomly initialized image encoder instead of the pre-trained one; if prognosis and segmentation results remain at the reported level, the foundation model's representations are not carrying the result, and if they collapse, the frozen-encoder assumption is load-bearing.

Watch

Extended reading notes

Core claim

The paper claims that a medical foundation model originally trained only to classify chest CT scans using paired text reports can be continually extended to new tasks (prognosis prediction, segmentation) and a new imaging modality (PET) by adding small trainable adapters around its frozen image and text encoders. Three adapter families are used: LoRA for in-model weight updates, MLP/fusion layers for multimodal prognosis, and a transformer decoder with added PET-specific tokens for segmentation. In experiments, the adapted model outperforms baselines on the added tasks, including a 5% Dice improvement when PET is continually incorporated, and does not degrade its original classification capa

Load-bearing premise

The frozen CT-text encoders are assumed to encode enough transferable information about anatomy and language that lightweight adapters can bridge to new tasks and to PET, which measures a different physiological signal.

Editorial extensions

If this is right

  • A single medical foundation model can be extended sequentially to new tasks, modalities, and anatomical regions without retraining the base, reducing the need for separate specialized models per modality.
  • New modalities can be incorporated with small adapter modules and modest amounts of new data, since base parameters remain frozen.
  • The approach offers a concrete route toward generalist medical AI that grows capabilities incrementally rather than via costly full retraining.
  • The arbitrary-resolution adaptation allows deployment across hospitals with different scanner protocols and image qualities.
  • The reported 5% Dice gain suggests that continual incorporation of a new modality can improve performance on the added task without interfering with prior tasks.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same adapter-based expansion could plausibly extend to other base modalities such as MRI or pathology, provided their encoders are similarly aligned with text; the paper only tests CT-to-CT/PET.
  • The 5% Dice gain may partly reflect the co-registered CT providing anatomical context rather than transfer from the frozen encoder; a controlled single-modality ablation would separate cross-modal benefit from single-modal benefit.
  • The 'no catastrophic forgetting' claim is only validated on two added tasks; a longer sequence (e.g., multiple anatomical regions or a third modality) is needed to test retroactive interference.
  • If the framework generalizes as claimed, it suggests foundation-model lifecycles could be based on accumulating small, task-specific adapters rather than periodic retraining, changing how medical AI models are deployed and updated.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper proposes UNICON, a continual-learning framework for adapting a frozen medical foundation model (image and text encoders) to new tasks (prognosis, segmentation), new modalities (PET), and potentially new anatomical regions by adding lightweight adapters (LoRA, MLP, decoder, fusion). The central claim is that a chest CT classification foundation model can be sequentially extended without catastrophic forgetting or task interference, with a reported 5% Dice improvement when PET scans are incorporated. The submitted manuscript contains an introduction and a partial methodology section but no experimental section, datasets, baselines, metrics, or error bars; the empirical claims are therefore not verifiable from the submitted text.

Significance. If the stated results held, the contribution would be practically significant: parameter-efficient continual expansion of a medical foundation model across tasks and modalities could reduce the need for retraining and for maintaining separate specialized models. The adapter-based architecture is plausible and builds on established parameter-efficient fine-tuning techniques. However, because the manuscript contains no experiments, the actual significance cannot currently be assessed. The reported performance gains and the no-forgetting/no-interference guarantees are not evidence-backed. The architectural idea alone is incremental over existing LoRA/adapter methods; the claimed novelty rests on the unified continual adaptation protocol and, crucially, on empirical validation that is absent.

major comments (4)
  1. [Abstract and §1 Contributions] The central empirical claims—improved prognosis and segmentation performance, a 5% Dice improvement after adding PET, and adaptation 'without catastrophic forgetting or task interference'—are not supported by any experimental evidence in the submitted manuscript. There is no Section 3, no dataset description, no baseline definition, no metric details, no error bars, and no ablation study. The claims are load-bearing; without an experimental section they cannot be checked. The authors should add a complete experimental evaluation, including the continual-learning protocol, all baselines, and statistical variability.
  2. [§2.2] Freezing the base image/text encoders largely prevents forgetting of the original classification task by construction, but it does not by itself prevent task interference among the sequentially added adapters. The manuscript does not define how interference is measured (e.g., whether performance of the prognosis adapter is re-evaluated after the segmentation or CT+PET adapters are trained) and reports no such measurements. To support the 'no task interference' claim, the authors must report the performance of every previously adapted task after each successive adaptation step, not only the final task.
  3. [Abstract] The phrase '5% improvement in Dice score compared to respective baselines' is ambiguous. To be meaningful, the comparison must hold fixed the frozen backbone, the input modalities (CT+PET vs. CT-only), the trainable-parameter budget, and the continual-learning protocol. If the baseline is a CT-only segmentation model, a Dice improvement could reflect the added PET information rather than the continual-learning framework. The authors should specify exactly what each 'respective baseline' is and ensure the comparison isolates the effect of the continual adaptation strategy.
  4. [§2.2 and overall structure] The submitted manuscript is incomplete: it breaks off in Section 2.2 immediately after 'This technique introduces low-rank', and no subsequent sections are present. The proposed 'post-model adaptation' component and the claimed adaptation to 'arbitrary resolution sizes' (listed as a contribution in §1) are never described. As a result, the framework is only partially specified and the central contributions cannot be fully evaluated.
minor comments (4)
  1. [§2.1] The problem statement defines classification on X^{C,R} but Eq. for F^Class uses X^{CP,R}; this is inconsistent. Clarify whether the base model was trained on CT only or on co-registered CT-PET.
  2. [Fig. 1 caption] The caption uses 'PT scans' and 'PT-specific tokens', while the text uses 'PET'. Please unify terminology.
  3. [Notation] Notation is uneven: 'Eimg,E text' has inconsistent spacing; Θ0, Θ1, Θ2 are introduced casually; FΨ is not fully defined. A table of notation would improve readability.
  4. [References] References [27] and [28] are identical. Reference [15] appears to be a non-archival website; please check whether a more citable source exists.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular steps identified: the claims are empirical and unverified rather than derived from self-citation or definitional identity.

full rationale

UNICON is a framework proposal with empirical claims; no equation-level derivation equates an output to an input by construction. The abstract's 5% Dice improvement is presented as an experimental result, not as a mathematical consequence of the frozen-encoder design. No fitted parameter is renamed as a prediction; the frozen encoders are an architectural assumption, not a quantity fitted to the reported outcomes. Self-citations (e.g., Dynammo, SurVRNC, the continual learning survey) are used as background or building blocks, but none is invoked as a load-bearing uniqueness theorem or as a justification that the reported gains must occur. The manuscript is truncated before any experimental section, so the central claims cannot be verified from the provided text; however, absence of evidence is a correctness/verifiability gap, not circularity. Therefore the circularity score is 0.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

This is an empirical machine-learning paper with no derivational free constants in the physics sense. The free parameters are standard architectural hyperparameters. The key axioms are representational compatibility of the frozen encoders, non-interference of sequential adapters, and benchmark validity. No new physical or ontological entities are introduced.

free parameters (3)
  • LoRA rank = not reported
    The rank of the low-rank adapter is a free hyperparameter chosen by the authors; it controls the capacity of the adapter and could affect the forgetting/performance trade-off. Not disclosed in the available excerpt.
  • Fusion adapter dimension = not reported
    The hidden size of the multimodal fusion module is a hand-chosen architectural parameter. Not reported in the provided text.
  • Training hyperparameters = not reported
    Learning rate, optimizer, number of epochs, and loss weights for prognosis and segmentation are standard free parameters. Their values are not given in the excerpt.
assumptions (3)
  • domain assumption The frozen image and text encoders (E_img, E_text) of the CT foundation model provide representations that are transferable to new modalities (PET) and new tasks (prognosis, segmentation) without modification.
    The entire UNICON approach is built on this premise; stated in the Problem Statement (Section 2) where the base parameters are frozen and only adapters are trained. If the frozen features are incompatible with PET or segmentation, the framework cannot work.
  • domain assumption Sequential addition of task-specific adapters (LoRA, MLP, decoder, fusion) does not interfere with previously learned capabilities.
    The continual learning setup assumes that new adapter modules can be added without retraining or degrading earlier tasks. This is the 'without catastrophic forgetting' premise, but it is treated as an expected outcome rather than justified a priori.
  • domain assumption The benchmarks used for prognosis and segmentation (likely HECKTOR, given reference [2] and the ensemble work [20]) are representative and correctly preprocessed.
    Empirical claims rely on the validity of the chosen evaluation datasets and preprocessing. Not verifiable from the excerpt.

how reviews work

0 comments
Cite this review

Pith. "Pith review of UNICON: UNIfied CONtinual Learning for Medical Foundational Models." pith.science (2026). https://pith.science/paper/YOQKHK2X

@misc{pith2026250814024,
  author       = {Pith},
  title        = {Pith review of: UNICON: UNIfied CONtinual Learning for Medical Foundational Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YOQKHK2X}},
  note         = {Machine review of arXiv:2508.14024}
}
read the original abstract

Foundational models are trained on extensive datasets to capture the general trends of a domain. However, in medical imaging, the scarcity of data makes pre-training for every domain, modality, or task challenging. Continual learning offers a solution by fine-tuning a model sequentially on different domains or tasks, enabling it to integrate new knowledge without requiring large datasets for each training phase. In this paper, we propose UNIfied CONtinual Learning for Medical Foundational Models (UNICON), a framework that enables the seamless adaptation of foundation models to diverse domains, tasks, and modalities. Unlike conventional adaptation methods that treat these changes in isolation, UNICON provides a unified, perpetually expandable framework. Through careful integration, we show that foundation models can dynamically expand across imaging modalities, anatomical regions, and clinical objectives without catastrophic forgetting or task interference. Empirically, we validate our approach by adapting a chest CT foundation model initially trained for classification to a prognosis and segmentation task. Our results show improved performance across both additional tasks. Furthermore, we continually incorporated PET scans and achieved a 5\% improvement in Dice score compared to respective baselines. These findings establish that foundation models are not inherently constrained to their initial training scope but can evolve, paving the way toward generalist AI models for medical imaging.

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

32 extracted references · 19 canonical work pages

  1. [1]

    arXiv preprint arXiv:2303.08774 (2023)

    Achiam, J., Adler, S., Agarwal, S., Ahmad, L., Akkaya, I., Aleman, F.L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al.: Gpt-4 technical report. arXiv preprint arXiv:2303.08774 (2023)

  2. [2]

    In: 3D head and neck tumor segmentation in PET/CT challenge, pp

    Andrearczyk, V., Oreiller, V., Boughdad, S., Rest, C.C.L., Elhalawani, H., Jreige, M., Prior, J.O., Vallières, M., Visvikis, D., Hatt, M., et al.: Overview of the heck- tor challenge at miccai 2021: automatic head and neck tumor segmentation and outcome prediction in pet/ct images. In: 3D head and neck tumor segmentation in PET/CT challenge, pp. 1–37. Spr...

  3. [3]

    arxiv preprint arxiv: 221102701

    Cardoso, M., Li, W., Brown, R., Ma, N., Kerfoot, E., Wang, Y., Murrey, B., My- ronenko, A., Zhao, C., Yang, D., et al.: Monai: An open-source framework for deep learning in healthcare. arxiv preprint arxiv: 221102701. Published online (2022)

  4. [4]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Chen, Q., Zhu, L., He, H., Zhang, X., Zeng, S., Ren, Q., Lu, Y.: Low-rank mixture- of-experts for continual medical image segmentation. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 382–392. Springer (2024)

  5. [5]

    Computers in biology and medicine50, 76–96 (2014)

    Foster, B., Bagci, U., Mansoor, A., Xu, Z., Mollura, D.J.: A review on segmentation of positron emission tomography images. Computers in biology and medicine50, 76–96 (2014)

  6. [6]

    arXiv preprint arXiv:1801.05512 (2018)

    Fotso, S.: Deep neural networks for survival analysis based on a multi-task frame- work. arXiv preprint arXiv:1801.05512 (2018)

  7. [7]

    Journal of the American College of Radiology15(3), 512–520 (2018)

    Giger, M.L.: Machine learning in medical imaging. Journal of the American College of Radiology15(3), 512–520 (2018)

  8. [8]

    arXiv preprint arXiv:2403.17834 (2024)

    Hamamci, I.E., Er, S., Almas, F., et al.: Developing generalist foundation mod- els from a multimodal dataset for 3d computed tomography. arXiv preprint arXiv:2403.17834 (2024)

Show all 32 references
  1. [9]

    arxiv 2021

    Hatamizadeh, A., Yang, D., Roth, H., Xu, D.U.: Transformers for 3d medical image segmentation. arxiv 2021. arXiv preprint arXiv:2103.10504 (2021)

  2. [10]

    arXiv preprint arXiv:2106.09685 (2021)

    Hu, E.J., Shen, Y., Wallach, P., Lipton, Z.C., Li, Y.: Lora: Low-rank adaptation of large language models. arXiv preprint arXiv:2106.09685 (2021)

  3. [11]

    Journal of Digital Imaging24(6), 1175–1183 (2011).https://doi.org/10.1007/s10278-011-9364-1

    Langer, S.G., Langlotz, C.P.: Challenges in multi-site imaging trials: The need for standardization and data integration. Journal of Digital Imaging24(6), 1175–1183 (2011).https://doi.org/10.1007/s10278-011-9364-1

  4. [12]

    In: Proceedings of the AAAI conference on artificial intelligence

    Lee, C., Zame, W., Yoon, J., Van Der Schaar, M.: Deephit: A deep learning ap- proach to survival analysis with competing risks. In: Proceedings of the AAAI conference on artificial intelligence. vol. 32 (2018)

  5. [13]

    In: International Conference on Medical Image Computing and Computer- Assisted Intervention

    Liang, J., Cao, P., Yang, W., Yang, J., Zaiane, O.R.: 3d-sautomed: Automatic seg- ment anything model for 3d medical image segmentation from local-global perspec- tive. In: International Conference on Medical Image Computing and Computer- Assisted Intervention. pp. 3–12. Sprin...

  6. [14]

    Medical image analysis42, 60–88 (2017)

    Litjens, G., Kooi, T., Bejnordi, B.E., Setio, A.A.A., Ciompi, F., Ghafoorian, M., Van Der Laak, J.A., Van Ginneken, B., Sánchez, C.I.: A survey on deep learning in medical image analysis. Medical image analysis42, 60–88 (2017)

  7. [15]

    OpenMedScience Reports (2023),https://www.openmedscience.com/ big-data-in-medical-imaging

    OpenMedScience: Big data in medical imaging: Storage and computational challenges. OpenMedScience Reports (2023),https://www.openmedscience.com/ big-data-in-medical-imaging

  8. [16]

    In: Annual Conference on Medical Image Understanding and Analysis

    Qazi, M.A., Almakky, I., Hashmi, A.U.R., Sanjeev, S., Yaqub, M.: Dynammo: Dynamic model merging for efficient class incremental learning for medical images. In: Annual Conference on Medical Image Understanding and Analysis. pp. 245–

  9. [17]

    arXiv preprint arXiv:2405.13482 (2024)

    Qazi, M.A., Hashmi, A.U.R., Sanjeev, S., Almakky, I., Saeed, N., Yaqub, M.: Con- tinual learning in medical imaging from theory to practice: A survey and practical analysis. arXiv preprint arXiv:2405.13482 (2024)

  10. [18]

    Springer (2019)

    Ranschaert, E.R., Morozov, S., Algra, P.R.: Artificial intelligence in medical imag- ing: opportunities, applications and risks. Springer (2019)

  11. [19]

    In: International Con- ference on Medical Image Computing and Computer-Assisted Intervention

    Saadi, N., Saeed, N., Yaqub, M., Nandakumar, K.: Pemma: Parameter-efficient multi-modal adaptation for medical image segmentation. In: International Con- ference on Medical Image Computing and Computer-Assisted Intervention. pp. 262–271. Springer (2024)

  12. [20]

    In: 3D Head and Neck Tumor Segmentation in PET/CT Challenge, pp

    Saeed, N., Al Majzoub, R., Sobirov, I., Yaqub, M.: An ensemble approach for patient prognosis of head and neck tumor using multimodal data. In: 3D Head and Neck Tumor Segmentation in PET/CT Challenge, pp. 278–286. Springer (2021)

  13. [21]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Saeed, N., Ridzuan, M., Maani, F.A., Alasmawi, H., Nandakumar, K., Yaqub, M.: Survrnc: Learning ordered representations for survival prediction using rank-n-contrast. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 659–669. Sprin...

  14. [22]

    arXiv preprint arXiv:2407.15851 (2024)

    Shi, C., Rezai, R., Yang, J., Dou, Q., Li, X.: A survey on trustworthiness in foun- dation models for medical image analysis. arXiv preprint arXiv:2407.15851 (2024)

  15. [23]

    Sobirov, I., Nazarov, O., Alasmawi, H., Yaqub, M.: Automatic segmentation of head and neck tumor: How powerful transformers are? In: International Conference on Medical Imaging with Deep Learning. pp. 1149–1161. PMLR (2022)

  16. [24]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Sun, Y., Khor, H.G., Wang, Y., Wang, Z., Zhao, H., Zhang, Y., Ma, L., Zheng, Z., Liao, H.: Continually tuning a large language model for multi-domain radiology report generation. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 17...

  17. [25]

    DAIC (2015), https://www.daic.com/article/100tb-per-year-medical-imaging

    System, D.U.H.: Healthcare data volume and storage challenges. DAIC (2015), https://www.daic.com/article/100tb-per-year-medical-imaging

  18. [26]

    Journal of Clinical Medicine 12(20), 6500 (2023)

    Taher, M., et al.: Foundational artificial intelligence models and modern medi- cal diagnostics: The paradigm of the eden ai model. Journal of Clinical Medicine 12(20), 6500 (2023)

  19. [28]

    arXiv preprint arXiv:2308.02463 (2023)

    Wu, C., Zhang, X., Zhang, Y., Wang, Y., Xie, W.: Towards generalist foundation model for radiology by leveraging web-scale 2d&3d medical data. arXiv preprint arXiv:2308.02463 (2023)

  20. [29]

    Yu,K.H.:Aibreakthroughraiseshopesforbettercancerdiagnosis.FinancialTimes (2024),https://www.ft.com/content/0a8f2c61-77f4-43ce-87d2-a7b421bbda85

  21. [30]

    In: Interna- tional Conference on Medical Image Computing and Computer-Assisted Interven- tion

    Zhang, W., Huang, Y., Zhang, T., Zou, Q., Zheng, W.S., Wang, R.: Adapter learn- ing in pretrained feature extractor for continual learning of diseases. In: Interna- tional Conference on Medical Image Computing and Computer-Assisted Interven- tion. pp. 68–78. Springer (2023)

  22. [31]

    In: International Conference on Med- ical Image Computing and Computer-Assisted Intervention

    Zhang, X., Ou, N., Basaran, B.D., Visentin, M., Qiao, M., Gu, R., Ouyang, C., Liu, Y., Matthews, P.M., Ye, C., et al.: A foundation model for brain lesion seg- mentation with mixture of modality experts. In: International Conference on Med- ical Image Computing and Computer-As...

  23. [32]

    arXiv preprint arXiv:2405.12971 (2024)

    Zhao, T., Gu, Y., Yang, J., Usuyama, N., Lee, H.H., Naumann, T., Gao, J., Crab- tree, A., Abel, J., Moung-Wen, C., et al.: Biomedparse: a biomedical foundation model for image parsing of everything everywhere all at once. arXiv preprint arXiv:2405.12971 (2024)

  24. [257]

    Springer (2024) 10 Qazi et al

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.