中文
相关论文

相关论文: FCSS: Fully Convolutional Self-Similarity for Dens…

200 篇论文

Current self-supervised learning (SSL) methods (e.g., SimCLR, DINO, VICReg,MOCOv3) target primarily on representations at instance level and do not generalize well to dense prediction tasks, such as object detection and segmentation.Towards…

机器学习 · 计算机科学 2023-11-07 Qing Su , Anton Netchaev , Hai Li , Shihao Ji

We introduce an approach to integrate segmentation information within a convolutional neural network (CNN). This counter-acts the tendency of CNNs to smooth information across regions and increases their spatial precision. To obtain…

计算机视觉与模式识别 · 计算机科学 2017-08-16 Adam W. Harley , Konstantinos G. Derpanis , Iasonas Kokkinos

Few-shot semantic segmentation (FSS) aims to enable models to segment novel/unseen object classes using only a limited number of labeled examples. However, current FSS methods frequently struggle with generalization due to incomplete and…

计算机视觉与模式识别 · 计算机科学 2025-03-07 Amin Karimi , Charalambos Poullis

In contrastive self-supervised learning, the common way to learn discriminative representation is to pull different augmented "views" of the same image closer while pushing all other images further apart, which has been proven to be…

计算机视觉与模式识别 · 计算机科学 2022-12-14 Kaiyou Song , Shan Zhang , Zihao An , Zimeng Luo , Tong Wang , Jin Xie

Recently, Fully Convolutional Network (FCN) seems to be the go-to architecture for image segmentation, including semantic scene parsing. However, it is difficult for a generic FCN to discriminate pixels around the object boundaries, thus…

计算机视觉与模式识别 · 计算机科学 2020-04-22 Pingping Zhang , Wei Liu , Yinjie Lei , Hongyu Wang , Huchuan Lu

In this work, we focus on the task of learning and representing dense correspondences in deformable object categories. While this problem has been considered before, solutions so far have been rather ad-hoc for specific object types (i.e.,…

计算机视觉与模式识别 · 计算机科学 2020-11-26 Natalia Neverova , David Novotny , Vasil Khalidov , Marc Szafraniec , Patrick Labatut , Andrea Vedaldi

Non-uniformed 3D sparse data, e.g., point clouds or voxels in different spatial positions, make contribution to the task of 3D object detection in different ways. Existing basic components in sparse convolutional networks (Sparse CNNs)…

计算机视觉与模式识别 · 计算机科学 2022-04-27 Yukang Chen , Yanwei Li , Xiangyu Zhang , Jian Sun , Jiaya Jia

Compressive sensing (CS), aiming to reconstruct an image/signal from a small set of random measurements has attracted considerable attentions in recent years. Due to the high dimensionality of images, previous CS methods mainly work on…

计算机视觉与模式识别 · 计算机科学 2018-02-01 Xiaotong Lu , Weisheng Dong , Peiyao Wang , Guangming Shi , Xuemei Xie

Fully convolutional models for dense prediction have proven successful for a wide range of visual tasks. Such models perform well in a supervised setting, but performance can be surprisingly poor under domain shifts that appear mild to a…

计算机视觉与模式识别 · 计算机科学 2016-12-09 Judy Hoffman , Dequan Wang , Fisher Yu , Trevor Darrell

In this work, we introduce a deep-learning framework designed for estimating dense image correspondences. Our fully convolutional model generates dense feature maps for images, where each pixel is associated with a descriptor that can be…

计算机视觉与模式识别 · 计算机科学 2024-08-07 Monika Kwiatkowski , Simon Matern , Olaf Hellwich

Recent work has shown that convolutional networks can be substantially deeper, more accurate, and efficient to train if they contain shorter connections between layers close to the input and those close to the output. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2018-01-30 Gao Huang , Zhuang Liu , Laurens van der Maaten , Kilian Q. Weinberger

Most conventional sentence similarity methods only focus on similar parts of two input sentences, and simply ignore the dissimilar parts, which usually give us some clues and semantic meanings about the sentences. In this work, we propose a…

计算与语言 · 计算机科学 2017-07-18 Zhiguo Wang , Haitao Mi , Abraham Ittycheriah

Convolutional Neural Networks (CNNs) can provide accurate object classification. They can be extended to perform object detection by iterating over dense or selected proposed object regions. However, the runtime of such detectors scales as…

计算机视觉与模式识别 · 计算机科学 2014-04-08 Forrest Iandola , Matt Moskewicz , Sergey Karayev , Ross Girshick , Trevor Darrell , Kurt Keutzer

Recently, dense contrastive learning has shown superior performance on dense prediction tasks compared to instance-level contrastive learning. Despite its supremacy, the properties of dense contrastive representations have not yet been…

计算机视觉与模式识别 · 计算机科学 2022-10-18 Jong Hak Moon , Wonjae Kim , Edward Choi

What representation do deep neural networks learn? How similar are images to each other for neural networks? Despite the overwhelming success of deep learning methods key questions about their internal workings still remain largely…

Self-supervised methods have shown remarkable progress in learning high-level semantics and low-level temporal correspondence. Building on these results, we take one step further and explore the possibility of integrating these two features…

计算机视觉与模式识别 · 计算机科学 2024-03-22 Rui Qian , Shuangrui Ding , Xian Liu , Dahua Lin

This work considers supervised contrastive learning for semantic segmentation. We apply contrastive learning to enhance the discriminative power of the multi-scale features extracted by semantic segmentation networks. Our key methodological…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Theodoros Pissas , Claudio S. Ravasio , Lyndon Da Cruz , Christos Bergeles

In this work we use deep learning to establish dense correspondences between a 3D object model and an image "in the wild". We introduce "DenseReg", a fully-convolutional neural network (F-CNN) that densely regresses at every foreground…

计算机视觉与模式识别 · 计算机科学 2018-03-13 Riza Alp Guler , Yuxiang Zhou , George Trigeorgis , Epameinondas Antonakos , Patrick Snape , Stefanos Zafeiriou , Iasonas Kokkinos

Fully-supervised CNN-based approaches for learning local image descriptors have shown remarkable results in a wide range of geometric tasks. However, most of them require per-pixel ground-truth keypoint correspondence data which is…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Iaroslav Melekhov , Zakaria Laskar , Xiaotian Li , Shuzhe Wang , Juho Kannala

We propose a network for semantic mapping called the Dense Dilated Convolutions Merging Network (DDCM-Net) to provide a deep learning approach that can recognize multi-scale and complex shaped objects with similar color and textures, such…

计算机视觉与模式识别 · 计算机科学 2019-09-02 Qinghui Liu , Michael Kampffmeyer , Robert Jenssen , Arnt-Børre Salberg