中文
相关论文

相关论文: Rethinking Atrous Convolution for Semantic Image S…

200 篇论文

The state-of-the-art semantic segmentation solutions usually leverage different receptive fields via multiple parallel branches to handle objects with different sizes. However, employing separate kernels for individual branches degrades the…

计算机视觉与模式识别 · 计算机科学 2019-11-19 Ye Huang , Qingqing Wang , Wenjing Jia , Xiangjian He

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

Assigning a label to each pixel in an image, namely semantic segmentation, has been an important task in computer vision, and has applications in autonomous driving, robotic navigation, localization, and scene understanding. Fully…

计算机视觉与模式识别 · 计算机科学 2019-05-22 Sercan Türkmen , Janne Heikkilä

Motivated by the success of encoding multi-scale contextual information for image analysis, we propose our PointAtrousGraph (PAG) - a deep permutation-invariant hierarchical encoder-decoder for efficiently exploiting multi-scale edge…

计算机视觉与模式识别 · 计算机科学 2019-09-16 Liang Pan , Chee-Meng Chew , Gim Hee Lee

Semantic segmentation is a fundamental task in multimedia processing, which can be used for analyzing, understanding, editing contents of images and videos, among others. To accelerate the analysis of multimedia data, existing segmentation…

计算机视觉与模式识别 · 计算机科学 2024-12-13 Zhiyan Wang , Deyin Liu , Lin Yuanbo Wu , Song Wang , Xin Guo , Lin Qi

Semantic segmentation for aerial imagery is a challenging and important problem in remotely sensed imagery analysis. In recent years, with the success of deep learning, various convolutional neural network (CNN) based models have been…

计算机视觉与模式识别 · 计算机科学 2024-09-26 Panfeng Li , Youzuo Lin , Emily Schultz-Fellenz

Image segmentation is often ambiguous at the level of individual image patches and requires contextual information to reach label consensus. In this paper we introduce Segmenter, a transformer model for semantic segmentation. In contrast to…

计算机视觉与模式识别 · 计算机科学 2021-09-03 Robin Strudel , Ricardo Garcia , Ivan Laptev , Cordelia Schmid

It is well accepted that image segmentation can benefit from utilizing multilevel cues. The paper focuses on utilizing the FCNN-based dense semantic predictions in the bottom-up image segmentation, arguing to take semantic cues into account…

计算机视觉与模式识别 · 计算机科学 2016-06-07 Qiyang Zhao , Lewis D Griffin

Dilated convolutions are widely used in deep semantic segmentation models as they can enlarge the filters' receptive field without adding additional weights nor sacrificing spatial resolution. However, as dilated convolutional filters do…

计算机视觉与模式识别 · 计算机科学 2022-01-20 Yujiang Wang , Mingzhi Dong , Jie Shen , Yiming Lin , Maja Pantic

Image segmentation is a fundamental task in computer vision, aimed at partitioning an image into semantically meaningful regions. Referring image segmentation extends this task by using natural language expressions to localize specific…

计算机视觉与模式识别 · 计算机科学 2025-05-27 Alaa Dalaq , Muzammil Behzad

Semantic segmentation, which aims to classify every pixel in an image, is a key task in machine perception, with many applications across robotics and autonomous driving. Due to the high dimensionality of this task, most existing approaches…

计算机视觉与模式识别 · 计算机科学 2023-10-04 Alex Zihao Zhu , Jieru Mei , Siyuan Qiao , Hang Yan , Yukun Zhu , Liang-Chieh Chen , Henrik Kretzschmar

Existing supervised approaches didn't make use of the low-level features which are actually effective to this task. And another deficiency is that they didn't consider the relation between pixels, which means effective features are not…

计算机视觉与模式识别 · 计算机科学 2018-04-13 Boheng Zhang , Shenglei Huang , Shaohan Hu

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

Recent work has made significant progress in improving spatial resolution for pixelwise labeling with Fully Convolutional Network (FCN) framework by employing Dilated/Atrous convolution, utilizing multi-scale features and refining…

计算机视觉与模式识别 · 计算机科学 2018-03-26 Hang Zhang , Kristin Dana , Jianping Shi , Zhongyue Zhang , Xiaogang Wang , Ambrish Tyagi , Amit Agrawal

In recent years, with the development of computing resources and LiDAR, point cloud semantic segmentation has attracted many researchers. For the sparsity of point clouds, although there is already a way to deal with sparse convolution,…

计算机视觉与模式识别 · 计算机科学 2022-07-01 Yunzheng Su , Lei Jiang , Jie Cao

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 skip-connections or…

图像与视频处理 · 电气工程与系统科学 2022-08-02 Reza Azad , Moein Heidari , Moein Shariatnia , Ehsan Khodapanah Aghdam , Sanaz Karimijafarbigloo , Ehsan Adeli , Dorit Merhof

$ $With recent advances in CNNs, exceptional improvements have been made in semantic segmentation of high resolution images in terms of accuracy and latency. However, challenges still remain in detecting objects in crowded scenes, large…

计算机视觉与模式识别 · 计算机科学 2023-05-01 Anurag Bansal , Oleg Ostap , Miguel Maestre Trueba , Kristopher Perry

Dense features are important for detecting minute objects in images. Unfortunately, despite the remarkable efficacy of the CNN models in multi-scale object detection, CNN models often fail to detect smaller objects in images due to the loss…

计算机视觉与模式识别 · 计算机科学 2025-03-06 Amrita Singh , Snehasis Mukherjee

This paper introduces a novel approach that combines unsupervised active contour models with deep learning for robust and adaptive image segmentation. Indeed, traditional active contours, provide a flexible framework for contour evolution…

计算机视觉与模式识别 · 计算机科学 2024-07-16 Antoine Habis , Vannary Meas-Yedid , Elsa Angelini , Jean-Christophe Olivo-Marin

Semantic segmentation networks adopt transfer learning from image classification networks which occurs a shortage of spatial context information. For this reason, we propose Spatial Context Memoization (SpaM), a bypassing branch for spatial…

计算机视觉与模式识别 · 计算机科学 2021-11-16 Taehun Kim , Jinseong Kim , Daijin Kim