中文
相关论文

相关论文: Latent Constrained Correlation Filters for Object …

200 篇论文

Correlation filters are special classifiers designed for shift-invariant object recognition, which are robust to pattern distortions. The recent literature shows that combining a set of sub-filters trained based on a single or a small group…

计算机视觉与模式识别 · 计算机科学 2018-02-14 Baochang Zhang , Shangzhen Luan , Chen Chen , Jungong Han , Wei Wang , Alessandro Perina , Ling Shao

With efficient appearance learning models, Discriminative Correlation Filter (DCF) has been proven to be very successful in recent video object tracking benchmarks and competitions. However, the existing DCF paradigm suffers from two major…

计算机视觉与模式识别 · 计算机科学 2019-06-20 Tianyang Xu , Zhen-Hua Feng , Xiao-Jun Wu , Josef Kittler

The Discriminative Correlation Filter (CF) uses a circulant convolution operation to provide several training samples for the design of a classifier that can distinguish the target from the background. The filter design may be interfered by…

计算机视觉与模式识别 · 计算机科学 2019-12-25 Fei Feng , Xiao-Jun Wu , Tianyang Xu , Josef Kittler , Xue-Feng Zhu

For visual tracking, an ideal filter learned by the correlation filter (CF) method should take both discrimination and reliability information. However, existing attempts usually focus on the former one while pay less attention to…

计算机视觉与模式识别 · 计算机科学 2018-04-25 Chong Sun , Dong Wang , Huchuan Lu , Ming-Hsuan Yang

Robust and accurate visual tracking is one of the most challenging computer vision problems. Due to the inherent lack of training data, a robust approach for constructing a target appearance model is crucial. Recently, discriminatively…

计算机视觉与模式识别 · 计算机科学 2016-09-21 Martin Danelljan , Gustav Häger , Fahad Shahbaz Khan , Michael Felsberg

Correlation filter (CF)-based methods have demonstrated exceptional performance in visual object tracking for unmanned aerial vehicle (UAV) applications, but suffer from the undesirable boundary effect. To solve this issue, spatially…

计算机视觉与模式识别 · 计算机科学 2020-08-11 Changhong Fu , Xiaoxiao Yang , Fan Li , Juntao Xu , Changjing Liu , Peng Lu

User-item interactions in recommendations can be naturally de-noted as a user-item bipartite graph. Given the success of graph neural networks (GNNs) in graph representation learning, GNN-based C methods have been proposed to advance…

信息检索 · 计算机科学 2022-01-06 Yiqi Wang , Chaozhuo Li , Mingzheng Li , Wei Jin , Yuming Liu , Hao Sun , Xing Xie , Jiliang Tang

Correlation filter (CF) based tracking algorithms have demonstrated favorable performance recently. Nevertheless, the top performance trackers always employ complicated optimization methods which constraint their real-time applications. How…

计算机视觉与模式识别 · 计算机科学 2019-05-14 Yipeng Ma , Chun Yuan , Peng Gao , Fei Wang

Sampling and budgeting training examples are two essential factors in tracking algorithms based on support vector machines (SVMs) as a trade-off between accuracy and efficiency. Recently, the circulant matrix formed by dense sampling of…

计算机视觉与模式识别 · 计算机科学 2016-01-25 Wangmeng Zuo , Xiaohe Wu , Liang Lin , Lei Zhang , Ming-Hsuan Yang

Real-time object detection and tracking have shown to be the basis of intelligent production for industrial 4.0 applications. It is a challenging task because of various distorted data in complex industrial setting. The correlation filter…

计算机视觉与模式识别 · 计算机科学 2018-06-13 Shangzhen Luan , Yan Li , Xiaodi Wang , Baochang Zhang

Visual object tracking is one of the major challenges in the field of computer vision. Correlation Filter (CF) trackers are one of the most widely used categories in tracking. Though numerous tracking algorithms based on CFs are available…

计算机视觉与模式识别 · 计算机科学 2019-06-05 Litu Rout , Priya Mariam Raju , Deepak Mishra , Rama Krishna Sai Subrahmanyam Gorthi

Kernelized Correlation Filter (KCF) is one of the state-of-the-art object trackers. However, it does not reasonably model the distribution of correlation response during tracking process, which might cause the drifting problem, especially…

计算机视觉与模式识别 · 计算机科学 2016-12-19 Baochang Zhang , Zhigang Li , Xianbin Cao , Qixiang Ye , Chen Chen , Linlin Shen , Alessandro Perina , Rongrong Ji

Collaborative filtering (CF) is a long-standing problem of recommender systems. Many novel methods have been proposed, ranging from classical matrix factorization to recent graph convolutional network-based approaches. After recent fierce…

信息检索 · 计算机科学 2021-08-19 Jeongwhan Choi , Jinsung Jeon , Noseong Park

Discriminative Correlation Filters (DCF) have demonstrated excellent performance for visual object tracking. The key to their success is the ability to efficiently exploit available negative data by including all shifted versions of a…

计算机视觉与模式识别 · 计算机科学 2016-09-21 Martin Danelljan , Andreas Robinson , Fahad Shahbaz Khan , Michael Felsberg

Recent visual object tracking methods have witnessed a continuous improvement in the state-of-the-art with the development of efficient discriminative correlation filters (DCF) and robust deep neural network features. Despite the…

计算机视觉与模式识别 · 计算机科学 2020-06-02 Tianyang Xu , Zhen-Hua Feng , Xiao-Jun Wu , Josef Kittler

The core component of most modern trackers is a discriminative classifier, tasked with distinguishing between the target and the surrounding environment. To cope with natural image changes, this classifier is typically trained with…

计算机视觉与模式识别 · 计算机科学 2014-11-06 João F. Henriques , Rui Caseiro , Pedro Martins , Jorge Batista

Many state-of-the-art trackers usually resort to the pretrained convolutional neural network (CNN) model for correlation filtering, in which deep features could usually be redundant, noisy and less discriminative for some certain instances,…

计算机视觉与模式识别 · 计算机科学 2019-08-06 Chenglong Li , Yan Huang , Liang Wang , Jin Tang , Liang Lin

Most of the correlation filter based tracking algorithms can achieve good performance and maintain fast computational speed. However, in some complicated tracking scenes, there is a fatal defect that causes the object to be located…

计算机视觉与模式识别 · 计算机科学 2021-01-12 Di Yuan , Xiaohuan Lu , Donghao Li , Yingyi Liang , Xinming Zhang

In this paper, the extension of the framework of Learning from Constraints (LfC) to a distributed setting where multiple parties, connected over the network, contribute to the learning process is studied. LfC relies on the generic notion of…

机器学习 · 计算机科学 2019-11-14 Francesco Farina , Stefano Melacci , Andrea Garulli , Antonio Giannitrapani

Tracking a target of interest in both sparse and crowded environments is a challenging problem, not yet successfully addressed in the literature. In this paper, we propose a new long-term visual tracking algorithm, learning discriminative…

计算机视觉与模式识别 · 计算机科学 2019-02-05 Nathanael L. Baisa , Deepayan Bhowmik , Andrew Wallace
‹ 上一页 1 2 3 10 下一页 ›