中文
相关论文

相关论文: Gated Feedback Refinement Network for Coarse-to-Fi…

200 篇论文

We consider the problem of semantic image segmentation using deep convolutional neural networks. We propose a novel network architecture called the label refinement network that predicts segmentation labels in a coarse-to-fine fashion at…

计算机视觉与模式识别 · 计算机科学 2017-03-03 Md Amirul Islam , Shujon Naha , Mrigank Rochan , Neil Bruce , Yang Wang

State-of-the-art semantic segmentation approaches increase the receptive field of their models by using either a downsampling path composed of poolings/strided convolutions or successive dilated convolutions. However, it is not clear which…

计算机视觉与模式识别 · 计算机科学 2018-05-01 Arantxa Casanova , Guillem Cucurull , Michal Drozdzal , Adriana Romero , Yoshua Bengio

Semantic segmentation for lightweight object parsing is a very challenging task, because both accuracy and efficiency (e.g., execution speed, memory footprint or computational complexity) should all be taken into account. However, most…

计算机视觉与模式识别 · 计算机科学 2020-04-22 Bin Jiang , Wenxuan Tu , Chao Yang , Junsong Yuan

Designed as extremely deep architectures, deep residual networks which provide a rich visual representation and offer robust convergence behaviors have recently achieved exceptional performance in numerous computer vision problems. Being…

计算机视觉与模式识别 · 计算机科学 2017-04-13 T. Hoang Ngan Le , Chi Nhan Duong , Ligong Han , Khoa Luu , Marios Savvides , Dipan Pal

Recently, very deep convolutional neural networks (CNNs) have shown outstanding performance in object recognition and have also been the first choice for dense classification problems such as semantic segmentation. However, repeated…

计算机视觉与模式识别 · 计算机科学 2016-11-28 Guosheng Lin , Anton Milan , Chunhua Shen , Ian Reid

The encoder-decoder architecture is widely used as a lightweight semantic segmentation network. However, it struggles with a limited performance compared to a well-designed Dilated-FCN model for two major problems. First, commonly used…

计算机视觉与模式识别 · 计算机科学 2022-05-11 Jiangyun Li , Sen Zha , Chen Chen , Meng Ding , Tianxiang Zhang , Hong Yu

The rapid development of deep learning (DL) has driven single image super-resolution (SR) into a new era. However, in most existing DL based image SR networks, the information flows are solely feedforward, and the high-level features cannot…

计算机视觉与模式识别 · 计算机科学 2019-07-11 Qilei Li , Zhen Li , Lu Lu , Gwanggil Jeon , Kai Liu , Xiaomin Yang

Semantic segmentation is pixel-wise classification which retains critical spatial information. The "feature map reuse" has been commonly adopted in CNN based approaches to take advantage of feature maps in the early layers for the later…

计算机视觉与模式识别 · 计算机科学 2019-05-23 Mingmin Zhen , Jinglu Wang , Lei Zhou , Tian Fang , Long Quan

Lane is critical in the vision navigation system of the intelligent vehicle. Naturally, lane is a traffic sign with high-level semantics, whereas it owns the specific local pattern which needs detailed low-level features to localize…

计算机视觉与模式识别 · 计算机科学 2022-03-22 Tu Zheng , Yifei Huang , Yang Liu , Wenjian Tang , Zheng Yang , Deng Cai , Xiaofei He

We present Border-SegGCN, a novel architecture to improve semantic segmentation by refining the border outline using graph convolutional networks (GCN). The semantic segmentation network such as Unet or DeepLabV3+ is used as a base network…

计算机视觉与模式识别 · 计算机科学 2021-09-14 Naina Dhingra , George Chogovadze , Andreas Kunz

As deep neural networks become the state-of-the-art approach in the field of computer vision for dense prediction tasks, many methods have been developed for automatic estimation of the target outputs given the visual inputs. Although the…

计算机视觉与模式识别 · 计算机科学 2021-12-23 Fanqing Lin , Brian Price , Tony Martinez

The trend towards higher resolution remote sensing imagery facilitates a transition from land-use classification to object-level scene understanding. Rather than relying purely on spectral content, appearance-based image features come into…

计算机视觉与模式识别 · 计算机科学 2016-06-09 Jamie Sherrah

CTR prediction has been widely used in the real world. Many methods model feature interaction to improve their performance. However, most methods only learn a fixed representation for each feature without considering the varying importance…

信息检索 · 计算机科学 2022-12-02 Fangye Wang , Yingxu Wang , Dongsheng Li , Hansu Gu , Tun Lu , Peng Zhang , Ning Gu

For few-shot semantic segmentation, the primary task is to extract class-specific intrinsic information from limited labeled data. However, the semantic ambiguity and inter-class similarity of previous methods limit the accuracy of…

计算机视觉与模式识别 · 计算机科学 2023-12-12 Xiaoyi Bao , Jie Qin , Siyang Sun , Yun Zheng , Xingang Wang

The low-level spatial detail information and high-level semantic abstract information are both essential to the semantic segmentation task. The features extracted by the deep network can obtain rich semantic information, while a lot of…

计算机视觉与模式识别 · 计算机科学 2023-12-13 Xiaojie Fang , Xingguo Song , Xiangyin Meng , Xu Fang , Sheng Jin

This paper presents GridNet, a new Convolutional Neural Network (CNN) architecture for semantic image segmentation (full scene labelling). Classical neural networks are implemented as one stream from the input to the output with subsampling…

计算机视觉与模式识别 · 计算机科学 2017-07-27 Damien Fourure , Rémi Emonet , Elisa Fromont , Damien Muselet , Alain Tremeau , Christian Wolf

The deficiency of segmentation labels is one of the main obstacles to semantic segmentation in the wild. To alleviate this issue, we present a novel framework that generates segmentation labels of images given their image-level class…

计算机视觉与模式识别 · 计算机科学 2018-04-10 Jiwoon Ahn , Suha Kwak

Large training datasets almost always contain examples with inaccurate or incorrect labels. Deep Neural Networks (DNNs) tend to overfit training label noise, resulting in poorer model performance in practice. To address this problem, we…

计算机视觉与模式识别 · 计算机科学 2022-03-01 Chen Gong , Kong Bin , Eric J. Seibel , Xin Wang , Youbing Yin , Qi Song

In this work we propose a structured prediction technique that combines the virtues of Gaussian Conditional Random Fields (G-CRF) with Deep Learning: (a) our structured prediction task has a unique global optimum that is obtained exactly…

计算机视觉与模式识别 · 计算机科学 2016-11-30 Siddhartha Chandra , Iasonas Kokkinos

Semi-supervised semantic segmentation aims to learn from a small amount of labeled data and plenty of unlabeled ones for the segmentation task. The most common approach is to generate pseudo-labels for unlabeled images to augment the…

计算机视觉与模式识别 · 计算机科学 2023-04-25 Rui Chen , Tao Chen , Qiong Wang , Yazhou Yao
‹ 上一页 1 2 3 10 下一页 ›