paper-with-me

홈 › Papers

Auto-DeepLab: Hierarchical Neural Architecture Search for Semantic Image Segmentation

2019-01-10 · CVPR 2019 6 · Chenxi Liu, Liang-Chieh Chen, Florian Schroff, Hartwig Adam, Wei Hua, Alan Yuille, Li Fei-Fei

Recently, Neural Architecture Search (NAS) has successfully identified neural network architectures that exceed human designed ones on large-scale image classification. In this paper, we study NAS for semantic image segmentation. Existing works often focus on searching the repeatable cell structure, while hand-designing the outer network structure that controls the spatial resolution changes. This choice simplifies the search space, but becomes increasingly problematic for dense image prediction which exhibits a lot more network level architectural variations. Therefore, we propose to search the network level structure in addition to the cell level structure, which forms a hierarchical architecture search space. We present a network level search space that includes many popular designs, and develop a formulation that allows efficient gradient-based architecture search (3 P100 GPU days on Cityscapes images). We demonstrate the effectiveness of the proposed method on the challenging Cityscapes, PASCAL VOC 2012, and ADE20K datasets. Auto-DeepLab, our architecture searched specifically for semantic image segmentation, attains state-of-the-art performance without any ImageNet pretraining.

📄 PDF Abstract BibTeX arXiv:1901.02985

Code (12)

tensorflow/models 공식 구현 tf
2023-MindSpore-1/ms-code-16/tree/main/Auto-DeepLab mindspore
2023-MindSpore-4/Code8/tree/main/Auto-DeepLab mindspore
2024-MindSpore-1/Code6/tree/main/Auto-DeepLab mindspore
Dawars/auto_deeplab-pytorch pytorch
MenghaoGuo/AutoDeeplab pytorch
Mind23-2/MindCode-26 mindspore
Mind23-2/MindCode-7 mindspore
MindSpore-paper-code-3/code6/tree/main/Auto-DeepLab mindspore
NoamRosenberg/autodeeplab pytorch
mindspore-ai/models/tree/master/research/cv/Auto-DeepLab mindspore
zhangximing666/Auto-DeepLab_MS mindspore

Tasks

GPUimage-classificationImage ClassificationImage SegmentationNeural Architecture SearchSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

FMAS: Fast Multi-Objective SuperNet Architecture Search for Semantic Segmentation

2023-03-28 · Zhuoran Xiong, Marihan Amein, Olivier Therrien, Warren J. Gross 외

We present FMAS, a fast multi-objective neural architecture search framework for semantic segmentation. FMAS subsamples the structure and pre-trained parameters of DeepLabV3+, without fine-tuning, dramatically reducing t…

GPUNeural Architecture SearchSemantic Segmentation

TransDeepLab: Convolution-Free Transformer-based DeepLab v3+ for Medical Image Segmentation

2022-08-01 · Reza Azad, Moein Heidari, Moein Shariatnia, Ehsan Khodapanah Aghdam 외

Convolutional neural networks (CNNs) have been the de facto standard in a diverse set of computer vision tasks for many years. Especially, deep neural networks based on seminal architectures such as U-shaped models with …

Image SegmentationMedical Image AnalysisMedical Image SegmentationSemantic Segmentation

DeepTriNet: A Tri-Level Attention Based DeepLabv3+ Architecture for Semantic Segmentation of Satellite Images

2023-09-05 · Tareque Bashar Ovi, Shakil Mosharrof, Nomaiya Bashree, Md Shofiqul Islam 외

The segmentation of satellite images is crucial in remote sensing applications. Existing methods face challenges in recognizing small-scale objects in satellite images for semantic segmentation primarily due to ignoring …

Change DetectionImage SegmentationManagementSegmentation+1

DooDLeNet: Double DeepLab Enhanced Feature Fusion for Thermal-color Semantic Segmentation

2022-04-21 · Oriel Frigo, Lucien Martin-Gaffé, Catherine Wacongne

In this paper we present a new approach for feature fusion between RGB and LWIR Thermal images for the task of semantic segmentation for driving perception. We propose DooDLeNet, a double DeepLab architecture with specia…

DecoderSegmentationSemantic SegmentationThermal Image Segmentation

Lorentz Framework for Semantic Segmentation

2026-04-18 · Zahid Hasan, Masud Ahmed, Nirmalya Roy arxiv

Semantic segmentation in hyperbolic space enables compact modeling of hierarchical structure while providing inherent uncertainty quantification. Prior approaches predominantly rely on the Poincaré ball model, which suff…

Semantic Segmentation