A Neural Multi-Sequence Alignment TeCHnique (NeuMATCH)

Abstract

The alignment of heterogeneous sequential data (video to text) is an important and challenging problem. Standard techniques for this task, including Dynamic Time Warping (DTW) and Conditional Random Fields (CRFs), suffer from inherent drawbacks. Mainly, the Markov assumption implies that, given the immediate past, future alignment decisions are independent of further history. The separation between similarity computation and alignment decision also prevents end-to-end training. In this paper, we propose an end-to-end neural architecture where alignment actions are implemented as moving data between stacks of Long Short-term Memory (LSTM) blocks. This flexible architecture supports a large variety of alignment tasks, including one-to-one, one-to-many, skipping unmatched elements, and (with extensions) non-monotonic alignment. Extensive experiments on semi-synthetic and real datasets show that our algorithm outperforms state-of-the-art baselines.

Cite

Text

Dogan et al. "A Neural Multi-Sequence Alignment TeCHnique (NeuMATCH)." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00912

Markdown

[Dogan et al. "A Neural Multi-Sequence Alignment TeCHnique (NeuMATCH)." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/dogan2018cvpr-neural/) doi:10.1109/CVPR.2018.00912

BibTeX

@inproceedings{dogan2018cvpr-neural,
  title     = {{A Neural Multi-Sequence Alignment TeCHnique (NeuMATCH)}},
  author    = {Dogan, Pelin and Li, Boyang and Sigal, Leonid and Gross, Markus},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00912},
  url       = {https://mlanthology.org/cvpr/2018/dogan2018cvpr-neural/}
}