paper-with-me

Papers

ShadowMamba: State-Space Model with Boundary-Region Selective Scan for Shadow Removal

2024-11-05 · Xiujin Zhu, Chee-Onn Chow, Joon Huang Chuah

Image shadow removal is a typical low-level vision problem, where the presence of shadows leads to abrupt changes in brightness in certain regions, affecting the accuracy of upstream tasks. Current shadow removal methods still face challenges such as residual boundary artifacts, and capturing feature information at shadow boundaries is crucial for removing shadows and eliminating residual boundary artifacts. Recently, Mamba has achieved remarkable success in computer vision by globally modeling long-sequence information with linear complexity. However, when applied to image shadow removal, the original Mamba scanning method overlooks the semantic continuity of shadow boundaries as well as the continuity of semantics within the same region. Based on the unique characteristics of shadow images, this paper proposes a novel selective scanning method called boundary-region selective scanning. This method scans boundary regions, shadow regions, and non-shadow regions independently, bringing pixels of the same region type closer together in the long sequence, especially focusing on the local information at the boundaries, which is crucial for shadow removal. This method combines with global scanning and channel scanning to jointly accomplish the shadow removal. We name our model ShadowMamba, the first Mamba-based model for shadow removal. Extensive experimental results show that our method outperforms current state-of-the-art models across most metrics on multiple datasets. The code for ShadowMamba is available at (Code will be released upon acceptance).

📄 PDF Abstract BibTeX arXiv:2411.03260

Code (0)

등록된 구현이 없습니다.

Tasks

Image Shadow RemovalMambaShadow Removal

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

DeshadowMamba: Deshadowing as 1D Sequential Similarity

2025-10-28 · Zhaotong Yang, Yi Chen, Yanying Li, Shengfeng He 외 arxiv

Recent deep models for image shadow removal often rely on attention-based architectures to capture long-range dependencies. However, their fixed attention patterns tend to mix illumination cues from irrelevant regions, l…

Contrastive LearningImage Shadow Removal

Internal-External Boundary Attention Fusion for Glass Surface Segmentation

2023-07-01 · Dongshen Han, Seungkyu Lee, Chaoning Zhang, Heechan Yoon 외

Glass surfaces of transparent objects and mirrors are not able to be uniquely and explicitly characterized by their visual appearances because they contain the visual appearance of other reflected or transmitted surfaces…

Semantic SegmentationTransparent objects

Boundary Embedding Shaping with Adaptive Contrastive Learning for Graph Structural Disentanglement

2026-06-18 · Jiaqing Chen, Zidu Yin, Yichao Cai, Yuhang Liu 외 arxiv

Graph neural networks (GNNs) excel at aggregating neighbor information for classification, yet their performance is hindered by graph structural entanglement, where spurious correlations from semantically irrelevant neig…

Contrastive LearningNode ClassificationLink Prediction

Selectivity or Invariance: Boundary-aware Salient Object Detection

2018-12-25 · ICCV 2019 10 · Jinming Su, Jia Li, Yu Zhang, Changqun Xia 외

Typically, a salient object detection (SOD) model faces opposite requirements in processing object interiors and boundaries. The features of interiors should be invariant to strong appearance change so as to pop-out the …

Objectobject-detectionObject DetectionRGB Salient Object Detection+1

BPKD: Boundary Privileged Knowledge Distillation For Semantic Segmentation

2023-06-13 · Liyang Liu, Zihan Wang, Minh Hieu Phan, BoWen Zhang 외

Current knowledge distillation approaches in semantic segmentation tend to adopt a holistic approach that treats all spatial locations equally. However, for dense prediction, students' predictions on edge regions are hig…

Knowledge DistillationSegmentationSemantic Segmentation