paper-with-me

홈 › Papers

Block Shuffle: A Method for High-resolution Fast Style Transfer with Limited Memory

2020-08-09 · Weifeng Ma, Zhe Chen, Caoting Ji

Fast Style Transfer is a series of Neural Style Transfer algorithms that use feed-forward neural networks to render input images. Because of the high dimension of the output layer, these networks require much memory for computation. Therefore, for high-resolution images, most mobile devices and personal computers cannot stylize them, which greatly limits the application scenarios of Fast Style Transfer. At present, the two existing solutions are purchasing more memory and using the feathering-based method, but the former requires additional cost, and the latter has poor image quality. To solve this problem, we propose a novel image synthesis method named \emph{block shuffle}, which converts a single task with high memory consumption to multiple subtasks with low memory consumption. This method can act as a plug-in for Fast Style Transfer without any modification to the network architecture. We use the most popular Fast Style Transfer repository on GitHub as the baseline. Experiments show that the quality of high-resolution images generated by our method is better than that of the feathering-based method. Although our method is an order of magnitude slower than the baseline, it can stylize high-resolution images with limited memory, which is impossible with the baseline. The code and models will be made available on \url{https://github.com/czczup/block-shuffle}.

📄 PDF Abstract BibTeX arXiv:2008.03706

Code (1)

czczup/block-shuffle 공식 구현 tf

Tasks

Image GenerationStyle Transfer

Similar Papers 제목 키워드 기반

Lite-HRNet: A Lightweight High-Resolution Network

2021-04-13 · CVPR 2021 1 · Changqian Yu, Bin Xiao, Changxin Gao, Lu Yuan 외

We present an efficient high-resolution network, Lite-HRNet, for human pose estimation. We start by simply applying the efficient shuffle block in ShuffleNet to HRNet (high-resolution network), yielding stronger performa…

Pose EstimationReal-Time Semantic SegmentationSemantic SegmentationVocal Bursts Intensity Prediction

MixNet: Toward Accurate Detection of Challenging Scene Text in the Wild

2023-08-23 · Yu-Xiang Zeng, Jun-Wei Hsieh, Xin Li, Ming-Ching Chang

Detecting small scene text instances in the wild is particularly challenging, where the influence of irregular positions and nonideal lighting often leads to detection errors. We present MixNet, a hybrid architecture tha…

Scene Text DetectionText Detection

V-Shuffle: Zero-Shot Style Transfer via Value Shuffle

2025-11-09 · Haojun Tang, Qiwei Lin, Tongda Xu, Lida Huang 외 arxiv

Attention injection-based style transfer has achieved remarkable progress in recent years. However, existing methods often suffer from content leakage, where the undesired semantic content of the style image mistakenly a…

Style Transfer

PixelShuffler: A Simple Image Translation Through Pixel Rearrangement

2024-10-03 · Omar Zamzam

Image-to-image translation is a topic in computer vision that has a vast range of use cases ranging from medical image translation, such as converting MRI scans to CT scans or to other MRI contrasts, to image colorizatio…

ColorizationDomain AdaptationImage ColorizationImage-to-Image Translation+3

Token-Shuffle: Towards High-Resolution Image Generation with Autoregressive Models

2025-04-24 · Xu Ma, Peize Sun, Haoyu Ma, Hao Tang 외

Autoregressive (AR) models, long dominant in language generation, are increasingly applied to image synthesis but are often considered less competitive than Diffusion-based models. A primary limitation is the substantial…

Image GenerationText GenerationText to Image GenerationText-to-Image Generation