paper-with-me

홈 › Papers

PathVQ: Reforming Computational Pathology Foundation Model for Whole Slide Image Analysis via Vector Quantization

2025-03-09 · Honglin Li, Zhongyi Shui, Yunlong Zhang, Chenglu Zhu, Lin Yang

Computational pathology and whole-slide image (WSI) analysis are pivotal in cancer diagnosis and prognosis. However, the ultra-high resolution of WSIs presents significant modeling challenges. Recent advancements in pathology foundation models have improved performance, yet most approaches rely on [CLS] token representation of tile ViT as slide-level inputs (16x16 pixels is refereed as patch and 224x224 pixels as tile). This discards critical spatial details from patch tokens, limiting downstream WSI analysis tasks. We find that leveraging all spatial patch tokens benefits WSI analysis but incurs nearly 200x higher storage and training costs (e.g., 196 tokens in ViT$_{224}$). To address this, we introduce vector quantized (VQ) distillation on patch feature, which efficiently compresses spatial patch tokens using discrete indices and a decoder. Our method reduces token dimensionality from 1024 to 16, achieving a 64x compression rate while preserving reconstruction fidelity. Furthermore, we employ a multi-scale VQ (MSVQ) strategy, which not only enhances VQ reconstruction performance but also serves as a Self-supervised Learning (SSL) supervision for a seamless slide-level pretraining objective. Built upon the quantized patch features and supervision targets of tile via MSVQ, we develop a progressive convolutional module and slide-level SSL to extract representations with rich spatial-information for downstream WSI tasks. Extensive evaluations on multiple datasets demonstrate the effectiveness of our approach, achieving state-of-the-art performance in WSI analysis. Code will be available soon.

📄 PDF Abstract BibTeX arXiv:2503.06482

Code (0)

등록된 구현이 없습니다.

Tasks

PrognosisQuantizationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Towards Visual Question Answering on Pathology Images

2021-08-01 · ACL 2021 5 · Xuehai He, Zhuo Cai, Wenlan Wei, Yichen Zhang 외

Pathology imaging is broadly used for identifying the causes and effects of diseases or injuries. Given a pathology image, being able to answer questions about the clinical findings contained in the image is very importa…

Decision MakingQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Path-RAG: Knowledge-Guided Key Region Retrieval for Open-ended Pathology Visual Question Answering

2024-11-26 · Awais Naeem, TianHao Li, Huang-Ru Liao, Jiawei Xu 외

Accurate diagnosis and prognosis assisted by pathology images are essential for cancer treatment selection and planning. Despite the recent trend of adopting deep-learning approaches for analyzing complex pathology image…

PrognosisQuestion AnsweringRAGRetrieval+2

Atlas 2 -- Foundation models for clinical deployment

2026-01-08 · Maximilian Alber, Timo Milbich, Alexandra Carpen-Amarie, Stephan Tietz 외 arxiv

Pathology foundation models substantially advanced the possibilities in computational pathology -- yet tradeoffs in terms of performance, robustness, and computational requirements remained, which limited their clinical …

A Multimodal Knowledge-enhanced Whole-slide Pathology Foundation Model

2024-07-22 · Yingxue Xu, Yihui Wang, Fengtao Zhou, Jiabo Ma 외

Remarkable strides in computational pathology have been made in the task-agnostic foundation model that advances the performance of a wide array of downstream clinical tasks. Despite the promising performance, there are …

Diagnosticwhole slide images

Enabling clinical use of foundation models for computational pathology

2026-02-25 · Audun L Henriksen, Ole-Johan Skrede, Lisa van der Schee, Enric Domingo 외 arxiv

Foundation models for computational pathology are expected to facilitate the development of high-performing, generalisable deep learning systems. However, in addition to biologically relevant features, current foundation…