paper-with-me

Papers

Scalable Full Flow with Learned Binary Descriptors

2017-07-20 · Gottfried Munda, Alexander Shekhovtsov, Patrick Knöbelreiter, Thomas Pock

We propose a method for large displacement optical flow in which local matching costs are learned by a convolutional neural network (CNN) and a smoothness prior is imposed by a conditional random field (CRF). We tackle the computation- and memory-intensive operations on the 4D cost volume by a min-projection which reduces memory complexity from quadratic to linear and binary descriptors for efficient matching. This enables evaluation of the cost on the fly and allows to perform learning and CRF inference on high resolution images without ever storing the 4D cost volume. To address the problem of learning binary descriptors we propose a new hybrid learning scheme. In contrast to current state of the art approaches for learning binary CNNs we can compute the exact non-zero gradient within our model. We compare several methods for training binary descriptors and show results on public available benchmarks.

📄 PDF Abstract BibTeX arXiv:1707.06427

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Flow Estimation

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

DLBD: A Self-Supervised Direct-Learned Binary Descriptor

2023-01-01 · CVPR 2023 1 · Bin Xiao, Yang Hu, Bo Liu, Xiuli Bi 외

For learning-based binary descriptors, the binarization process has not been well addressed. The reason is that the binarization blocks gradient back-propagation. Existing learning-based binary descriptors learn real…

BinarizationImage RetrievalRetrieval

Random Binary Mappings for Kernel Learning and Efficient SVM

2013-07-19 · Gemma Roig, Xavier Boix, Luc van Gool

Support Vector Machines (SVMs) are powerful learners that have led to state-of-the-art results in various computer vision problems. SVMs suffer from various drawbacks in terms of selecting the right kernel, which depends…

AttributeQuantization

LATCH: Learned Arrangements of Three Patch Codes

2015-01-15 · Gil Levi, Tal Hassner

We present a novel means of describing local image appearances using binary strings. Binary descriptors have drawn increasing interest in recent years due to their speed and low memory footprint. A known shortcoming of t…

Illumination-insensitive Binary Descriptor for Visual Measurement Based on Local Inter-patch Invariance

2023-05-13 · Xinyu Lin, Yingjie Zhou, Xun Zhang, Yipeng Liu 외

Binary feature descriptors have been widely used in various visual measurement tasks, particularly those with limited computing resources and storage capacities. Existing binary descriptors may not perform well for long-…

Semantic SegmentationVisual Localization

We Need No Pixels: Video Manipulation Detection Using Stream Descriptors

2019-06-20 · David Güera, Sriram Baireddy, Paolo Bestagini, Stefano Tubaro 외

Manipulating video content is easier than ever. Due to the misuse potential of manipulated content, multiple detection techniques that analyze the pixel data from the videos have been proposed. However, clever manipulato…

Video Forensics