paper-with-me

홈 › Papers

Pixel Adapter: A Graph-Based Post-Processing Approach for Scene Text Image Super-Resolution

2023-09-16 · Wenyu Zhang, Xin Deng, Baojun Jia, Xingtong Yu, Yifan Chen, Jin Ma, Qing Ding, Xinming Zhang

Current Scene text image super-resolution approaches primarily focus on extracting robust features, acquiring text information, and complex training strategies to generate super-resolution images. However, the upsampling module, which is crucial in the process of converting low-resolution images to high-resolution ones, has received little attention in existing works. To address this issue, we propose the Pixel Adapter Module (PAM) based on graph attention to address pixel distortion caused by upsampling. The PAM effectively captures local structural information by allowing each pixel to interact with its neighbors and update features. Unlike previous graph attention mechanisms, our approach achieves 2-3 orders of magnitude improvement in efficiency and memory utilization by eliminating the dependency on sparse adjacency matrices and introducing a sliding window approach for efficient parallel computation. Additionally, we introduce the MLP-based Sequential Residual Block (MSRB) for robust feature extraction from text images, and a Local Contour Awareness loss ($\mathcal{L}_{lca}$) to enhance the model's perception of details. Comprehensive experiments on TextZoom demonstrate that our proposed method generates high-quality super-resolution images, surpassing existing methods in recognition accuracy. For single-stage and multi-stage strategies, we achieved improvements of 0.7\% and 2.6\%, respectively, increasing the performance from 52.6\% and 53.7\% to 53.3\% and 56.3\%. The code is available at https://github.com/wenyu1009/RTSRN.

📄 PDF Abstract BibTeX arXiv:2309.08919

Code (1)

wenyu1009/rtsrn 공식 구현 pytorch

Tasks

Graph AttentionImage Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Connection 설명 없음
Batch Normalization 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Focus 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Scene Labeling With LSTM Recurrent Neural Networks

2015-06-01 · CVPR 2015 6 · Wonmin Byeon, Thomas M. Breuel, Federico Raue, Marcus Liwicki

This paper addresses the problem of pixel-level segmentation and classification of scene images with an entirely learning-based approach using Long Short Term Memory (LSTM) recurrent neural networks, which are commonly u…

ClassificationCPUGeneral ClassificationGPU+4

Automatic Image De-fencing System

2016-10-21 · Krishna Kanth Nakka

Tourists and Wild-life photographers are often hindered in capturing their cherished images or videos by a fence that limits accessibility to the scene of interest. The situation has been exacerbated by growing concerns …

SG-Adapter: Enhancing Text-to-Image Generation with Scene Graph Guidance

2024-05-24 · Guibao Shen, Luozhou Wang, Jiantao Lin, Wenhang Ge 외

Recent advancements in text-to-image generation have been propelled by the development of diffusion models and multi-modality learning. However, since text is typically represented sequentially in these models, it often …

Image GenerationText to Image GenerationText-to-Image Generation

Deep Deconvolutional Networks for Scene Parsing

2014-11-15 · Rahul Mohan

Scene parsing is an important and challenging prob- lem in computer vision. It requires labeling each pixel in an image with the category it belongs to. Tradition- ally, it has been approached with hand-engineered featur…

Scene ParsingSuperpixels

Pixel-Anchor: A Fast Oriented Scene Text Detector with Combined Networks

2018-11-19 · Yuan Li, Yuanjie Yu, Zefeng Li, Yangkun Lin 외

Recently, semantic segmentation and general object detection frameworks have been widely adopted by scene text detecting tasks. However, both of them alone have obvious shortcomings in practice. In this paper, we propose…

Decoderobject-detectionObject DetectionSegmentation+1