草图合成 (Sketch-Synthesis) 论文、代码大汇总

草图合成的论文、代码、demo的大汇总。主要关注矢量草图的合成。

Github上持续更新:https://github.com/MarkMoHR/Awesome-Sketch-Synthesis

草图合成 (Sketch-Synthesis) 论文、代码大汇总_第1张图片

目录

  • 1. 数据集
  • 2. 草图合成方法
    • 1) 类别-to-草图
    • 2) 照片-to-草图
    • 3) 文本-to-草图
    • 4) 草图(像素图)-to-草图(矢量)
    • 5) 艺术画作-to-草图

1. 数据集

这里 带矢量笔划数据 说明数据集有 svg 数据。带照片 指有【照片-草图】数据对。

级别 数据集 发表处 带矢量笔划数据 带照片
实例级别 KanjiVG x
TU-Berlin SIGGRAPH 2012 x
Sketchy SIGGRAPH 2016
QuickDraw x
QMUL-Shoe-Chair-V2
FaceX AAAI 2019 x
场景级别 Photo-Sketching WACV 2019
SketchyScene ECCV 2018 x
Context-Skecth Expressive 2018 x

2. 草图合成方法

1) 类别-to-草图

级别 论文 发表处 代码 / 项目链接
实例级别 A Neural Representation of Sketch Drawings (sketch-rnn) ICLR 2018 [Code] [Project] [Demo]
Sketch-pix2seq: a Model to Generate Sketches of Multiple Categories [Code]
AI-Sketcher : A Deep Generative Model for Producing High-Quality Sketches AAAI 2019 [Project]
Stroke-based sketched symbol reconstruction and segmentation (stroke-rnn)

2) 照片-to-草图

  • 矢量图像合成
级别 论文 发表处 代码 / 项目链接
实例级别 Learning to Sketch with Shortcut Cycle Consistency CVPR 2018 [Code]
Learning Deep Sketch Abstraction CVPR 2018
  • 像素图合成
级别 论文 发表处 代码 / 项目链接
实例级别 Free-Hand Sketch Synthesis with Deformable Stroke Models IJCV 2017 [Project] [code]
Deep Factorised Inverse-Sketching ECCV 2018
Making better use of edges for sketch generation JEI 2018
场景级别 Photo-Sketching: Inferring Contour Drawings from Images WACV 2019 [Code] [Project]

3) 文本-to-草图

级别 论文 发表处 代码 / 项目链接
场景级别 Sketchforme: Composing Sketched Scenes from Text Descriptions for Interactive Applications 1904.04399

4) 草图(像素图)-to-草图(矢量)

论文 发表处 代码 / 项目链接
Animated Construction of Line Drawings SIGGRAPH ASIA 2011 [Project] [code] [Demo]

5) 艺术画作-to-草图

  • 手绘线稿
论文 发表处 代码 / 项目链接
Closure-aware Sketch Simplification SIGGRAPH ASIA 2015 [Project]
Learning to Simplify: Fully Convolutional Networks for Rough Sketch Cleanup SIGGRAPH 2016 [Code] [Project]
Mastering Sketching: Adversarial Augmentation for Structured Prediction SIGGRAPH 2018 [Code] [Project]
Real-Time Data-Driven Interactive Rough Sketch Inking SIGGRAPH 2018 [Project]
StrokeAggregator: Consolidating Raw Sketches into Artist-Intended Curve Drawings SIGGRAPH 2018 [Project]
  • 漫画
论文 发表处 代码 / 项目链接
Deep extraction of manga structural lines SIGGRAPH 2017 [Code]

你可能感兴趣的:(深度学习)