The Intelligent Medical Computing Laboratory (IMCL, also known as GEMLab) has highlighted MSQG-3DNet, a new CNN-Transformer hybrid framework for benign-versus-malignant classification of lesions in three-dimensional automated breast ultrasound (ABUS). The work has been selected for MICCAI 2026.
Medical image computing is moving beyond two-dimensional analysis toward more challenging three-dimensional interpretation. ABUS provides comprehensive volumetric information about breast tissue and offers an important data foundation for lesion screening, assessment, and computer-aided diagnosis. In real-world ABUS data, however, differences in voxel spacing, anisotropic artefacts, and weak or spatially dispersed malignant signs make reliable classification difficult.
A framework for local detail and global evidence
MSQG-3DNet stands for Multi-Scale Token Selection with Query-Decoder and Gated Fusion for 3D Breast Tumor Classification. The framework combines multi-scale three-dimensional feature extraction, informative token selection, query-guided global evidence aggregation, and adaptive feature fusion.
The design addresses a central challenge in 3D breast ultrasound classification: how to preserve fine-grained lesion morphology while efficiently integrating diagnostic evidence distributed across the full volume. A 3D convolutional network is effective at learning local texture and structure, but repeated downsampling can weaken subtle boundary and heterogeneity cues. A Transformer can model long-range relationships, yet processing a complete 3D volume directly creates many tokens and substantial computational cost.

From multi-scale features to task-relevant tokens
The model first uses an enhanced 3D residual encoder to extract lesion features at multiple levels and scales. Breast tumors are characterized not only by individual textures, but also by boundaries, internal echo heterogeneity, and structural changes across spatial scales. Multi-scale learning therefore helps the model retain local details while representing the broader lesion morphology needed for global analysis.
MSQG-3DNet then converts the multi-scale features into tokens and applies an informative token pruning module. Each token receives an importance score, allowing the model to reduce redundant background information before the Transformer stage. This makes global reasoning more efficient and helps focus computation on evidence that is more relevant to the classification task.
A query-decoder further extracts task-related information through cross-attention. Instead of treating every region equally or simply averaging all tokens, multiple learnable queries actively search the 3D features for evidence that supports a benign or malignant prediction. This is particularly useful when malignant signs are weak or distributed across different parts of an ABUS lesion.
Adaptive fusion of complementary evidence
Different feature types describe a lesion from different perspectives. The framework therefore combines four global descriptors: the global feature from the convolutional network, the Transformer class token, token-pooled features, and task-related features produced by the query-decoder.
For each case, the model dynamically predicts fusion weights for these complementary sources. This gated fusion strategy allows the final decision to draw on the most useful evidence in a given case, reducing the instability that can arise when classification depends on a single pathway.
Results on internal and external data
On the institutional ABUS dataset, the study used 8,627 cases for training and 859 cases for testing. The complete MSQG-3DNet achieved an AUC of 96.23%, an accuracy of 91.27%, and a specificity of 100.00% on the test set, outperforming the comparison methods under the same experimental setting.
The study also evaluated the model on the public TDSC-ABUS dataset. Under the domain shift caused by differences in acquisition and data distribution, MSQG-3DNet achieved an AUC of 71.55%, which was 7.24 and 7.76 percentage points higher than SAMASK-CLTR and 3DGAUnet, respectively. These results indicate stronger threshold-independent discrimination across datasets.
At the same time, sensitivity and specificity on external data remain dependent on the operating threshold. The study notes that clinical deployment will require calibration for different application settings. The external result should therefore be understood as evidence of cross-domain discrimination potential, rather than a claim that all cross-centre deployment challenges have been solved.
A practical role in computer-aided diagnosis
MSQG-3DNet addresses three challenges in 3D breast ultrasound classification: subtle local malignant signs, redundant volumetric background information, and spatially dispersed diagnostic evidence. It provides a complete pipeline from multi-scale feature learning and informative token selection to query-based global evidence aggregation and adaptive fusion.
In a clinical workflow, the method is positioned as an ROI-level benign-versus-malignant analysis module after lesion localization. The lesion region may be delineated by a physician or obtained from a preceding detection or segmentation system, after which MSQG-3DNet performs further characterization. This positioning enables the method to connect naturally with existing breast-ultrasound computer-aided diagnosis pipelines.
With broader validation across centres and devices, together with further calibration of clinical decision thresholds, approaches that combine local morphology modeling with global evidence reasoning may provide more stable and comprehensive support for intelligent breast-tumor assessment.
Paper: MSQG-3DNet: Multi-Scale Token Selection with Query-Decoder and Gated Fusion for 3D Breast Tumor Classification
Authors: Zefeng Liu, Yaofei Duan, Zhikai Yang, Xiaojing Xu, Jie Gao, Jiaju Huang, Yue Sun, Kaiwen Yang, Lingyun Bao, and Tao Tan.
