Representing Part-Whole Hierarchies in Foundation Models by Learning Localizability, Composability, and Decomposability from Anatomy via Self-Supervision
Mohammad Reza Hosseinzadeh Taher, Michael B. Gotway, Jianming Liang
TL;DR
This work tackles the lack of explicit part–whole hierarchy modeling in foundation models for medical imaging. It proposes Adam--v2, a self supervised framework with three dedicated branches localizability composability and decomposability that learn a hierarchy of anatomical embeddings from unlabeled images in a coarse to fine fashion. Across zero shot few shot and full transfer settings on chest X-ray and fundus tasks, Adam--v2 achieves state-of-the-art or near state of the art results including a ChestX-ray14 mAUC of 83.4 and demonstrates emergent anatomy understanding and interpretable embedding properties. The results, ablations and qualitative analyses show that explicit anatomy aware representations improve generalization robustness and enable downstream utility with limited annotations, with code and pretrained models released as Eden.
Abstract
Humans effortlessly interpret images by parsing them into part-whole hierarchies; deep learning excels in learning multi-level feature spaces, but they often lack explicit coding of part-whole relations, a prominent property of medical imaging. To overcome this limitation, we introduce Adam-v2, a new self-supervised learning framework extending Adam [79] by explicitly incorporating part-whole hierarchies into its learning objectives through three key branches: (1) Localizability, acquiring discriminative representations to distinguish different anatomical patterns; (2) Composability, learning each anatomical structure in a parts-to-whole manner; and (3) Decomposability, comprehending each anatomical structure in a whole-to-parts manner. Experimental results across 10 tasks, compared to 11 baselines in zero-shot, few-shot transfer, and full fine-tuning settings, showcase Adam-v2's superior performance over large-scale medical models and existing SSL methods across diverse downstream tasks. The higher generality and robustness of Adam-v2's representations originate from its explicit construction of hierarchies for distinct anatomical structures from unlabeled medical images. Adam-v2 preserves a semantic balance of anatomical diversity and harmony in its embedding, yielding representations that are both generic and semantically meaningful, yet overlooked in existing SSL methods. All code and pretrained models are available at https://github.com/JLiangLab/Eden.
