paper-with-me

Papers

PSSTRNet: Progressive Segmentation-guided Scene Text Removal Network

2023-06-13 · Guangtao Lyu, Anna Zhu

Scene text removal (STR) is a challenging task due to the complex text fonts, colors, sizes, and background textures in scene images. However, most previous methods learn both text location and background inpainting implicitly within a single network, which weakens the text localization mechanism and makes a lossy background. To tackle these problems, we propose a simple Progressive Segmentation-guided Scene Text Removal Network(PSSTRNet) to remove the text in the image iteratively. It contains two decoder branches, a text segmentation branch, and a text removal branch, with a shared encoder. The text segmentation branch generates text mask maps as the guidance for the regional removal branch. In each iteration, the original image, previous text removal result, and text mask are input to the network to extract the rest part of the text segments and cleaner text removal result. To get a more accurate text mask map, an update module is developed to merge the mask map in the current and previous stages. The final text removal result is obtained by adaptive fusion of results from all previous stages. A sufficient number of experiments and ablation studies conducted on the real and synthetic public datasets demonstrate our proposed method achieves state-of-the-art performance. The source code of our work is available at: \href{https://github.com/GuangtaoLyu/PSSTRNet}{https://github.com/GuangtaoLyu/PSSTRNet.}

📄 PDF Abstract BibTeX arXiv:2306.07842

Code (1)

guangtaolyu/psstrnet 공식 구현 pytorch

Tasks

DecoderSegmentationText Segmentation

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

CR-Seg: Attention-Guided and CoT-Enhanced Coarse-to-Refined Reasoning Segmentation

2026-06-02 · Yifan Cao, Xiaocui Yang, Faxian Wan, Shi Feng 외 arxiv

Reasoning segmentation aims to segment target objects described by complex language through joint visual-textual reasoning. Existing methods typically rely on either learned semantic tokens to bridge Multimodal Large Lan…

AURASeg: Attention-Guided Upsampling with Residual-Assisted Boundary Refinement for Drivable-Area Segmentation

2025-10-24 · Narendhiran Vijayakumar, Sridevi. M arxiv

Free-space segmentation is essential for autonomous robots to identify drivable regions and navigate safely across indoor, outdoor, and road-scene environments. However, conventional encoder-decoder models often recover …

EarthVL: A Progressive Earth Vision-Language Understanding and Generation Framework

2026-01-06 · Junjue Wang, Yanfei Zhong, Zihang Chen, Zhuo Zheng 외 arxiv

Earth vision has achieved milestones in geospatial object recognition but lacks exploration in object-relational reasoning, limiting comprehensive scene understanding. To address this, a progressive Earth vision-language…

Visual Question AnsweringSemantic SegmentationRelational ReasoningScene Understanding

Progressively Dual Prior Guided Few-shot Semantic Segmentation

2022-11-20 · Qinglong Cao, Yuntian Chen, Xiwen Yao, Junwei Han

Few-shot semantic segmentation task aims at performing segmentation in query images with a few annotated support samples. Currently, few-shot segmentation methods mainly focus on leveraging foreground information without…

Few-Shot Semantic SegmentationSegmentationSemantic Segmentation

Controllable and Progressive Image Extrapolation

2019-12-25 · Yijun Li, Lu Jiang, Ming-Hsuan Yang

Image extrapolation aims at expanding the narrow field of view of a given image patch. Existing models mainly deal with natural scene images of homogeneous regions and have no control of the content generation process. I…