Index
BAS-Net
Predict-Refine Architecture と Hybrid Loss が改善ポイント.
Architecture
Predict Module
U-Net や SegNet と同様の Encoder-Decoder Architecture.
U-Net
SegNet
Decoder は各スケールの中間出力として Side Output Map を出力している. これらの情報も最終的には連結して出力する.
Multi Scale Residual Refinement Module / RRM
Prediction Module から得られた粗いセグメンテーションマップ (Coarse Map)
を精細化することが目的.
と GT の残差
を学習する.
様々な RRM のアーキテクチャを検討.
Hybrid Loss
以下のように Loss を定義.
:
番目の Side Output の Loss
: それぞれの重み
それぞれの Silde Output の Loss (= Hybrid Loss) を以下のように定義.
: Binary Classification Entropy Loss
: Structural Similarity Loss
: IoU Loss
参考
- Boundary-Aware Segmentation Network for Mobile and Web Applications
- [2021]
- Abstract
- 1 INTRODUCTION
- 3 METHODOLOGY
- 3.2 Prediction Module
- 3.3 Residual Refinement Module
- 3.4 Hybrid Loss
- arxiv.org
- github.com