| 1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 3 | <defs> |
| 4 | <linearGradient id="topScrim" x1="0" y1="0" x2="0" y2="1"> |
| 5 | <stop offset="0%" stop-color="#FFFFFF" stop-opacity="0.95" /> |
| 6 | <stop offset="100%" stop-color="#FFFFFF" stop-opacity="0" /> |
| 7 | </linearGradient> |
| 8 | </defs> |
| 9 | |
| 10 | <g id="bg"> |
| 11 | <rect width="1280" height="720" fill="#FFFFFF" /> |
| 12 | <image href="../images/sequence_evolution.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice" /> |
| 13 | <rect x="0" y="0" width="1280" height="240" fill="url(#topScrim)" /> |
| 14 | </g> |
| 15 | |
| 16 | <g id="header"> |
| 17 | <rect x="80" y="68" width="60" height="3" fill="#3182CE" /> |
| 18 | <text x="80" y="96" font-family="Arial, "Microsoft YaHei", sans-serif" font-size="13" font-weight="700" fill="#3182CE" letter-spacing="2.5">PART 2 · MOTIVATION & BACKGROUND</text> |
| 19 | <text x="80" y="146" font-family="Georgia, "Microsoft YaHei", serif" font-size="40" font-weight="700" fill="#1A365D">From recurrent chains to a fully-connected</text> |
| 20 | <text x="80" y="190" font-family="Georgia, "Microsoft YaHei", serif" font-size="40" font-weight="700" fill="#1A365D">attention <tspan fill="#3182CE">mesh</tspan></text> |
| 21 | </g> |
| 22 | |
| 23 | <g id="bottom-takeaway"> |
| 24 | <rect x="80" y="628" width="1120" height="58" rx="8" fill="#1A365D" fill-opacity="0.92" /> |
| 25 | <text x="100" y="652" font-family="Georgia, "Microsoft YaHei", serif" font-size="15" font-style="italic" fill="#FFFFFF"> |
| 26 | RNN — sequential step by step. CNN — local receptive field grows with distance. |
| 27 | </text> |
| 28 | <text x="100" y="674" font-family="Georgia, "Microsoft YaHei", serif" font-size="15" font-style="italic" fill="#FFFFFF"> |
| 29 | Self-attention — every position relates to every other in <tspan fill="#63B3ED">one constant-time hop</tspan>. |
| 30 | </text> |
| 31 | </g> |
| 32 | |
| 33 | <g id="footer"> |
| 34 | <text x="1220" y="708" text-anchor="end" font-family="Arial, "Microsoft YaHei", sans-serif" font-size="11" fill="#4A5568">03</text> |
| 35 | </g> |
| 36 | </svg> |
| 37 |