paper-with-me

홈 › Papers

MRF-UNets: Searching UNet with Markov Random Fields

2022-07-13 · Zifu Wang, Matthew B. Blaschko

UNet [27] is widely used in semantic segmentation due to its simplicity and effectiveness. However, its manually-designed architecture is applied to a large number of problem settings, either with no architecture optimizations, or with manual tuning, which is time consuming and can be sub-optimal. In this work, firstly, we propose Markov Random Field Neural Architecture Search (MRF-NAS) that extends and improves the recent Adaptive and Optimal Network Width Search (AOWS) method [4] with (i) a more general MRF framework (ii) diverse M-best loopy inference (iii) differentiable parameter learning. This provides the necessary NAS framework to efficiently explore network architectures that induce loopy inference graphs, including loops that arise from skip connections. With UNet as the backbone, we find an architecture, MRF-UNet, that shows several interesting characteristics. Secondly, through the lens of these characteristics, we identify the sub-optimality of the original UNet architecture and further improve our results with MRF-UNetV2. Experiments show that our MRF-UNets significantly outperform several benchmarks on three aerial image datasets and two medical image datasets while maintaining low computational costs. The code is available at: https://github.com/zifuwanggg/MRF-UNets.

📄 PDF Abstract BibTeX arXiv:2207.06168

Code (1)

zifuwanggg/mrf-unets 공식 구현 pytorch

Tasks

Neural Architecture SearchSemantic Segmentation

Similar Papers 제목 키워드 기반

An MRF-UNet Product of Experts for Image Segmentation

2021-04-12 · Mikael Brudfors, Yaël Balbastre, John Ashburner, Geraint Rees 외

While convolutional neural networks (CNNs) trained by back-propagation have seen unprecedented success at semantic segmentation tasks, they are known to struggle on out-of-distribution data. Markov random fields (MRFs) o…

Image SegmentationSemantic Segmentation

ConnectedUNets++: Mass Segmentation from Whole Mammographic Images

2022-10-25 · Prithul Sarker, Sushmita Sarker, George Bebis, Alireza Tavakkoli

Deep learning has made a breakthrough in medical image segmentation in recent years due to its ability to extract high-level features without the need for prior knowledge. In this context, U-Net is one of the most advanc…

DecoderImage SegmentationMedical Image SegmentationSemantic Segmentation

ClamNet: Using contrastive learning with variable depth Unets for medical image segmentation

2022-06-10 · Samayan Bhattacharya, Sk Shahnawaz, Avigyan Bhattacharya

Unets have become the standard method for semantic segmentation of medical images, along with fully convolutional networks (FCN). Unet++ was introduced as a variant of Unet, in order to solve some of the problems facing …

Computed Tomography (CT)Contrastive LearningImage SegmentationMedical Image Segmentation+1

SubUNets: End-To-End Hand Shape and Continuous Sign Language Recognition

2017-10-01 · ICCV 2017 10 · Necati Cihan Camgoz, Simon Hadfield, Oscar Koller, Richard Bowden

We propose a novel deep learning approach to solve simultaneous alignment and recognition problems (referred to as "Sequence-to-sequence" learning). We decompose the problem into a series of specialised expert systems re…

Sign Language RecognitionTransfer Learning

Deep Unrolling Networks with Recurrent Momentum Acceleration for Nonlinear Inverse Problems

2023-07-30 · Qingping Zhou, Jiayu Qian, Junqi Tang, Jinglai Li

Combining the strengths of model-based iterative algorithms and data-driven deep learning solutions, deep unrolling networks (DuNets) have become a popular tool to solve inverse imaging problems. While DuNets have been s…