paper-with-me

홈 › Papers

On Slicing Sorted Integer Sequences

2019-07-01 · Giulio Ermanno Pibiri

Representing sorted integer sequences in small space is a central problem for large-scale retrieval systems such as Web search engines. Efficient query resolution, e.g., intersection or random access, is achieved by carefully partitioning the sequences. In this work we describe and compare two different partitioning paradigms: partitioning by cardinality and partitioning by universe. Although the ideas behind such paradigms have been known in the coding and algorithmic community since many years, inverted index compression has extensively adopted the former paradigm, whereas the latter has received only little attention. As a result, an experimental comparison between these two is missing for the setting of inverted index compression. We also propose and implement a solution that recursively slices the universe of representation of a sequence to achieve compact storage and attain to fast query execution. Albeit larger than some state-of-the-art representations, this slicing approach substantially improves the performance of list intersections and unions while operating in compressed space, thus offering an excellent space/time trade-off for the problem.

📄 PDF Abstract BibTeX arXiv:1907.01032

Code (1)

jermp/s_indexes 공식 구현

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Techniques for Inverted Index Compression

2019-08-28 · Giulio Ermanno Pibiri, Rossano Venturini

The data structure at the core of large-scale search engines is the inverted index, which is essentially a collection of sorted integer sequences called inverted lists. Because of the many documents indexed by such engin…

Deep Reinforcement Learning for Resource Management in Network Slicing

2018-05-17 · Rongpeng Li, Zhifeng Zhao, Qi Sun, Chi-Lin I 외

Network slicing is born as an emerging business to operators, by allowing them to sell the customized slices to various tenants at different prices. In order to provide better-performing and cost-efficient services, netw…

Deep Reinforcement LearningManagementreinforcement-learningReinforcement Learning+1

NP-hardness of sortedness constraints

2015-06-08 · Irena Rusu

In Constraint Programming, global constraints allow to model and solve many combinatorial problems. Among these constraints, several sortedness constraints have been defined, for which propagation algorithms are availabl…

Solving Temporal Puzzles

2016-06-01 · CVPR 2016 6 · Caglayan Dicle, Burak Yilmaz, Octavia Camps, Mario Sznaier

Many physical phenomena, within short time windows, can be explained by low order differential relations. In a discrete world, these relations can be described using low order difference equations or equivalently low ord…

Time SeriesTime Series Analysis

Constrained Sliced Wasserstein Embedding

2025-06-02 · Navid Naderializadeh, Darian Salehi, Xinran Liu, Soheil Kolouri

Sliced Wasserstein (SW) distances offer an efficient method for comparing high-dimensional probability measures by projecting them onto multiple 1-dimensional probability distributions. However, identifying informative s…