paper-with-me

홈 › Papers

FasterSeg: Searching for Faster Real-time Semantic Segmentation

2019-12-23 · ICLR 2020 1 · Wuyang Chen, Xinyu Gong, Xian-Ming Liu, Qian Zhang, Yuan Li, Zhangyang Wang

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 is discovered from a novel and broader search space integrating multi-resolution branches, that has been recently found to be vital in manually designed segmentation models. To better calibrate the balance between the goals of high accuracy and low latency, we propose a decoupled and fine-grained latency regularization, that effectively overcomes our observed phenomenons that the searched networks are prone to "collapsing" to low-latency yet poor-accuracy models. Moreover, we seamlessly extend FasterSeg to a new collaborative search (co-searching) framework, simultaneously searching for a teacher and a student network in the same single run. The teacher-student distillation further boosts the student model's accuracy. Experiments on popular segmentation benchmarks demonstrate the competency of FasterSeg. For example, FasterSeg can run over 30% faster than the closest manually designed competitor on Cityscapes, while maintaining comparable accuracy.

📄 PDF Abstract BibTeX arXiv:1912.10917

Code (2)

TAMU-VITA/FasterSeg 공식 구현 pytorch
gaussianer/fasterseg pytorch

Tasks

Neural Architecture SearchReal-Time Semantic SegmentationSegmentationSemantic 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…
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 제목 키워드 기반

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

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

2021-12-15 · Junjun Wu, Huiyu Kuang, Qinghua Lu, Zeqin Lin 외

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…

Neural Architecture SearchSegmentationSemantic Segmentation

MVP-Net: Multiple View Pointwise Semantic Segmentation of Large-Scale Point Clouds

2022-01-30 · Chuanyu Luo, Xiaohan Li, Nuo Cheng, Han Li 외

Semantic segmentation of 3D point cloud is an essential task for autonomous driving environment perception. The pipeline of most pointwise point cloud semantic segmentation methods includes points sampling, neighbor sear…

Autonomous DrivingSegmentationSemantic Segmentation

Semantic Discord: Finding Unusual Local Patterns for Time Series

2020-01-30 · Li Zhang, Yifeng Gao, Jessica Lin

Finding anomalous subsequence in a long time series is a very important but difficult problem. Existing state-of-the-art methods have been focusing on searching for the subsequence that is the most dissimilar to the rest…

Time SeriesTime Series Analysis