日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
画像帰属推定arXiv:2609.11188

合成画像の帰属推定のためのマルチビュー・混同誘導アンサンブルフレームワーク

A Multi-View and Confusion-Guided Ensemble Framework for Robust Synthetic Image Attribution

シェア:XThreadsFacebookLINEはてブBluesky

拡散モデル生成画像の生成元を高精度で特定するため、複数の視覚モデルを組み合わせたアンサンブル手法を提案し、ICANN 2026のチャレンジで99%超の精度を達成した。

詳しい要約

1. どんなもの?

本論文は、text-to-image生成モデルの進歩に伴い重要となるSynthetic Image Attribution (SIA) の課題に対し、DLMMDD Workshop at ICANN 2026のSynthetic Image Attribution Challenge向けに提案されたmulti-view and confusion-guided ensemble frameworkである。複数の相補的アーキテクチャを統合し、生成画像のソースモデルを高精度に識別することを目的とする。公開リーダーボードで99.53%、プライベートで99.20%を達成したと報告している。

2. 先行研究と比べてどこがすごい?

先行研究と比べてどこがすごいかは要旨からは不明。ただし、現代のdiffusion-based generators間の類似性増大や多様な後処理操作の存在により正確な識別が困難であるという課題に対し、multi-view ensembleとconfusion-guidedな専門家分類器を導入することで高精度を実現した点が特徴として挙げられている。

3. 技術・手法の肝は?

技術の肝は、FFT-ConvNeXt、DINOv2、CLIP、Xceptionといった複数の相補的アーキテクチャを統合し、frequency、semantic、forensicの観点から多様な手がかりを捉えることにある。また、圧縮、リサイズ、グレースケール変換、ぼかしなどの現実的な後処理を模擬する広範なdata augmentationを訓練時に適用し、未知の劣化や画像操作に対するrobustnessを向上させる。さらに、ensemble modelのconfusion patternsを分析し、Stable Diffusion 3とStable Diffusion 3.5間の深刻な曖昧性に対処するため、低信頼条件下で選択的に起動する専用のbinary expert classifierを導入。加えて、Tencent Hunyuanのような困難なクラスの識別を改善するclass-adaptive confidence calibrationを適用する。

4. どうやって有効だと検証した?

有効性の検証は、Synthetic Image Attribution Challengeのpublic leaderboardで99.53%、private leaderboardで99.20%を達成したことにより示されている。また、ensemble modelのconfusion patternsを分析し、Stable Diffusion 3とStable Diffusion 3.5間の曖昧性を観察した上で、binary expert classifierを導入して対処している。

5. 議論はある?

議論としては、ensemble modelのconfusion patternsの分析から、Stable Diffusion 3とStable Diffusion 3.5間に severe ambiguity が存在することが観察され、これに対処するために専用のbinary expert classifierを低信頼条件下で選択的に起動する手法を導入している。また、Tencent Hunyuanのような困難なクラスの識別を改善するためclass-adaptive confidence calibrationを適用している。

6. 次に読むべき論文は?

要旨で参照/比較されている研究や関連手法として、FFT-ConvNeXt、DINOv2、CLIP、Xception、Stable Diffusion 3、Stable Diffusion 3.5、Tencent Hunyuanが挙げられる。また、Synthetic Image Attribution Challenge (DLMMDD Workshop at ICANN 2026) が関連する。ソースコードはhttps://github.com/ZOMIN28/SIAで公開されている。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Zuomin Qu

分類: cs.CV

原文アブストラクト

Synthetic image attribution (SIA) has become increasingly important with the rapid advancement of text-to-image generation models. However, accurately identifying the source model of a generated image remains challenging due to the growing similarity among modern diffusion-based generators and the presence of diverse post-processing operations. In this report, we present a multi-view and confusion-guided ensemble framework for the Synthetic Image Attribution Challenge of the DLMMDD Workshop at ICANN 2026. Our approach integrates multiple complementary architectures, including FFT-ConvNeXt, DINOv2, CLIP, and Xception, to capture diverse attribution cues from frequency, semantic, and forensic perspectives. To improve robustness against unknown degradations and image manipulations, extensive data augmentation strategies are employed during training, simulating realistic post-processing operations such as compression, resizing, grayscale conversion, and blur. Furthermore, we analyze the confusion patterns of the ensemble model and observe severe ambiguity between Stable Diffusion 3 and Stable Diffusion 3.5. To address this issue, we introduce a dedicated binary expert classifier that is selectively activated under low-confidence conditions. We additionally apply class-adaptive confidence calibration to improve the discrimination of challenging classes such as Tencent Hunyuan. The proposed framework achieved 99.53% on the public leaderboard and 99.20% on the private leaderboard. The source code and implementation details are publicly available at https://github.com/ZOMIN28/SIA.