Skip to main content
QUICK REVIEW

[論文レビュー] Activation-Space Uncertainty Quantification for Pretrained Networks

Richard Bergna, Stefan Depeweg|arXiv (Cornell University)|Feb 16, 2026
Gaussian Processes and Bayesian Inference被引用数 0
ひとこと要約

GAPA後処理法は活性をガウス過程活性に置換して活性空間のエピステミック不確実性を得つつ、バックボーン予測を保持する。事前学習済みネットワークに対する単一パス推論で不確実性を伝搬する。

ABSTRACT

Reliable uncertainty estimates are crucial for deploying pretrained models; yet, many strong methods for quantifying uncertainty require retraining, Monte Carlo sampling, or expensive second-order computations and may alter a frozen backbone's predictions. To address this, we introduce Gaussian Process Activations (GAPA), a post-hoc method that shifts Bayesian modeling from weights to activations. GAPA replaces standard nonlinearities with Gaussian-process activations whose posterior mean exactly matches the original activation, preserving the backbone's point predictions by construction while providing closed-form epistemic variances in activation space. To scale to modern architectures, we use a sparse variational inducing-point approximation over cached training activations, combined with local k-nearest-neighbor subset conditioning, enabling deterministic single-pass uncertainty propagation without sampling, backpropagation, or second-order information. Across regression, classification, image segmentation, and language modeling, GAPA matches or outperforms strong post-hoc baselines in calibration and out-of-distribution detection while remaining efficient at test time.

研究の動機と目的

  • 再学習やサンプリングなしで事前学習済みネットワークにエピステミック不確実性を提供する。
  • バックボーンの点予測を保持しつつ、活性空間不確実性を追加する。
  • 現代的なアーキテクチャ向けのスケーラブルなオフライン活性キャッシュとローカル誘導点条件づけを開発する。
  • 深いネットワークを通じた決定論的な単一パス分散伝搬を導出する。
  • 回帰、分類、セマンティックセグメンテーション、言語モデル化の各領域でGAPAを経験的に検証する。

提案手法

  • 決定論的活性を、元の活性と平均が一致するガウス過程活性へ置換する。
  • トレーニングデータ上のフォワードパスから事前活性をキャッシュし、インデューシングポイントと局所最近傍条件付けを用いてGP活性をこのキャッシュで条件付けする。
  • 凍結されたネットワーク上で、得られた活性空間の分散を閉形式の分散伝搬規則を用いて伝搬する。
  • スケーラビリティのために対角的なニューロン毎の活性共分散を維持する。
  • 非線形活性に対してはデルタ法ベースのモーメント伝搬を用い、層を積み重ねる際にはNoisy-Input GP補正を用いる。
  • ハイパーパラメータは活性統計から後処理的に固定され、再学習やラベルは不要。
Figure 1 : Comparison of uncertainty quantification methods on a toy binary classification task. Left to right : MAP (deterministic backbone), MC Dropout, Last-Layer Laplace, and GAPA (ours). Background shading indicates predictive confidence (darker = more confident); orange/yellow points show the
Figure 1 : Comparison of uncertainty quantification methods on a toy binary classification task. Left to right : MAP (deterministic backbone), MC Dropout, Last-Layer Laplace, and GAPA (ours). Background shading indicates predictive confidence (darker = more confident); orange/yellow points show the

実験結果

リサーチクエスチョン

  • RQ1再学習やサンプリングなしで活性空間の不確実性は、事前学習済みネットワークに対して正確なエピステミック推定を提供できるか。
  • RQ2試験時にGP活性を効率的に条件付けし、現代的なアーキテクチャを通して伝搬するにはどうするか。
  • RQ3GAPAベースの不確実性推定は、回帰・分類・セグメンテーション・言語モデル化の各タスクでベースラインと比較してキャリブレーションとOOD検出を改善するか。
  • RQ4誘導集合のサイズと局所性(KNN)が性能と計算量に及ぼす影響はどの程度か。
  • RQ5GAPAを通じた分散伝搬は、深層ネットワークにおける後方不確実性をどれだけ近似できるか。

主な発見

ModelAirline NLLAirline CRPSAirline CQMYear NLLYear CRPSYear CQMTaxi NLLTaxi CRPSTaxi CQM
MAP5.12118.6950.1483.6735.0230.1343.7553.7550.211
LLA Diag5.12518.6480.1433.6474.9170.0883.7223.9900.257
LLA KFAC5.12718.6310.1423.6484.9150.0863.7063.9860.256
LLA*5.12718.6310.1413.6484.9150.0863.7263.9850.256
LLA*KFAC5.12718.6310.1413.6484.9140.0863.7263.9850.256
ELLA5.38821.6710.4134.0206.0490.4243.8853.6800.219
VaLLA1004.96318.8140.0993.5155.0040.0473.2353.9990.149
VaLLA2004.96518.7880.0983.4854.9700.0413.2323.9790.142
Dropout5.10219.0660.9383.6895.1280.9393.8494.5920.951
Ensemble5.05318.2050.9333.6394.8330.9383.6313.3840.961
GAPA4.94618.0680.1033.4704.6630.0143.1124.0350.104
  • GAPAは元の活性平均を一致させつつ、活性空間のエピステミック不確実性を導入することで平均を保持する不確実性を達成した。
  • 事前インデューシングポイントと局所KNN条件付けを用いた2段階のスケーラブル推論により、試験時のクエリ毎の分散計算を定数時間で実現する。
  • 深層アーキテクチャを通じた決定論的分散伝搬は、タスク間で競争力のあるまたは優れたキャリブレーションとOOD検出を生む。
  • GAPAは回帰ベンチマーク Airline、Year、Taxiで最良の負対数尤度(NLL)と最良またはほぼ最良のキャリブレーション指標を達成し、多くのベースラインを上回った。
  • MNIST/Fashion-MNISTおよびCIFAR-10でResNetバックボーンを用いた分類では、サンプリングベースや完全GP法よりも試験時の性能が高速で、しばしばMAPランタイムに近い。
  • 前置のトランスフォーマー部分でGAPAを用いたLLaMA言語モデルは、追加のフォワードパスなしで実用的な不確実性指標を得られる。
Figure 2 : GAPA overview. Top: GAPA leaves the network’s point predictions unchanged (mean-preserving activations) while propagating an additional epistemic variance signal to the output. Bottom left: deterministic $\tanh$ activation; orange points denote cached training activations. Bottom right: G
Figure 2 : GAPA overview. Top: GAPA leaves the network’s point predictions unchanged (mean-preserving activations) while propagating an additional epistemic variance signal to the output. Bottom left: deterministic $\tanh$ activation; orange points denote cached training activations. Bottom right: G

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。