#463 · Primary category: Computer Vision
SCAN
PyTorch source code for "Stacked Cross Attention for Image-Text Matching" (ECCV 2018)
Project last updated:05/18/23
GitHub Stars
580
Forks
118
Contributors
4
License
Apache-2.0
Why we included this project
If you work on cross-modal retrieval or image captioning, this is the reference implementation of the Stacked Cross Attention Network, the ECCV 2018 paper that introduced a way to align images with natural-language descriptions. The repo includes training and evaluation scripts, vocabulary tooling, and the exact hyperparameters used to reproduce the paper's results on MS-COCO and Flickr30K, so it's a solid base for experimenting with attention-based image-text matching without rebuilding the architecture. It builds on bottom-up attention features and a bidirectional GRU text encoder, which makes it a useful template for building or benchmarking your own retrieval models. Since it's research code tied to a specific paper, treat it as a reference baseline and learning resource rather than a production service.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)