← Back to Paper 返回论文

TMF Framework · Traversable Medium Framework

Figures & Illustrations 插图与示意图

Figure-Ground Reversal and the Traversable Medium

底图反转与可通行介质

Gestalt figure-ground reversal: vase and faces
Fig. 0 · Gestalt Figure-Ground Reversal What do you see first — two faces, or a single cup? Both readings are valid. Which one you see depends on what you treat as figure, and what you treat as ground.
图 0 · 格式塔图底反转 你首先看到的是两张脸,还是一只杯子?两种解读都成立。你看到的,取决于你把什么当作图,把什么当作底。
Object-center view of intersection
Fig. 1 · Object-Center View Obstacles are the figure. The more complex the scene, the more objects must be identified and classified before any navigation decision can be made.
图 1 · 以物体为中心 障碍物是图。场景越复杂,需要识别和分类的物体就越多,导航决策才能开始。
Traversable medium center view of intersection
Fig. 2 · Traversable Medium View The traversable medium is the figure. Obstacles are no longer objects to be identified — they become the boundary where traversable space ends.
图 2 · 以可通行介质为中心 可通行介质是图。障碍物不再是需要识别的物体——它们成为可通行空间结束的边界。

Imagine you are instantly teleported to an alien world. Gravity feels familiar. The air is breathable. The ground holds your weight. There are roads, intersections, and what appear to be traffic signals — but every single object around you is completely unrecognizable. You cannot name a single thing you see.

Could you still drive? Of course you could.

This thought experiment reveals something that tends to go unnoticed in autonomous driving research: safe navigation does not require knowing what something is. It requires knowing where you can go. A vehicle does not need to recognize a wall to avoid it — it needs to detect that the space ahead is no longer traversable.

This is the figure-ground reversal at the heart of TMF. Instead of modeling the world as a collection of objects to be identified, TMF models it as a field of traversable medium to be measured. Obstacles do not disappear — they become the boundary where traversable medium ends. The question shifts from "what is that?" to "can I go there?"

When safety is grounded in physics rather than semantics, the system generalizes across environments — because physical constraints do not change when the scenery does.

想象你被瞬间传送到了一个外星世界。重力感觉和地球一样。空气可以呼吸。地面支撑你的重量。有道路,有路口,有看起来像交通信号灯的东西——但你周围的每一个物体都完全无法辨认,你叫不出任何一样东西的名字。

你还会开车吗?当然会。

这个思想实验揭示了自动驾驶研究中一个容易被忽视的事实:安全导航不需要知道某样东西"是什么",它需要知道的是"我能去哪里"。车辆不需要识别出前方是一堵墙才能避开它——它只需要检测到前方空间已经不再可通行。

这正是 TMF 核心的底图反转。TMF 不把世界建模为一组需要被识别的物体,而是建模为一个需要被测量的可通行介质场。障碍物并没有消失——它们成为了可通行介质结束的边界。问题从"那是什么?"变成了"我能过去吗?"

当安全建立在物理之上而非语义之上,系统就获得了跨环境的泛化能力——因为物理约束不会随着场景的变化而改变。

Radius-Jump Release-Point Detection

半径突变释放点监测法

Radius-jump release point detection diagram
Fig. 3 · Radius-Jump Release-Point Detection A top-down 2D view. Green represents traversable medium. The vehicle is at the origin. All five marked points fall within the +Y zone — the area where the host vehicle is responsible for safe travel.
图 3 · 半径突变释放点监测法 二维俯视示意图。绿色为可通行介质区域。主车位于坐标原点。图中五个标记点均位于 +Y 区域——即主车需要负责安全行驶的区域。
How the Method Works 方法原理

The host vehicle continuously emits radar beams in all directions. Each beam returns a single value: the depth of traversable medium along that direction — how far open space extends before hitting a boundary. In a 2D top-down map, this produces a ring of radius values around the vehicle.

When two adjacent beams show a sudden jump in radius, that discontinuity marks a release point — a location on the boundary of traversable medium where a moving object could emerge without warning. The short-radius end of the jump is tagged as a risk source.

Scan direction is not arbitrary. On the left side (−X), beams sweep from −X toward +Y. On the right side (+X), beams sweep from +X toward +Y. This directionality ensures that the geometry of each jump can be interpreted correctly.

主车持续向各方向发射雷达波束。每条波束返回一个数值:该方向上可通行介质的深度——开放空间在抵达边界之前延伸的距离。在二维俯视图中,这产生了围绕主车的一圈半径值。

当相邻两条波束出现半径突变时,该不连续点标记为释放点——可通行介质边界上潜在运动对象可能无预警涌现的位置。突变中短半径的末端被标记为风险源点。

扫描方向有明确规定。左侧(−X)波束从 −X 向 +Y 扫描,右侧(+X)波束从 +X 向 +Y 扫描。这一方向性确保每个突变的几何含义可以被正确解读。

Risk Level by Jump Direction 突变方向与风险等级
Points 标记点 Jump Pattern 突变模式 Exit Direction 出口方向 Risk 风险等级
1, 4, 5 Short → Long 先短后长 Lateral (±X) 横向 Higher 较高
2, 3 Long → Short 先长后短 Parallel to +Y 与主车同向 Lower 较低

Points 1, 4, 5 — short to long. The beam sweeps from an occluded edge into open space, indicating a lateral exit. Any object emerging here enters the vehicle's path with transverse velocity, leaving minimal reaction time.

Points 2, 3 — long to short. The exit is oriented roughly parallel to the vehicle's direction of travel (+Y). An emerging object would initially move in the same direction as the host vehicle, giving the system more time to respond.

点 1、4、5——先短后长。波束从遮挡物边缘扫出至开阔空间,表明此处存在横向出口。潜在对象一旦出现,将以横向速度直接进入主车路径,留给系统的反应时间极短,风险等级较高。

点 2、3——先长后短。出口方向与主车行进方向(+Y)大致平行。潜在对象若出现,其初始运动方向与主车相近,系统有更多时间介入,风险等级相对较低。

Why This Matters 为什么重要

Traditional systems handle "ghost probes," occluded oncoming vehicles, and suddenly moving pedestrians as separate problems — because semantically, they appear different. The radius-jump method unifies them as a single physical event: did a tagged risk source release a measurable moving object?

The system does not need to model what might be hiding in occluded space. It only needs to monitor the tagged points — and the moment a velocity vector appears, standard trajectory prediction and collision-time calculation begin.

传统系统将"鬼探头"、遮挡来车、静止行人突然移动视为独立问题分别处理,因为在语义上它们看起来不同。半径突变法将它们统一为同一个物理事件:某个被标记的风险源点,是否释放出了可测速的运动对象?

系统不需要猜测遮挡空间里有什么。它只需要持续监测这些被标记的点——一旦有速度向量出现,立即启动轨迹预测与碰撞时间计算。

Note / 注: The radius-jump method has not yet been validated through physical experiment or simulation. The above represents a theoretical formulation awaiting empirical testing.
半径突变法目前尚未经过物理实验或仿真验证,以上内容为待验证的理论框架。