方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 多模态多层感知器× | 多模态卷积神经网络× | |
|---|---|---|
| 领域 | 深度学习 | 深度学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 2011 (multimodal extension); 1986 (MLP backpropagation) | 2011 |
| 提出者≠ | Ngiam et al. / Rumelhart, Hinton & Williams (MLP foundations) | Ngiam, J. et al. / multiple groups |
| 类型≠ | Feedforward neural network with multi-stream fusion | Multimodal deep learning model |
| 开创性文献≠ | Ngiam, J., Khosla, A., Kim, M., Nam, J., Lee, H., & Ng, A. Y. (2011). Multimodal deep learning. In Proceedings of the 28th International Conference on Machine Learning (ICML 2011), pp. 689–696. link ↗ | Ngiam, J., Khosla, A., Kim, M., Nam, J., Lee, H., & Ng, A. Y. (2011). Multimodal deep learning. In Proceedings of the 28th International Conference on Machine Learning (ICML), 689–696. link ↗ |
| 别名 | MM-MLP, multimodal MLP, multi-input feedforward network, fusion multilayer perceptron | MM-CNN, multimodal CNN, multi-input CNN, cross-modal convolutional network |
| 相关 | 5 | 5 |
| 摘要≠ | A Multimodal Multilayer Perceptron (MM-MLP) is a feedforward neural network that ingests features from two or more heterogeneous input modalities — such as structured tabular data, text embeddings, and image feature vectors — by encoding each stream separately and fusing them into a shared representation before passing it through fully connected layers to produce a classification or regression output. | A Multimodal Convolutional Neural Network (MM-CNN) processes and fuses two or more input modalities — such as images and text, or video and audio — through dedicated convolutional branches, learning a shared representation that captures complementary signals from each source. The fused representation drives a downstream task such as classification, regression, or retrieval. |
| ScholarGate数据集 ↗ |
|
|