paper-with-me

홈 › Papers

M-FasterSeg: An Efficient Semantic Segmentation Network Based on Neural Architecture Search

2021-12-15 · Junjun Wu, Huiyu Kuang, Qinghua Lu, Zeqin Lin, Qingwu Shi, Xilin Liu, Xiaoman Zhu

Image semantic segmentation technology is one of the key technologies for intelligent systems to understand natural scenes. As one of the important research directions in the field of visual intelligence, this technology has broad application scenarios in the fields of mobile robots, drones, smart driving, and smart security. However, in the actual application of mobile robots, problems such as inaccurate segmentation semantic label prediction and loss of edge information of segmented objects and background may occur. This paper proposes an improved structure of a semantic segmentation network based on a deep learning network that combines self-attention neural network and neural network architecture search methods. First, a neural network search method NAS (Neural Architecture Search) is used to find a semantic segmentation network with multiple resolution branches. In the search process, combine the self-attention network structure module to adjust the searched neural network structure, and then combine the semantic segmentation network searched by different branches to form a fast semantic segmentation network structure, and input the picture into the network structure to get the final forecast result. The experimental results on the Cityscapes dataset show that the accuracy of the algorithm is 69.8%, and the segmentation speed is 48/s. It achieves a good balance between real-time and accuracy, can optimize edge segmentation, and has a better performance in complex scenes. Good robustness is suitable for practical application.

📄 PDF Abstract BibTeX arXiv:2112.07918

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

FasterSeg: Searching for Faster Real-time Semantic Segmentation

2019-12-23 · ICLR 2020 1 · Wuyang Chen, Xinyu Gong, Xian-Ming Liu, Qian Zhang 외

We present FasterSeg, an automatically designed semantic segmentation network with not only state-of-the-art performance but also faster speed than current methods. Utilizing neural architecture search (NAS), FasterSeg i…

Neural Architecture SearchReal-Time Semantic SegmentationSegmentationSemantic Segmentation

Semantic Segmentation for Autonomous Driving: Model Evaluation, Dataset Generation, Perspective Comparison, and Real-Time Capability

2022-07-26 · Senay Cakir, Marcel Gauß, Kai Häppeler, Yassine Ounajjar 외

Environmental perception is an important aspect within the field of autonomous vehicles that provides crucial information about the driving domain, including but not limited to identifying clear driving areas and surroun…

Autonomous DrivingAutonomous VehiclesDataset GenerationSegmentation+2

Revisiting Multi-Scale Feature Fusion for Semantic Segmentation

2022-03-23 · Tianjian Meng, Golnaz Ghiasi, Reza Mahjourian, Quoc V. Le 외

It is commonly believed that high internal resolution combined with expensive operations (e.g. atrous convolutions) are necessary for accurate semantic segmentation, resulting in slow speed and large memory usage. In thi…

SegmentationSemantic Segmentation

NAS-based Recursive Stage Partial Network (RSPNet) for Light-Weight Semantic Segmentation

2022-10-03 · Yi-Chun Wang, Jun-Wei Hsieh, Ming-Ching Chang

Current NAS-based semantic segmentation methods focus on accuracy improvements rather than light-weight design. In this paper, we proposed a two-stage framework to design our NAS-based RSPNet model for light-weight seman…

SegmentationSemantic Segmentation

Masked-attention Mask Transformer for Universal Image Segmentation

2021-12-02 · CVPR 2022 1 · Bowen Cheng, Ishan Misra, Alexander G. Schwing, Alexander Kirillov 외

Image segmentation is about grouping pixels with different semantics, e.g., category or instance membership, where each choice of semantics defines a task. While only the semantics of each task differ, current research f…

2D Semantic SegmentationImage SegmentationInstance SegmentationPanoptic Segmentation+3