# Order embeddings and character-level convolutions for multimodal   alignment

**Authors:** J\^onatas Wehrmann, Anderson Mattjie, Rodrigo C. Barros

arXiv: 1706.00999 · 2022-11-11

## TL;DR

This paper introduces a novel convolutional neural network approach that directly aligns images with captions using character-level embeddings, achieving state-of-the-art results in multimodal content retrieval with fewer parameters.

## Contribution

It presents a simple, efficient multimodal alignment method based solely on CNNs and character-level text embeddings, replacing complex word or sentence models.

## Key findings

- Achieves state-of-the-art performance on Microsoft COCO dataset.
- Uses fewer parameters than existing methods.
- Replaces word embeddings and RNNs with character-based CNNs.

## Abstract

With the novel and fast advances in the area of deep neural networks, several challenging image-based tasks have been recently approached by researchers in pattern recognition and computer vision. In this paper, we address one of these tasks, which is to match image content with natural language descriptions, sometimes referred as multimodal content retrieval. Such a task is particularly challenging considering that we must find a semantic correspondence between captions and the respective image, a challenge for both computer vision and natural language processing areas. For such, we propose a novel multimodal approach based solely on convolutional neural networks for aligning images with their captions by directly convolving raw characters. Our proposed character-based textual embeddings allow the replacement of both word-embeddings and recurrent neural networks for text understanding, saving processing time and requiring fewer learnable parameters. Our method is based on the idea of projecting both visual and textual information into a common embedding space. For training such embeddings we optimize a contrastive loss function that is computed to minimize order-violations between images and their respective descriptions. We achieve state-of-the-art performance in the largest and most well-known image-text alignment dataset, namely Microsoft COCO, with a method that is conceptually much simpler and that possesses considerably fewer parameters than current approaches.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.00999/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1706.00999/full.md

## References

22 references — full list in the complete paper: https://tomesphere.com/paper/1706.00999/full.md

---
Source: https://tomesphere.com/paper/1706.00999