paper-with-me

홈 › Papers

Matching Pixels Using Co-Occurrence Statistics

2018-06-01 · CVPR 2018 6 · Rotal Kat, Roy Jevnisek, Shai Avidan

We propose a new error measure for matching pixels that is based on co-occurrence statistics. The measure relies on a co-occurrence matrix that counts the number of times pairs of pixel values co-occur within a window. The error incurred by matching a pair of pixels is inverse proportional to the probability that their values co-occur together, and not their color difference. This measure also works with features other than color, e.g. deep features. We show that this improves the state-of-the-art performance of template matching on standard benchmarks. We then propose an embedding scheme that maps the input image to an embedded image such that the Euclidean distance between pixel values in the embedded space resembles the co-occurrence statistics in the original space. This lets us run existing vision algorithms on the embedded images and enjoy the power of co-occurrence statistics for free. We demonstrate this on two algorithms, the Lucas-Kanade image registration and the Kernelized Correlation Filter (KCF) tracker. Experiments show that performance of each algorithm improves by about 10%.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image RegistrationTemplate Matching

Similar Papers 제목 키워드 기반

Learning to Segment using Summary Statistics and Weak Supervision

2026-05-04 · Omkar Kulkarni, Edward Raff, Tim Oates arxiv

Medical experts often manually segment images to obtain diagnostic statistics and discard the resulting annotations. We aim to train segmentation models to alleviate this burden, but constrained to the retained summary s…

Image Reconstruction

On-the-Fly Rectification for Robust Large-Vocabulary Topic Inference

2021-11-12 · Moontae Lee, Sungjun Cho, Kun Dong, David Mimno 외

Across many data domains, co-occurrence statistics about the joint appearance of objects are powerfully informative. By transforming unsupervised learning problems into decompositions of co-occurrence statistics, spectra…

Community Detection

Ngram2vec: Learning Improved Word Representations from Ngram Co-occurrence Statistics

2017-09-01 · EMNLP 2017 9 · Zhe Zhao, Tao Liu, Shen Li, Bofang Li 외

The existing word representation methods mostly limit their information source to word co-occurrence statistics. In this paper, we introduce ngrams into four representation methods: SGNS, GloVe, PPMI matrix, and its SVD …

Language ModelingLanguage ModellingWord Embeddings

Unsupervised Learning of Distributional Relation Vectors

2018-07-01 · ACL 2018 7 · Shoaib Jameel, Zied Bouraoui, Steven Schockaert

Word embedding models such as GloVe rely on co-occurrence statistics to learn vector representations of word meaning. While we may similarly expect that co-occurrence statistics can be used to capture rich information ab…

RelationRelation ExtractionWord Embeddings

Modeling Semantic Relatedness using Global Relation Vectors

2017-11-14 · Shoaib Jameel, Zied Bouraoui, Steven Schockaert

Word embedding models such as GloVe rely on co-occurrence statistics from a large corpus to learn vector representations of word meaning. These vectors have proven to capture surprisingly fine-grained semantic and syntac…

Relation