paper-with-me

홈 › Papers

Revisiting multiple pattern matching

2019-01-01 · Robert Susik, Szymon Grabowski, Kimmo Fredriksson

We consider the classical exact multiple string matching problem. The proposed solution is based on a combination of a few ideas: using q-grams instead of single characters, pattern superimposition, bit-parallelism and alphabet size reduction. We discuss the pros and cons of various alternatives to achieve the possibly best combination of techniques. The main contribution of this paper are different alphabet mapping methods that allow to reduce memory requirements and use larger q-grams. The experimental results show that the presented algorithm is competitive in most practical cases. One of the tests shows also that tailoring our scheme to search over a byte-encoded text results in speedups in comparison to searching over a plain text.

📄 PDF Abstract BibTeX

Code (1)

rsusik/mag

Similar Papers 제목 키워드 기반

Revisiting Depth Completion from a Stereo Matching Perspective for Cross-domain Generalization

2023-12-14 · Luca Bartolomei, Matteo Poggi, Andrea Conti, Fabio Tosi 외

This paper proposes a new framework for depth completion robust against domain-shifting issues. It exploits the generalization capability of modern stereo networks to face depth completion, by processing fictitious stere…

Depth CompletionDomain GeneralizationStereo Matching

Revisiting Inferential Benchmarks for Knowledge Graph Completion

2023-06-07 · Shuwen Liu, Bernardo Cuenca Grau, Ian Horrocks, Egor V. Kostylev

Knowledge Graph (KG) completion is the problem of extending an incomplete KG with missing facts. A key feature of Machine Learning approaches for KG completion is their ability to learn inference patterns, so that the pr…

Knowledge Graph Completion

Revisiting Intermediate-Layer Matching in Knowledge Distillation: Layer-Selection Strategy Doesn't Matter (Much)

2025-02-06 · Zony Yu, Yuqiao Wen, Lili Mou

Knowledge distillation (KD) is a popular method of transferring knowledge from a large "teacher" model to a small "student" model. KD can be divided into two categories: prediction matching and intermediate-layer matchin…

Knowledge Distillation

Fine-grained Pattern Matching Over Streaming Time Series

2017-10-27 · Rong Kang, Chen Wang, Peng Wang, Yuting Ding 외

Pattern matching of streaming time series with lower latency under limited computing resource comes to a critical problem, especially as the growth of Industry 4.0 and Industry Internet of Things. However, against tradit…

Time SeriesTime Series Analysis

FPC-Net: Revisiting SuperPoint with Descriptor-Free Keypoint Detection via Feature Pyramids and Consistency-Based Implicit Matching

2025-07-14 · Ionuţ Grigore, Călin-Adrian Popa, Claudiu Leoveanu-Condrei

The extraction and matching of interest points are fundamental to many geometric computer vision tasks. Traditionally, matching is performed by assigning descriptors to interest points and identifying correspondences bas…

Keypoint Detection