Files
myWiki/concepts/geometric-information-decomposition.md
2026-07-20 14:14:55 +08:00

62 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Geometric Information Decomposition (GID, 几何信息分解)"
created: 2026-07-10
updated: 2026-07-10
type: concept
tags: ["directional-statistics", "information-geometry", "maximum-entropy", "spherical-data"]
sources: ["[[gid-sphere-2026|GID (You, 2026)]]"]
---
# Geometric Information Decomposition (GID)
**GID**You, 2026是一种针对球面上**加权经验测度**的方向不确定性分层诊断方法,通过嵌套最大熵投影将几何结构分解为信息缺口序列。
## 动机vMF 的盲区
标准做法:对加权方向数据拟合 vMF 分布,报告 κ̂(浓度)。但在以下情况 vMF 完全失败:
| 结构 | vMF 输出 | 真实情况 |
|------|---------|---------|
| 反极点 (antipodal) | κ̂ ≈ 0接近均匀 | 沿轴高度集中 |
| 腰带 (girdle) | 平均方向消失 | 赤道面强结构 |
| 多模态对称 | 低阶矩抵消 | 远非均匀 |
## GID 的核心机制
```
特征空间嵌套: V₀ ⊂ V₁ ⊂ V₂ ⊂ ... ⊂ V_L
│ │ │
uniform vMF Fisher-Bingham
axial/girdle
```
对每个级别 L拟合**最大熵投影** p^P_L保留 V_L 矩约束的最无结构密度),其与均匀分布的 KL 散度即为**熵赤字**
```
D_L(P) = KL(p^P_L νν) = Σ_{=1}^L I_(P)
```
**信息缺口** I_L(P) = D_L(P) - D_{L-1}(P) 量化了第 L 级特征新增的几何信息。
## 三级指纹
| 级别 | 特征空间 | 捕获结构 |
|------|---------|---------|
| I₁ | 球谐 1 阶 | vMF 平均方向(浓度) |
| I₂ | 球谐 2 阶 | Fisher-Bingham 轴性、反极点、椭圆度、腰带 |
| I₃+ | 球谐 ≥3 阶 | 多模态、更精细角结构 |
## 关键理论性质
- **不变性**:基选择不变 + 旋转不变(球谐完备度空间)
- **一致性**Theorem 6Î_L → I_L(P)
- **Delta 法渐近正态**Theorem 7非零缺口下的置信区间
- **二阶零校准**Theorem 82a²_n Î_L ⇒ χ²_q 在 I_L=0 的零假设下
## 参考
- [[gid-sphere-2026|GID 论文]]
- [[entropy-deficit|Entropy Deficit]]
- [[information-gap|Information Gap]]
- [[maximum-entropy-projection|Maximum Entropy Projection]]