paper-with-me

Papers

Deep Convolutional Neural Networks Meet Variational Shape Compactness Priors for Image Segmentation

2024-05-23 · Kehui Zhang, Lingfeng li, Hao liu, Jing Yuan, Xue-Cheng Tai

Shape compactness is a key geometrical property to describe interesting regions in many image segmentation tasks. In this paper, we propose two novel algorithms to solve the introduced image segmentation problem that incorporates a shape-compactness prior. Existing algorithms for such a problem often suffer from computational inefficiency, difficulty in reaching a local minimum, and the need to fine-tune the hyperparameters. To address these issues, we propose a novel optimization model along with its equivalent primal-dual model and introduce a new optimization algorithm based on primal-dual threshold dynamics (PD-TD). Additionally, we relax the solution constraint and propose another novel primal-dual soft threshold-dynamics algorithm (PD-STD) to achieve superior performance. Based on the variational explanation of the sigmoid layer, the proposed PD-STD algorithm can be integrated into Deep Neural Networks (DNNs) to enforce compact regions as image segmentation results. Compared to existing deep learning methods, extensive experiments demonstrated that the proposed algorithms outperformed state-of-the-art algorithms in numerical efficiency and effectiveness, especially while applying to the popular networks of DeepLabV3 and IrisParseNet with higher IoU, dice, and compactness metrics on noisy Iris datasets. In particular, the proposed algorithms significantly improve IoU by 20% training on a highly noisy image dataset.

📄 PDF Abstract BibTeX arXiv:2406.19400

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…
Batch Normalization 설명 없음
ASPP Atrous Spatial Pyramid Pooling (ASPP) is a semantic segmentation module for resampling a given feature layer at multiple rates prior to…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Dilated Convolution 설명 없음
DeepLabv3 설명 없음

Similar Papers 제목 키워드 기반

Deep Convolutional Neural Networks with Spatial Regularization, Volume and Star-shape Priori for Image Segmentation

2020-02-10 · Jun Liu, Xiangyue Wang, Xue-Cheng Tai

We use Deep Convolutional Neural Networks (DCNNs) for image segmentation problems. DCNNs can well extract the features from natural images. However, the classification functions in the existing network architecture of CN…

Image SegmentationSegmentationSemantic Segmentation

SCR: Smooth Contour Regression with Geometric Priors

2022-02-08 · Gaetan Bahl, Lionel Daniel, Florent Lafarge

While object detection methods traditionally make use of pixel-level masks or bounding boxes, alternative representations such as polygons or active contours have recently emerged. Among them, methods based on the regres…

Instance SegmentationObjectobject-detectionObject Detection+2

A Field Model for Repairing 3D Shapes

2016-06-01 · CVPR 2016 6 · Duc Thanh Nguyen, Binh-Son Hua, Khoi Tran, Quang-Hieu Pham 외

This paper proposes a field model for repairing 3D shapes constructed from multi-view RGB data. Specifically, we represent a 3D shape in a Markov random field (MRF) in which the geometric information is encoded by random…

model

A Fusion of Variational Distribution Priors and Saliency Map Replay for Continual 3D Reconstruction

2023-08-17 · Sanchar Palit, Sandika Biswas

Single-image 3D reconstruction is a research challenge focused on predicting 3D object shapes from single-view images. This task requires significant data acquisition to predict both visible and occluded portions of the …

3D ReconstructionContinual LearningObject

Deep Learning Shape Priors for Object Segmentation

2013-06-01 · CVPR 2013 6 · Fei Chen, Huimin Yu, Roland Hu, Xunxun Zeng

In this paper we introduce a new shape-driven approach for object segmentation. Given a training set of shapes, we first use deep Boltzmann machine to learn the hierarchical architecture of shape priors. This learned hie…

Deep LearningObjectSemantic Segmentation