arXiv Computer Vision By Dou Hoon Kwark, Kianoush Falahkheirkhah, Ji-hun Oh, Shirui Luo, Volodymyr Kindratenko, Rohit Bhargava

Seamless Whole Slide Label-Free Virtual Staining

Read the original on arXiv Computer Vision →

The paper introduces the Consistency Memory Bank (COMB), a label‑free virtual staining framework designed to process gigapixel Whole Slide Images without the memory bottlenecks of patch‑based deep learning. COMB decouples context storage from computation, using a dynamic retrieval mechanism to fetch feature representations from adjacent tiles, local padding to resolve spatial discontinuities, and neighbor‑aware channel attention to stabilize statistical drift. The method achieves superior perceptual fidelity and tiling consistency compared to state‑of‑the‑art baselines, and its improved continuity suggests downstream benefits for tumor segmentation.

Machine-generated by The Flow from the publisher's headline and feed description — not written or checked by a human. The full article lives at arXiv Computer Vision.

arXiv Computer Vision
1d ago

MoSSGate: Memory-Modulated State-Space Gating for Skin Lesion Segmentation

MoSSGate is a plug‑and‑play module for U‑Net that improves skin lesion segmentation by combining boundary‑aware spatial gating, an external memory modulator, and parallel 2D state‑space modeling for efficient global context aggregation. The design limits long‑range propagation to informative regions, adapts dynamically to each sample, and preserves sharp lesion boundaries while keeping computational cost low. Experiments on ISIC 2017 and 2018 show state‑of‑the‑art accuracy (86.3%/85.9% mIoU, 92.6%/90.6% Dice) with fewer FLOPs than most CNN baselines.

By Anum Awan, Mahnoor Buriro, Muhammad Younas Khan, Md Imam Ahasan
Hugging Face Trending Papers
Jul 21

SWITi: Quantifying and Reducing Tiling Artifacts with Sliding Window Inner Tiling

SWITi is a test-time method for reducing artifacts in tiled predictions, particularly for neural networks that learn posterior distributions from which solutions are sampled at inference time. Tiled predictions are unavoidable for large image data, and artifacts arise whenever tiles are smaller than a network's receptive field and when tiles are independent posterior samples.