paper-with-me

Papers

Simple and Efficient Architectures for Semantic Segmentation

2022-06-16 · Dushyant Mehta, Andrii Skliar, Haitam Ben Yahia, Shubhankar Borse, Fatih Porikli, Amirhossein Habibian, Tijmen Blankevoort

Though the state-of-the architectures for semantic segmentation, such as HRNet, demonstrate impressive accuracy, the complexity arising from their salient design choices hinders a range of model acceleration tools, and further they make use of operations that are inefficient on current hardware. This paper demonstrates that a simple encoder-decoder architecture with a ResNet-like backbone and a small multi-scale head, performs on-par or better than complex semantic segmentation architectures such as HRNet, FANet and DDRNets. Naively applying deep backbones designed for Image Classification to the task of Semantic Segmentation leads to sub-par results, owing to a much smaller effective receptive field of these backbones. Implicit among the various design choices put forth in works like HRNet, DDRNet, and FANet are networks with a large effective receptive field. It is natural to ask if a simple encoder-decoder architecture would compare favorably if comprised of backbones that have a larger effective receptive field, though without the use of inefficient operations like dilated convolutions. We show that with minor and inexpensive modifications to ResNets, enlarging the receptive field, very simple and competitive baselines can be created for Semantic Segmentation. We present a family of such simple architectures for desktop as well as mobile targets, which match or exceed the performance of complex models on the Cityscapes dataset. We hope that our work provides simple yet effective baselines for practitioners to develop efficient semantic segmentation models.

📄 PDF Abstract BibTeX arXiv:2206.08236

Code (1)

qualcomm-ai-research/ffnet 공식 구현 pytorch

Tasks

Decoderimage-classificationImage ClassificationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Connection 설명 없음
Batch Normalization 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
HRNet HRNet, or High-Resolution Net, is a general purpose convolutional neural network for tasks like semantic segmentation, object detection and image classification. It is…

Similar Papers 제목 키워드 기반

A Simple Framework for Text-Supervised Semantic Segmentation

2023-01-01 · CVPR 2023 1 · Muyang Yi, Quan Cui, Hao Wu, Cheng Yang 외

Text-supervised semantic segmentation is a novel research topic that allows semantic segments to emerge with image-text contrasting. However, pioneering methods could be subject to specifically designed network archi…

SegmentationSemantic Segmentation

Instance Segmentation by Deep Coloring

2018-07-26 · Victor Kulikov, Victor Yurchenko, Victor Lempitsky

We propose a new and, arguably, a very simple reduction of instance segmentation to semantic segmentation. This reduction allows to train feed-forward non-recurrent deep instance segmentation systems in an end-to-end fas…

Autonomous DrivingInstance SegmentationPlant PhenotypingSegmentation+1

Efficient semantic image segmentation with superpixel pooling

2018-06-07 · Mathijs Schuurmans, Maxim Berman, Matthew B. Blaschko

In this work, we evaluate the use of superpixel pooling layers in deep network architectures for semantic segmentation. Superpixel pooling is a flexible and efficient replacement for other pooling strategies that incorpo…

GPUImage SegmentationSemantic Segmentation

Searching for Efficient Multi-Scale Architectures for Dense Image Prediction

2018-09-11 · NeurIPS 2018 12 · Liang-Chieh Chen, Maxwell D. Collins, Yukun Zhu, George Papandreou 외

The design of neural network architectures is an important component for achieving state-of-the-art performance with machine learning systems across a broad array of tasks. Much work has endeavored to design and build ar…

image-classificationImage ClassificationImage SegmentationMeta-Learning+5

Masked Representation Modeling for Domain-Adaptive Segmentation

2025-09-17 · Wenlve Zhou, Zhiheng Zhou, Tiantao Xian, Yikui Zhai 외 arxiv

Unsupervised domain adaptation (UDA) for semantic segmentation seeks to transfer models from a labeled source domain to an unlabeled target domain. While auxiliary self-supervised tasks such as contrastive learning have …

Unsupervised Domain AdaptationSemantic SegmentationContrastive Learning