Porovnať metódy
Prezrite si vybrané metódy vedľa seba; riadky, ktoré sa líšia, sú zvýraznené.
| Multimodálny viacvrstvový perceptrón× | Multimodálny Transformer× | |
|---|---|---|
| Odbor | Hlboké učenie | Hlboké učenie |
| Rodina | Machine learning | Machine learning |
| Rok vzniku≠ | 2011 (multimodal extension); 1986 (MLP backpropagation) | 2019–2021 |
| Tvorca≠ | Ngiam et al. / Rumelhart, Hinton & Williams (MLP foundations) | Lu et al. (ViLBERT); Radford et al. (CLIP) |
| Typ≠ | Feedforward neural network with multi-stream fusion | Cross-modal attention-based deep learning model |
| Pôvodný zdroj≠ | 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 ↗ | 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 ↗ |
| Ďalšie názvy | MM-MLP, multimodal MLP, multi-input feedforward network, fusion multilayer perceptron | multimodal attention model, cross-modal transformer, vision-language transformer, multi-modal fusion transformer |
| Príbuzné | 5 | 5 |
| Zhrnutie≠ | 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 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. |
| ScholarGateDátová sada ↗ |
|
|