Table of Contents
Fetching ...

TopoTxR: A topology-guided deep convolutional network for breast parenchyma learning on DCE-MRIs

Fan Wang, Zhilin Zou, Nicole Sakla, Luke Partyka, Nil Rawal, Gagandeep Singh, Wei Zhao, Haibin Ling, Chuan Huang, Prateek Prasanna, Chao Chen

TL;DR

This work proposes a novel topological approach that explicitly extracts multi-scale topological structures to better approximate breast parenchymal structures and incorporates these structures into a deep-learning-based prediction model via an attention mechanism, and demonstrates TopoTxR's efficacy in predicting response to neoadjuvant chemotherapy.

Abstract

Characterization of breast parenchyma in dynamic contrast-enhanced magnetic resonance imaging (DCE-MRI) is a challenging task owing to the complexity of underlying tissue structures. Existing quantitative approaches, like radiomics and deep learning models, lack explicit quantification of intricate and subtle parenchymal structures, including fibroglandular tissue. To address this, we propose a novel topological approach that explicitly extracts multi-scale topological structures to better approximate breast parenchymal structures, and then incorporates these structures into a deep-learning-based prediction model via an attention mechanism. Our topology-informed deep learning model, \emph{TopoTxR}, leverages topology to provide enhanced insights into tissues critical for disease pathophysiology and treatment response. We empirically validate \emph{TopoTxR} using the VICTRE phantom breast dataset, showing that the topological structures extracted by our model effectively approximate the breast parenchymal structures. We further demonstrate \emph{TopoTxR}'s efficacy in predicting response to neoadjuvant chemotherapy. Our qualitative and quantitative analyses suggest differential topological behavior of breast tissue in treatment-naïve imaging, in patients who respond favorably to therapy as achieving pathological complete response (pCR) versus those who do not. In a comparative analysis with several baselines on the publicly available I-SPY 1 dataset (N=161, including 47 patients with pCR and 114 without) and the Rutgers proprietary dataset (N=120, with 69 patients achieving pCR and 51 not), \emph{TopoTxR} demonstrates a notable improvement, achieving a 2.6\% increase in accuracy and a 4.6\% enhancement in AUC compared to the state-of-the-art method.

TopoTxR: A topology-guided deep convolutional network for breast parenchyma learning on DCE-MRIs

TL;DR

This work proposes a novel topological approach that explicitly extracts multi-scale topological structures to better approximate breast parenchymal structures and incorporates these structures into a deep-learning-based prediction model via an attention mechanism, and demonstrates TopoTxR's efficacy in predicting response to neoadjuvant chemotherapy.

Abstract

Characterization of breast parenchyma in dynamic contrast-enhanced magnetic resonance imaging (DCE-MRI) is a challenging task owing to the complexity of underlying tissue structures. Existing quantitative approaches, like radiomics and deep learning models, lack explicit quantification of intricate and subtle parenchymal structures, including fibroglandular tissue. To address this, we propose a novel topological approach that explicitly extracts multi-scale topological structures to better approximate breast parenchymal structures, and then incorporates these structures into a deep-learning-based prediction model via an attention mechanism. Our topology-informed deep learning model, \emph{TopoTxR}, leverages topology to provide enhanced insights into tissues critical for disease pathophysiology and treatment response. We empirically validate \emph{TopoTxR} using the VICTRE phantom breast dataset, showing that the topological structures extracted by our model effectively approximate the breast parenchymal structures. We further demonstrate \emph{TopoTxR}'s efficacy in predicting response to neoadjuvant chemotherapy. Our qualitative and quantitative analyses suggest differential topological behavior of breast tissue in treatment-naïve imaging, in patients who respond favorably to therapy as achieving pathological complete response (pCR) versus those who do not. In a comparative analysis with several baselines on the publicly available I-SPY 1 dataset (N=161, including 47 patients with pCR and 114 without) and the Rutgers proprietary dataset (N=120, with 69 patients achieving pCR and 51 not), \emph{TopoTxR} demonstrates a notable improvement, achieving a 2.6\% increase in accuracy and a 4.6\% enhancement in AUC compared to the state-of-the-art method.

Paper Structure

This paper contains 20 sections, 4 equations, 8 figures, 8 tables.

Figures (8)

  • Figure 1: (a): 3D rendering of a phantom breast with highlighted glandular tissues (white) and topological structures (blue); (b): glandular tissues; (c): topological structures.
  • Figure 2: (a) A example MRI image, and different radiomics features such as (b) 3D shape of a tumor, (c) intratumoral texture (Haralick entropy), and (d) whole breast texture (Haralick energy). In (e), we show topological structures from TopoTxR, capturing the geometry of fibroglandular tissues.
  • Figure 3: Our proposed TopoTxR pipeline. We extract 1D and 2D topological structures from breast MRI based on persistent homology. Rather than using binary masks, we extract topological structures with intensity values from raw MRIs ("soft" topological masks) for mask loss $\mathcal{L}_{mask}$ supervision. Each 3D CNN branch includes five 3D CNN blocks and a topology-guided spatial attention module (TGSA). The input to TGSA is the feature map from the third convolution layer, $F_i$, while its output to the fourth convolution layer is the generated attention map multiplied by $F_i$. The model features two distinct 3D CNN branches with a fully connected network for pCR prediction.
  • Figure 4: From left to right: a synthetic image $f$, sublevel sets at thresholds $b_{1} < b_{2} < d_{2} < d_{1}$, and the 1D persistence diagram. The red loop represents a 1D structure born at $b_1$ and killed at $d_1$. The green loop represents a 1D structure born at $b_{2}$ and killed at $d_2$. They correspond to the red and green dots respectively in the diagram.
  • Figure 5: (a) Example of a cubical complex whose cells are sorted monotonically non-decreasing according to the function values. (b) 2D boundary matrix $\partial$. (c) Reduced boundary matrix. (d) Persistence diagram and resulting topological cycles of $\partial$. (e) 1D boundary matrix.
  • ...and 3 more figures