Machine learningDeep learning / NLP / CV
多模态Doc2Vec
多模态Doc2Vec将Doc2Vec段落向量框架扩展到包含来自多种模态的信息——通常是文本与图像、音频或结构化元数据结合——生成一个共享的文档级嵌入,同时捕获来自多个源的语义。它用于跨模态检索、多源分类以及仅靠文本不足以完成的文档表示。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Le, Q. V., & Mikolov, T. (2014). Distributed Representations of Sentences and Documents. Proceedings of the 31st International Conference on Machine Learning (ICML), PMLR 32(2), 1188–1196. link ↗
- Ngiam, J., Khosla, A., Kim, M., Nam, J., Lee, H., & Ng, A. Y. (2011). Multimodal Deep Learning. Proceedings of the 28th International Conference on Machine Learning (ICML), 689–696. link ↗
如何引用本页
ScholarGate. (2026, June 3). Multimodal Doc2Vec (Paragraph Vector with Multi-Source Input). ScholarGate. https://scholargate.app/zh/deep-learning/multimodal-doc2vec
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Doc2Vec文本挖掘↔ compare
- 多模态BERT分类深度学习↔ compare
- 多模态句子嵌入深度学习↔ compare
- 多模态Transformer深度学习↔ compare
- 多模态Word2Vec深度学习↔ compare
- 句子嵌入深度学习↔ compare