paper-with-me

홈 › Papers

Learning Binary Codes for Maximum Inner Product Search

2015-12-01 · ICCV 2015 12 · Fumin Shen, Wei Liu, Shaoting Zhang, Yang Yang, Heng Tao Shen

Binary coding or hashing techniques are recognized to accomplish efficient near neighbor search, and have thus attracted broad interests in the recent vision and learning studies. However, such studies have rarely been dedicated to Maximum Inner Product Search (MIPS), which plays a critical role in various vision applications. In this paper, we investigate learning binary codes to exclusively handle the MIPS problem. Inspired by the latest advance in asymmetric hashing schemes, we propose an asymmetric binary code learning framework based on inner product fitting. Specifically, two sets of coding functions are learned such that the inner products between their generated binary codes can reveal the inner products between original data vectors. We also propose an alternative simpler objective which maximizes the correlations between the inner products of the produced binary codes and raw data vectors. In both objectives, the binary codes and coding functions are simultaneously learned without continuous relaxations, which is the key to achieving high-quality binary codes. We evaluate the proposed method, dubbed Asymmetric Inner-product Binary Coding (AIBC), relying on the two objectives on several large-scale image datasets. Both of them are superior to the state-of-the-art binary coding and hashing methods in performing MIPS tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

New Loss Functions for Fast Maximum Inner Product Search

2020-01-01 · ICLR 2020 1 · Ruiqi Guo, Quan Geng, David Simcha, Felix Chern 외

Quantization based methods are popular for solving large scale maximum inner product search problems. However, in most traditional quantization works, the objective is to minimize the reconstruction error for datapoints …

BenchmarkingQuantization

Arithmetical Binary Decision Tree Traversals

2022-09-11 · Jinxiong Zhang

This paper introduces a series of methods for traversing binary decision trees using arithmetic operations. We present a suite of binary tree traversal algorithms that leverage novel representation matrices to flatten th…

Deep Retrieval: An End-to-End Structure Model for Large-Scale Recommendations

2021-01-01 · Weihao Gao, Xiangjun Fan, Jiankai Sun, Kai Jia 외

One of the core problems in large-scale recommendations is to retrieve top relevant candidates accurately and efficiently, preferably in sub-linear time. Previous approaches are mostly based on a two-step procedure: firs…

Retrieval

Binary Subspace Coding for Query-by-Image Video Retrieval

2016-12-06 · Ruicong Xu, Yang Yang, Yadan Luo, Fumin Shen 외

The query-by-image video retrieval (QBIVR) task has been attracting considerable research attention recently. However, most existing methods represent a video by either aggregating or projecting all its frames into a sin…

RetrievalVideo Retrieval

Stitching Inner Product and Euclidean Metrics for Topology-aware Maximum Inner Product Search

2025-04-21 · Tingyang Chen, Cong Fu, Xiangyu Ke, Yunjun Gao 외

Maximum Inner Product Search (MIPS) is a fundamental challenge in machine learning and information retrieval, particularly in high-dimensional data applications. Existing approaches to MIPS either rely solely on Inner Pr…

Information Retrieval