首页 理论 架构 工程 文档 白皮书 著作 研究 案例 下载 博客 关于 开始使用 →

第146章 Cognitive Risk 认知风险

第146章 Cognitive Risk

认知风险

第145章 Cognitive Prediction(认知预测) 建立了:

Current State
+
Change Trend
+
Experience
 ↓
Possible Future State

机器已经开始能够回答:

“接下来可能发生什么?”

但对于真正的动态认知而言,仅仅知道未来是不够的。

机器还必须继续判断:

“这个可能的未来,对当前目标而言意味着什么?”

因为同一个未来状态:

Possible Future State

对不同目标而言,可能具有完全不同的价值。

例如:

Object falls

如果目标是:

Observe Object

可能只是普通事件。

如果目标是:

Protect Object

则可能意味着:

Risk

因此本章建立:

Current State
+
Possible Future State
+
Goal
 ↓
Risk

146.1 什么是 Cognitive Risk

可以定义:

认知风险,是 ICAI 根据当前状态、可能未来状态以及当前目标,判断未来状态是否可能造成目标偏离、目标损失、状态恶化或重要结果损害的认知结构。

形式化:

Risk
=
F(
    CurrentState,
    PossibleFutureState,
    Goal,
    Consequence
)

更完整地:

Current State
+
Possible Future States
+
Goal
+
Potential Consequences
 ↓
Cognitive Risk

因此:

Risk
≠
Future

而是:

Future
+
Goal
+
Consequence

共同产生:

Risk

146.2 Prediction 与 Risk 的区别

第145章解决:

What may happen?

第146章解决:

Is that future important or dangerous
for the current goal?

例如:

Current:
Egg near table edge

预测:

Possible Future:
Egg falls

这是:

Prediction

如果目标:

Protect Egg

则:

Egg falls
→
Egg may break
→
Goal may fail

于是:

Risk = High

因此:

Prediction
 ↓
Possible Future
 ↓
Goal Evaluation
 ↓
Risk

146.3 Risk 不是危险本身

需要进一步区分:

Danger
Risk
Loss

例如:

Egg
near edge

这是一个:

Potentially Dangerous Condition

但只有当:

Goal = Protect Egg

时,它才形成明显的:

Risk

因此:

Danger
=
可能造成不良结果的条件

而:

Risk
=
该不良结果相对于当前目标的可能损失

进一步:

Risk
=
Probability
×
Impact
×
Goal Relevance

这不是要求精确数学计算,而是建立认知结构。


146.4 Risk 是目标相关的

同一个未来:

Object falls

可能产生:

Goal A:
Protect Object
→ High Risk

而:

Goal B:
Measure Falling Motion
→ Low Risk

甚至:

Goal C:
Study Collision
→ Useful Event

所以:

Same Future
+
Different Goal
=
Different Risk

这说明:

风险不是未来状态本身的固定属性,而是未来状态与当前目标之间的关系。


146.5 Risk 的基本结构

可以建立:

Cognitive Risk
{
    current_state

    future_state

    goal

    threat

    consequence

    probability

    impact

    urgency

    confidence
}

例如:

Current State:
Egg near edge

Future State:
Egg falls

Goal:
Protect Egg

Threat:
Loss of support

Consequence:
Breakage

Probability:
High

Impact:
High

Urgency:
High

于是:

Risk
=
High

146.6 Current State 决定风险起点

风险不是凭空产生的。

例如:

State A
Egg
stable
center of table

预测:

Remain stable

风险:

Low

而:

State B
Egg
near edge
moving outward

预测:

Fall

风险:

High

所以:

Current State
 ↓
Prediction
 ↓
Risk

当前状态决定:

风险从哪里开始。


146.7 Possible Future State 决定风险方向

风险不是只看现在。

它真正关注:

Where could the system go?

例如:

Current State
=
Object moving toward obstacle

可能未来:

Future A
Continue safely

或者:

Future B
Collision

因此:

Risk

主要与:

Potential Negative Future

有关。

可以表示:

Current State
        ↓
Possible Futures
   ┌────┼────┐
   ↓    ↓    ↓
Safe  Neutral  Harmful
               ↓
              Risk

