paper-with-me

Papers

DocDeshadower: Frequency-Aware Transformer for Document Shadow Removal

2023-07-28 · Ziyang Zhou, Yingtie Lei, Xuhang Chen, Shenghong Luo, Wenjun Zhang, Chi-Man Pun, Zhen Wang

Shadows in scanned documents pose significant challenges for document analysis and recognition tasks due to their negative impact on visual quality and readability. Current shadow removal techniques, including traditional methods and deep learning approaches, face limitations in handling varying shadow intensities and preserving document details. To address these issues, we propose DocDeshadower, a novel multi-frequency Transformer-based model built upon the Laplacian Pyramid. By decomposing the shadow image into multiple frequency bands and employing two critical modules: the Attention-Aggregation Network for low-frequency shadow removal and the Gated Multi-scale Fusion Transformer for global refinement. DocDeshadower effectively removes shadows at different scales while preserving document content. Extensive experiments demonstrate DocDeshadower's superior performance compared to state-of-the-art methods, highlighting its potential to significantly improve document shadow removal techniques. The code is available at https://github.com/leiyingtie/DocDeshadower.

📄 PDF Abstract BibTeX arXiv:2307.15318

Code (0)

등록된 구현이 없습니다.

Tasks

Document Shadow RemovalShadow Removal

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

MatteViT: High-Frequency-Aware Document Shadow Removal with Shadow Matte Guidance

2025-12-09 · Chaewon Kim, Seoyeon Lee, Jonghyuk Park arxiv

Document shadow removal is essential for enhancing the clarity of digitized documents. Preserving high-frequency details (e.g., text edges and lines) is critical in this process because shadows often obscure or distort f…

Shadow Removal

High-Resolution Document Shadow Removal via A Large-Scale Real-World Dataset and A Frequency-Aware Shadow Erasing Net

2023-08-27 · ICCV 2023 1 · Zinuo Li, Xuhang Chen, Chi-Man Pun, Xiaodong Cun

Shadows often occur when we capture the documents with casual equipment, which influences the visual quality and readability of the digital copies. Different from the algorithms for natural shadow removal, the algorithms…

Document Shadow RemovalImage Shadow RemovalShadow Removal

ShaDocNet: Learning Spatial-Aware Tokens in Transformer for Document Shadow Removal

2022-11-30 · Xuhang Chen, Xiaodong Cun, Chi-Man Pun, Shuqiang Wang

Shadow removal improves the visual quality and legibility of digital copies of documents. However, document shadow removal remains an unresolved subject. Traditional techniques rely on heuristics that vary from situation…

Document Shadow RemovalImage Shadow RemovalShadow DetectionShadow Removal

DocShaDiffusion: Diffusion Model in Latent Space for Document Image Shadow Removal

2025-07-02 · Wenjie Liu, Bingshu Wang, Ze Wang, C. L. Philip Chen arxiv

Document shadow removal is a crucial task in the field of document image enhancement. However, existing methods tend to remove shadows with constant color background and ignore color shadows. In this paper, we first desi…

Image Shadow RemovalImage Enhancement

ShaDocFormer: A Shadow-Attentive Threshold Detector With Cascaded Fusion Refiner for Document Shadow Removal

2023-09-13 · Weiwen Chen, Yingtie Lei, Shenghong Luo, Ziyang Zhou 외

Document shadow is a common issue that arises when capturing documents using mobile devices, which significantly impacts readability. Current methods encounter various challenges, including inaccurate detection of shadow…

Document Shadow RemovalShadow Removal