paper-with-me

Papers

ComBiNet: Compact Convolutional Bayesian Neural Network for Image Segmentation

2021-04-14 · Martin Ferianc, Divyansh Manocha, Hongxiang Fan, Miguel Rodrigues

Fully convolutional U-shaped neural networks have largely been the dominant approach for pixel-wise image segmentation. In this work, we tackle two defects that hinder their deployment in real-world applications: 1) Predictions lack uncertainty quantification that may be crucial to many decision-making systems; 2) Large memory storage and computational consumption demanding extensive hardware resources. To address these issues and improve their practicality we demonstrate a few-parameter compact Bayesian convolutional architecture, that achieves a marginal improvement in accuracy in comparison to related work using significantly fewer parameters and compute operations. The architecture combines parameter-efficient operations such as separable convolutions, bilinear interpolation, multi-scale feature propagation and Bayesian inference for per-pixel uncertainty quantification through Monte Carlo Dropout. The best performing configurations required fewer than 2.5 million parameters on diverse challenging datasets with few observations.

📄 PDF Abstract BibTeX arXiv:2104.06957

Code (1)

martinferianc/ComBiNet 공식 구현 pytorch

Tasks

Bayesian InferenceDecision MakingImage SegmentationSemantic SegmentationUncertainty Quantification

Methods 이 논문이 사용한 방법론

Monte Carlo Dropout 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

On the Compactness, Efficiency, and Representation of 3D Convolutional Networks: Brain Parcellation as a Pretext Task

2017-07-06 · Wenqi Li, Guotai Wang, Lucas Fidon, Sebastien Ourselin 외

Deep convolutional neural networks are powerful tools for learning visual representations from images. However, designing efficient deep architectures to analyse volumetric medical images remains challenging. This work i…

3D Medical Imaging SegmentationImage SegmentationMedical Image SegmentationSegmentation+3

Weakly Supervised Segmentation of Hyper-Reflective Foci with Compact Convolutional Transformers and SAM2

2025-01-10 · Olivier Morelle, Justus Bisten, Maximilian W. M. Wintergerst, Robert P. Finger 외

Weakly supervised segmentation has the potential to greatly reduce the annotation effort for training segmentation models for small structures such as hyper-reflective foci (HRF) in optical coherence tomography (OCT). Ho…

Multiple Instance LearningSegmentationWeakly supervised segmentation

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

2024-05-23 · Kehui Zhang, Lingfeng li, Hao liu, Jing Yuan 외

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 inc…

Image SegmentationSegmentationSemantic Segmentation

BiSeg: Simultaneous Instance Segmentation and Semantic Segmentation with Fully Convolutional Networks

2017-06-07 · Viet-Quoc Pham, Satoshi Ito, Tatsuo Kozakaya

We present a simple and effective framework for simultaneous semantic segmentation and instance segmentation with Fully Convolutional Networks (FCNs). The method, called BiSeg, predicts instance segmentation as a posteri…

Bayesian InferenceInstance SegmentationPositionSegmentation+1

Unsupervised Text Segmentation Based on Native Language Characteristics

2017-07-01 · ACL 2017 7 · Shervin Malmasi, Mark Dras, Mark Johnson, Lan Du 외

Most work on segmenting text does so on the basis of topic changes, but it can be of interest to segment by other, stylistically expressed characteristics such as change of authorship or native language. We propose a Bay…

SegmentationText Segmentation