背景と目的:人間の目の血管の状態は、眼科疾患の診断のための重要な要因です。眼底画像での血管セグメンテーションは、複雑な血管構造、微小動脈瘤や出血などの類似構造の存在、幅が1〜数ピクセルしかない微小血管、およびより細かい結果が求められるため、困難な作業です。方法:このホワイトペーパーでは、血管のセグメンテーションのための短い接続(BTS-DSN)を持つマルチスケールの深く監視されたネットワークを提示します。短い接続を使用して、サイド出力レイヤー間でセマンティック情報を転送しました。ボトムトップのショート接続は、低レベルのセマンティック情報を高レベルに渡し、結果を高レベルのサイド出力にします。トップボトムのショート接続は、多くの構造情報を低レベルに渡し、低レベルのサイド出力のノイズを減らします。さらに、クロストレーニングを使用して、モデルが実世界の眼底画像に適していることを示します。結果:提案されたBTS-DSNは、DRIVE、STARE、およびCHASE_DB1データセットで検証されており、他の最先端の方法と比べて競争力のあるパフォーマンスを示しました。特に、パッチレベルの入力により、ネットワークはそれぞれDRIVEおよびSTAREで0.7891 / 0.8212感度、0.9804 / 0.9843特異性、0.9806 / 0.9859 AUC、および0.8249 / 0.8421 F1スコアを達成しました。さらに、我々のモデルはクロストレーニング実験で他の方法よりも優れた動作をします。結論:BTS-DSNは、3つのパブリックデータセットの血管セグメンテーションタスクで競争力のあるパフォーマンスを達成します。血管のセグメンテーションに適しています。このメソッドのソースコードはhttps://github.com/guomugong/BTS-DSNで入手できます。
Background and Objective: The condition of vessel of the human eye is an important factor for the diagnosis of ophthalmological diseases. Vessel segmentation in fundus images is a challenging task due to complex vessel structure, the presence of similar structures such as microaneurysms and hemorrhages, micro-vessel with only one to several pixels wide, and requirements for finer results. Methods:In this paper, we present a multi-scale deeply supervised network with short connections (BTS-DSN) for vessel segmentation. We used short connections to transfer semantic information between side-output layers. Bottom-top short connections pass low level semantic information to high level for refining results in high-level side-outputs, and top-bottom short connection passes much structural information to low level for reducing noises in low-level side-outputs. In addition, we employ cross-training to show that our model is suitable for real world fundus images. Results: The proposed BTS-DSN has been verified on DRIVE, STARE and CHASE_DB1 datasets, and showed competitive performance over other state-of-the-art methods. Specially, with patch level input, the network achieved 0.7891/0.8212 sensitivity, 0.9804/0.9843 specificity, 0.9806/0.9859 AUC, and 0.8249/0.8421 F1-score on DRIVE and STARE, respectively. Moreover, our model behaves better than other methods in cross-training experiments. Conclusions: BTS-DSN achieves competitive performance in vessel segmentation task on three public datasets. It is suitable for vessel segmentation. The source code of our method is available at https://github.com/guomugong/BTS-DSN.