paper-with-me

홈 › Papers

Implicit Transformer Network for Screen Content Image Continuous Super-Resolution

2021-12-12 · NeurIPS 2021 12 · Jingyu Yang, Sheng Shen, Huanjing Yue, Kun Li

Nowadays, there is an explosive growth of screen contents due to the wide application of screen sharing, remote cooperation, and online education. To match the limited terminal bandwidth, high-resolution (HR) screen contents may be downsampled and compressed. At the receiver side, the super-resolution (SR) of low-resolution (LR) screen content images (SCIs) is highly demanded by the HR display or by the users to zoom in for detail observation. However, image SR methods mostly designed for natural images do not generalize well for SCIs due to the very different image characteristics as well as the requirement of SCI browsing at arbitrary scales. To this end, we propose a novel Implicit Transformer Super-Resolution Network (ITSRN) for SCISR. For high-quality continuous SR at arbitrary ratios, pixel values at query coordinates are inferred from image features at key coordinates by the proposed implicit transformer and an implicit position encoding scheme is proposed to aggregate similar neighboring pixel values to the query one. We construct benchmark SCI1K and SCI1K-compression datasets with LR and HR SCI pairs. Extensive experiments show that the proposed ITSRN significantly outperforms several competitive continuous and discrete SR methods for both compressed and uncompressed SCIs.

📄 PDF Abstract BibTeX arXiv:2112.06174

Code (1)

codyshen0000/itsrn 공식 구현 pytorch

Tasks

Super-Resolution

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

ITSRN++: Stronger and Better Implicit Transformer Network for Continuous Screen Content Image Super-Resolution

2022-10-17 · Sheng Shen, Huanjing Yue, Jingyu Yang, Kun Li

Nowadays, online screen sharing and remote cooperation are becoming ubiquitous. However, the screen content may be downsampled and compressed during transmission, while it may be displayed on large screens or the users w…

Image Super-ResolutionSuper-Resolution

B-Spline Texture Coefficients Estimator for Screen Content Image Super-Resolution

2023-01-01 · CVPR 2023 1 · Byeonghyun Pak, Jaewon Lee, Kyong Hwan Jin

Screen content images (SCIs) include many informative components, e.g., texts and graphics. Such content creates sharp edges or homogeneous areas, making a pixel distribution of SCI different from the natural image. …

Image Super-ResolutionScene Text RecognitionSuper-Resolution

Frequency Decoupled Framework for Screen Content Image Super-Resolution

2026-06-08 · Xufei Wang, Qicheng Zhang, Qi Wu, Ziyang Gu 외 arxiv

Methods based on implicit neural representations have demonstrated superior performance in Screen Content Image Super-Resolution (SCISR) . However, they overlooked the inherent frequency characteristics, leading to subop…

Image Super-Resolution

Enhanced Color Palette Modeling for Lossless Screen Content Compression

2023-12-22 · Hannah Och, Shabhrish Reddy Uddehal, Tilo Strutz, André Kaup

Soft context formation is a lossless image coding method for screen content. It encodes images pixel by pixel via arithmetic coding by collecting statistics for probability distribution estimation. Its main pipeline incl…

Unwarping Screen Content Images via Structure-texture Enhancement Network and Transformation Self-estimation

2025-04-21 · Zhenzhen Xiao, Heng Liu, Bingwen Hu

While existing implicit neural network-based image unwarping methods perform well on natural images, they struggle to handle screen content images (SCIs), which often contain large geometric distortions, text, symbols, a…