paper-with-me

Papers

HyperPath: Knowledge-Guided Hyperbolic Semantic Hierarchy Modeling for WSI Analysis

2025-06-19 · Peixiang Huang, Yanyan Huang, Weiqin Zhao, Junjun He, Lequan Yu

Pathology is essential for cancer diagnosis, with multiple instance learning (MIL) widely used for whole slide image (WSI) analysis. WSIs exhibit a natural hierarchy -- patches, regions, and slides -- with distinct semantic associations. While some methods attempt to leverage this hierarchy for improved representation, they predominantly rely on Euclidean embeddings, which struggle to fully capture semantic hierarchies. To address this limitation, we propose HyperPath, a novel method that integrates knowledge from textual descriptions to guide the modeling of semantic hierarchies of WSIs in hyperbolic space, thereby enhancing WSI classification. Our approach adapts both visual and textual features extracted by pathology vision-language foundation models to the hyperbolic space. We design an Angular Modality Alignment Loss to ensure robust cross-modal alignment, while a Semantic Hierarchy Consistency Loss further refines feature hierarchies through entailment and contradiction relationships and thus enhance semantic coherence. The classification is performed with geodesic distance, which measures the similarity between entities in the hyperbolic semantic hierarchy. This eliminates the need for linear classifiers and enables a geometry-aware approach to WSI analysis. Extensive experiments show that our method achieves superior performance across tasks compared to existing methods, highlighting the potential of hyperbolic embeddings for WSI analysis.

📄 PDF Abstract BibTeX arXiv:2506.16398

Code (1)

hku-medai/hyperpath 공식 구현 pytorch

Tasks

cross-modal alignmentMultiple Instance Learning

Similar Papers 제목 키워드 기반

Minimizing Hyperbolic Embedding Distortion with LLM-Guided Hierarchy Restructuring

2025-11-16 · Melika Ayoughi, Pascal Mettes, Paul Groth arxiv

Hyperbolic geometry is an effective geometry for embedding hierarchical data structures. Hyperbolic learning has therefore become increasingly prominent in machine learning applications where data is hierarchically organ…

Recommendation SystemsKnowledge Graphs

HMID-Net: An Exploration of Masked Image Modeling and Knowledge Distillation in Hyperbolic Space

2025-07-13 · Changli Wang, Fang Yin, Jiafeng Liu, Rui Wu arxiv

Visual and semantic concepts are often structured in a hierarchical manner. For instance, textual concept `cat' entails all images of cats. A recent study, MERU, successfully adapts multimodal learning techniques from Eu…

Knowledge DistillationImage Classification

H2G: Hierarchy-Aware Hyperbolic Grouping for 3D Scenes

2026-05-12 · ByungHa Ko, Youngmin Lee, Dong Hwan Kim arxiv

Hierarchical 3D grouping aims to recover scene groups across multiple granularities, from fine object parts to complete objects, without relying on semantic labels or a fixed vocabulary. The main challenge is to transfor…

HyperMiner: Topic Taxonomy Mining with Hyperbolic Embedding

2022-10-16 · Yishi Xu, Dongsheng Wang, Bo Chen, Ruiying Lu 외

Embedded topic models are able to learn interpretable topics even with large and heavy-tailed vocabularies. However, they generally hold the Euclidean embedding space assumption, leading to a basic limitation in capturin…

Graph structure learningTopic Models

HyperbolicRAG: Enhancing Retrieval-Augmented Generation with Hyperbolic Representations

2025-11-24 · Linxiao Cao, Ruitao Wang, Jindong Li, Zhipeng Zhou 외 arxiv

Retrieval-augmented generation (RAG) enables large language models (LLMs) to access external knowledge, helping mitigate hallucinations and enhance domain-specific expertise. Graph-based RAG enhances structural reasoning…

Semantic SimilarityKnowledge Graphs