paper-with-me

Papers

GPU Accelerated Cascade Hashing Image Matching for Large Scale 3D Reconstruction

2018-05-23 · Tao Xu, Kun Sun, Wenbing Tao

Image feature point matching is a key step in Structure from Motion(SFM). However, it is becoming more and more time consuming because the number of images is getting larger and larger. In this paper, we proposed a GPU accelerated image matching method with improved Cascade Hashing. Firstly, we propose a Disk-Memory-GPU data exchange strategy and optimize the load order of data, so that the proposed method can deal with big data. Next, we parallelize the Cascade Hashing method on GPU. An improved parallel reduction and an improved parallel hashing ranking are proposed to fulfill this task. Finally, extensive experiments show that our image matching is about 20 times faster than SiftGPU on the same graphics card, nearly 100 times faster than the CPU CasHash method and hundreds of times faster than the CPU Kd-Tree based matching method. Further more, we introduce the epipolar constraint to the proposed method, and use the epipolar geometry to guide the feature matching procedure, which further reduces the matching cost.

📄 PDF Abstract BibTeX arXiv:1805.08995

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionCPUGPU

Similar Papers 제목 키워드 기반

Fast and Accurate Image Matching with Cascade Hashing for 3D Reconstruction

2014-06-01 · CVPR 2014 6 · Jian Cheng, Cong Leng, Jiaxiang Wu, Hainan Cui 외

Image matching is one of the most challenging stages in 3D reconstruction, which usually occupies half of computational cost and inaccurate matching may lead to failure of reconstruction. Therefore, fast and accurate ima…

3D Reconstruction

Fast Feature Matching of UAV Images via Matrix Band Reduction-based GPU Data Schedule

2025-05-28 · San Jiang, Kan You, Wanshou Jiang, Qingquan Li

Feature matching dominats the time costs in structure from motion (SfM). The primary contribution of this study is a GPU data schedule algorithm for efficient feature matching of Unmanned aerial vehicle (UAV) images. The…

CPUGPUImage Retrieval

Cascading Hierarchical Networks with Multi-task Balanced Loss for Fine-grained hashing

2023-03-20 · Xianxian Zeng, Yanjun Zheng

With the explosive growth in the number of fine-grained images in the Internet era, it has become a challenging problem to perform fast and efficient retrieval from large-scale fine-grained images. Among the many retriev…

Data AugmentationFine-Grained Image ClassificationMulti-Task LearningRetrieval

Cascade hash tables: a series of multilevel double hashing schemes with O(1) worst case lookup time

2015-06-25 · Li Shaohua

In this paper, the author proposes a series of multilevel double hashing schemes called cascade hash tables. They use several levels of hash tables. In each table, we use the common double hashing scheme. Higher level ha…

Deep Image Set Hashing

2016-06-16 · Jie Feng, Svebor Karaman, I-Hong Jhuo, Shih-Fu Chang

In applications involving matching of image sets, the information from multiple images must be effectively exploited to represent each set. State-of-the-art methods use probabilistic distribution or subspace to model a s…

Image RetrievalRetrievalTriplet