Studia Universitatis Babeș-Bolyai Informatica http://193.231.18.162/index.php/subbinformatica <p><strong>OFFICIAL WEBPAGE: <a href="https://www.cs.ubbcluj.ro/~studia-i/journal/journal">https://www.cs.ubbcluj.ro/~studia-i/journal/</a></strong></p> <p><strong>ISSN (online):</strong> 2065-9601<br /><strong>ISSN-L:</strong> 2065-9601<br />ISSN (print): 1224-869X, ceased since 1/2022<br /><strong>Subject:</strong> Computer Science Journal <br /><strong>Text in:</strong> English <br /><strong>Year of the first edition:</strong> 1996 <br /><strong>Periodicity:</strong> Biannual (June, December); quarterly between 2010 - 2013.<br /><strong>Type of the publication:</strong> scientific/academic <br /><strong>Editors:</strong> <br />Prof. Dr. Horia F. POP, Ph.D., Babeş-Bolyai University<br />Prof. Gabriela CZIBULA, Babes-Babeş University<br />E-mails: <a href="mailto:hfpop@cs.ubbcluj.ro">hfpop@cs.ubbcluj.ro</a>; <a href="mailto:studia-i@cs.ubbcluj.ro">studia-i@cs.ubbcluj.ro</a><br /><strong>Fully Open Access: Yes</strong><strong><br />Publication fees:</strong> <strong>None</strong></p> en-US studia-i@cs.ubbcluj.ro (Studia Universitatis Babeș-Bolyai, Series Informatica) studiaubb@ubbcluj.onmicrosoft.com (Alina Vesa) Mon, 10 Jun 2024 10:39:51 +0000 OJS 3.3.0.10 http://blogs.law.harvard.edu/tech/rss 60 Matching Apictorial Puzzle Pieces Using Deep Learning http://193.231.18.162/index.php/subbinformatica/article/view/7275 <p>Finding matches between puzzle pieces is a difficult problem relevant to applications that involve restoring broken objects. The main difficulty comes from the similarity of the puzzle pieces and the very small difference between a pair of pieces that almost match and one that does. The proposed solution is based on deep learning models and has two steps: firstly, the pieces are segmented from images with a U-Net model; then, matches are found with a Siamese Neural Network. To reach our goal, we created our own dataset, containing 462 images and just as many masks. With these masks, we built 3318 pairs of images, half of them representing pieces that fit together and half that do not. Our most relevant result is estimating correctly for 290 out of 332 pairs whether they match.</p> <p>Received by the editors: 23 October 2023.</p> <p><strong>2010 Mathematics Subject Classification.</strong> 68T45, 68U10.</p> <p><strong>1998 CR Categories and Descriptors.</strong> I.2.10 Artificial Intelligence: Vision and Scene Understanding – Shape; I.4.6 Image Processing and Computer Vision: Segmentation – Edge and feature detection.</p> Raluca-Diana CHIȘ Copyright (c) 2024 Studia Universitatis Babeș-Bolyai Informatica https://creativecommons.org/licenses/by-nc-nd/4.0 http://193.231.18.162/index.php/subbinformatica/article/view/7275 Mon, 04 Mar 2024 00:00:00 +0000 3D Deformable Object Matching Using Graph Neural Networks http://193.231.18.162/index.php/subbinformatica/article/view/7276 <p>Considering the current advancements in computer vision it can be observed that most of it is focused on two-dimensional imagery. This includes problems such as classification, regression, and the lesser-known object matching problem. While object matching ca be viewed as a solved problem in a two-dimensional space, for a three-dimensional space there is a long way to go, especially for non-rigid objects. The problem is focused on matching a given object to a target object. We propose a solution based on Graph Neural Networks that tries to generalize over multiple objects at once, based on self-attention and cross-attention blocks for the network. To test our solution, we utilised five convolutional operators for the layers of the model. The convolutional operators we compared included GCNConv, ChebConv, SAGEConv, TAGConv, and FeaStConv. This paper aims to find the best operators for our architecture and the task. Our approach obtained favourable results for predicting the barycentric weights for the model, while struggling to predict the triangle indexes. The best results were obtained for the models using GCNConv, for the triangles index prediction and FeaStConv for the barycentric coordinates prediction.</p> <p>Received by the editors: 29 November 2023.</p> <p><strong>2010 Mathematics Subject Classification.</strong> 68T45, 68U05.</p> <p><strong>1998 CR Categories and Descriptors.</strong> I.2.10 Artificial Intelligence: Vision and Scene Understanding – 3D/stereo scene analysis; I.3.5 Computer Graphics: Computational Geometry and Object Modeling – Geometric algorithms, languages, and systems.</p> Mihai-Adrian LOGHIN Copyright (c) 2024 Studia Universitatis Babeș-Bolyai Informatica https://creativecommons.org/licenses/by-nc-nd/4.0 http://193.231.18.162/index.php/subbinformatica/article/view/7276 Thu, 07 Mar 2024 00:00:00 +0000 A Comprehensive Evaluation of Rough Sets Clustering in Uncertainty Driven Contexts http://193.231.18.162/index.php/subbinformatica/article/view/7277 <p>This paper presents a comprehensive evaluation of the Agent BAsed Rough sets Clustering (ABARC) algorithm, an approach using rough sets theory for clustering in environments characterized by uncertainty. Several experiments utilizing standard datasets are performed in order to compare ABARC against a range of supervised and unsupervised learning algorithms. This comparison considers various internal and external performance measures to evaluate the quality of clustering. The results highlight the ABARC algorithm’s capability to effectively manage vague data and outliers, showcasing its advantage in handling uncertainty in data. Furthermore, they also emphasize the importance of choosing appropriate performance metrics, especially when evaluating clustering algorithms in scenarios with unclear or inconsistent data.</p> <p>Received by the editors: 5 March 2024.</p> <p><strong>2010 Mathematics Subject Classification.</strong> 68T37, 68T99.</p> <p><strong>1998 CR Categories and Descriptors.</strong> I.5.3 Pattern Recognition.: Clustering – Algorithms; I.5.3 Pattern Recognition.: Clustering – Similarity measures.</p> Arnold SZEDERJESI-DRAGOMIR Copyright (c) 2024 Studia Universitatis Babeș-Bolyai Informatica https://creativecommons.org/licenses/by-nc-nd/4.0 http://193.231.18.162/index.php/subbinformatica/article/view/7277 Thu, 11 Apr 2024 00:00:00 +0000 Competitive Influence Maximization in Trust-Based Social Networks With Deep Q-Learning http://193.231.18.162/index.php/subbinformatica/article/view/7278 <p>Social network analysis is a rapidly evolving research area having several real-life application areas, e.g. digital marketing, epidemiology, spread of misinformation. Influence maximization aims to select a subset of nodes in such manner that the information propagated over the network is maximized. Competitive influence maximization, which describes the phenomena of multiple actors competing for resources within the same infrastructure, can be solved with a greedy approach selecting the seed nodes utilizing the influence strength between nodes. Recently, deep reinforcement learning methods were applied for estimating the influence strength. We train a controller with reinforcement learning for selecting a node list of given length as the initial seed set for the information spread. Our experiments show that deep Q-learning methods are suitable to analyze the competitive influence maximization on trust and distrust based social networks.</p> <p>Received by the editors: 1 March 2023.</p> <p><strong>2010 Mathematics Subject Classification.</strong> 68T05.</p> <p><strong>1998 CR Categories and Descriptors.</strong> G.2.2 Discrete Mathematics: Graph Theory – Network problems; G.3. Probability and Statistics: Markov Processes; I.2.6 Artificial Intelligence: Learning – Connectionism and neural nets.</p> Anikó KOPACZ Copyright (c) 2024 Studia Universitatis Babeș-Bolyai Informatica https://creativecommons.org/licenses/by-nc-nd/4.0 http://193.231.18.162/index.php/subbinformatica/article/view/7278 Wed, 05 Jun 2024 00:00:00 +0000 Automatic Detection of Verbal Deception in Romanian With Artificial Intelligence Methods http://193.231.18.162/index.php/subbinformatica/article/view/7279 <p>Automatic deception detection is an important task with several applications in both direct physical human communication, as well as in computer-mediated one. The objective of this paper is to study the nature of deceptive language. The primary goal of this study is to investigate deception in Romanian written communication. We created a number of artificial intelligence models (based on Support Vector Machine, Random Forest, and Artificial Neural Network) to detect dishonesty in a topic-specific corpus. To assess the efficiency of the Linguistic Inquiry and Word Count (LIWC) categories in Romanian, we conducted a comparison between multiple text representations based on LIWC, TF-IDF, and LSA. The results show that in the case of datasets with a common subject such as the one we used regarding friendship, text categorization is more successful using general text representations such as TF-IDF or LSA. The proposed approach achieves an accuracy of the classification of 91.3%, outperforming the similar approaches presented in the literature. These findings have implications in fields like linguistics and opinion mining, where research on this subject in languages other than English is necessary.</p> <p>Received by the editors: 29 April 2024.</p> <p><strong>2010 Mathematics Subject Classification.</strong> 68T50.</p> <p><strong>1998 CR Categories and Descriptors.</strong> I.2.7 ARTIFICIAL INTELLIGENCE.: Nat- ural Language Processing –Text analysis.</p> Mălina CRUDU Copyright (c) 2024 Studia Universitatis Babeș-Bolyai Informatica https://creativecommons.org/licenses/by-nc-nd/4.0 http://193.231.18.162/index.php/subbinformatica/article/view/7279 Wed, 05 Jun 2024 00:00:00 +0000