中文
相关论文

相关论文: Tiny Descriptors for Image Retrieval with Unsuperv…

200 篇论文

Deep supervised hashing has emerged as an influential solution to large-scale semantic image retrieval problems in computer vision. In the light of recent progress, convolutional neural network based hashing methods typically seek pair-wise…

计算机视觉与模式识别 · 计算机科学 2018-03-13 Xuefei Zhe , Shifeng Chen , Hong Yan

We present ElasticHash, a novel approach for high-quality, efficient, and large-scale semantic image similarity search. It is based on a deep hashing model to learn hash codes for fine-grained image similarity search in natural images and a…

计算机视觉与模式识别 · 计算机科学 2023-05-10 Nikolaus Korfhage , Markus Mühling , Bernd Freisleben

With the rapid growth of web images, hashing has received increasing interests in large scale image retrieval. Research efforts have been devoted to learning compact binary codes that preserve semantic similarity based on labels. However,…

计算机视觉与模式识别 · 计算机科学 2015-04-21 Fang Zhao , Yongzhen Huang , Liang Wang , Tieniu Tan

Existing fine-grained hashing methods typically lack code interpretability as they compute hash code bits holistically using both global and local features. To address this limitation, we propose ConceptHash, a novel method that achieves…

计算机视觉与模式识别 · 计算机科学 2024-06-13 Kam Woh Ng , Xiatian Zhu , Yi-Zhe Song , Tao Xiang

Current supervised cross-domain image retrieval methods can achieve excellent performance. However, the cost of data collection and labeling imposes an intractable barrier to practical deployment in real applications. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Conghui Hu , Gim Hee Lee

In this paper, we propose training very deep neural networks (DNNs) for supervised learning of hash codes. Existing methods in this context train relatively "shallow" networks limited by the issues arising in back propagation (e.e.…

计算机视觉与模式识别 · 计算机科学 2016-04-25 Ziming Zhang , Yuting Chen , Venkatesh Saligrama

Hashing has been widely used in approximate nearest neighbor search for its storage and computational efficiency. Deep supervised hashing methods are not widely used because of the lack of labeled data, especially when the domain is…

计算机视觉与模式识别 · 计算机科学 2021-05-14 Xiao Luo , Zeyu Ma , Daqing Wu , Huasong Zhong , Chong Chen , Jinwen Ma , Minghua Deng

Why do even the most powerful 7B-parameter embedding models struggle with simple retrieval tasks that the decades old BM25 handles with ease? Recent theory suggests that this happens because of a dimensionality bottleneck. This occurs when…

信息检索 · 计算机科学 2026-01-22 Sangeet Sharma

Meta-learning has been widely used in recent years in areas such as few-shot learning and reinforcement learning. However, the questions of why and when it is better than other algorithms in few-shot classification remain to be explored. In…

机器学习 · 计算机科学 2024-10-15 Yunchuan Guan , Yu Liu , Ketong Liu , Ke Zhou , Zhiqi Shen

Recently, deep-networks-based hashing (deep hashing) has become a leading approach for large-scale image retrieval. It aims to learn a compact bitwise representation for images via deep networks, so that similar images are mapped to nearby…

计算机视觉与模式识别 · 计算机科学 2018-09-05 Libing Geng , Yan Pan , Jikai Chen , Hanjiang Lai

Image instance retrieval is the problem of retrieving images from a database which contain the same object. Convolutional Neural Network (CNN) based descriptors are becoming the dominant approach for generating {\it global image…

计算机视觉与模式识别 · 计算机科学 2017-01-19 Vijay Chandrasekhar , Jie Lin , Qianli Liao , Olivier Morère , Antoine Veillard , Lingyu Duan , Tomaso Poggio

There is a growing trend in studying deep hashing methods for content-based image retrieval (CBIR), where hash functions and binary codes are learnt using deep convolutional neural networks and then the binary codes can be used to do…

计算机视觉与模式识别 · 计算机科学 2017-11-17 Deng Cai , Xiuye Gu , Chaoqi Wang

Supervised cross-modal hashing has gained increasing research interest on large-scale retrieval task owning to its satisfactory performance and efficiency. However, it still has some challenging issues to be further studied: 1) most of them…

机器学习 · 计算机科学 2019-05-07 Tao Yao , Xiangwei Kong , Lianshan Yan , Wenjing Tang , Qi Tian

In the era of big data, methods for improving memory and computational efficiency have become crucial for successful deployment of technologies. Hashing is one of the most effective approaches to deal with computational limitations that…

计算机视觉与模式识别 · 计算机科学 2021-06-22 Sobhan Hemati , Mohammad Hadi Mehdizavareh , Shojaeddin Chenouri , Hamid R Tizhoosh

Nearest neighbor search aims to obtain the samples in the database with the smallest distances from them to the queries, which is a basic task in a range of fields, including computer vision and data mining. Hashing is one of the most…

计算机视觉与模式识别 · 计算机科学 2022-04-26 Xiao Luo , Haixin Wang , Daqing Wu , Chong Chen , Minghua Deng , Jianqiang Huang , Xian-Sheng Hua

Hash coding has been widely used in the approximate nearest neighbor search for large-scale image retrieval. Recently, many deep hashing methods have been proposed and shown largely improved performance over traditional…

计算机视觉与模式识别 · 计算机科学 2019-10-18 Zheng Zhang , Qin Zou , Yuewei Lin , Long Chen , Song Wang

Content-based image retrieval is the process of retrieving a subset of images from an extensive image gallery based on visual contents, such as color, shape or spatial relations, and texture. In some applications, such as localization,…

计算机视觉与模式识别 · 计算机科学 2023-03-16 Saeideh Yousefzadeh , Hamidreza Pourreza , Hamidreza Mahyar

Recently, deep supervised hashing methods have become popular for large-scale image retrieval task. To preserve the semantic similarity notion between examples, they typically utilize the pairwise supervision or the triplet supervised…

计算机视觉与模式识别 · 计算机科学 2019-01-14 Lei Ma , Hongliang Li , Qingbo Wu , Fanman Meng , King Ngi Ngan

The Deep Boltzmann Machines (DBM) is a state-of-the-art unsupervised learning model, which has been successfully applied to handwritten digit recognition and, as well as object recognition. However, the DBM is limited in scene recognition…

计算机视觉与模式识别 · 计算机科学 2015-06-25 Jinfu Yang , Jingyu Gao , Guanghui Wang , Shanshan Zhang

The simple approach of retrieving a closest match of a query image from one in the gallery, compares an image pair using sum of absolute difference in pixel or feature space. The process is computationally expensive, ill-posed to…

计算机视觉与模式识别 · 计算机科学 2019-07-02 Saket Singh , Debdoot Sheet , Mithun Dasgupta