RLMiniStyler: Light-weight RL Style Agent for Arbitrary Sequential Neural Style Generation
Jing Hu, Chengming Feng, Shu Hu, Ming-Ching Chang, Xin Li, Xi Wu, Xin Wang
TL;DR
RLMiniStyler addresses the cost and tuning bottlenecks of arbitrary style transfer by reframing stylization as sequential reinforcement learning with a unified encoder. It introduces an uncertainty-aware multi-task learning framework and a Hierarchical Style Representation Contrastive Loss to balance content preservation with rich style expression, enabling automatic control of stylization across sequences and resolutions. Across MS-COCO and WikiArt, it achieves competitive quality with lower computational cost and produces diverse stylized sequences from 256 to 4K, validated by qualitative comparisons and a user study. The approach offers a path toward efficient, flexible AST suitable for resource-constrained deployment and potential extension to video-style transfer.
Abstract
Arbitrary style transfer aims to apply the style of any given artistic image to another content image. Still, existing deep learning-based methods often require significant computational costs to generate diverse stylized results. Motivated by this, we propose a novel reinforcement learning-based framework for arbitrary style transfer RLMiniStyler. This framework leverages a unified reinforcement learning policy to iteratively guide the style transfer process by exploring and exploiting stylization feedback, generating smooth sequences of stylized results while achieving model lightweight. Furthermore, we introduce an uncertainty-aware multi-task learning strategy that automatically adjusts loss weights to adapt to the content and style balance requirements at different training stages, thereby accelerating model convergence. Through a series of experiments across image various resolutions, we have validated the advantages of RLMiniStyler over other state-of-the-art methods in generating high-quality, diverse artistic image sequences at a lower cost. Codes are available at https://github.com/fengxiaoming520/RLMiniStyler.
