Loading lesson page...
Cross-Attention Fusion
BuildPythonNo prerequisitesThe projection layer aligns one image vector with one caption vector. A real vision-language decoder needs every text token to attend to every patch token, so the model can ground each word in a region. Cross-attention is how that groundin...