paper-with-me

홈 › Papers

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 colorization, super-resolution, domain adaptation, and generating photorealistic images from sketches or semantic maps. Image style transfer is also a widely researched application of image-to-image translation, where the goal is to synthesize an image that combines the content of one image with the style of another. Existing state-of-the-art methods often rely on complex neural networks, including diffusion models and language models, to achieve high-quality style transfer, but these methods can be computationally expensive and intricate to implement. In this paper, we propose a novel pixel shuffle method that addresses the image-to-image translation problem generally with a specific demonstrative application in style transfer. The proposed method approaches style transfer by shuffling the pixels of the style image such that the mutual information between the shuffled image and the content image is maximized. This approach inherently preserves the colors of the style image while ensuring that the structural details of the content image are retained in the stylized output. We demonstrate that this simple and straightforward method produces results that are comparable to state-of-the-art techniques, as measured by the Learned Perceptual Image Patch Similarity (LPIPS) loss for content preservation and the Fr\'echet Inception Distance (FID) score for style similarity. Our experiments validate that the proposed pixel shuffle method achieves competitive performance with significantly reduced complexity, offering a promising alternative for efficient image style transfer, as well as a promise in usability of the method in general image-to-image translation tasks.

📄 PDF Abstract BibTeX arXiv:2410.03021

Code (4)

OmarSZamzam/PixelShuffler 공식 구현 pytorch
MindSpore-scientific-2/code-11/tree/main/pixelshuffle1d mindspore
MindSpore-scientific-2/code-4/tree/main/pixelshuffle1d mindspore
MindSpore-scientific/code-13/tree/main/pixelshuffle1d mindspore

Tasks

ColorizationDomain AdaptationImage ColorizationImage-to-Image TranslationStyle TransferSuper-ResolutionTranslation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Spatially-Adaptive Pixelwise Networks for Fast Image Translation

2020-12-05 · CVPR 2021 1 · Tamar Rott Shaham, Michael Gharbi, Richard Zhang, Eli Shechtman 외

We introduce a new generator architecture, aimed at fast and efficient high-resolution image-to-image translation. We design the generator to be an extremely lightweight function of the full-resolution image. In fact, we…

Image-to-Image TranslationInductive BiasTranslation

Image Translation with Kernel Prediction Networks for Semantic Segmentation

2025-07-11 · Cristina Mata, Michael S. Ryoo, Henrik Turbell arxiv

Semantic segmentation relies on many dense pixel-wise annotations to achieve the best performance, but owing to the difficulty of obtaining accurate annotations for real world data, practitioners train on large-scale syn…

Semantic SegmentationFace Parsing

Lost in Translation: Modern Neural Networks Still Struggle With Small Realistic Image Transformations

2024-04-10 · Ofir Shifman, Yair Weiss

Deep neural networks that achieve remarkable performance in image classification have previously been shown to be easily fooled by tiny transformations such as a one pixel translation of the input image. In order to addr…

Data Augmentationimage-classificationImage ClassificationTranslation

MixerGAN: An MLP-Based Architecture for Unpaired Image-to-Image Translation

2021-05-28 · George Cazenavette, Manuel Ladron De Guevara

While attention-based transformer networks achieve unparalleled success in nearly all language tasks, the large number of tokens (pixels) found in images coupled with the quadratic activation memory usage makes them proh…

Image-to-Image TranslationTranslation

SHUNIT: Style Harmonization for Unpaired Image-to-Image Translation

2023-01-11 · Seokbeom Song, Suhyeon Lee, Hongje Seong, Kyoungwon Min 외

We propose a novel solution for unpaired image-to-image (I2I) translation. To translate complex images with a wide range of objects to a different domain, recent approaches often use the object annotations to perform per…

Image-to-Image TranslationObjectTranslation