EDBT 2026 Demo / reviewers in the wild / expert
Pavel Zezula
dblp:z/PZezula
· DBLP profile ↗
78ranked-venue papers in the field
7as first author
12since 2021 · last 2025
0000-0001-5438-6760ORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 55 (6 first)Information Retrieval & Web Search · 23 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Integrating Relevance Feedback for Effective Personalisation in Vector Search
Matús Sikyna, Pavel Zezula |
SISAP | 2 |
| 2024 | Towards Personalized Similarity Search for Vector Databases
Marek Mahrík, Matús Sikyna, Vladimir Mic, Pavel Zezula |
SISAP | 4 |
| 2024 | Filtering with relational similarityabstractFor decades, the success of the similarity search has been based on detailed quantifications of pairwise similarities of objects. Currently, the search features have become much more precise but also bulkier, and the similarity computations are more time-consuming. We show that nearly no precise similarity quantifications are needed to evaluate the k nearest neighbours ( k NN) queries that dominate real-life applications. Based on the well-known fact that a selection of the most similar alternative out of several options is a much easier task than deciding the absolute similarity scores, we propose the search based on an epistemologically simpler concept of relational similarity. Having arbitrary objects q , o 1 , o 2 from the search domain, the k NN search is solvable just by the ability to choose the more similar object to q out of o 1 , o 2 . To support the filtering efficiency, we also consider a neutral option, i.e., equal similarities of q , o 1 and q , o 2 . We formalise such concept and discuss its advantages with respect to similarity quantifications, namely the efficiency, robustness and scalability with respect to the dataset size. Our pioneering implementation of the relational similarity search for the Euclidean and Cosine spaces demonstrates robust filtering power and efficiency compared to several contemporary techniques. Vladimir Mic, Pavel Zezula |
Inf. Syst. | 2 |
| 2023 | CRANBERRY: Memory-Effective Search in 100M High-Dimensional CLIP Vectors
Vladimir Mic, Jan Sedmidubský, Pavel Zezula |
SISAP | 3 |
| 2022 | Towards Efficient Human Action Retrieval Based on Triplet-Loss Metric Learning
Iris Kico, Jan Sedmidubský, Pavel Zezula |
DEXA (1) | 3 |
| 2022 | Analytical Algebra: Extension of Relational Algebra
Jakub Peschel, Michal Batko, Pavel Zezula |
DEXA (2) | 3 |
| 2022 | Similarity Search with the Distance Density Model
Markéta Krenková, Vladimir Mic, Pavel Zezula |
SISAP | 3 |
| 2022 | Concept of Relational Similarity Search
Vladimir Mic, Pavel Zezula |
SISAP | 2 |
| 2022 | Data-dependent metric filtering
Vladimir Mic, Pavel Zezula |
Inf. Syst. | 2 |
| 2021 | Efficient Indexing of 3D Human MotionsabstractDigitization of human motion using 2D or 3D skeleton representations offers exciting possibilities for many applications but, at the same time, requires scalable content-based retrieval techniques to make such data reusable. Although a lot of research effort focuses on extracting content-preserving motion features, there is a lack of techniques that support efficient similarity search on a large scale. In this paper, we introduce a new indexing scheme for organizing large collections of spatio-temporal skeleton sequences. Specifically, we apply the motion-word concept to transform skeleton sequences into structured text-like motion documents, and index such documents using an extended inverted-file approach. Over this index, we design a new similarity search algorithm that exploits the properties of the motion-word representation and provides efficient retrieval with a variable level of approximation, possibly reaching constant search costs disregarding the collection size. Experimental results confirm the usefulness of the proposed approach. Petra Budíková, Jan Sedmidubský, Pavel Zezula |
ICMR | 3 |
| 2021 | Similarity Search for an Extreme Application: Experience and Implementation
Vladimir Mic, Tomás Racek, Ales Krenek, Pavel Zezula |
SISAP | 4 |
| 2021 | FIMSIM: Discovering Communities by Frequent Item-Set Mining and Similarity Search
Jakub Peschel, Michal Batko, Jakub Valcík, Jan Sedmidubský, Pavel Zezula |
SISAP | 5 |
| 2020 | Algebra for Complex Analysis of Data
Jakub Peschel, Michal Batko, Pavel Zezula |
DEXA (1) | 3 |
| 2020 | Motion Words: A Text-Like Representation of 3D Skeleton Sequences
Jan Sedmidubský, Petra Budíková, Vlastislav Dohnal, Pavel Zezula |
ECIR (1) | 4 |
| 2020 | Accelerating Metric Filtering by Improving Bounds on Estimated Distances
Vladimir Mic, Pavel Zezula |
SISAP | 2 |
| 2019 | Benchmarking Search and Annotation in Continuous Human Skeleton SequencesabstractMotion capture data are digital representations of human movements in form of 3D trajectories of multiple body joints. To understand the captured motions, similarity-based processing and deep learning have already proved to be effective, especially in classifying pre-segmented actions. However, in real-world scenarios motion data are typically captured as long continuous sequences, without explicit knowledge of semantic partitioning. To make such unsegmented data accessible and reusable as required by many applications, there is a strong requirement to analyze, search, annotate and mine them automatically. However, there is currently an absence of datasets and benchmarks to test and compare the capabilities of the developed techniques for continuous motion data processing. In this paper, we introduce a new large-scale LSMB19 dataset consisting of two 3D skeleton sequences of a total length of 54.5 hours. We also define a benchmark on two important multimedia retrieval operations: subsequence search and annotation. Additionally, we exemplify the usability of the benchmark by establishing baseline results for these operations. Jan Sedmidubský, Petr Elias, Pavel Zezula |
ICMR | 3 |
| 2019 | Similarity Search in 3D Human Motion DataabstractMotion capture technologies can digitize human movements into a discrete sequence of 3D skeletons. Such spatio-temporal data have a great application potential in many fields, ranging from computer animation, through security and sports to medicine, but their computerized processing is a difficult problem. The objective of this tutorial is to explain fundamental principles and technologies designed for searching, subsequence matching, classification and action detection in the 3D human motion data. These operations inherently require the concept of similarity to determine the degree of accordance between pairs of 3D skeleton sequences. Such similarity can be modeled using a generic approach of metric space by extracting effective deep features and comparing them by efficient distance functions. The metric-space approach also enables applying traditional index structures to efficiently access large datasets of skeleton sequences. We demonstrate the functionality of selected motion-processing operations by interactive web applications. Jan Sedmidubský, Pavel Zezula |
ICMR | 2 |
| 2019 | Recognizing User-Defined Subsequences in Human Motion DataabstractMotion capture technologies digitize human movements by tracking 3D positions of specific skeleton joints in time. Such spatio-temporal multimedia data have an enormous application potential in many fields, ranging from computer animation, through security and sports to medicine, but their computerized processing is a difficult problem. In this paper, we focus on an important task of recognition of a user-defined motion, based on a collection of labelled actions known in advance. We utilize current advances in deep feature learning and scalable similarity retrieval to build an effective and efficient k-nearest-neighbor recognition technique for 3D human motion data. The properties of the technique are demonstrated by a web application which allows a user to browse long motion sequences and specify any subsequence as the input for probabilistic recognition based on 130 predefined classes. Jan Sedmidubský, Pavel Zezula |
ICMR | 2 |
| 2019 | ADAMiSS: Advanced Data Analysis, Mining and Search, System
Jakub Peschel, Pavel Zezula |
SISAP | 2 |
| 2019 | Metric Embedding into the Hamming Space with the n-Simplex Projection
Lucia Vadicamo, Vladimir Mic, Fabrizio Falchi, Pavel Zezula |
SISAP | 4 |
| 2019 | Searching for variable-speed motions in long sequences of motion capture data
Jan Sedmidubský, Petr Elias, Pavel Zezula |
Inf. Syst. | 3 |
| 2019 | Binary Sketches for Secondary FilteringabstractThis article addresses the problem of matching the most similar data objects to a given query object. We adopt a generic model of similarity that involves the domain of objects and metric distance functions only. We examine the case of a large dataset in a complex data space, which makes this problem inherently difficult. Many indexing and searching approaches have been proposed, but they have often failed to efficiently prune complex search spaces and access large portions of the dataset when evaluating queries. We propose an approach to enhancing the existing search techniques to significantly reduce the number of accessed data objects while preserving the quality of the search results. In particular, we extend each data object with its sketch , a short binary string in Hamming space. These sketches approximate the similarity relationships in the original search space, and we use them to filter out non-relevant objects not pruned by the original search technique. We provide a probabilistic model to tune the parameters of the sketch-based filtering separately for each query object. Experiments conducted with different similarity search techniques and real-life datasets demonstrate that the secondary filtering can speed-up similarity search several times. Vladimir Mic, David Novak, Pavel Zezula |
ACM Trans. Inf. Syst. | 3 |
| 2018 | Selecting Sketches for Similarity Search
Vladimir Mic, David Novak, Lucia Vadicamo, Pavel Zezula |
ADBIS | 4 |
| 2018 | Probabilistic Classification of Skeleton Sequences
Jan Sedmidubský, Pavel Zezula |
DEXA (2) | 2 |
| 2018 | Continuous Time-Dependent kNN Join by Binary SketchesabstractAn important functionality of current social applications is real-time recommendation, which is responsible for suggesting relevant published data to the users based on their preferences. By representing the users and the published data in a metric space, each user can be recommended with their k nearest neighbors among the published data. We consider the scenario when the relevance of a published data item to a user decreases as the data gets older, i.e., a time-dependent distance function is applied. We define the problem as the continuous time-dependent kNN join and provide a solution to a broad range of time-dependent functions. In addition, we propose a binary sketch-based approximation technique used to speed up the join evaluation by replacing expensive metric distance computations with cheap Hamming distances. Filip Nalepa, Michal Batko, Pavel Zezula |
IDEAS | 3 |
| 2017 | Towards High Similarity Search Throughput by Dynamic Query Reordering and Parallel Processing
Filip Nalepa, Michal Batko, Pavel Zezula |
ADBIS | 3 |
| 2017 | Fast Subsequence Matching in Motion Capture Data
Jan Sedmidubský, Pavel Zezula, Jan Svec |
ADBIS | 2 |
| 2017 | Sketches with Unbalanced Bits for Similarity Search
Vladimir Mic, David Novak, Pavel Zezula |
SISAP | 3 |
| 2017 | Cache and Priority Queue Based Approximation Technique for a Stream of Similarity Search Queries
Filip Nalepa, Michal Batko, Pavel Zezula |
SISAP | 3 |
| 2016 | Similarity Searching for Database Applications
Pavel Zezula |
ADBIS | 1 |
| 2016 | Enhancing Similarity Search Throughput by Dynamic Query Reordering
Filip Nalepa, Michal Batko, Pavel Zezula |
DEXA (2) | 3 |
| 2016 | Speeding up Similarity Search by Sketches
Vladimir Mic, David Novak, Pavel Zezula |
SISAP | 3 |
| 2016 | Similarity Searching in Long Sequences of Motion Capture Data
Jan Sedmidubský, Petr Elias, Pavel Zezula |
SISAP | 3 |
| 2016 | Inherent Fusion: Towards Scalable Multi-Modal Similarity SearchabstractThe rapid growth of unstructured data, commonly denoted as the Big Data challenge, requires new technologies that are capable of dealing with complex data objects such as multimedia. In this work, the authors focus on the content-based retrieval approach, which is able to organize such data by exploiting the similarity of data content. In particular, they focus on solutions that are able to combine multiple similarity measures during the query evaluation. The authors introduce a classification of existing approaches and analyze their performance in terms of effectiveness, efficiency, and scalability. Further, they present a novel technique of inherent fusion that combines the efficiency of fast indexed retrieval with the effectiveness of ranking methods. The performance of all discussed methods is evaluated by extensive experiments with user participation. Petra Budíková, Michal Batko, David Novak, Pavel Zezula |
J. Database Manag. | 4 |
| 2015 | Model for Performance Analysis of Distributed Stream Processing Applications
Filip Nalepa, Michal Batko, Pavel Zezula |
DEXA (2) | 3 |
| 2015 | Large-scale Image Retrieval using Neural Net DescriptorsabstractNo abstract available. David Novak, Michal Batko, Pavel Zezula |
SIGIR | 3 |
| 2015 | Motion Images: An Effective Representation of Motion Capture Data for Similarity Search
Petr Elias, Jan Sedmidubský, Pavel Zezula |
SISAP | 3 |
| 2015 | Efficient Image Search with Neural Net Features
David Novak, Jan Cech, Pavel Zezula |
SISAP | 3 |
| 2015 | Face Image Retrieval Revisited
Jan Sedmidubský, Vladimir Mic, Pavel Zezula |
SISAP | 3 |
| 2015 | MDPV: metric distance permutation vocabulary
Vlastislav Dohnal, Tomas Homola, Pavel Zezula |
Inf. Retr. J. | 3 |
| 2015 | Preface
Nieves R. Brisaboa, Oscar Pedreira, Pavel Zezula |
Inf. Syst. | 3 |
| 2014 | Semantically Consistent Human Motion Segmentation
Michal Balazia, Jan Sedmidubský, Pavel Zezula |
DEXA (1) | 3 |
| 2014 | Rank Aggregation of Candidate Sets for Efficient Similarity Search
David Novak, Pavel Zezula |
DEXA (2) | 2 |
| 2014 | CLAN Photo Presenter: Multi-modal Summarization Tool for Image CollectionsabstractEffective management of multimedia data is becoming vital for success in the modern era of omnipresent data. Summarization tools, which allow users to quickly get the gist of a given data collection and have proven their usefulness in text domain, are now gaining popularity also in multimedia processing. However, existing algorithms provide visual-only summaries for image collections, which are difficult to index and search. This paper introduces a prototype software tool that automatically creates multi-modal summaries of personal image collections by enriching the visual collage with keyword annotation. The result is presented as a web page that allows users to browse and share the summarized data. Michal Batko, Petra Budíková, Petr Elias, Pavel Zezula |
ICMR | 4 |
| 2014 | Privacy-Preserving Outsourced Similarity SearchabstractThe general trend in data management is to outsource data to 3rd party systems that would provide data retrieval as a service. This approach naturally brings privacy concerns about the (potentially sensitive) data. Recently, quite extensive research has been done on privacy-preserving outsourcing of traditional exact-match and keyword search. However, not much attention has been paid to outsourcing of similarity search, which is essential in content-based retrieval in current multimedia, sensor or scientific data. In this paper, the authors propose a scheme of outsourcing similarity search. They define evaluation criteria for these systems with an emphasis on usability, privacy and efficiency in real applications. These criteria can be used as a general guideline for a practical system analysis and we use them to survey and mutually compare existing approaches. As the main result, the authors propose a novel dynamic similarity index EM-Index that works for an arbitrary metric space and ensures data privacy and thus is suitable for search systems outsourced for example in a cloud environment. In comparison with other approaches, the index is fully dynamic (update operations are efficient) and its aim is to transfer as much load from clients to the server as possible. Stepan Kozak, David Novak, Pavel Zezula |
J. Database Manag. | 3 |
| 2013 | Face-Based People Searching in Videos
Jan Sedmidubský, Michal Batko, Pavel Zezula |
ECIR | 3 |
| 2013 | Content-based annotation and classification framework: a general multi-purpose approachabstractUnprecedented amounts of digital data are becoming available nowadays, but frequently the data lack some semantic information necessary to effectively organize these resources. For images in particular, textual annotations that represent the semantics are highly desirable. Only a small percentage of images is created with reliable annotations, therefore a lot of effort is being invested into automatic image annotation. In this paper, we address the annotation problem from a general perspective and introduce a new annotation model that is applicable to many text assignment problems. We also provide experimental results from several implemented instances of our model. Michal Batko, Jan Botorek, Petra Budíková, Pavel Zezula |
IDEAS | 4 |
| 2012 | Query Language for Complex Similarity Queries
Petra Budíková, Michal Batko, Pavel Zezula |
ADBIS | 3 |
| 2012 | Generic Subsequence Matching Framework: Modularity, Flexibility, Efficiency
David Novak, Petr Volny, Pavel Zezula |
DEXA (2) | 3 |
| 2012 | Future Trends in Similarity Searching
Pavel Zezula |
SISAP | 1 |
| 2012 | Large-scale similarity data management with distributed Metric Index
David Novak, Michal Batko, Pavel Zezula |
Inf. Process. Manag. | 3 |
| 2011 | Evaluation Platform for Content-Based Image Retrieval Systems
Petra Budíková, Michal Batko, Pavel Zezula |
TPDL | 3 |
| 2011 | Stabilizing the recall in similarity searchabstractThe recent techniques for approximate similarity search focus on optimizing answer precision/recall and they typically improve the average of these measures over a set of sample queries. However, according to our observation, the recall for particular indexes and queries can fluctuate considerably. In order to stabilize the recall, we propose a query-evaluation model that exploits several variants of the search index. This approach is applicable to a significant subset of current approximate methods with a focus on techniques based purely on metric postulates. Applying this approach to the M-Index structure, we perform extensive measurements on large datasets and we show that this approach has a positive impact on the recall stability and it suppresses the most unsatisfactory cases. Further, the results indicate that the proposed approach can also increase the general average recall for given overall search costs. Martin Kyselak, David Novak, Pavel Zezula |
SISAP | 3 |
| 2011 | Metric Index: An efficient and scalable solution for precise and approximate similarity search
David Novak, Michal Batko, Pavel Zezula |
Inf. Syst. | 3 |
| 2009 | Generic similarity search engine demonstrated by an image retrieval applicationabstractWe introduce a generic engine for large-scale similarity search and demonstrate it on a set of 100 million Flickr images. David Novak, Michal Batko, Pavel Zezula |
SIGIR | 3 |
| 2009 | Principles of Holism for sequential twig pattern matching
Federica Mandreoli, Riccardo Martoglia, Pavel Zezula |
VLDB J. | 3 |
| 2008 | Adaptive Approximate Similarity Searching through Metric Social NetworksabstractExploiting the concepts of social networking represents a novel approach to the approximate similarity query processing. We present a metric social network where relations between peers, giving similar results, are established on per-query basis. Based on the universal law of generalization, a new query forwarding algorithm is proposed. The same principle is used to manage query histories of individual peers with the possibility to tune the tradeoff between the extent of the history and the level of the query-answer approximation. All algorithms are tested on real data and real network of computers. Jan Sedmidubský, Stanislav Barton, Vlastislav Dohnal, Pavel Zezula |
ICDE | 4 |
| 2008 | Erratum to "Nearest neighbor search in metric spaces through Content-Addressable Networks" [Information Processing and Management 43 (2007) 665-683]
Fabrizio Falchi, Claudio Gennaro, Pavel Zezula |
Inf. Process. Manag. | 3 |
| 2008 | Nearest neighbor search in metric spaces through Content-Addressable Networks
Fabrizio Falchi, Claudio Gennaro, Pavel Zezula |
Inf. Process. Manag. | 3 |
| 2007 | Nearest neighbor search in metric spaces through Content-Addressable Networks
Fabrizio Falchi, Claudio Gennaro, Pavel Zezula |
Inf. Process. Manag. | 3 |
| 2006 | Scalable Similarity Search in Computer Networks
Pavel Zezula |
ADBIS | 1 |
| 2006 | Efficient Processing of Narrow Range Queries in Multi-dimensional Data StructuresabstractMulti-dimensional data structures are applied in many real index applications, i.e. data mining, indexing multimedia data, indexing of text documents and so on. Many index structures and algorithms have been proposed. There are two major approaches to multi-dimensional indexing: data structures to indexing metric and vector spaces. R-trees, R*-trees and (B)UB-trees are representatives of the vector data structures. These data structures provide efficient processing of many types of queries, i.e. point queries, range queries and so on. As far as the vector data structures are concerned, the range query retrieves all points in defined hyper box in an n-dimensional space. The narrow range query is an important type of the range query. Its processing is inefficient in vector data structures. Moreover, the efficiency decreases as the dimension of the indexed space increases. We depict an application of the signature for more efficient processing of narrow range queries. The approach puts the signature into the multi-dimensional data structures like R-tree or UB-tree but original functionalities are preserved, i.e. the range query algorithm for general range query. The novel data structure is called the signature data structure, e.g., Signature R-tree or Signature UB-tree. Michal Krátký, Václav Snásel, Jaroslav Pokorný, Pavel Zezula |
IDEAS | 4 |
| 2003 | Similarity Join in Metric Spaces Using eD-Index
Vlastislav Dohnal, Claudio Gennaro, Pavel Zezula |
DEXA | 3 |
| 2003 | Similarity Join in Metric Spaces
Vlastislav Dohnal, Claudio Gennaro, Pasquale Savino, Pavel Zezula |
ECIR | 4 |
| 2003 | Region proximity in metric spaces and its use for approximate similarity searchabstractSimilarity search structures for metric data typically bound object partitions by ball regions. Since regions can overlap, a relevant issue is to estimate the proximity of regions in order to predict the number of objects in the regions' intersection. This paper analyzes the problem using a probabilistic approach and provides a solution that effectively computes the proximity through realistic heuristics that only require small amounts of auxiliary data. An extensive simulation to validate the technique is provided. An application is developed to demonstrate how the proximity measure can be successfully applied to the approximate similarity search. Search speedup is achieved by ignoring data regions whose proximity to the query region is smaller than a user-defined threshold. This idea is implemented in a metric tree environment for the similarity range and "nearest neighbors" queries. Several measures of efficiency and effectiveness are applied to evaluate proposed approximate search algorithms on real-life data sets. An analytical model is developed to relate proximity parameters and the quality of search. Improvements of two orders of magnitude are achieved for moderately approximated search results. We demonstrate that the precision of proximity measures can significantly influence the quality of approximated algorithms. Giuseppe Amato 0001, Fausto Rabitti, Pasquale Savino, Pavel Zezula |
ACM Trans. Inf. Syst. | 4 |
| 1998 | Processing Complex Similarity Queries with Distance-Based Access Methods
Paolo Ciaccia, Marco Patella, Pavel Zezula |
EDBT | 3 |
| 1998 | A Cost Model for Similarity Queries in Metric SpacesabstractWe consider the problem of estimating CPU (distance computations) and I/O costs for processing range and k-nearest neighbors queries over metric spaces. Unlike the specific case of vector spaces, where information on data distribution has been exploited to derive cost models for predicting the performance of multi-dimensional access methods, in a generic metric space there is no such a possibility, which makes the problem quite different and requires a novel approach. We insist that the distance distribution of objects can be profitably used to solve the problem, and consequently develop a concrete cost model for the M-tree access method [10]. Our results rely on the assumption that the indexed dataset comes from a metric space which is "homogeneous" enough (in a probabilistic sense) to allow reliable cost estimations even if the distance distribution with respect to a specific query object is unknown. We experimentally validate the model over both real and synthetic datasets, and sho... Paolo Ciaccia, Marco Patella, Pavel Zezula |
PODS | 3 |
| 1998 | Approximate Similarity Retrieval with M-Trees
Pavel Zezula, Pasquale Savino, Giuseppe Amato 0001, Fausto Rabitti |
VLDB J. | 1 |
| 1997 | M-tree: An Efficient Access Method for Similarity Search in Metric Spaces
Paolo Ciaccia, Marco Patella, Pavel Zezula |
VLDB | 3 |
| 1996 | Declustering of Key-Based Partitioned Signature FilesabstractAccess methods based on signature files can largely benefit from possibilities offered by parallel environments. To this end, an effective declustering strategy that would distribute signatures over a set of parallel independent disks has to be combined with a synergic clustering which is employed to avoid searching the whole signature file while executing a query. This article proposes two parallel signature file organizations, Hamming Filter ( HF ) and Hamming + Filter ( H + F ), whose common declustering strategy is based on error correcting codes , and where clustering is achieved by organizing signatures into fixed-size buckets, each containing signatures sharing the same key value. HF allocates signatures on disks in a static way and works well if a correct relationship holds between the parameters of the code and the size of the file. H + F is a generalization of HF suitable to manage highly dynamic files. It uses a dynamic declustering, obtained through a sequence of codes, and organizes a smooth migration of signatures between disks so that high performance levels are retained regardless of current file size. Theoretical analysis characterizes the best-case, expected, and worst-case behaviors of these organizations. Analytical results are verified by experiments on prototype systems. Paolo Ciaccia, Paolo Tiberio, Pavel Zezula |
ACM Trans. Database Syst. | 3 |
| 1993 | Performance EvaluationSystem for Object Stores
Fausto Rabitti, R. S. Sferrazza, Maria Grazia Tori, Pavel Zezula |
DEXA | 4 |
| 1993 | Hamming Filters: A Dynamic Signature File Organization for Parallel Stores
Pavel Zezula, Paolo Ciaccia, Paolo Tiberio |
VLDB | 1 |
| 1993 | Selecting Signature Files for Specific Applications
Paolo Tiberio, Pavel Zezula |
Inf. Process. Manag. | 2 |
| 1993 | Object store with navigation accelerator
Pavel Zezula, Fausto Rabitti |
Inf. Syst. | 1 |
| 1993 | Estimating Accesses in Partitioned Signature File OrganizationsabstractWe show that performance of some basic methods for the partitioning of signature files, namely Quick Filter and Fixed Prefix, can be easily evaluated by means of a closed formula. The approximation is based on well-known results from probability theory, and, as shown by simulations, introduces no appreciable errors when compared with the exact, cumbersome formulas used so far. Furthermore, we prove that the exact formulas for the two methods coincide. Although this does not imply that the two methods behave in the same way, it sheds light on the way they could be compared. Paolo Ciaccia, Pavel Zezula |
ACM Trans. Inf. Syst. | 2 |
| 1992 | Frame-Sliced Partitioned Parallel Signature FilesabstractThe retrieval capabilities of the signature file access method have become very attractive for many data processing applications dealing with both formatted and unformatted data. However, performance is still a problem, mainly when large files are used and fast response required. In this paper, a high performance signature file organization is proposed, integrating the latest developments both in storage structure and parallel computing architectures. It combines horizontal and vertical approaches to the signature file fragmentation. In this way, a new, mixed decomposition scheme, particularly suitable for parallel implementation, is achieved. The organization, based on this fragmentation scheme, is called Fragmented Signature File. Performance analysis shows that this organization provides very good and relatively stable performance, covering the full range of possible queries. For the same degree of parallelism, it outperforms any other parallel signature file organization that has been defined so far. The proposed method also has other important advantages concerning processing of dynamic files, adaptability to the number of available processors, load balancing, and, to some extent, fault-tolerant query processing. Fabio Grandi 0001, Paolo Tiberio, Pavel Zezula |
SIGIR | 3 |
| 1991 | Dynamic Partitioning of Signature FilesabstractThe signature file access method has proved to be a convenient indexing technique, in particular for text data Because it can deal with unformatted data, many application domains have shown interest in signature file techniques, e.g., office information systems, statistical and logic databases.We argue that multimedia databases should also take advantage of this method, provided convenient storage structures for organizing signature tiles are available, Our main concern here is the dynamic organization of signatures based on a partitioning paradigm called Quick Filter.A signature file is partitioned by a hashing function and the partitions are orgamzed by linear hashing, Thorough performance evaluation of the new scheme is provided, and it is compared with single-level and multdevel storage structures Results show that quick filter is economical in space and very convenient for applications dealing with large files of dynamic data, and where user queries result in signatures with high weights.These characteristics are particularly interesting for multimedia databases, where integrated access to attributes, text and images must be provided. Pavel Zezula, Fausto Rabitti, Paolo Tiberio |
ACM Trans. Inf. Syst. | 1 |
| 1990 | A Dynamic Signature Technique for Multimedia DatabasesabstractA signature file acts as a filtering mechanism to reduce the amount of data that needs to be searched during query evaluation. Even though several techniques for organizing and searching signature files have been proposed in literature, they have serious limitations when applied to multimedia databases, where integrated access methods to text and image content are needed. A new signature technique, called Quick Filter, is proposed in the paper. According to this technique, signatures are divided into partitions, each of which holds signatures sharing the same characteristic key. As a result, it is possible to determine if the signatures in a partition satisfy a query by merely examining the key. Partitions not matching the key need not be searched. This method is based on dynamic hashing since signatures are hashed into partitions according to the keys and the file size, computed algorithmically from the signatures. Implementation of this technique is illustrated using an example and is verified by analytical performance evaluation. The result is a signature technique which satisfies the requirements for access methods in multimedia databases: dynamicity, with respect to insertions and updates, good query processing performance on large databases for high-weight queries. Fausto Rabitti, Pavel Zezula |
SIGIR | 2 |