[DL Hacks]Smart, Sparse Contours to Represent and Edit Images

>100 Views

July 06, 18

スライド概要

2018/07/02
Deep Learning JP:
http://deeplearning.jp/hacks/

シェア

またはPlayer版

埋め込む »CMSなどでJSが使えない場合

(ダウンロード不可)

関連スライド

各ページのテキスト
1.

【CVPR2018論文紹介 】 Sparse, Smart Contours to Represent and Edit Images 2018/07/02 DLHacks Otsubo

2.

Topic1 : Image Encoding and Decoding (Code = Sparse Contour + α) 1

3.

Topic2 : Image Editing 2

4.

Info • Sparse, Smart Contours to Represent and Edit Image [CVPR2018] - https://contour2im.github.io/ - https://arxiv.org/abs/1712.08232 3

5.

選んだ理由 • Contourからの画像復元とか無理では? あまりにもill-posed → 少量の情報(勾配)を追加するだけで実現 • Encoding Decodingにおいて 人間が理解,編集しやすく 機械が復元しやすいCodeを模索 • イケメンになりたい 4

6.

Encoder Overview 1. Extract Edge [1] 2. Get Contour (remove less than 10pixel-connected) 3. Compute addiConal channel [1] Structured forests for fast edge detecCon [Dollar, ICCV2013] 5

7.

Encoder Additional Channel 1. Color - (Rleft, Gleft, Bleft, Rright, Gright, Bright ) 2. Gradient 編集に最適(reconstructionでは弱い) - (Rdx, Gdx, Bdx, Rdy, Gdy, Bdy ) 3. Learned Feature - Semantic Segmentationのように学習 6

8.

Decoder Overview 7

9.

Decoder Train (1/2) L1 Loss 8

10.

Decoder Train (2/2) L1 Loss + adv loss (a) 9

11.

Reconstruction Result 10

12.

Reconstruction Result FaceNet Style Transfer  "! = Texture  11

13.

Reconstruction Result ReconstrucConGradient 12

14.

Editing 13

15.

Online Demo https://contours2im.appspot.com/ 14