根據語義生成圖像的相關研究工作有哪些?
在圖像理解方面,有沒有根據語義來生成圖像,求見多識廣的大神……
目前有如下工作針對text生成image,(有公開代碼) , 歡迎補充 1. ICLR 2016
Generating Images from Captions with Attention: 該工作擴展了DRAW,在此基礎上添加相關描述信息,指導圖像生成。
- GitHub - emansim/text2image: Generating Images from Captions with Attention
2. ECCV 2016
Attribute2Image: Conditional Image Generation from Visual Attributes : 該工作基於Conditional VAE 網路- GitHub - xcyan/eccv16_attr2img: Torch implementing of attribute2image project
3. ECCV 2016 Generative Visual Manipulation on the Natural Image Manifold : 該工作利用了生成式對抗網路
GitHub - junyanz/iGAN: A deep learning software that easily generates images with a few brushstrokes (from UC Berkeley and Adobe CTL)
該工作不是根據text,而是根據你畫的輪廓和顏色信息來生成相應的圖像,很有趣。評論區補充4. ICML 2016
Generative Adversarial Text-to-Image SynthesisGitHub - reedscot/icml2016: Generative Adversarial Text-to-Image Synthesis肝CVPR閑暇之餘來摸個魚。我理解的題主說的「語義」包含句子和詞語兩個方面。
1,根據句子生成圖像:
Generative Adversarial Text to Image Synthesis
https://arxiv.org/abs/1605.05396Generating Images from Captions with Attention
這個樓上已經說了2,根據詞語生成圖像:
Generative Adversarial Networks
https://arxiv.org/abs/1406.2661生成對抗網路的老祖宗。從class生成圖像。下面兩個工作都是其變體。Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks
https://arxiv.org/abs/1511.06434Deep Generative Image Models using a ?Laplacian Pyramid of Adversarial Networks
Deep Generative Image Models using a ?Laplacian Pyramid of Adversarial Networks我對圖像生成模型不是很熟悉,輕拍。我知道你說的這個,文景轉換。我室友的畢設題目就是這個。
推薦閱讀:
※博士做研究如何選擇方向?
※能不能通俗講一講數據鏈路層到底有什麼用?
※如何理解計算機操作系統中的局部性原理?
※按下電源鍵,電腦關機,是什麼原理?
※強人工智慧技術如果突破瓶頸,每個人都可以製作怎麼辦?
TAG:人工智慧 | 圖像處理 | 計算機科學 | 機器視覺 | 深度學習DeepLearning |