paper-with-me

홈 › Papers

From Patch to Image Segmentation using Fully Convolutional Networks -- Application to Retinal Images

2019-04-08 · Taibou Birgui Sekou, Moncef Hidane, Julien Olivier, Hubert Cardot

Deep learning based models, generally, require a large number of samples for appropriate training, a requirement that is difficult to satisfy in the medical field. This issue can usually be avoided with a proper initialization of the weights. On the task of medical image segmentation in general, two techniques are oftentimes employed to tackle the training of a deep network $f_T$. The first one consists in reusing some weights of a network $f_S$ pre-trained on a large scale database ($e.g.$ ImageNet). This procedure, also known as $transfer$ $learning$, happens to reduce the flexibility when it comes to new network design since $f_T$ is constrained to match some parts of $f_S$. The second commonly used technique consists in working on image patches to benefit from the large number of available patches. This paper brings together these two techniques and propose to train $arbitrarily$ $designed$ $networks$ that segment an image in one forward pass, with a focus on relatively small databases. An experimental work have been carried out on the tasks of retinal blood vessel segmentation and the optic disc one, using four publicly available databases. Furthermore, three types of network are considered, going from a very light weighted network to a densely connected one. The final results show the efficiency of the proposed framework along with state of the art results on all the databases.

📄 PDF Abstract BibTeX arXiv:1904.03892

Code (1)

Taib/patch2image 공식 구현 tf

Tasks

Image SegmentationMedical Image SegmentationSemantic SegmentationTransfer Learning

Similar Papers 제목 키워드 기반

Asymmetric Loss Functions and Deep Densely Connected Networks for Highly Imbalanced Medical Image Segmentation: Application to Multiple Sclerosis Lesion Detection

2018-03-28 · Seyed Raein Hashemi, Seyed Sadegh Mohseni Salehi, Deniz Erdogmus, Sanjay P. Prabhu 외

Fully convolutional deep neural networks have been asserted to be fast and precise frameworks with great potential in image segmentation. One of the major challenges in training such networks raises when data is unbalanc…

Data AugmentationImage SegmentationLesion DetectionLesion Segmentation+3

Patch-Based Deep Unsupervised Image Segmentation using Graph Cuts

2023-11-01 · Isaac Wasserman, Jeova Farias Sales Rocha Neto

Unsupervised image segmentation aims at grouping different semantic patterns in an image without the use of human annotation. Similarly, image clustering searches for groupings of images based on their semantic content w…

ClusteringDeep ClusteringImage ClusteringImage Segmentation+3

Retinal Vessel Segmentation based on Fully Convolutional Networks

2019-11-22 · Zhengyuan Liu

The morphological attributes of retinal vessels, such as length, width, tortuosity and branching pattern and angles, play an important role in diagnosis, screening, treatment, and evaluation of various cardiovascular and…

Retinal Vessel SegmentationSegmentation

Fully Convolutional Neural Networks for Crowd Segmentation

2014-11-17 · Kai Kang, Xiaogang Wang

In this paper, we propose a fast fully convolutional neural network (FCNN) for crowd segmentation. By replacing the fully connected layers in CNN with 1 by 1 convolution kernels, FCNN takes whole images as inputs and dir…

Image SegmentationSegmentationSemantic SegmentationTranslation

Convolution-Free Medical Image Segmentation using Transformers

2021-02-26 · Davood Karimi, Serge Vasylechko, Ali Gholipour

Like other applications in computer vision, medical image segmentation has been most successfully addressed using deep learning models that rely on the convolution operation as their main building block. Convolutions enj…

Image SegmentationInductive BiasMedical Image SegmentationSegmentation+2