146.8 Risk 必须考虑后果

预测:

Egg falls

本身还不完整。

机器需要继续推理:

Egg falls
 ↓
Impact
 ↓
Possible Breakage

因此:

Future State
 ↓
Consequence
 ↓
Goal Impact

才形成完整风险。

例如:

Future:
Egg falls

Consequence:
Egg may break

Goal:
Protect Egg

Goal Impact:
Protection failure

最终:

High Risk

146.9 Risk 是一个关系,而不是一个对象

可以把:

Risk

表示为一个关系:

Future State
        │
        │ threatens
        ↓
Goal

例如:

Egg Falls
      │
      │ threatens
      ↓
Protect Egg

因此:

Risk
=
Threat(FutureState, Goal)

更完整:

Risk
=
Threat(
    CurrentState,
    FutureState,
    Goal,
    Consequence
)

这与 ICAI 的 Element–Object–Relation 理论高度一致。


146.10 Risk 的等级

认知风险可以建立多个等级。

None
 ↓
Low
 ↓
Medium
 ↓
High
 ↓
Critical

例如:

None

Future
=
Goal Compatible
Risk = None

Low

Future
=
Minor Goal Deviation
Risk = Low

Medium

Future
=
Meaningful Goal Impact
Risk = Medium

High

Future
=
Strong Goal Threat
Risk = High

Critical

Future
=
Severe / Immediate Goal Failure
Risk = Critical

146.11 Probability 与 Impact

风险至少包含两个基本维度:

Probability
+
Impact

例如:

Future A:
Egg falls

Probability:
0.8

Impact:
High

因此:

Risk
=
High

另一个:

Future B:
Lamp becomes slightly dirty

Probability:
0.9

Impact:
Low

则:

Risk
=
Low

所以:

高概率不一定是高风险,高影响也不一定意味着高风险。

二者需要共同考虑。


146.12 Goal Relevance

还需要加入:

Goal Relevance

例如:

Future:
Door closes

如果目标是:

Protect Person

可能:

Relevance = Low

如果目标是:

Keep Door Open

则:

Relevance = High

因此:

Risk
=
Probability
+
Impact
+
Goal Relevance

从认知结构角度,更准确地表示:

Risk Score
=
F(
    Probability,
    Impact,
    Goal Relevance,
    Urgency
)

146.13 Risk 的时间维度

风险也具有时间属性。

例如:

Egg
moving toward edge

现在:

Risk = Medium

但:

Distance decreases
Velocity increases

之后:

Risk = High

再之后:

Egg reaches edge

可能:

Risk = Critical

因此:

Risk(t)

也是动态变量。

可以表示:

Low
 ↓
Medium
 ↓
High
 ↓
Critical

这就是:

Risk Trend(风险趋势)


146.14 Risk Trend

第145章研究:

Change Trend

现在可以进一步建立:

Risk Trend

例如:

Distance to Edge
↓
Risk
↑

形成:

State Change
 ↓
Risk Change

例如:

Safe
 ↓
Unstable
 ↓
Dangerous
 ↓
Critical

因此 ICAI 不仅需要知道:

Risk = High

还应该知道:

Risk is increasing

或者:

Risk is decreasing

这对后面的动态决策非常重要。


146.15 Risk 与 Cognitive Attention

如果系统同时发现:

Risk A = Low
Risk B = Medium
Risk C = High
Risk D = Critical

机器不能平均处理。

于是:

Risk
 ↓
Priority
 ↓
Attention

形成:

Critical Risk
     ↓
High Attention

而:

Low Risk
     ↓
Low Attention

因此:

风险评估可以成为认知注意力分配的重要输入。

这将直接连接后续:

Risk
 ↓
Priority
 ↓
Attention
 ↓
Decision

146.16 Risk 与 Prediction 的闭环

第145章:

Current State
+
Trend
+
Experience
 ↓
Possible Future

第146章:

Current State
+
Possible Future
+
Goal
 ↓
Risk

于是:

Current State
      ↓
Prediction
      ↓
Possible Futures
      ↓
Goal Evaluation
      ↓
Risk

完整形成:

State
 ↓
Future
 ↓
Consequence
 ↓
Goal Impact
 ↓
