Constraint satisfaction problems (CSPs) are a natural class of decision problems where one must decide whether there is an assignment to variables that satisfies a given formula. Schaefer’s dichotomy theorem, and its...
详细信息
We introduce a forward-backward-forward (FBF) algorithm for solving bilevel equilibrium problem associated with bifunctions on a real Hilbert space. This modifies the forward-backward algorithm by relaxing cocoercivit...
详细信息
Many papers in the intersection of theoretical and applied algorithms show that the simple, asymptotically less efficient algorithm, performs better than the bestcomplex theoretical algorithms on random data or in spe...
详细信息
Many papers in the intersection of theoretical and applied algorithms show that the simple, asymptotically less efficient algorithm, performs better than the bestcomplex theoretical algorithms on random data or in specialized “real world” applications. This paper considers the Knuth–Morris–Pratt automaton, and shows a counter-intuitive practical result. The classical pattern matching paradigm is that of seeking occurrences of one string—the pattern, in another—the text, where both strings are drawn from an alphabet set Σ. Assuming the text length is n and the pattern length is m, this problem can naively be solved in time O(nm). In Knuth, Morris and Pratt’s seminal paper of 1977, an automaton, was developed that allows solving this problem in time O(n) for any alphabet. This automaton, which we will refer to as the KMP-automaton, has proven useful in solving many other problems. A notable example is the parameterized pattern matching model. In this model, a consistent renaming of symbols from Σ is allowed in a match. The parameterized matching paradigm has proven useful in problems in software engineering, computer vision, and other applications. It has long been believed that for texts where the symbols are uniformly random, the naive algorithm will perform as well as the KMP algorithm. In this paper, we examine the practical efficiency of the KMP algorithm versus the naive algorithm on a randomly generated text. We analyze the time under various parameters, such as alphabet size, pattern length, and the distribution of pattern occurrences in the text. We do this for both the original exact matching problem and parameterized matching. While the folklore wisdom is vindicated by these findings for the exact matching case, surprisingly, the KMP algorithm always works significantly faster than the naive in the parameterized matching case. We check this hypothesis for DNA texts and image data and observe a similar behavior as in the random text. We also show a very stru
Nowadays, the majority of intelligent tutoring systems (ITS) have significantly advanced in terms of capabilities and technologies. These systems have evolved to provide personalized and adaptive learning experiences ...
详细信息
A numerical study about the convective non-Newtonian flow over a cylinder of elliptical cross-sections is conducted with uniform surface heat flux conditions. The non-Newtonian characteristics of the flow are predicte...
详细信息
This work presents a tensor-based approach to constructing data-driven reduced-order models corresponding to semi-discrete partial differential equations with canonical Hamiltonian structure. By expressing parameter-v...
详细信息
We reveal that the information exchange between particle detectors and their ability to harvest correlations from a quantum field can interfere constructively and destructively. This allows for scenarios where the pre...
详细信息
We reveal that the information exchange between particle detectors and their ability to harvest correlations from a quantum field can interfere constructively and destructively. This allows for scenarios where the presence of entanglement in the quantum field is actually detrimental to the process of getting the two detectors entangled.
The widespread usage of wearables set the foundations for many new applications that process the wearable sensor data. Human Activity Recognition (HAR) is a well-studied application that targets to classify the data c...
详细信息
A subset I of vertices of an undirected connected graph G is a nonseparating independent set(NSIS)if no two vertices of I are adjacent and GI is *** Z(G)denote the cardinality of a maximum NSIS of G.A nonsep...
详细信息
A subset I of vertices of an undirected connected graph G is a nonseparating independent set(NSIS)if no two vertices of I are adjacent and GI is *** Z(G)denote the cardinality of a maximum NSIS of G.A nonseparating independent set containing Z(G)vertices is called the maximum nonseparating independent *** this paper,we firstly give an upper bound for Z(G)of regular graphs and determine Z(G)for some types of circular ***,we show a relationship between Z(G)and the maximum genus M(G)of a general ***,an important formula is provided to compute Z(G),i.e.,Z(G)=Σx∈I dI(x)+2(M(G-I)-γM(G))+(ξ(G-I)-ξ(G));where I is the maximum nonseparating independent set and ξ(G)is the Betti deficiency(Xuong,1979)of G.
Despite the impressive advances in image under-standing approaches, defining similarity among images remains a challenging task, crucial for many applications such as classification and retrieval. Mainly supported by ...
详细信息
ISBN:
(数字)9798350376036
ISBN:
(纸本)9798350376043
Despite the impressive advances in image under-standing approaches, defining similarity among images remains a challenging task, crucial for many applications such as classification and retrieval. Mainly supported by Convolution Neural Networks (CNNs) and Transformer-based models, image representation techniques are the main reason for the advances. On the other hand, comparisons are mostly computed based on traditional pairwise measures, such as the Euclidean distance, while contextual similarity approaches can lead to effective results in defining similarity between points in high-dimensional spaces. This paper introduces a novel approach to contextual similarity by combining two techniques: neighbor embedding projection methods and rank-based manifold learning. High-dimensional features are projected in a 2D space used for efficiently ranking computation. Subsequently, manifold learning methods are exploited for a re-ranking step. An experimental evaluation conducted on different datasets and visual features indicates that the proposed approach leads to significant gains in comparison to the original feature representations and the neighbor embedding method in isolation.
暂无评论