スタイル転送アルゴリズムは、ある画像のコンテンツを別の画像のスタイルを使用してレンダリングしようとします。新しい最適化ベースのスタイル転送アルゴリズムである、緩和された最適な転送と自己相似性(STROTSS)によるスタイル転送を提案します。メソッドを拡張して、スタイルイメージと出力の間の視覚的な類似性をユーザー指定のポイントツーポイントまたはリージョンツーリージョンで制御できるようにします。このようなガイダンスを使用して、特定の視覚効果を実現したり、制約のないスタイル転送によって発生したエラーを修正したりできます。この方法を以前の作業と定量的に比較するために、スタイル転送アルゴリズムの設定全体でスタイルとコンテンツのトレードオフを評価するために設計された大規模なユーザー調査を実施します。私たちの結果は、コンテンツ保存の任意のレベルで、私たちの方法が以前の作業よりも高品質のスタイルを提供することを示しています。コードはhttps://github.com/nkolkin13/STROTSSで入手できます
Style transfer algorithms strive to render the content of one image using the style of another. We propose Style Transfer by Relaxed Optimal Transport and Self-Similarity (STROTSS), a new optimization-based style transfer algorithm. We extend our method to allow user-specified point-to-point or region-to-region control over visual similarity between the style image and the output. Such guidance can be used to either achieve a particular visual effect or correct errors made by unconstrained style transfer. In order to quantitatively compare our method to prior work, we conduct a large-scale user study designed to assess the style-content tradeoff across settings in style transfer algorithms. Our results indicate that for any desired level of content preservation, our method provides higher quality stylization than prior work. Code is available at https://github.com/nkolkin13/STROTSS