方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 多模态循环神经网络× | 多模态Transformer× | |
|---|---|---|
| 领域 | 深度学习 | 深度学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 2011–2015 | 2019–2021 |
| 提出者≠ | Multiple contributors; prominently Ngiam et al. (2011) and Vinyals et al. (2015) | Lu et al. (ViLBERT); Radford et al. (CLIP) |
| 类型≠ | Multimodal sequence model (recurrent) | Cross-modal attention-based deep learning model |
| 开创性文献≠ | Vinyals, O., Toshev, A., Bengio, S., & Erhan, D. (2015). Show and Tell: A Neural Image Caption Generator. IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 3156–3164. DOI ↗ | Lu, J., Batra, D., Parikh, D., & Lee, S. (2019). ViLBERT: Pretraining Task-Agnostic Visiolinguistic Representations for Vision-and-Language Tasks. Advances in Neural Information Processing Systems (NeurIPS), 32. link ↗ |
| 别名 | MM-RNN, multimodal sequence model, cross-modal RNN, multimodal recurrent encoder-decoder | multimodal attention model, cross-modal transformer, vision-language transformer, multi-modal fusion transformer |
| 相关≠ | 6 | 5 |
| 摘要≠ | A Multimodal Recurrent Neural Network combines inputs from two or more data modalities — such as images, text, and audio — within a recurrent sequence-processing framework. It encodes each modality separately, fuses the representations, and then processes the combined signal through recurrent units (RNN, LSTM, or GRU) to generate or classify sequential outputs. This design made it a foundational approach in image captioning, video description, and audio-visual speech recognition. | A Multimodal Transformer extends the standard Transformer architecture to process and jointly reason over two or more input modalities — most commonly text and images, but also audio, video, or structured data. Cross-modal attention layers allow information from one modality to inform representations in another, enabling tasks such as visual question answering, image captioning, and multimodal sentiment analysis. |
| ScholarGate数据集 ↗ |
|
|