<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Token Merging on Nalar</title>
    <link>https://nalar.dev/tags/token-merging/</link>
    <description>Recent content in Token Merging on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 11 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/token-merging/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Reduce Vision Transformer Compute with Token Merging</title>
      <link>https://nalar.dev/reduce-vision-transformer-compute-with-token-merging/</link>
      <pubDate>Fri, 11 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/reduce-vision-transformer-compute-with-token-merging/</guid>
      <description>&lt;h1 id=&#34;reduce-vision-transformer-compute-with-token-merging&#34;&gt;Reduce Vision Transformer Compute with Token Merging&lt;/h1&gt;&#xA;&lt;p&gt;Vision transformers can spend substantial computation processing many patch tokens that carry similar information. A patch covering one part of a clear sky may produce a representation close to nearby sky patches, yet ordinary self-attention continues to process each token separately.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Token merging&lt;/strong&gt; reduces that redundancy by combining selected tokens as they move through the network. Unlike token pruning, which removes tokens, merging tries to preserve their information in a smaller set of representations. The practical goal is simple: reduce the token count in later transformer blocks while keeping task quality within an acceptable range.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
