AdaCM: Adaptive ColorMLP for Real-Time Universal Photo-Realistic Style Transfer

Abstract

Photo-realistic style transfer aims at migrating the artistic style from an exemplar style image to a content image, producing a result image without spatial distortions or unrealistic artifacts. Impressive results have been achieved by recent deep models. However, deep neural network based methods are too expensive to run in real-time. Meanwhile, bilateral grid based methods are much faster but still contain artifacts like overexposure. In this work, we propose the Adaptive ColorMLP (AdaCM), an effective and efficient framework for universal photo-realistic style transfer. First, we find the complex non-linear color mapping between input and target domain can be efficiently modeled by a small multi-layer perceptron (ColorMLP) model. Then, in AdaCM, we adopt a CNN encoder to adaptively predict all parameters for the ColorMLP conditioned on each input content and style image pair. Experimental results demonstrate that AdaCM can generate vivid and high-quality stylization results. Meanwhile, our AdaCM is ultrafast and can process a 4K resolution image in 6ms on one V100 GPU.

Cite

Text

Lin et al. "AdaCM: Adaptive ColorMLP for Real-Time Universal Photo-Realistic Style Transfer." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I2.25248

Markdown

[Lin et al. "AdaCM: Adaptive ColorMLP for Real-Time Universal Photo-Realistic Style Transfer." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/lin2023aaai-adacm/) doi:10.1609/AAAI.V37I2.25248

BibTeX

@inproceedings{lin2023aaai-adacm,
  title     = {{AdaCM: Adaptive ColorMLP for Real-Time Universal Photo-Realistic Style Transfer}},
  author    = {Lin, Tianwei and Lin, Honglin and Li, Fu and He, Dongliang and Wu, Wenhao and Wang, Meiling and Li, Xin and Liu, Yong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {1613-1621},
  doi       = {10.1609/AAAI.V37I2.25248},
  url       = {https://mlanthology.org/aaai/2023/lin2023aaai-adacm/}
}