paper-with-me

Papers

Dual-attention ResNet outperforms transformers in HER2 prediction on DCE-MRI

2025-10-14 · Naomi Fridman, Anat Goldstein arxiv

Breast cancer is the most diagnosed cancer in women, with HER2 status critically guiding treatment decisions. Noninvasive prediction of HER2 status from dynamic contrast-enhanced MRI (DCE-MRI) could streamline diagnostics and reduce reliance on biopsy. However, preprocessing high-dynamic-range DCE-MRI into standardized 8-bit RGB format for pretrained neural networks is nontrivial, and normalization strategy significantly affects model performance. We benchmarked intensity normalization strategies using a Triple-Head Dual-Attention ResNet that processes RGB-fused temporal sequences from three DCE phases. Trained on a multicenter cohort (n=1,149) from the I-SPY trials and externally validated on BreastDCEDL_AMBL (n=43 lesions), our model outperformed transformer-based architectures, achieving 0.75 accuracy and 0.74 AUC on I-SPY test data. N4 bias field correction slightly degraded performance. Without fine-tuning, external validation yielded 0.66 AUC, demonstrating cross-institutional generalizability. These findings highlight the effectiveness of dual-attention mechanisms in capturing transferable spatiotemporal features for HER2 stratification, advancing reproducible deep learning biomarkers in breast cancer imaging.

📄 PDF Abstract BibTeX arXiv:2510.13897

Code (0)

등록된 구현이 없습니다.

Tasks

Temporal Sequences

Similar Papers 제목 키워드 기반

Dual-stream Network for Visual Recognition

2021-05-31 · NeurIPS 2021 12 · Mingyuan Mao, Renrui Zhang, Honghui Zheng, Peng Gao 외

Transformers with remarkable global representation capacities achieve competitive results for visual tasks, but fail to consider high-level local pattern information in input images. In this paper, we present a generic D…

image-classificationImage ClassificationInstance Segmentationobject-detection+2

BA-Net: Bridge Attention in Deep Neural Networks

2024-10-10 · Ronghui Zhang, Runzong Zou, Yue Zhao, Zirui Zhang 외

Attention mechanisms, particularly channel attention, have become highly influential in numerous computer vision tasks. Despite their effectiveness, many existing methods primarily focus on optimizing performance through…

Learning to (Learn at Test Time)

2023-10-20 · Yu Sun, Xinhao Li, Karan Dalal, Chloe Hsu 외

We reformulate the problem of supervised learning as learning to learn with two nested loops (i.e. learning problems). The inner loop learns on each individual instance with self-supervision before final prediction. The …

Dual-R-DETR: Resolving Query Competition with Pairwise Routing in Transformer Decoders

2025-12-15 · Ye Zhang, Qi Chen, Wenyou Huang, Rui Liu 외 arxiv

Detection Transformers (DETR) formulate object detection as a set prediction problem and enable end-to-end training without post-processing. However, object queries in DETR interact through symmetric self-attention, whic…

Object Detection

Dual-Stream Attention Transformers for Sewer Defect Classification

2023-11-07 · Abdullah Al Redwan Newaz, Mahdi Abdeldguerfi, Kendall N. Niles, Joe Tom

We propose a dual-stream multi-scale vision transformer (DS-MSHViT) architecture that processes RGB and optical flow inputs for efficient sewer defect classification. Unlike existing methods that combine the predictions …

ClassificationOptical Flow Estimation