图像风格化论文笔记
Texture Synthesis Using Convolutional Neural Networks (Leon A. Gatys et al)
1. 摘要
基于 CNN Network for object recognition, 用若干layer的不同filter之间的相关性(correlations)来构建 texture 特征表示
2. CNN Network
基础网络:VGG19 trained on object recognition
3. Texture model
Insight
Textures are per definition stationary, so a texture model needs to be agnostic to spatial information. A summary statistic that discards the spatial information in the feature maps is given by the correlations between the responses of different features.