arXiv論文メモ
新着一覧
cs.CV / cs.AI / cs.HC · 査読状況未確認

画像モデルの層ごとの表現と人の脳波との対応を比較

Do Vision Model See Like the Brain? A Comparison Across EEG Encoding Model

Shashank Baghel, Kshitij Dwivedi, Dinesh Singh, Sanjeev Nara

この論文をやさしく読む

ひとことで言うと

画像認識モデルの各層が持つ情報から、人が画像を見たときの脳波をどれだけ予測できるかを比較した研究です。

何に役立つ?

視覚系のモデルとして、どの構成やどの層の表現を使うべきかを考える資料になります。トランスフォーマーでは画像パッチの情報を残す選択が重要でした。

この研究の面白いところ

深い層で対応が続くかという違いを、単にモデル名だけでなく、トークンのまとめ方と学習目的をそろえた比較でも調べています。

どこまで分かった?

相関は脳波予測との対応を示し、モデルが人と同じ仕組みで見ている証明ではありません。対象は10人と200画像です。深層での持続性の利点と、全条件での最大相関が最も高いことは別で、提示されたCNNの相関にはトランスフォーマーを上回る値もあります。

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

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

畳み込みニューラルネットワーク(CNN)と視覚トランスフォーマーはいずれも人の視覚系をモデル化するために用いられるが、ネットワークの深さの特定の位置で、両構成の性質が分かれるかは明らかでない。本研究では、自然画像200枚を見る参加者10人を対象に、各モデルが予測した脳波(EEG)応答と実測応答のPearson相関係数rを層またはブロックごとに計算し、6種類のCNNと2種類の視覚トランスフォーマーを比較した。トランスフォーマーについては、分類(CLS)トークンだけを使うものから、CLSと全パッチトークンを合わせるものまで、4種類のトークン表現も試した。 CNNは最も早い層で対応が最も強く、深い層では弱まり、特に刺激後応答の後半でその傾向が顕著だった。これに対しトランスフォーマーは、最初のブロックではなく、最も深いブロックで強い対応を維持した。ただし、この利点はトークン表現に依存した。プールした表現の最大相関は約0.48~0.51と、全パッチトークンを保持した表現の相関(CLIP-ViT-B/32でr=0.640、DINOv2-ViT-B/14でr=0.656)より弱かった。 条件をそろえた比較では、この効果を生むのは学習目的よりも構成であることが示された。構成をそろえたMoCo-v1とResNet-50の性能はほぼ同じ(r=0.673、0.670)だった一方、学習目的をそろえたCLIP-RN50とCLIP-ViT-B/32には、パッチトークンを保持するまでは差があった。著者らは、トランスフォーマーの自己注意や分類以外の目的とは異なり、CNN学習の分類ボトルネックが深部で脳に関わる情報を圧縮するという説明を提案する。空間分布の解析では全モデルに共通する後頭部優位のパターンが見られ、これらの差は異なる脳領域ではなく、信号の強さと持続性を反映すると考えられる。パッチを保持するトランスフォーマー表現は、CNNで対応が崩れる深さでも、脳応答を予測する対応を維持する。

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

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

更新履歴

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

原文の要旨

Convolutional neural networks (CNNs) and vision transformers are both used to model the human visual system, but whether the two architectures diverge at a specific point in network depth is unclear. We compared six CNNs and two vision transformers by computing the Pearson correlation (r) between each model's predicted and measured EEG response at every layer or block, in ten participants viewing 200 natural images. For the transformer models, we also tested four token representations, from the classification (CLS) token alone to CLS combined with all patch tokens. CNNs showed strongest correspondence at the earliest layers, weakening at deeper layers, particularly later in the post-stimulus response. Transformers instead sustained strong correspondence at their deepest blocks, though not at their earliest ones. This advantage depended on token representation: pooled representations gave weaker peak correlations (r approx 0.48-0.51) than representations retaining all patch tokens (r=0.640 for CLIP-ViT-B/32, r=0.656 for DINOv2-ViT-B/14). Controlled comparisons showed architecture, not training objective, drove this effect: MoCo-v1 and ResNet-50 (matched architecture) performed nearly identically (r=0.673, 0.670), whereas CLIP-RN50 and CLIP-ViT-B/32 (matched objective) diverged until patch tokens were preserved. We propose that CNN training's classification bottleneck compresses brain-relevant information at depth, unlike transformers' self-attention and non-classification objectives. A spatial topography analysis showed a common occipital-dominant pattern across all models, indicating these differences reflect signal strength and persistence rather than distinct brain regions. Patch-preserving transformer representations sustain brain-predictive correspondence where CNNs collapse.

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