paper-with-me

홈 › Papers

SAGE: Shape-Adapting Gated Experts for Adaptive Histopathology Image Segmentation

2025-11-23 · Gia Huy Thai, Hoang-Nguyen Vu, Anh-Minh Phan, Quang-Thinh Ly, Thi-Ngoc-Truc Nguyen, Nhat Ho arxiv

The significant variability in cell size and shape continues to pose a major obstacle in computer-assisted cancer detection on gigapixel Whole Slide Images (WSIs), due to cellular heterogeneity. Current CNN-Transformer hybrids use static computation graphs with fixed routing. This leads to extra computation and makes it harder to adapt to changes in input. We propose Shape-Adapting Gated Experts (SAGE), an input-adaptive framework that enables dynamic expert routing in heterogeneous visual networks. SAGE reconfigures static backbones into dynamically routed expert architectures via a dual-path design with hierarchical gating and a Shape-Adapting Hub (SA-Hub) that harmonizes feature representations across convolutional and transformer modules. Embodied as SAGE with ConvNeXt and Vision Transformer UNet (SAGE-ConvNeXt+ViT-UNet), our model achieves a Dice score of 95.23% on EBHI, DSC scores of 92.78% and 91.42% on GlaS Test A and Test B, respectively, and 91.26% DSC at the WSI level on DigestPath, while exhibiting robust generalization under distribution shifts by adaptively balancing local refinement and global context. SAGE establishes a scalable foundation for dynamic expert routing in visual networks, thereby facilitating flexible visual reasoning. Project page: https://oxyzgiahuy.github.io/sage/

📄 PDF Abstract BibTeX arXiv:2511.18493

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationVisual Reasoning

Similar Papers 제목 키워드 기반

Low-Rank Expert Merging for Multi-Source Domain Adaptation in Person Re-Identification

2025-08-09 · Taha Mustapha Nehdi, Nairouz Mrabah, Atif Belal, Marco Pedersoli 외 arxiv

Adapting person re-identification (reID) models to new target environments remains a challenging problem that is typically addressed using unsupervised domain adaptation (UDA) methods. Recent works show that when labeled…

Unsupervised Domain AdaptationPerson Re-Identification

ViSAGE @ NTIRE 2026 Challenge on Video Saliency Prediction

2026-04-09 · Kun Wang, Yupeng Hu, Zhiran Li, Hao Liu 외 arxiv

In this report, we present our champion solution for the NTIRE 2026 Challenge on Video Saliency Prediction held in conjunction with CVPR 2026. To exploit complementary inductive biases for video saliency, we propose Vide…

Saliency Prediction

Horseshoe Mixtures-of-Experts (HS-MoE)

2026-01-14 · Nick Polson, Vadim Sokolov arxiv

Horseshoe mixtures-of-experts (HS-MoE) models provide a Bayesian framework for sparse expert selection in mixture-of-experts architectures. We combine the horseshoe prior's adaptive global-local shrinkage with input-depe…

How Many Experts Are Enough? Towards Optimal Semantic Specialization for Mixture-of-Experts

2025-12-21 · Sumin Park, Noseong Park arxiv

Finding the optimal configuration of Sparse Mixture-ofExperts (SMoE) that maximizes semantic differentiation among experts is essential for exploiting the full potential of MoE architectures. However, existing SMoE frame…

Decomposing the Neurons: Activation Sparsity via Mixture of Experts for Continual Test Time Adaptation

2024-05-26 · Rongyu Zhang, Aosong Cheng, Yulin Luo, Gaole Dai 외

Continual Test-Time Adaptation (CTTA), which aims to adapt the pre-trained model to ever-evolving target domains, emerges as an important task for vision models. As current vision models appear to be heavily biased towar…

feature selectionMixture-of-ExpertsTest-time Adaptation