arXiv:2608.30034cs.CV2026-08

智能开关去雾模块,让烟雾环境下的设备感知更高效

Input-Adaptive Gating of a Dehazing Front-End for On-Device Perception in Smoke-Obscured Environments

论文配图:Input-Adaptive Gating of a Dehazing Front-End for On-Device Perception in Smoke-Obscured Environments
图 1 · 摘自论文原文
  • 根据烟雾程度动态启用去雾,避免无谓计算
  • 在烟雾场景下边缘检测准确率提升至0.738,帧率提高5倍
  • 适合资源受限的移动设备,在烟雾探测等场景中实用

双阶段视觉流水线常将增强网络置于任务网络前,假设输入越清晰输出越好。本文评估了消防员辅助系统中,去雾模块前置于边缘检测器的效果。两者均针对Raspberry Pi 4设计,参数量分别为355K和23K,经TensorFlow Lite量化为UINT8。浮点去雾模型在真实烟雾数据上达到18.60 dB PSNR,优于未处理的13.60 dB和同数据训练的AOD-Net的17.08 dB;边缘检测器在最优数据集尺度(ODS)下达0.738,超过优化后Canny的0.692。去雾在浓烟下提升边缘提取效果,但在清晰或轻度雾霾帧上反而因过度去细节而降低性能。因此引入基于暗通道估计的阈值判断,仅在烟雾严重时激活去雾,该判断耗时仅10.1毫秒,使去雾阶段节省469.6毫秒。平均四类烟雾水平下,门控策略的平均ODS为0.675,优于始终去雾的0.664和从不去雾的0.630。整体在Raspberry Pi上单帧时间从569毫秒降至321毫秒,清画面帧率从1.8提升至9帧/秒。

原文摘要 · Abstract (English)

Two-stage vision pipelines often place an enhancement network before a task network, on the assumption that a cleaner input produces a better output. We evaluate this in a firefighter assistance pipeline, where a dehazer precedes an edge detector that renders smoke-filled rooms as structural outlines. Both were designed for a Raspberry Pi 4, at 355K and 23K parameters, and quantized to UINT8 via TensorFlow Lite. The float dehazer reaches 18.60 dB peak signal-to-noise ratio (PSNR) on held-out real smoke against 13.60 dB unprocessed and 17.08 dB for an AOD-Net trained on the same data, and the edge detector reaches an F-measure at optimal dataset scale (ODS) of 0.738, outperforming an optimized Canny's result of 0.692. Dehazing improves edge extraction under dense smoke but degrades it on clear and lightly hazed frames, where the dehazer discards more detail than the haze obscures. We therefore run the dehazer only when a dark channel haze estimate exceeds a threshold, a 10.1 ms test that lets the pipeline save 469.6 ms on the dehazing stage. Averaged over four haze levels, gating is more accurate than either fixed decision, at 0.675 mean ODS against 0.664 for always dehazing and 0.630 for never dehazing. It reduces the mean per-frame time on the Raspberry Pi from 569 ms to 321 ms, and on clear frames increases the frame rate fivefold, from 1.8 to 9 frames per second.

去雾边缘检测移动端智能门控

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。