🤖 AI Summary
This study addresses the challenges in automatic classification of breast ultrasound images—namely, speckle noise, acquisition variability, and ambiguous benign-malignant features—and investigates the underexplored role of image encoders in graph convolutional network (GCN)–based approaches. The authors systematically evaluate five CNN and Vision Transformer encoders, constructing cosine-similarity k-nearest neighbor graphs from their embeddings and employing a single-layer GCN for classification. They reveal, for the first time, a strong linear relationship between encoder capacity, graph homophily, and downstream performance, establishing encoder choice as a critical determinant of graph structure quality. Furthermore, they propose graph homophily as a key indicator linking representation quality to classification efficacy. Experiments demonstrate that high-capacity encoders substantially enhance graph homophily and consistently improve accuracy, AUC, sensitivity, specificity, and F1-score across three-fold patient-level cross-validation.
📝 Abstract
Breast ultrasound is widely used for screening, yet automated analysis remains challenging due to speckle noise, acquisition variability, and weak separation of benign and malignant cases in standard ultrasound imaging. Graph convolutional networks (GCNs) have recently emerged as a promising approach by leveraging relationships among similar patient samples. However, it remains unclear how the choice of image encoder influences graph construction and downstream classification performance. In this work, we systematically evaluate five image encoders spanning convolutional and transformer-based architectures for GCN-based breast ultrasound classification. Image embeddings are used to construct cosine similarity k-nearest-neighbor graphs, which are classified using a single-layer GCN with a linear classification head. Across three patientwise cross-validation folds, higher-capacity encoders consistently improve graph homophily and downstream classification performance, yielding gains in accuracy, AUC, sensitivity, specificity, and F1-score. Moreover, test-set graph homophily exhibits a strong linear correlation with classification accuracy, with higher-capacity encoders consistently occupying the high-homophily, high-accuracy region suggesting that encoder-driven improvements in graph structure are a key mechanism underlying the observed performance gains. These findings establish encoder selection as a critical factor in graph-based breast ultrasound classification and identify graph homophily as a key indicator linking representation quality to downstream classification performance.