arXiv論文メモ
新着一覧
cs.CV · 査読状況未確認

悪天候をまたいで物体を検出する場面適応型ネットワーク

C2FXNet: Coarse-to-Fine Scene Expert for Unified Object Detection across Adverse Weather

Tianle Fang, Zhenbing Liu, Chong Yin, Bolun Li, Haoxiang Lu

この論文をやさしく読む

ひとことで言うと

霧や暗所など条件が変わる画像でも、場面に合わせて物体を見つける検出器を提案した。

何に役立つ?

天候や照明が変わる環境での画像認識に利用できる可能性がある。実際の運用での性能は要旨に示されていない。

この研究の面白いところ

粗い場面分類と画像ごとの細かな特徴調整を組み合わせ、場面別に学習しなくても検出できるようにした。

どこまで分かった?

RTTS、ExDark、AWDの3データセットでの実験結果であり、mAPはそれぞれ63.70%、71.14%、54.19%。未知の環境での性能は分からない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

悪天候下の物体検出は、視覚品質の大きな低下が多様な場面で意味的特徴の表現を乱すため難しい。従来の方法は条件ごとに設計されることが多く、単一の検出器での汎化が制限される。本稿は、場面を階層的に利用して統一的な検出を行うCoarse-to-Fine Scene Expert Network(C2FXNet)を提案する。二段階の誘導機構は、圧縮した複数スケールの視覚情報と固定した粗い場面の典型例を使い、GRUによる反復的な場面推論を行うMulti-step Reasoning Router(MRR)と、画像固有の意味情報で高次特徴を調整し局所的な違いに対応するFine Scene Refinement(FSR)から成る。さらに、場面を考慮する混合専門家モデル(SMoE)が、MRRとFSRの共同の誘導の下で場面別の専門家を動的に組み合わせる。粗い場面推論と細かな意味情報の調整を結び付けることで、場面ごとの学習を行わず複数の場面で頑健な検出を可能にする。RTTS、ExDark、新たに構築したAdverse Weather Dataset(AWD)での広範な実験では、霧、暗所、晴天の条件を通じて従来の最先端手法を一貫して上回り、mAPはそれぞれ63.70%、71.14%、54.19%に達した。ソースコードは https://github.com/PolarisFTL/C2FXNet で公開予定である。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-22(UTC)
最新改訂
2026-09-22 · v1
査読・掲載
査読状況未確認
arXivで読むPDFDOI

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Object detection in adverse weather remains challenging because severe degradations weaken visual quality and disrupt semantic feature representations across diverse scenes. Existing methods usually rely on condition-specific designs, which limits their ability to generalize within a unified detector. In this paper, we propose a Coarse-to-Fine Scene Expert Network (C2FXNet) that achieves unified detection through hierarchical scene guidance. Specifically, C2FXNet introduces a dual-level guidance mechanism consisting of a Multi-step Reasoning Router (MRR), which performs GRU-based recurrent scene reasoning over compressed multi-scale visual cues and frozen coarse scene prototypes, and a Fine Scene Refinement (FSR) module, which uses image-specific semantic cues to modulate high-level features for local variation handling. Furthermore, a Scene-aware Mixture-of-Experts (SMoE) dynamically combines scene-specific experts under the joint guidance of MRR and FSR. By coupling coarse scene reasoning with fine-grained semantic refinement, C2FXNet enables robust multi-scene detection without scene-specific training. Extensive experiments on RTTS, ExDark, and our newly constructed Adverse Weather Dataset (AWD) demonstrate that C2FXNet consistently outperforms state-of-the-art methods across foggy, dark, and clear conditions, reaching 63.70%, 71.14%, and 54.19% mAP on RTTS, ExDark, and AWD, respectively. The source code will be released at https://github.com/PolarisFTL/C2FXNet.

著者のコメント

10 pages, 8 figures. Accepted at ACM Multimedia (ACM MM 2026)

arXiv ID: 2609.25693 / 要約の誤りについて