Risk

146.17 Risk 不等于 Decision

这一点必须严格区分。

例如:

Risk = High

并不直接意味着:

Action = X

风险只是告诉机器:

Something Important May Go Wrong

然后系统还需要考虑:

Possible Actions
+
Action Cost
+
Action Risk
+
Goal

最终才形成:

Decision

因此:

Prediction
 ↓
Risk
 ↓
Decision

是三个不同的认知层级。


146.18 Risk 与 Action

例如:

Current:
Egg near edge

预测:

Egg may fall

风险:

High

候选动作:

Do Nothing
Move Egg
Move Hand
Block Edge

此时系统才进入:

Action Evaluation

因此:

Risk

的作用是:

告诉决策系统哪些未来值得避免、控制或干预。


146.19 Risk 可以是正向的,也可以是负向的?

在严格意义上,Risk 主要表示:

Potential Negative Outcome

但是 ICAI 可以进一步建立:

Opportunity

作为对偶结构。

例如:

Possible Future
 ↓
 ┌───────────────┐
 ↓               ↓
Threat         Opportunity
 ↓               ↓
Risk            Benefit

这样动态认知就不只是:

Avoid Bad

还能够:

Seek Good

但在本章中:

Risk 专门负责描述未来状态对目标产生的不利影响。

Opportunity 可以在后续决策理论中单独建立。


146.20 Risk 的来源

风险可能来自不同结构。

1. Physical Risk

Collision
Fall
Breakage
Overheating
Instability

2. Temporal Risk

Delay
Deadline
Missed Event

3. Environmental Risk

Obstacle
Weather
Noise
Temperature

4. Interaction Risk

Unexpected Contact
Conflict
Interference

5. Goal Risk

Goal Deviation
Goal Failure
Resource Loss

因此:

Risk

并不是单一类别。

它是:

Potential Future
+
Negative Goal Impact

的通用认知结构。


146.21 Risk 的证据链

成熟的 ICAI 风险判断必须能够回答:

为什么认为存在风险?

例如:

Risk:
High

证据:

Egg is fragile
+
Distance to edge is decreasing
+
Velocity is increasing
+
Support is limited
+
No interception detected

形成:

Evidence
 ↓
Prediction
 ↓
Consequence
 ↓
Goal Threat
 ↓
Risk

因此:

Risk

不是黑箱数字。

它应该能够追溯到:

Risk Evidence

146.22 Risk 的结构化表达

可以定义:

CognitiveRisk
{
    current_state

    possible_future

    goal

    threat

    consequence

    probability

    impact

    goal_relevance

    urgency

    risk_level

    confidence

    evidence

    trend
}

例如:

Current State:
Egg near edge

Possible Future:
Egg falls

Goal:
Protect Egg

Threat:
Loss of support

Consequence:
Breakage

Probability:
0.82

Impact:
High

Goal Relevance:
High

Urgency:
High

Risk Level:
High

Trend:
Increasing

这已经成为一个完整的:

Cognitive Risk Object

146.23 风险不是静态标签

如果:

Egg near edge

那么:

Risk = Medium

后来:

Hand approaches Egg

风险可能:

Risk = Low

因为机器发现:

Intervention Likely

相反:

Hand moves away

可能:

Risk = High

因此:

Risk(t)

会随着认知状态变化。

完整循环:

Observe
 ↓
Predict
 ↓
Evaluate Risk
 ↓
New Observation
 ↓
Recalculate Risk

146.24 Risk Update

因此需要:

Risk Update

机制:

Old Risk
+
New State
+
New Prediction
+
New Evidence
 ↓
Updated Risk

例如:

t₁:
Risk = Medium

新感知:

Hand approaching

更新:

Risk = Low

或者:

Hand moves away

更新:

Risk = High

这说明:

风险判断必须是动态认知的一部分,而不是一次性计算。


146.25 Risk 与经验学习

风险也可以从经验中学习。

例如机器多次观察:

Pattern A:
Object near edge
+
High Velocity
→
Fall

Pattern B:
Hand approaching
→
Interception

于是系统形成:

Risk Pattern

例如:

Fragile Object
+
Unstable Position
+
Increasing Velocity
+
No Intervention
→
High Risk

