中文
相关论文

相关论文: Rethinking Dilated Convolution for Real-time Seman…

200 篇论文

Many current works directly adopt multi-rate depth-wise dilated convolutions to capture multi-scale contextual information simultaneously from one input feature map, thus improving the feature extraction efficiency for real-time semantic…

计算机视觉与模式识别 · 计算机科学 2023-09-14 Haoran Wei , Xu Liu , Shouchun Xu , Zhongjian Dai , Yaping Dai , Xiangyang Xu

Despite the remarkable progress, weakly supervised segmentation approaches are still inferior to their fully supervised counterparts. We obverse the performance gap mainly comes from their limitation on learning to produce high-quality…

计算机视觉与模式识别 · 计算机科学 2018-05-29 Yunchao Wei , Huaxin Xiao , Honghui Shi , Zequn Jie , Jiashi Feng , Thomas S. Huang

Recent advances in deep learning, especially deep convolutional neural networks (CNNs), have led to significant improvement over previous semantic segmentation systems. Here we show how to improve pixel-wise semantic segmentation by…

计算机视觉与模式识别 · 计算机科学 2018-06-04 Panqu Wang , Pengfei Chen , Ye Yuan , Ding Liu , Zehua Huang , Xiaodi Hou , Garrison Cottrell

Contextual information is crucial for semantic segmentation. However, finding the optimal trade-off between keeping desired fine details and at the same time providing sufficiently large receptive fields is non trivial. This is even more…

计算机视觉与模式识别 · 计算机科学 2017-09-08 Yang He , Margret Keuper , Bernt Schiele , Mario Fritz

BiSeNet has been proved to be a popular two-stream network for real-time segmentation. However, its principle of adding an extra path to encode spatial information is time-consuming, and the backbones borrowed from pretrained tasks, e.g.,…

计算机视觉与模式识别 · 计算机科学 2021-04-28 Mingyuan Fan , Shenqi Lai , Junshi Huang , Xiaoming Wei , Zhenhua Chai , Junfeng Luo , Xiaolin Wei

Scale-permuted networks have shown promising results on object bounding box detection and instance segmentation. Scale permutation and cross-scale fusion of features enable the network to capture multi-scale semantics while preserving…

计算机视觉与模式识别 · 计算机科学 2021-03-24 Abdullah Rashwan , Xianzhi Du , Xiaoqi Yin , Jing Li

State-of-the-art models for semantic segmentation are based on adaptations of convolutional networks that had originally been designed for image classification. However, dense prediction and image classification are structurally different.…

计算机视觉与模式识别 · 计算机科学 2016-05-03 Fisher Yu , Vladlen Koltun

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 this paper, we question…

计算机视觉与模式识别 · 计算机科学 2022-06-16 Tianjian Meng , Golnaz Ghiasi , Reza Mahjourian , Quoc V. Le , Mingxing Tan

Real-time semantic segmentation plays an important role in practical applications such as self-driving and robots. Most semantic segmentation research focuses on improving estimation accuracy with little consideration on efficiency. Several…

计算机视觉与模式识别 · 计算机科学 2020-01-01 Shao-Yuan Lo , Hsueh-Ming Hang , Sheng-Wei Chan , Jing-Jhih Lin

Semantic Segmentation using deep convolutional neural network pose more complex challenge for any GPU intensive task. As it has to compute million of parameters, it results to huge memory consumption. Moreover, extracting finer features and…

计算机视觉与模式识别 · 计算机科学 2020-05-19 Sharif Amit Kamran , Ali Shihab Sabbir

Modern approaches for semantic segmentation usually employ dilated convolutions in the backbone to extract high-resolution feature maps, which brings heavy computation complexity and memory footprint. To replace the time and memory…

计算机视觉与模式识别 · 计算机科学 2019-03-29 Huikai Wu , Junge Zhang , Kaiqi Huang , Kongming Liang , Yizhou Yu

Dilated Convolutions have been shown to be highly useful for the task of image segmentation. By introducing gaps into convolutional filters, they enable the use of larger receptive fields without increasing the original kernel size. Even…

计算机视觉与模式识别 · 计算机科学 2019-03-20 Thomas Ziegler , Manuel Fritsche , Lorenz Kuhn , Konstantin Donhauser

Recent progress of deep image classification models has provided great potential to improve state-of-the-art performance in related computer vision tasks. However, the transition to semantic segmentation is hampered by strict memory…

计算机视觉与模式识别 · 计算机科学 2019-05-15 Ivan Krešo , Josip Krapac , Siniša Šegvić

In computer vision pixelwise dense prediction is the task of predicting a label for each pixel in the image. Convolutional neural networks achieve good performance on this task, while being computationally efficient. In this paper we carry…

计算与语言 · 计算机科学 2016-12-15 Tom Sercu , Vaibhava Goel

Semantic segmentation is a key technology for autonomous vehicles to understand the surrounding scenes. The appealing performances of contemporary models usually come at the expense of heavy computations and lengthy inference time, which is…

计算机视觉与模式识别 · 计算机科学 2024-10-28 Yuanduo Hong , Huihui Pan , Weichao Sun , Yisong Jia

The recent researches in Deep Convolutional Neural Network have focused their attention on improving accuracy that provide significant advances. However, if they were limited to classification tasks, nowadays with contributions from…

计算机视觉与模式识别 · 计算机科学 2017-11-16 Geraldin Nanfack , Azeddine Elhassouny , Rachid Oulad Haj Thami

Existing semantic segmentation approaches either aim to improve the object's inner consistency by modeling the global context, or refine objects detail along their boundaries by multi-scale feature fusion. In this paper, a new paradigm for…

计算机视觉与模式识别 · 计算机科学 2020-08-19 Xiangtai Li , Xia Li , Li Zhang , Guangliang Cheng , Jianping Shi , Zhouchen Lin , Shaohua Tan , Yunhai Tong

With the increasing demand of autonomous systems, pixelwise semantic segmentation for visual scene understanding needs to be not only accurate but also efficient for potential real-time applications. In this paper, we propose Context…

计算机视觉与模式识别 · 计算机科学 2021-04-13 Michael Ying Yang , Saumya Kumaar , Ye Lyu , Francesco Nex

One of the practical choices for making a lightweight semantic segmentation model is to combine a depth-wise separable convolution with a dilated convolution. However, the simple combination of these two methods results in an…

计算机视觉与模式识别 · 计算机科学 2019-07-30 Hyojin Park , Youngjoon Yoo , Geonseok Seo , Dongyoon Han , Sangdoo Yun , Nojun Kwak

Despite receiving significant attention from the research community, the task of segmenting and tracking objects in monocular videos still has much room for improvement. Existing works have simultaneously justified the efficacy of dilated…

计算机视觉与模式识别 · 计算机科学 2021-11-16 Christian Schmidt , Ali Athar , Sabarinath Mahadevan , Bastian Leibe
‹ 上一页 1 2 3 10 下一页 ›