Efficient algorithms for computing bisimulations for nondeterministic fuzzy transition systems

July 01, 2024 Β· Declared Dead Β· πŸ› Fuzzy Sets Syst.

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Linh Anh Nguyen arXiv ID 2407.01052 Category cs.DS: Data Structures & Algorithms Citations 2 Venue Fuzzy Sets Syst. Last Checked 4 months ago
Abstract
Fuzzy transition systems offer a robust framework for modeling and analyzing systems with inherent uncertainties and imprecision, which are prevalent in real-world scenarios. As their extension, nondeterministic fuzzy transition systems (NFTSs) have been studied in a considerable number of works. Wu et al. (2018) provided an algorithm for computing the greatest crisp bisimulation of a finite NFTS $\mathcal{S} = \langle S, A, Ξ΄\rangle$, with a time complexity of order $O(|S|^4 \cdot |Ξ΄|^2)$ under the assumption that $|Ξ΄| \geq |S|$. Qiao {\em et al.} (2023) provided an algorithm for computing the greatest fuzzy bisimulation of a finite NFTS $\mathcal{S}$ under the GΓΆdel semantics, with a time complexity of order $O(|S|^4 \cdot |Ξ΄|^2 \cdot l)$ under the assumption that $|Ξ΄| \geq |S|$, where $l$ is the number of fuzzy values used in $\mathcal{S}$ plus 1. In this work, we provide efficient algorithms for computing the partition corresponding to the greatest crisp bisimulation of a finite NFTS $\mathcal{S}$, as well as the compact fuzzy partition corresponding to the greatest fuzzy bisimulation of $\mathcal{S}$ under the GΓΆdel semantics. Their time complexities are of the order $O((size(Ξ΄) \log{l} + |S|) \log{(|S| + |Ξ΄|)})$, where $l$ is the number of fuzzy values used in $\mathcal{S}$ plus 2. When $|Ξ΄| \geq |S|$, this order is within $O(|S| \cdot |Ξ΄| \cdot \log^2{|Ξ΄|})$. The reduction of time complexity from $O(|S|^4 \cdot |Ξ΄|^2)$ and $O(|S|^4 \cdot |Ξ΄|^2 \cdot l)$ to $O(|S| \cdot |Ξ΄| \cdot \log^2{|Ξ΄|})$ is a significant contribution of this work. In addition, we introduce nondeterministic fuzzy labeled transition systems, which extend NFTSs with fuzzy state labels, and we define and provide results on simulations and bisimulations between them.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted