Abysstree渊林ovc
Back to notes返回笔记

Draft草稿 / 2026-07-04

RobustIRFusion: Why Fusion Needs Robustness, Not Only Better MetricsRobustIRFusion:为什么融合需要鲁棒性,而不只是更好的指标

A draft project note framing infrared-visible fusion as a robustness problem under misalignment and modality reliability uncertainty.一篇项目笔记草稿:把红外-可见光融合放在错位和模态可靠性不确定下的鲁棒性问题中理解。

The Hidden Assumption in Infrared-Visible Fusion

Many infrared-visible image fusion methods begin from a convenient assumption: the infrared and visible images are already well registered, and both modalities are locally reliable.

That assumption is useful for building clean benchmarks and controlled comparisons. It is also fragile.

In real sensing systems, dual sensors may have spatial misalignment. The two modalities may have temporal delay. Visible images may suffer from low light, motion blur, glare, rain, haze, or overexposure. Infrared images may contain thermal noise, low contrast, saturation, or weak target boundaries.

If a fusion method assumes both modalities are clean and aligned, it may produce pleasing results on standard examples while becoming unstable under realistic conditions.

This is the starting point for RobustIRFusion.

Why Misalignment Matters

Misalignment is not just an inconvenience for visualization. It changes what fusion means.

If a visible edge is shifted away from the corresponding infrared target, blindly injecting visible texture can create ghosting or false structure. If the system forces two inconsistent signals into the same representation, the fused image may become less useful for downstream perception, even if it looks sharper in some regions.

For practical multimodal perception, the question is not:

How can we always combine both modalities as much as possible?

The better question is:

How should the system behave when one modality is locally unreliable or spatially inconsistent with the other?

That question points toward reliability-aware fusion rather than purely symmetric feature mixing.

Why Reliability Matters

Visible light is often rich in texture, but texture is not always trustworthy. It can be damaged by low illumination, overexposure, blur, sensor noise, or weather-like degradation. Infrared is often more stable for thermal targets, but it is not perfect either.

A robust fusion system should not treat every feature as equally useful. It should have a way to reduce the influence of unreliable information, especially when that information is visually detailed but physically misleading.

This is why the paper direction is not simply “a new Mamba fusion network” or “a better fusion backbone.” The main idea is to make the fusion process more conservative and controlled under imperfect sensing conditions.

Infrared as an Anchor, Visible Light as Conditional Detail

The current project hypothesis is:

Infrared should act as the primary anchor for robust sensing, while visible information should be injected as conditional detail when it is reliable.

In a simplified form, the idea looks like this:

R = E_ir(I_ir)
X = E_vi(I_vi)

Delta = f_delta(R)
g = sigmoid(f_gate(R))
q = f_quality(R, X, mismatch)

U = P_ir(R) + g * q * P_vi(X)
Y = SSM(U; Delta)
F = R + Y

Here, R is an infrared-centered representation, X is a visible representation, g controls visible texture injection, and q estimates local reliability or misalignment confidence.

The important part is not the exact notation. The important part is the behavior: visible features should not be injected equally everywhere. Their influence should depend on infrared priors and local confidence.

What Evidence Would Convince Me

For this project to be convincing, clean benchmark scores are not enough.

The evidence should include:

  • aligned fusion results on datasets such as MSRS, M3FD, and TNO;
  • controlled synthetic misalignment tests, including shifts, rotations, and local perturbations;
  • visible degradation tests, such as low light, blur, noise, glare, and overexposure;
  • ablations comparing symmetric fusion, infrared-control only, and infrared-control with reliability confidence;
  • visualizations of g and q maps;
  • examples where the method avoids ghosting or unreliable visible texture injection.

The key story should be:

Infrared-centered control provides a stable anchor, and reliability/misalignment confidence prevents unreliable visible texture from corrupting the fused result.

What This Project Should Not Become

The scope has to stay narrow.

This project should not expand into full registration, segmentation-assisted fusion, diffusion fusion, video fusion, event-camera fusion, or a large downstream task suite before the core proof is complete.

The first version only needs to prove one thing well:

Reliability-aware infrared-centered fusion is more robust than symmetric fusion or clean-only infrared-controlled fusion under misalignment and modality degradation.

If the method cannot prove that, adding more components will not fix the story. If it can prove that, the project already has a clear contribution.

Current Status

This is the active paper line. The earlier EMFusion idea remains useful as a branch or base model: infrared-controlled selective state-space fusion where infrared features generate control variables such as Delta and g.

RobustIRFusion extends that direction by making reliability and misalignment central rather than treating clean alignment as the default world.

The next work is practical and evidence-driven: dataset setup, synthetic misalignment and degradation generation, baseline evaluation, a minimal architecture, and tightly scoped ablations.

红外-可见光融合中隐藏的假设

很多红外-可见光图像融合方法从一个方便的假设开始:红外图像和可见光图像已经对齐,而且两种模态在局部都是可靠的。

这个假设有助于构建干净的基准测试和受控比较,但它也很脆弱。

在真实传感系统中,双传感器可能存在空间错位,两种模态也可能存在时间延迟。可见光图像可能受到低照度、运动模糊、眩光、雨、雾或过曝影响;红外图像也可能包含热噪声、低对比度、饱和或较弱的目标边界。

如果一个融合方法假设两种模态都干净且对齐,它可能在标准样例上产生漂亮结果,却在真实条件下变得不稳定。

这就是 RobustIRFusion 的起点。

为什么错位重要

错位不只是可视化上的麻烦,它会改变融合本身的含义。

如果可见光边缘偏离了对应的红外目标,盲目注入可见光纹理可能产生重影或虚假结构。如果系统强行把两个不一致信号压进同一表示里,融合图像即使在某些区域看起来更锐,也可能对下游感知更没用。

对实际多模态感知来说,问题不是:

我们如何总是尽可能多地结合两种模态?

更好的问题是:

当一个模态在局部不可靠,或者和另一个模态空间上不一致时,系统应该如何表现?

这个问题指向可靠性感知融合,而不是纯对称的特征混合。

为什么可靠性重要

可见光通常有丰富纹理,但纹理并不总是可信。它可能被低照度、过曝、模糊、传感器噪声或天气退化破坏。红外通常对热目标更稳定,但它也不是完美的。

一个鲁棒融合系统不应该把所有特征都当成同等有用。它需要一种机制来降低不可靠信息的影响,尤其是那些视觉上细节丰富、但物理上可能误导系统的信息。

所以这个论文方向不只是“一个新的 Mamba 融合网络”或“一个更好的融合骨干网络”。核心想法是:在不完美传感条件下,让融合过程更保守、更受控。

红外作为锚点,可见光作为条件细节

当前项目假设是:

红外应该作为鲁棒感知的主要锚点,而可见光信息只在可靠时作为条件细节注入。

简化形式可以写成:

R = E_ir(I_ir)
X = E_vi(I_vi)

Delta = f_delta(R)
g = sigmoid(f_gate(R))
q = f_quality(R, X, mismatch)

U = P_ir(R) + g * q * P_vi(X)
Y = SSM(U; Delta)
F = R + Y

这里,R 是红外中心表示,X 是可见光表示,g 控制可见光纹理注入,q 估计局部可靠性或错位置信度。

重点不是具体符号,而是行为:可见光特征不应该在所有位置等量注入,它的影响应该依赖红外先验和局部置信度。

什么证据能说服我

这个项目要有说服力,干净基准测试分数不够。

证据应该包括:

  • 在 MSRS、M3FD 和 TNO 等数据集上的对齐融合结果;
  • 受控合成错位测试,包括平移、旋转和局部扰动;
  • 可见光退化测试,例如低照度、模糊、噪声、眩光和过曝;
  • 比较对称融合、仅红外控制,以及带可靠性置信度的红外控制的消融实验;
  • gq 图的可视化;
  • 展示方法避免重影或不可靠可见光纹理注入的样例。

关键叙事应该是:

红外中心控制提供稳定锚点,而可靠性/错位置信度阻止不可靠可见光纹理污染融合结果。

这个项目不应该变成什么

范围必须保持窄。

在核心证明完成前,这个项目不应该扩展成完整配准、语义分割辅助融合、扩散式融合、视频融合、事件相机融合或大型下游任务套件。

第一版只需要把一件事证明好:

在错位和模态退化下,可靠性感知红外中心融合比对称融合或只面向干净对齐的红外控制融合更鲁棒。

如果方法不能证明这一点,增加更多组件也修不好故事。如果可以证明,那么这个项目已经有了清晰贡献。

当前状态

这是当前活跃论文方向。早期 EMFusion 想法仍然可以作为分支或基模型:由红外特征生成 Deltag 等控制变量的红外控制选择性状态空间融合。

RobustIRFusion 在这个方向上继续推进,把可靠性和错位放到中心,而不是默认干净对齐。

下一步是实践和证据驱动的工作:数据集搭建、合成错位和退化生成、基线评估、最小架构,以及范围收紧的消融实验。