因此:

Experience
 ↓
Pattern
 ↓
Risk Prediction

认知风险也成为:

Learnable Cognitive Structure

146.26 风险模式的泛化

第141章的泛化在这里进一步发挥作用。

机器不应该只记:

Egg near edge = Risk

而应该泛化:

Fragile Object
+
Unstable Support
+
Movement Toward Boundary
→
Elevated Fall Risk

这样:

Egg
Glass
Ceramic
Phone

都可以共享:

Fall-Risk Pattern

因此:

Generalization
 ↓
Risk Pattern
 ↓
New Scene
 ↓
Risk Evaluation

146.27 Risk 的核心计算结构

可以建立一个概念性模型:

Risk
=
Probability
×
Impact
×
Goal Relevance

再加入:

Urgency

可以表示为:

Risk
=
F(
    Probability,
    Impact,
    Goal Relevance,
    Urgency
)

注意:

这不是要求 ICAI 必须使用一个固定数学公式,而是规定风险判断必须考虑这些认知维度。

核心是:

Possibility
+
Consequence
+
Goal

146.28 风险状态空间

与第145章的:

Future State Space

对应,本章可以建立:

Risk State Space

例如:

Possible Future
       ↓
 ┌─────┼─────┐
 ↓     ↓     ↓
Safe  Neutral Harmful
             ↓
          Risk High

进一步:

Future A → Risk Low
Future B → Risk Medium
Future C → Risk High
Future D → Risk Critical

于是决策系统不再面对:

One Future

而面对:

Future Alternatives
+
Risk Evaluation

这正是下一阶段决策的基础。


146.29 Risk 与 Decision 的桥梁

到这里可以建立:

Current State
      ↓
Possible Futures
      ↓
Risk Evaluation
      ↓
Risk Ranking
      ↓
Action Evaluation
      ↓
Decision

例如:

Future A:
Egg remains stable
Risk = Low

Future B:
Egg falls
Risk = High

Future C:
Egg caught
Risk = Low

系统于是知道:

Future B

是需要重点避免的状态。

但它仍然需要进一步回答:

什么行动最有效地降低风险,同时实现当前目标?

这才进入:

Cognitive Decision

146.30 本章核心认知链

因此,本章可以压缩为:

Current State
        ↓
Change Trend
        ↓
Possible Future States
        ↓
Consequences
        ↓
Goal Evaluation
        ↓
Risk

进一步:

Risk
 ↓
Priority
 ↓
Attention
 ↓
Action Evaluation
 ↓
Decision

完整动态链:

Perception
 ↓
Scene
 ↓
Structure
 ↓
Interpretation
 ↓
Current Cognitive State
 ↓
Prediction
 ↓
Possible Future State
 ↓
Risk
 ↓
Decision
 ↓
Action
 ↓
New State

146.31 本章核心定义

认知风险,是 ICAI 对可能未来状态相对于当前目标所产生的不利后果进行结构化评估的过程。

其核心公式:

Current State
+
Possible Future State
+
Goal
+
Consequence
        ↓
Risk

进一步可以表示:

Risk
=
Potential Future
×
Potential Impact
×
Goal Relevance

而风险真正进入动态认知体系后:

Prediction
=
未来可能发生什么

Risk
=
这些未来中哪些可能损害当前目标

Decision
=
面对这些风险应该采取什么行动

于是三者形成非常清晰的认知层级:

Current State
      ↓
Prediction
      ↓
Risk
      ↓
Decision
      ↓
Action

最终,第十五部分开始形成真正的目标驱动动态认知闭环

现实
 ↓
感知
 ↓
场景
 ↓
结构
 ↓
解释
 ↓
当前认知状态
 ↓
预测未来
 ↓
评估风险
 ↓
选择行动
 ↓
改变现实
 ↓
重新感知

其中第145章解决:

未来可能是什么?

第146章进一步解决:

哪些未来值得担心,以及为什么?

下一步自然进入:

第147章 Cognitive Decision

即:

当 ICAI 面对多个可能未来、多个风险以及多个可执行动作时,如何根据目标选择当前最合理的行动?

Leave a Reply

Your email address will not be published. Required fields are marked *