Open AccessPosted Content
Optimized Feature Space Learning for Generating Efficient Binary Codes for Image Retrieval
TL;DR: This paper addresses the problem of high-dimensionality of feature vectors extracted from neural networks by taking care of the global statistics of feature space by correlates the projections of feature vector with label vectors in their CCA based network architecture.
read more
Abstract: In this paper we propose an approach for learning low dimensional optimized feature space with minimum intra-class variance and maximum inter-class variance. We address the problem of high-dimensionality of feature vectors extracted from neural networks by taking care of the global statistics of feature space. Classical approach of Linear Discriminant Analysis (LDA) is generally used for generating an optimized low dimensional feature space for single-labeled images. Since, image retrieval involves both multi-labeled and single-labeled images, we utilize the equivalence between LDA and Canonical Correlation Analysis (CCA) to generate an optimized feature space for single-labeled images and use CCA to generate an optimized feature space for multi-labeled images. Our approach correlates the projections of feature vectors with label vectors in our CCA based network architecture. The neural network minimize a loss function which maximizes the correlation coefficients. We binarize our generated feature vectors with the popular Iterative Quantization (ITQ) approach and also propose an ensemble network to generate binary codes of desired bit length for image retrieval. Our measurement of mean average precision shows competitive results on other state-of-the-art single-labeled and multi-labeled image retrieval datasets.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
•Posted Content
Deep Hashing with Hash Center Update for Efficient Image Retrieval
TL;DR: In this article, Canonical correlation analysis (CCA) is used to design two loss functions for training a neural network such that the correlation between the two views to CCA is maximized.
12
深度摺積神經網路於混合式整體學習之影像檢索技術;Mixture of Deep CNN-based Ensemble Model for Image Retrieval
黃信凱,Hsin-Kai Huang +1 more
- 26 Jul 2016
TL;DR: Zhang et al. as discussed by the authors proposed an aggregate (or mixture) of ensemble models for image retrieval based on deep Convolutional Neural Networks (CNN), which utilizes two kinds of deep learning networks, AlexNet and Network In Network (NIN), to obtain image features, and to compute weighted average feature vectors.
10
Research on tree image retrieval method based on twin network multi feature fusion
Qinzhu Chen,Cong Zhang,Zhitan Yang,Guanqing Wang,Zhenfeng Han +4 more
TL;DR: In this paper , an image retrieval method based on twin network multi feature fusion is proposed to improve the retrieval accuracy of tree images to meet the detection requirements of power grid line tree obstacles.
2
Weakly-supervised Temporal Segmentation of Cell-cycle Stages with Center-cell Focus using Recurrent Neural Networks
TL;DR: In this article , a weakly-supervised temporal classification of cell-cycle stages during mitosis was proposed, where the network design helps to propagate information in time using Recurrent Neural Network and helps to focus the features on the center-cell.
Deep multi-negative supervised hashing for large-scale image retrieval
Yingfan Liu,Xiaotian Qiao,Zhaoqing Liu,Xiaofang Xia,Yinlong Zhang,Jiangtao Cui +5 more
1
References
ImageNet classification with deep convolutional neural networks
TL;DR: A large, deep convolutional neural network was trained to classify the 1.2 million high-resolution images in the ImageNet LSVRC-2010 contest into the 1000 different classes and employed a recently developed regularization method called "dropout" that proved to be very effective.
•Proceedings Article
ImageNet Classification with Deep Convolutional Neural Networks
Alex Krizhevsky,Ilya Sutskever,Geoffrey E. Hinton +2 more
- 03 Dec 2012
TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
Microsoft COCO: Common Objects in Context
Tsung-Yi Lin,Michael Maire,Serge Belongie,James Hays,Pietro Perona,Deva Ramanan,Piotr Dollár,C. Lawrence Zitnick +7 more
- 06 Sep 2014
TL;DR: A new dataset with the goal of advancing the state-of-the-art in object recognition by placing the question of object recognition in the context of the broader question of scene understanding by gathering images of complex everyday scenes containing common objects in their natural context.
•Journal Article
Visualizing Data using t-SNE
TL;DR: A new technique called t-SNE that visualizes high-dimensional data by giving each datapoint a location in a two or three-dimensional map, a variation of Stochastic Neighbor Embedding that is much easier to optimize, and produces significantly better visualizations by reducing the tendency to crowd points together in the center of the map.
•Dissertation
Learning Multiple Layers of Features from Tiny Images
Alex Krizhevsky
- 01 Jan 2009
TL;DR: In this paper, the authors describe how to train a multi-layer generative model of natural images, using a dataset of millions of tiny colour images, described in the next section.