Text classification (TC) is widely used for organizing digital documents. The issues in TC are numerous characteristics and high-element dimensions. Many pattern classification issues require feature selection (FS), w...
详细信息
University timetabling problems are a yearly challenging task and are faced repeatedly each *** problems are considered nonpolynomial time(NP)and combinatorial optimization problems(COP),which means that they can be s...
详细信息
University timetabling problems are a yearly challenging task and are faced repeatedly each *** problems are considered nonpolynomial time(NP)and combinatorial optimization problems(COP),which means that they can be solved through optimization algorithms to produce the aspired optimal *** techniques have been used to solve university timetabling problems,and most of them use optimization *** paper provides a comprehensive review of the most recent studies dealing with concepts,methodologies,optimization,benchmarks,and open issues of university timetabling *** comprehensive review starts by presenting the essence of university timetabling as NP-COP,defining and clarifying the two formed classes of university timetabling:University Course Timetabling and University Examination Timetabling,illustrating the adopted algorithms for solving such a problem,elaborating the university timetabling constraints to be considered achieving the optimal timetable,and explaining how to analyze and measure the performance of the optimization algorithms by demonstrating the commonly used benchmark datasets for the *** is noted that meta-heuristic methodologies are widely used in the ***,recently,multi-objective optimization has been increasingly used in solving such a problem that can identify robust university timetabling ***,trends and future directions in university timetabling problems are *** paper provides good information for students,researchers,and specialists interested in this area of *** challenges and possibilities for future research prospects are also explored.
Procedural modeling is used to generate virtual content in organized layouts of exterior and interior elements. There is a large number of existing layout generation methods, and newer approaches propose the generatio...
Procedural modeling is used to generate virtual content in organized layouts of exterior and interior elements. There is a large number of existing layout generation methods, and newer approaches propose the generation of multiple layout types within the same generation session. This introduces additional constraints when manually created layout elements need to be combined with the automatically generated content. Existing approaches are either designed to work with existing elements for a single layout type, or require a high amount of manual work for adding existing elements within multiple layouts. This paper presents a method that enables the application of existing subdivision methods on multiple layout types by inserting existing content into the generation result. This method can generate test cases by creating variations of partially generated layouts for procedural modeling methods that can work with existing content.
Navigating the complex legal and regulatory landscape requires a sophisticated platform that is not only comprehensive but also user-friendly and enables seamless analysis and document comparison in the legal realm. T...
详细信息
It can be argued that the Convolutional Neural Network (CNN) used in this research is an efficient algorithm for classifying images based on the end prediction of the path taken. In every plot that is made, there is a...
It can be argued that the Convolutional Neural Network (CNN) used in this research is an efficient algorithm for classifying images based on the end prediction of the path taken. In every plot that is made, there is a similar process for achieving a prediction of the final result. The implementation for each of these procedures follows the steps that are summarized into a flow of analysis stages that can help to develop the application of an algorithm. The initial stage is to take the handwriting from the user which is then pre-processed the image, to eliminate existing noise, and sharpen the contrast, so that the image can be seen clearly. Images will be processed and analyzed using the Convolutional Neural Network model, training will be carried out, with an average training of a dataset of 100 epochs or about 7 to 10 minutes, and labeling on the trained dataset. The accuracy of the training reached 98.89%, as a proportion of the different characteristics of the handwriting sample.
Deep learning-based no-reference image quality assessment faces problems like dependency on a large amount of experimental data and the generalization ability of the learned model. A deep learning model trained on a s...
详细信息
作者:
Moschella, LucaGLADIA research lab
Department of Computer Science Faculty of Information Engineering Informatics and Statistics Italy
As NNs (Neural Networks) permeate various scientific and industrial domains, understanding the universality and reusability of their representations becomes crucial. At their core, these networks create intermediate n...
详细信息
As NNs (Neural Networks) permeate various scientific and industrial domains, understanding the universality and reusability of their representations becomes crucial. At their core, these networks create intermediate neural representations, indicated as latent spaces, of the input data and subsequently leverage them to perform specific downstream tasks. This dissertation focuses on the universality and reusability of neural representations. Do the latent representations crafted by a NN remain exclusive to a particular trained instance, or can they generalize across models, adapting to factors such as randomness during training, model architecture, or even data domain? This adaptive quality introduces the notion of Latent Communication – a phenomenon that describes when representations can be unified or reused across neural spaces. A salient observation from our research is the emergence of similarities in latent representations, even when these originate from distinct or seemingly unrelated NNs. By exploiting a partial correspondence between the two data distributions that establishes a semantic link, we found that these representations can either be projected into a universal representation (Moschella*, Maiorca*, et al., 2023), coined as Relative Representation, or be directly translated from one space to another (Maiorca* et al., 2023). Intriguingly, this holds even when the transformation relating the spaces is unknown (Cannistraci, Moschella, Fumero, et al., 2024) and when the semantic bridge between them is minimal (Cannistraci, Moschella, Maiorca, et al., 2023). Latent Communication allows for a bridge between independently trained NN, irrespective of their training regimen, architecture, or the data modality they were trained on – as long as the data semantic content stays the same (e.g., images and their captions). This holds true for both generation, classification and retrieval downstream tasks;in supervised, weakly supervised, and unsupervised settings;and
Artificial intelligence, Machine Learning, and Deep Learning are increasingly making significant contributions to the field of medicine. Individual patient conditions, disease localization, and various influencing fac...
详细信息
ISBN:
(数字)9798350373974
ISBN:
(纸本)9798350373981
Artificial intelligence, Machine Learning, and Deep Learning are increasingly making significant contributions to the field of medicine. Individual patient conditions, disease localization, and various influencing factors underscore the complexity of disease diagnosis and treatment planning. Introducing new technologies can revolutionize medical diagnostics, facilitating swift and accurate assessments. Among the noninvasive diagnostic methods, Magnetic Resonance Imaging (MRI) stands out, particularly in tumor diagnosis. UNet, renowned for its effectiveness in medical image analysis, serves as a robust model for semantic segmentation, as does DeepLabV3+. However, these models are inherently complex, and their inference process can be time-consuming. By leveraging the OpenVINO toolkit, the inference process is significantly reduced. In this study, nearly a 2-fold acceleration is achieved in inference time with the DeepLabV3+ model and a roughly 1.2-fold improvement with the UNet model on CPU. Moreover, when employing GPU with FP16 precision, the acceleration reached almost 2.5fold for UNet and nearly 3-fold for DeepLabV3+, showcasing the substantial performance enhancements attainable through optimized hardware utilization.
Software development is implemented in several key phases, one of which is software testing. Software testing consists of selecting techniques for the purpose of finding software defects and bugs in the process of wri...
Software development is implemented in several key phases, one of which is software testing. Software testing consists of selecting techniques for the purpose of finding software defects and bugs in the process of writing code. There are several ways and approaches that lead us to that purpose, with the goal of selecting the most adequate method in terms of cost, complexity, and efficiency. In this paper, we will take a deeper dive into mutation testing techniques. Mutation testing techniques are fault-based and focus more on test structures than the input data, which is considered the testing start point. The basic concept of mutation testing consists of a few steps, which will be covered in this paper, and metrics that measure how effective the tests really are. With a few code examples, we will show why code coverage, which is mostly taken as a measure while testing, is sometimes not the most reliable source and does not give a full picture when talking about the quality of written tests.
With the rapid growth of video data, video summarization is a promising approach to shorten a lengthy video into a compact version. Although supervised summarization approaches have achieved state-of-the-art performan...
详细信息
暂无评论