中文
相关论文

相关论文: Image Splicing Localization Using A Multi-Task Ful…

200 篇论文

This work examines the use of a fully convolutional net (FCN) to find an image segment, given a pixel within this segment region. The net receives an image, a point in the image and a region of interest (RoI ) mask. The net output is a…

计算机视觉与模式识别 · 计算机科学 2019-02-26 Sagi Eppel

In this work, we propose a new data visualization and clustering technique for discovering discriminative structures in high-dimensional data. This technique, referred to as cPCA++, utilizes the fact that the interesting features of a…

计算机视觉与模式识别 · 计算机科学 2019-01-23 Ronald Salloum , C. -C. Jay Kuo

Conventional remote sensing image retrieval (RSIR) systems usually perform single-label retrieval where each image is annotated by a single label representing the most significant semantic content of the image. This assumption, however,…

计算机视觉与模式识别 · 计算机科学 2020-10-20 Weixun Zhou , Xueqing Deng , Zhenfeng Shao

Face detection is a fundamental problem in computer vision. It is still a challenging task in unconstrained conditions due to significant variations in scale, pose, expressions, and occlusion. In this paper, we propose a multi-branch fully…

计算机视觉与模式识别 · 计算机科学 2017-07-21 Yancheng Bai , Bernard Ghanem

Two head structures (i.e. fully connected head and convolution head) have been widely used in R-CNN based detectors for classification and localization tasks. However, there is a lack of understanding of how does these two head structures…

计算机视觉与模式识别 · 计算机科学 2020-04-06 Yue Wu , Yinpeng Chen , Lu Yuan , Zicheng Liu , Lijuan Wang , Hongzhi Li , Yun Fu

Graph embedding is an important approach for graph analysis tasks such as node classification and link prediction. The goal of graph embedding is to find a low dimensional representation of graph nodes that preserves the graph information.…

机器学习 · 计算机科学 2019-08-27 Mahsa Ghorbani , Mahdieh Soleymani Baghshah , Hamid R. Rabiee

Skeleton-based action recognition is a hotspot in image processing. A key challenge of this task lies in its dependence on large, manually labeled datasets whose acquisition is costly and time-consuming. This paper devises a novel,…

计算机视觉与模式识别 · 计算机科学 2025-11-24 Hichem Sahbi

In this paper, a Multi-Scale Fully Convolutional Network (MSFCN) with multi-scale convolutional kernel is proposed to exploit discriminative representations from two-dimensional (2D) satellite images.

计算机视觉与模式识别 · 计算机科学 2022-04-26 Rui Li , Shunyi Zheng , Chenxi Duan , Ce Zhang

In this paper we propose a novel socio-inspired convolutional neural network (CNN) deep learning model for image splicing detection. Based on the premise that learning from the detection of coarsely spliced image regions can improve the…

计算机视觉与模式识别 · 计算机科学 2021-12-16 Angelina L. Gokhale , Dhanya Pramod , Sudeep D. Thepade , Ravi Kulkarni

A key problem in salient object detection is how to effectively model the semantic properties of salient objects in a data-driven manner. In this paper, we propose a multi-task deep saliency model based on a fully convolutional neural…

计算机视觉与模式识别 · 计算机科学 2016-08-24 Xi Li , Liming Zhao , Lina Wei , Ming-Hsuan Yang , Fei Wu , Yueting Zhuang , Haibin Ling , Jingdong Wang

The objective of image manipulation detection is to identify and locate the manipulated regions in the images. Recent approaches mostly adopt the sophisticated Convolutional Neural Networks (CNNs) to capture the tampering artifacts left in…

计算机视觉与模式识别 · 计算机科学 2022-01-19 Wenyan Pan , Zhili Zhou , Miaogen Ling , Xin Geng , Q. M. Jonathan Wu

Cloud detection in satellite images is an important first-step in many remote sensing applications. This problem is more challenging when only a limited number of spectral bands are available. To address this problem, a deep learning-based…

计算机视觉与模式识别 · 计算机科学 2019-01-30 Sorour Mohajerani , Parvaneh Saeedi

Object segmentation and structure localization are important steps in automated image analysis pipelines for microscopy images. We present a convolution neural network (CNN) based deep learning architecture for segmentation of objects in…

计算机视觉与模式识别 · 计算机科学 2019-01-24 Shan E Ahmed Raza , Linda Cheung , Muhammad Shaban , Simon Graham , David Epstein , Stella Pelengaris , Michael Khan , Nasir M. Rajpoot

Hyperspectral image classification (HIC) is an important but challenging task, and a problem that limits the algorithmic development in this field is that the ground truths of hyperspectral images (HSIs) are extremely hard to obtain.…

计算机视觉与模式识别 · 计算机科学 2020-12-22 Hao Zeng , Qingjie Liu , Mingming Zhang , Xiaoqing Han , Yunhong Wang

We explore design principles for general pixel-level prediction problems, from low-level edge detection to mid-level surface normal estimation to high-level semantic segmentation. Convolutional predictors, such as the fully-convolutional…

计算机视觉与模式识别 · 计算机科学 2017-02-27 Aayush Bansal , Xinlei Chen , Bryan Russell , Abhinav Gupta , Deva Ramanan

Identify the cells' nuclei is the important point for most medical analyses. To assist doctors finding the accurate cell' nuclei location automatically is highly demanded in the clinical practice. Recently, fully convolutional neural…

计算机视觉与模式识别 · 计算机科学 2019-11-25 Tianyang Zhang , Rui Ma

In this work, we address the face parsing task with a Fully-Convolutional continuous CRF Neural Network (FC-CNN) architecture. In contrast to previous face parsing methods that apply region-based subnetwork hundreds of times, our FC-CNN is…

计算机视觉与模式识别 · 计算机科学 2017-08-15 Lei Zhou , Zhi Liu , Xiangjian He

Semantic segmentation is essentially important to biomedical image analysis. Many recent works mainly focus on integrating the Fully Convolutional Network (FCN) architecture with sophisticated convolution implementation and deep…

计算机视觉与模式识别 · 计算机科学 2020-08-26 Xuhua Ren , Lichi Zhang , Sahar Ahmad , Dong Nie , Fan Yang , Lei Xiang , Qian Wang , Dinggang Shen

Convolution Neural Networks (CNN) have performed well in many applications such as object detection, pattern recognition, video surveillance and so on. CNN carryout feature extraction on labelled data to perform classification. Multi-label…

机器学习 · 计算机科学 2021-01-28 Tolulope A. Odetola , Ogheneuriri Oderhohwo , Syed Rafay Hasan

Following the rapidly growing digital image usage, automatic image categorization has become preeminent research area. It has broaden and adopted many algorithms from time to time, whereby multi-feature (generally, hand-engineered features)…

计算机视觉与模式识别 · 计算机科学 2017-05-12 Thangarajah Akilan , Q. M. Jonathan Wu , Wei Jiang