中文
相关论文

相关论文: A Holistically-Guided Decoder for Deep Representat…

200 篇论文

We present a High-Resolution Transformer (HRFormer) that learns high-resolution representations for dense prediction tasks, in contrast to the original Vision Transformer that produces low-resolution representations and has high memory and…

计算机视觉与模式识别 · 计算机科学 2021-11-09 Yuhui Yuan , Rao Fu , Lang Huang , Weihong Lin , Chao Zhang , Xilin Chen , Jingdong Wang

In recent years, deep neural networks have played a major role solving various challenges in two dimensional image processing.Fully Convolutional Networks (FCN) such as U-net have been shown to be highly successful at segmentation tasks for…

信号处理 · 电气工程与系统科学 2020-04-22 Noam Katz

Accurate classification of fine-grained images remains a challenge in backbones based on convolutional operations or self-attention mechanisms. This study proposes novel dual-current neural networks (DCNN), which combine the advantages of…

计算机视觉与模式识别 · 计算机科学 2024-05-08 Da Fu , Mingfei Rong , Eun-Hu Kim , Hao Huang , Witold Pedrycz

We propose a novel semantic segmentation algorithm by learning a deconvolution network. We learn the network on top of the convolutional layers adopted from VGG 16-layer net. The deconvolution network is composed of deconvolution and…

计算机视觉与模式识别 · 计算机科学 2015-05-19 Hyeonwoo Noh , Seunghoon Hong , Bohyung Han

Applications of Fully Convolutional Networks (FCN) in iris segmentation have shown promising advances. For mobile and embedded systems, a significant challenge is that the proposed FCN architectures are extremely computationally demanding.…

神经与进化计算 · 计算机科学 2019-09-10 Hokchhay Tann , Heng Zhao , Sherief Reda

In this work we address the task of semantic image segmentation with Deep Learning and make three main contributions that are experimentally shown to have substantial practical merit. First, we highlight convolution with upsampled filters,…

计算机视觉与模式识别 · 计算机科学 2017-05-15 Liang-Chieh Chen , George Papandreou , Iasonas Kokkinos , Kevin Murphy , Alan L. Yuille

This paper describes a fast and accurate semantic image segmentation approach that encodes not only the discriminative features from deep neural networks, but also the high-order context compatibility among adjacent objects as well as low…

计算机视觉与模式识别 · 计算机科学 2016-05-16 Falong Shen , Gang Zeng

Ultra-fine-grained visual categorization (Ultra-FGVC) aims to classify highly similar subcategories within fine-grained objects using limited training samples. However, holistic yet discriminative cues, such as leaf contours in extremely…

计算机视觉与模式识别 · 计算机科学 2026-04-22 Shijie Wang , Zijian Wang , Yadan Luo , Haojie Li , Zi Huang , Mahsa Baktashmotlagh

Object identification is one of the most fundamental and difficult issues in computer vision. It aims to discover object instances in real pictures from a huge number of established categories. In recent years, deep learning-based object…

计算机视觉与模式识别 · 计算机科学 2022-03-03 Venkata Beri

In this paper, we present a hypergraph neural networks (HGNN) framework for data representation learning, which can encode high-order data correlation in a hypergraph structure. Confronting the challenges of learning representation for…

机器学习 · 计算机科学 2019-02-26 Yifan Feng , Haoxuan You , Zizhao Zhang , Rongrong Ji , Yue Gao

Automatic segmentation of fine-grained brain structures remains a challenging task. Current segmentation methods mainly utilize 2D and 3D deep neural networks. The 2D networks take image slices as input to produce coarse segmentation in…

计算机视觉与模式识别 · 计算机科学 2019-05-08 Yuemeng Li , Hangfan Liu , Hongming Li , Yong Fan

We propose a novel weakly-supervised semantic segmentation algorithm based on Deep Convolutional Neural Network (DCNN). Contrary to existing weakly-supervised approaches, our algorithm exploits auxiliary segmentation annotations available…

计算机视觉与模式识别 · 计算机科学 2015-12-29 Seunghoon Hong , Junhyuk Oh , Bohyung Han , Honglak Lee

In this paper, we present a conceptually simple, strong, and efficient framework for panoptic segmentation, called Panoptic FCN. Our approach aims to represent and predict foreground things and background stuff in a unified fully…

计算机视觉与模式识别 · 计算机科学 2021-04-06 Yanwei Li , Hengshuang Zhao , Xiaojuan Qi , Liwei Wang , Zeming Li , Jian Sun , Jiaya Jia

Autonomous driving vehicles and robotic systems rely on accurate perception of their surroundings. Scene understanding is one of the crucial components of perception modules. Among all available sensors, LiDARs are one of the essential…

计算机视觉与模式识别 · 计算机科学 2021-03-17 Ryan Razani , Ran Cheng , Ehsan Taghavi , Liu Bingbing

Deep learning applied to the reconstruction of 3D shapes has seen growing interest. A popular approach to 3D reconstruction and generation in recent years has been the CNN encoder-decoder model usually applied in voxel space. However, this…

计算机视觉与模式识别 · 计算机科学 2020-05-12 Mateusz Michalkiewicz , Eugene Belilovsky , Mahsa Baktashmotlagh , Anders Eriksson

Semantic segmentation is a fundamental topic in computer vision. Several deep learning methods have been proposed for semantic segmentation with outstanding results. However, these models require a lot of densely annotated images. To…

计算机视觉与模式识别 · 计算机科学 2022-10-12 Jhony H. Giraldo , Vincenzo Scarrica , Antonino Staiano , Francesco Camastra , Thierry Bouwmans

The recent advances brought by deep learning allowed to improve the performance in image retrieval tasks. Through the many convolutional layers, available in a Convolutional Neural Network (CNN), it is possible to obtain a hierarchy of…

计算机视觉与模式识别 · 计算机科学 2018-08-16 Federico Magliani , Tomaso Fontanini , Andrea Prati

Recent progress in semantic segmentation has been driven by improving the spatial resolution under Fully Convolutional Networks (FCNs). To address this problem, we propose a Stacked Deconvolutional Network (SDN) for semantic segmentation.…

计算机视觉与模式识别 · 计算机科学 2017-08-17 Jun Fu , Jing Liu , Yuhang Wang , Hanqing Lu

Fully convolutional networks (FCNs) have been proven very successful for semantic segmentation, but the FCN outputs are unaware of object instances. In this paper, we develop FCNs that are capable of proposing instance-level segment…

计算机视觉与模式识别 · 计算机科学 2016-03-30 Jifeng Dai , Kaiming He , Yi Li , Shaoqing Ren , Jian Sun

Fine-grained image recognition is a challenging computer vision problem, due to the small inter-class variations caused by highly similar subordinate categories, and the large intra-class variations in poses, scales and rotations. In this…

计算机视觉与模式识别 · 计算机科学 2016-05-24 Xiu-Shen Wei , Chen-Wei Xie , Jianxin Wu