Multi-Instance Theme Rendering�with neural network
Richard, Yizhou, and Zhaoyi
Neural Style Transfer
Motivation
Our approach
Theory base
Total = λs*Ls(p) + λc*Lc(p)
Our theme rendering approach is partially based on A Learned Representation For Artistic Style by Dumoulin et al (2017).
Open questions remained:
Theme rendering�
Feature extraction
Theme rendering
Loss computation
(Fix loss weights and hyper-parameters)
+
Theme rendering
Conditional instance normalization with random cell expansion
“beehive”
Advantages:
Training: Reduce training time in a large margin.
Inferencing: Input one image, and output multiple theme rendered images with different selected filters all together with one forward pass.
“jungle”
Instance segmentation �
Training time random theme blending
For each ROI with coordinate (x, y), a filter i is applied (i <- (x, y)) to compute patch-wise loss respectively and added together.
However, unstable results (ROI for each training image is different). Slow to train.
Instance segmentation �
Inference time instance segmentation
Mask-RCNN
1
3
2
4
5
Results
+
ε = 2.6
Review
https://github.com/cv639-project