Core Concepts
A novel single deep convolutional neural network model that performs accurate object segmentation and seamlessly applies artistic styles to specific objects while preserving their original characteristics.
Abstract
This research paper proposes a novel methodology for image-to-image style transfer that focuses on applying artistic styles to segmented objects within an image. The approach leverages the YOLOv8 segmentation model and the backbone neural network of YOLOv8 to achieve this in a single deep network.
The key highlights of the proposed approach are:
Combines object segmentation and style transfer in a single deep convolutional neural network, eliminating the need for multiple stages or models.
Utilizes the powerful YOLOv8x segmentation model for accurate and efficient object detection, and the backbone network of YOLOv8 for style transfer.
Demonstrates the ability to apply different artistic styles to multiple objects within the same image, while preserving the original object characteristics.
The results showcase visually compelling images where the content of the objects is seamlessly blended with the style features of iconic paintings like "The Starry Night", "La Muse", and "The Great Wave off Kanagawa".
The authors highlight that this integrated approach advances the state-of-the-art in object-based style transfer by leveraging the latest advancements in segmentation models and style transfer techniques within a single deep network framework.