paper-with-me

홈 › Papers

An Online Algorithm for Large Scale Image Similarity Learning

2009-12-01 · NeurIPS 2009 12 · Gal Chechik, Uri Shalit, Varun Sharma, Samy Bengio

Learning a measure of similarity between pairs of objects is a fundamental problem in machine learning. It stands in the core of classification methods like kernel machines, and is particularly useful for applications like searching for images that are similar to a given image or finding videos that are relevant to a given video. In these tasks, users look for objects that are not only visually similar but also semantically related to a given object. Unfortunately, current approaches for learning similarity may not scale to large datasets with high dimensionality, especially when imposing metric constraints on the learned similarity. We describe OASIS, a method for learning pairwise similarity that is fast and scales linearly with the number of objects and the number of non-zero features. Scalability is achieved through online learning of a bilinear model over sparse representations using a large margin criterion and an efficient hinge loss cost. OASIS is accurate at a wide range of scales: on a standard benchmark with thousands of images, it is more precise than state-of-the-art methods, and faster by orders of magnitude. On 2 million images collected from the web, OASIS can be trained within 3 days on a single CPU. The non-metric similarities learned by OASIS can be transformed into metric similarities, achieving higher precisions than similarities that are learned as metrics in the first place. This suggests an approach for learning a metric from data that is larger by an order of magnitude than was handled before.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

CPU

Similar Papers 제목 키워드 기반

Scalable Similarity Learning using Large Margin Neighborhood Embedding

2014-04-24 · Zhaowen Wang, Jianchao Yang, Zhe Lin, Jonathan Brandt 외

Classifying large-scale image data into object categories is an important problem that has received increasing research attention. Given the huge amount of data, non-parametric approaches such as nearest neighbor classif…

Metric LearningTriplet

Large-scale Real-time Personalized Similar Product Recommendations

2020-04-12 · Zhi Liu, Yan Huang, Jing Gao, Li Chen 외

Similar product recommendation is one of the most common scenes in e-commerce. Many recommendation algorithms such as item-to-item Collaborative Filtering are working on measuring item similarities. In this paper, we int…

Collaborative FilteringProduct Recommendation

Low-Rank Robust Online Distance/Similarity Learning based on the Rescaled Hinge Loss

2020-10-07 · Davood Zabihzadeh, Amar Tuama, Ali Karami-Mollaee

An important challenge in metric learning is scalability to both size and dimension of input data. Online metric learning algorithms are proposed to address this challenge. Existing methods are commonly based on (Passive…

Metric LearningTriplet

Towards Optimal Discrete Online Hashing with Balanced Similarity

2019-01-29 · Mingbao Lin, Rongrong Ji, Hong Liu, Xiaoshuai Sun 외

When facing large-scale image datasets, online hashing serves as a promising solution for online retrieval and prediction tasks. It encodes the online streaming data into compact binary codes, and simultaneously updates …

Retrieval

Adaptive Hashing for Fast Similarity Search

2015-12-01 · ICCV 2015 12 · Fatih Cakir, Stan Sclaroff

With the staggering growth in image and video datasets, algorithms that provide fast similarity search and compact storage are crucial. Hashing methods that map the data into Hamming space have shown promise; however, ma…

Image RetrievalRetrieval