arXiv論文メモ
新着一覧
cs.NE · 査読状況未確認

スパイキングTransformerで遠くの情報を伝える新方式

Rethinking Pairwise Token Interaction in Spiking Transformers

Sicheng Shen, Dongcheng Zhao, Zhiyuan Li, Jinyan Yu, Qian Zhang, Dengpeng Xing, Zhitong Zhang, Tielin Zhang

この論文をやさしく読む

ひとことで言うと

スパイクの一致だけに頼らず、情報を縦横に伝えてから必要な文脈を選ぶTransformerの仕組み。

何に役立つ?

考えられる用途は、スパイキングTransformerで遠くのトークン間に情報を伝える設計。要旨は機構の提案とコード公開を述べるが、具体的な精度や速度の比較値は示していない。

この研究の面白いところ

通信と選択を分離し、受け取り側のゲートで伝播した情報を取り込む量を決める。局所経路も残し、近傍の情報を保持する。

どこまで分かった?

要旨だけでは、どの課題でどれだけ性能が改善したかは分からない。提示されているのは構成上の説明である。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

スパイキングTransformerは通常のTransformerからトークン間の相互作用の仕組みを引き継いでいるが、まばらな二値表現によって、トークン同士の通信の成り立ち方は大きく変わる。特に、スパイクに基づくクエリとキーの照合は、非常にまばらで入力に依存した相互作用のパターンを作るため、情報の伝播が、その瞬間に一致するスパイク事象があるかどうかに左右される。このため、長距離の通信をスパイク同士の対ごとの一致だけに頼らない別の方法が求められる。そこで、情報の伝播と文脈の選択を分離する、スパイク表現に固有のトークン相互作用機構Gated Spike Axial Propagation(GSAP)を提案する。GSAPはクエリとキーの照合で通信先を直接決める代わりに、まずスパイクに基づく文脈を水平方向と垂直方向へ伝播させる。構造化された逐次伝播によって、情報を遠いトークンまで届かせる。次に、受け取る側の状態を条件とするゲートが、各トークンで伝播した文脈をどれだけ取り込むか決める。軽量な局所経路は、近傍の細かな情報を保つ。こうしてトークン相互作用を「伝播してから選択する」過程に組み替え、スパイク表現のまばらなイベント駆動性を維持しながら、構造的な長距離通信を可能にする。コードは公開されている。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-22(UTC)
最新改訂
2026-09-22 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Spiking Transformers inherit token interaction mechanisms from conventional Transformers, yet their sparse binary representations fundamentally alter how token-to-token communication is established. In particular, spike-based query-key matching produces highly sparse and input-dependent interaction patterns, coupling information propagation to the instantaneous availability of matching spike events. This motivates a different interaction paradigm in which long-range communication does not rely solely on pairwise spike coincidence. We therefore propose Gated Spike Axial Propagation (GSAP), a spike-native token interaction mechanism that decouples information propagation from context selection. Instead of directly determining communication through query-key matching, GSAP first propagates spike-based context along the horizontal and vertical axes, allowing information to reach distant tokens through structured sequential propagation. A receiver-conditioned gate then determines how much of the propagated context is incorporated at each token, while a lightweight local pathway preserves fine-grained neighborhood information. In this way, GSAP reformulates token interaction as a propagate-then-select process, enabling structured long-range communication while retaining the sparse event-driven nature of spiking representations. Code is available at https://github.com/Fancyssc/GSAP.

著者のコメント

23 pages, 6 figures

arXiv ID: 2609.26297 / 要約の誤りについて