ALIGN: Scaling Visual and Vision-Language Learning with Noisy Text Supervision

ALIGN, published in February 2021 by a Google team including Chao Jia, Yinfei Yang, Quoc V. Le, and Tom Duerig, was the contemporary of OpenAI’s CLIP and made a complementary bet: scale beats curation. Where most vision-language datasets had been carefully filtered, ALIGN trained on a noisy dataset of over one billion image alt-text pairs collected from the web with no expensive filtering or post-processing.

The architecture is a dual encoder trained with a contrastive objective - an image encoder and a text encoder, each turning their input into a vector, trained so matching image-text pairs end up close together and mismatched pairs far apart. This is the same recipe as CLIP, which appeared at nearly the same time, and the two papers together established contrastive image-text pretraining as the dominant approach. ALIGN’s distinctive claim was that the sheer scale of a billion-plus noisy pairs compensated for the lack of cleaning, yielding state-of-the-art results on image classification and image-text retrieval.

The shared embedding space gives zero-shot classification - describe new categories in words and the model recognizes them without retraining - the same capability that made CLIP a foundational building block.

Why business readers should care: ALIGN reinforced the lesson that for image-text models, abundant messy web data can outperform small clean datasets. That insight drove the data strategies behind later multimodal systems and helped make text-promptable, zero-shot vision practical at industrial scale.

Sources

Last verified June 7, 2026