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

小病変と誤検出成分を同時に評価する分割損失BiCC

BiCC: Bidirectional Connected-Component Loss for Instance-Aware Segmentation

Luc Bouteille, Frederic Jonske, Jens Kleesiek, Alexander Jaus

この論文をやさしく読む

ひとことで言うと

医用画像で小さな病変を見逃さず、余分な病変の誤検出も抑えるための画像分割の損失関数。

何に役立つ?

病変の数を単位にした分割モデルの学習・評価に役立つ。要旨は五データセットの交差検証での比較結果を示す。

この研究の面白いところ

正解注釈だけでなく予測画像からも連結成分を作り、偽陽性を成分単位で直接罰する。五データセットすべてでblob lossより病変単位F1が高い。

どこまで分かった?

要旨はデータセットの詳細や実際の臨床運用での効果を示していない。CC-DiceCEに対する改善は五つ中四つのデータセット。

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

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

一般的な画像分割の損失関数はボクセルごとに誤差を集約するため、病変の影響は体積に比例し、小さいながらも臨床上重要な病変の重みが不相応に小さくなる。各病変にそれぞれ項を割り当てるインスタンス単位の損失は、このずれを改善しようとする。しかし、blob lossとCC-DiceCEは領域を正解注釈のみから作るので、偽陽性の連結成分にはインスタンス単位の項がない。コンピューター支援の確認では、各偽陽性成分を別々に点検する必要があり得るため、再現率とともに適合率や偽陽性の負担が重要となる。本研究は、注釈から得た分割領域と予測から得た分割領域を組み合わせ、予測された連結成分をそれ自身の尺度で評価する双方向連結成分損失(BiCC)を導入する。予測からインスタンスを作る枝は、大きさにかかわらず偽陽性成分へ直接ペナルティーを与える。調整パラメータαによって、病変単位の適合率と再現率のバランスを制御できる。nnU-Netを用い、五つのデータセットで五分割交差検証を行った結果、BiCCは病変単位のF1で、CC-DiceCEを四つのデータセットで、blob lossを五つすべてで上回った。DiceCEに対しては三つで有意に改善し、二つでは同等だった。一方、CC-DiceCEは再現率を重視することで適合率を最大0.363失った。コードは https://github.com/TIO-IKIM/BiCC-Loss で公開されている。

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

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

更新履歴

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

原文の要旨

Common segmentation losses aggregate errors voxel-wise, so lesions influence the objective in proportion to their volume, giving small but clinically critical lesions disproportionately little weight. Instance-aware losses aim to address this mismatch by assigning each lesion its own term. However, blob loss and CC-DiceCE derive their regions solely from annotations, so false-positive components receive no instance-level term. This matters in computer-assisted review, where each false-positive component may require separate inspection, making precision and false-positive burden important alongside recall. We introduce the bidirectional connected-component loss (BiCC), which pairs annotation- and prediction-derived partitions to score predicted components on their own scale. By deriving instances from the predictions, this branch directly penalizes false-positive components regardless of their size. The balance parameter $\alpha$ allows control over the lesion-wise precision-recall trade-off. Across five datasets with five-fold cross-validation using nnU-Net, BiCC outperforms CC-DiceCE in lesion-wise F1 on four datasets and blob loss on all five. It significantly improves over DiceCE on three datasets and matches it on two; CC-DiceCE instead loses up to 0.363 precision by favoring recall. Code is available at https://github.com/TIO-IKIM/BiCC-Loss.

著者のコメント

2 figures, 3 tables. Code: https://github.com/TIO-IKIM/BiCC-Loss

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