Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Dimensionality reduction for similarity searching in dynamic databases

View through CrossRef
Databases are increasingly being used to store multi-media objects such as maps, images, audio and video. Storage and retrieval of these objects is accomplished using multi-dimensional index structures such as R*-trees and SS-trees. As dimensionality increases, query performance in these index structures degrades. This phenomenon, generally referred to as the dimensionality curse, can be circumvented by reducing the dimensionality of the data. Such a reduction is however accompanied by a loss of precision of query results. Current techniques such as QBIC use SVD transform-based dimensionality reduction to ensure high query precision. The drawback of this approach is that SVD is expensive to compute, and therefore not readily applicable to dynamic databases. In this paper, we propose novel techniques for performing SVD-based dimensionality reduction in dynamic databases. When the data distribution changes considerably so as to degrade query precision, we recompute the SVD transform and incorporate it in the existing index structure. For recomputing the SVD-transform, we propose a novel technique that uses aggregate data from the existing index rather than the entire data. This technique reduces the SVD-computation time without compromising query precision. We then explore efficient ways to incorporate the recomputed SVD-transform in the existing index structure without degrading subsequent query response times. These techniques reduce the computation time by a factor of 20 in experiments on color and texture image vectors. The error due to approximate computation of SVD is less than 10%.
Title: Dimensionality reduction for similarity searching in dynamic databases
Description:
Databases are increasingly being used to store multi-media objects such as maps, images, audio and video.
Storage and retrieval of these objects is accomplished using multi-dimensional index structures such as R*-trees and SS-trees.
As dimensionality increases, query performance in these index structures degrades.
This phenomenon, generally referred to as the dimensionality curse, can be circumvented by reducing the dimensionality of the data.
Such a reduction is however accompanied by a loss of precision of query results.
Current techniques such as QBIC use SVD transform-based dimensionality reduction to ensure high query precision.
The drawback of this approach is that SVD is expensive to compute, and therefore not readily applicable to dynamic databases.
In this paper, we propose novel techniques for performing SVD-based dimensionality reduction in dynamic databases.
When the data distribution changes considerably so as to degrade query precision, we recompute the SVD transform and incorporate it in the existing index structure.
For recomputing the SVD-transform, we propose a novel technique that uses aggregate data from the existing index rather than the entire data.
This technique reduces the SVD-computation time without compromising query precision.
We then explore efficient ways to incorporate the recomputed SVD-transform in the existing index structure without degrading subsequent query response times.
These techniques reduce the computation time by a factor of 20 in experiments on color and texture image vectors.
The error due to approximate computation of SVD is less than 10%.

Related Results

Neural Dimensionality Reduction for Data Visualization
Neural Dimensionality Reduction for Data Visualization
Information is a crucial resource for humankind, as it allows us to achieve previously unimaginable goals. The bottleneck for the development of complex systems is often the abilit...
Improved Deep Learning Based Method for Molecular Similarity Searching Using Stack of Deep Belief Networks
Improved Deep Learning Based Method for Molecular Similarity Searching Using Stack of Deep Belief Networks
Virtual screening (VS) is a computational practice applied in drug discovery research. VS is popularly applied in a computer-based search for new lead molecules based on molecular ...
Deep Learning Based Methods for Molecular Similarity Searching: A Systematic Review
Deep Learning Based Methods for Molecular Similarity Searching: A Systematic Review
In rational drug design, the concept of molecular similarity searching is frequently used to identify molecules with similar functionalities by looking up structurally related mole...
Similarity Search with Data Missing
Similarity Search with Data Missing
Similarity search is a fundamental research problem with broad applications in various research fields, including data mining, information retrieval, and machine learning. The core...
Context-dependent similarity searching for small molecular fragments
Context-dependent similarity searching for small molecular fragments
Abstract Similarity searching is a mainstay in cheminformatics that is generally used to identify compounds with desired properties. For small molecular fragments, simila...
Searching and reporting in Campbell Collaboration systematic reviews: A systematic assessment of current methods
Searching and reporting in Campbell Collaboration systematic reviews: A systematic assessment of current methods
AbstractThe search methods used in systematic reviews provide the foundation for establishing the body of literature from which conclusions are drawn and recommendations made. Sear...
Locally adaptive dimensionality reduction for indexing large time series databases
Locally adaptive dimensionality reduction for indexing large time series databases
Similarity search in large time series databases has attracted much research interest recently. It is a difficult problem because of the typically high dimensionality of the data.....
A high-dimensionality-trait-driven learning paradigm for high dimensional credit classification
A high-dimensionality-trait-driven learning paradigm for high dimensional credit classification
AbstractTo solve the high-dimensionality issue and improve its accuracy in credit risk assessment, a high-dimensionality-trait-driven learning paradigm is proposed for feature extr...

Back to Top