Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–50 of 95 results for author: Mazzara, M

.
  1. arXiv:2405.02675  [pdf, other

    cs.SD cs.AI eess.AS

    Quranic Audio Dataset: Crowdsourced and Labeled Recitation from Non-Arabic Speakers

    Authors: Raghad Salameh, Mohamad Al Mdfaa, Nursultan Askarbekuly, Manuel Mazzara

    Abstract: This paper addresses the challenge of learning to recite the Quran for non-Arabic speakers. We explore the possibility of crowdsourcing a carefully annotated Quranic dataset, on top of which AI models can be built to simplify the learning process. In particular, we use the volunteer-based crowdsourcing genre and implement a crowdsourcing API to gather audio assets. We integrated the API into an ex… ▽ More

    Submitted 4 May, 2024; originally announced May 2024.

  2. arXiv:2405.01095  [pdf, other

    cs.CV eess.IV

    Transformers Fusion across Disjoint Samples for Hyperspectral Image Classification

    Authors: Muhammad Ahmad, Manuel Mazzara, Salvatore Distifano

    Abstract: 3D Swin Transformer (3D-ST) known for its hierarchical attention and window-based processing, excels in capturing intricate spatial relationships within images. Spatial-spectral Transformer (SST), meanwhile, specializes in modeling long-range dependencies through self-attention mechanisms. Therefore, this paper introduces a novel method: an attentional fusion of these two transformers to significa… ▽ More

    Submitted 2 May, 2024; originally announced May 2024.

  3. arXiv:2404.14955  [pdf, other

    cs.CV

    A Comprehensive Survey for Hyperspectral Image Classification: The Evolution from Conventional to Transformers

    Authors: Muhammad Ahmad, Salvatore Distifano, Adil Mehmood Khan, Manuel Mazzara, Chenyu Li, Jing Yao, Hao Li, Jagannath Aryal, Gemine Vivone, Danfeng Hong

    Abstract: Hyperspectral Image Classification (HSC) is a challenging task due to the high dimensionality and complex nature of Hyperspectral (HS) data. Traditional Machine Learning approaches while effective, face challenges in real-world data due to varying optimal feature sets, subjectivity in human-driven design, biases, and limitations. Traditional approaches encounter the curse of dimensionality, strugg… ▽ More

    Submitted 12 June, 2024; v1 submitted 23 April, 2024; originally announced April 2024.

  4. arXiv:2404.14945  [pdf, other

    cs.CV

    Pyramid Hierarchical Transformer for Hyperspectral Image Classification

    Authors: Muhammad Ahmad, Muhammad Hassaan Farooq Butt, Manuel Mazzara, Salvatore Distifano

    Abstract: The traditional Transformer model encounters challenges with variable-length input sequences, particularly in Hyperspectral Image Classification (HSIC), leading to efficiency and scalability concerns. To overcome this, we propose a pyramid-based hierarchical transformer (PyFormer). This innovative approach organizes input data hierarchically into segments, each representing distinct abstraction le… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

  5. arXiv:2404.14944  [pdf, other

    cs.CV eess.IV

    Importance of Disjoint Sampling in Conventional and Transformer Models for Hyperspectral Image Classification

    Authors: Muhammad Ahmad, Manuel Mazzara, Salvatore Distifano

    Abstract: Disjoint sampling is critical for rigorous and unbiased evaluation of state-of-the-art (SOTA) models. When training, validation, and test sets overlap or share data, it introduces a bias that inflates performance metrics and prevents accurate assessment of a model's true ability to generalize to new examples. This paper presents an innovative disjoint sampling approach for training SOTA models on… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

  6. arXiv:2201.01001  [pdf, other

    cs.CV eess.IV

    Attention Mechanism Meets with Hybrid Dense Network for Hyperspectral Image Classification

    Authors: Muhammad Ahmad, Adil Mehmood Khan, Manuel Mazzara, Salvatore Distefano, Swalpa Kumar Roy, Xin Wu

    Abstract: Convolutional Neural Networks (CNN) are more suitable, indeed. However, fixed kernel sizes make traditional CNN too specific, neither flexible nor conducive to feature learning, thus impacting on the classification accuracy. The convolution of different kernel size networks may overcome this problem by capturing more discriminating and relevant information. In light of this, the proposed solution… ▽ More

    Submitted 4 January, 2022; originally announced January 2022.

  7. arXiv:2104.12136  [pdf, other

    cs.CV

    3D/2D regularized CNN feature hierarchy for Hyperspectral image classification

    Authors: Muhammad Ahmad, Manuel Mazzara, Salvatore Distefano

    Abstract: Convolutional Neural Networks (CNN) have been rigorously studied for Hyperspectral Image Classification (HSIC) and are known to be effective in exploiting joint spatial-spectral information with the expense of lower generalization performance and learning speed due to the hard labels and non-uniform distribution over labels. Several regularization techniques have been used to overcome the aforesai… ▽ More

    Submitted 25 April, 2021; originally announced April 2021.

  8. arXiv:2101.10532  [pdf, other

    cs.CV cs.LG eess.IV

    Hyperspectral Image Classification: Artifacts of Dimension Reduction on Hybrid CNN

    Authors: Muhammad Ahmad, Sidrah Shabbir, Rana Aamir Raza, Manuel Mazzara, Salvatore Distefano, Adil Mehmood Khan

    Abstract: Convolutional Neural Networks (CNN) has been extensively studied for Hyperspectral Image Classification (HSIC) more specifically, 2D and 3D CNN models have proved highly efficient in exploiting the spatial and spectral information of Hyperspectral Images. However, 2D CNN only considers the spatial information and ignores the spectral information whereas 3D CNN jointly exploits spatial-spectral inf… ▽ More

    Submitted 25 January, 2021; originally announced January 2021.

    Comments: 9 pages, 9 figures

    Report number: https://doi.org/10.1016/j.ijleo.2021.167757

    Journal ref: 2021

  9. Hyperspectral Image Classification-Traditional to Deep Models: A Survey for Future Prospects

    Authors: Muhammad Ahmad, Sidrah Shabbir, Swalpa Kumar Roy, Danfeng Hong, Xin Wu, Jing Yao, Adil Mehmood Khan, Manuel Mazzara, Salvatore Distefano, Jocelyn Chanussot

    Abstract: Hyperspectral Imaging (HSI) has been extensively utilized in many real-life applications because it benefits from the detailed spectral information contained in each pixel. Notably, the complex characteristics i.e., the nonlinear relation among the captured spectral information and the corresponding object of HSI data make accurate classification challenging for traditional methods. In the last fe… ▽ More

    Submitted 27 April, 2022; v1 submitted 15 January, 2021; originally announced January 2021.

    Comments: https://ieeexplore.ieee.org/abstract/document/9645266

  10. arXiv:2004.08774  [pdf, other

    cs.CY

    Code Review in the Classroom

    Authors: Victor Rivera, Hamna Aslam, Alexandr Naumchev, Daniel de Carvalho, Mansur Khazeev, Manuel Mazzara

    Abstract: This paper presents a case study to examine the affinity of the code review process among young developers in an academic setting. Code review is indispensable considering the positive outcomes it generates. However, it is not an individual activity and requires substantial interaction among stakeholders, deliverance, and acceptance of feedback, timely actions upon feedback as well as the ability… ▽ More

    Submitted 19 April, 2020; originally announced April 2020.

  11. arXiv:2002.05663  [pdf, other

    cs.CY cs.SE

    An Open Source Solution for Smart Contract-based Parking

    Authors: Nikolay Buldakov, Timur Khalilev, Salvatore Distefano, Manuel Mazzara

    Abstract: This paper discusses an open source solution to smart-parking in highly urbanized areas. Interviews have been conducted with domain experts, user stories defined and a system architecture has been proposed with a case study. Our solution allows independent owners of parking space to be integrated into one unified system, that facilitates the parking situation in a smart city. The utilization of su… ▽ More

    Submitted 1 February, 2020; originally announced February 2020.

  12. Machine Learning and value generation in Software Development: a survey

    Authors: Barakat. J. Akinsanya, Luiz J. P. Araújo, Mariia Charikova, Susanna Gimaeva, Alexandr Grichshenko, Adil Khan, Manuel Mazzara, Ozioma Okonicha N, Daniil Shilintsev

    Abstract: Machine Learning (ML) has become a ubiquitous tool for predicting and classifying data and has found application in several problem domains, including Software Development (SD). This paper reviews the literature between 2000 and 2019 on the use the learning models that have been employed for programming effort estimation, predicting risks and identifying and detecting defects. This work is meant t… ▽ More

    Submitted 23 January, 2020; originally announced January 2020.

    Comments: To be published in the proceeding of International Conference on Software Testing, Machine Learning and Complex Process Analysis (TMPA-2019)

  13. arXiv:1911.10509  [pdf, other

    cs.CY cs.SE

    A survey of of blockchain-based solutions for Energy Industry

    Authors: Swati Megha, Joseph Lamptey, Hamza Salem, Manuel Mazzara

    Abstract: The energy industry needs to shift to a new paradigm from its classical model of energy generation, distribution, and management. This shift is necessary to handle digitization, increased renewable energy generation, and to achieve goals of environmental sustainability. This shift has several challenges on its way and has been seen through research and development that blockchain which is one of t… ▽ More

    Submitted 26 November, 2019; v1 submitted 24 November, 2019; originally announced November 2019.

  14. arXiv:1911.03746  [pdf, other

    cs.CY cs.NI

    A Machine to Machine framework for the charging of Electric Autonomous Vehicles

    Authors: Ziyad Elbanna, Ilya Afanasyev, Luiz J. P. Araujo, Rasheed Hussain, Mansur Khazeev, Joseph Lamptey, Manuel Mazzara, Swati Megha, Diksha Moolchandani, Dragos Strugar

    Abstract: Electric Autonomous Vehicles (EAVs) have gained increasing attention of industry, governments and scientific communities concerned about issues related to classic transportation including accidents and casualties, gas emissions and air pollution, intensive traffic and city viability. One of the aspects, however, that prevent a broader adoption of this technology is the need for human interference… ▽ More

    Submitted 9 November, 2019; originally announced November 2019.

  15. arXiv:1911.02564  [pdf, other

    cs.SE cs.FL cs.PL

    The role of formalism in system requirements (full version)

    Authors: Jean-Michel Bruel, Sophie Ebersold, Florian Galinier, Alexandr Naumchev, Manuel Mazzara, Bertrand Meyer

    Abstract: A major determinant of the quality of software systems is the quality of their requirements, which should be both understandable and precise. Most requirements are written in natural language, good for understandability but lacking in precision. To make requirements precise, researchers have for years advocated the use of mathematics-based notations and methods, known as "formal". Many exist, diff… ▽ More

    Submitted 16 April, 2020; v1 submitted 6 November, 2019; originally announced November 2019.

    Comments: Fourth version (15 April 2020). This is the full version, including some sections and 2 appendices not appearing in the short version

  16. arXiv:1910.03066  [pdf, other

    cs.SE

    From DevOps to DevDataOps: Data Management in DevOps processes

    Authors: Antonio Capizzi, Salvatore Distefano, Manuel Mazzara

    Abstract: DevOps is a quite effective approach for managing software development and operation, as confirmed by plenty of success stories in real applications and case studies. DevOps is now becoming the main-stream solution adopted by the software industry in development, able to reduce the time to market and costs while improving quality and ensuring evolvability and adaptability of the resulting software… ▽ More

    Submitted 7 October, 2019; originally announced October 2019.

  17. arXiv:1909.12682  [pdf, other

    cs.SE

    Anomaly Detection in DevOps Toolchain

    Authors: Antonio Capizzi, Salvatore Distefano, Manuel Mazzara, Luiz J. P. Araùjo, Muhammad Ahmad, Evgeny Bobrov

    Abstract: The tools employed in the DevOps Toolchain generates a large quantity of data that is typically ignored or inspected only in particular occasions, at most. However, the analysis of such data could enable the extraction of useful information about the status and evolution of the project. For example, metrics like the "lines of code added since the last release" or "failures detected in the staging… ▽ More

    Submitted 27 September, 2019; originally announced September 2019.

  18. arXiv:1907.07433  [pdf, other

    cs.RO cs.DC cs.MA

    Towards Blockchain-based Multi-Agent Robotic Systems: Analysis, Classification and Applications

    Authors: Ilya Afanasyev, Alexander Kolotov, Ruslan Rezin, Konstantin Danilov, Manuel Mazzara, Subham Chakraborty, Alexey Kashevnik, Andrey Chechulin, Aleksandr Kapitonov, Vladimir Jotsov, Andon Topalov, Nikola Shakev, Sevil Ahmed

    Abstract: Decentralization, immutability and transparency make of Blockchain one of the most innovative technology of recent years. This paper presents an overview of solutions based on Blockchain technology for multi-agent robotic systems, and provide an analysis and classification of this emerging field. The reasons for implementing Blockchain in a multi-robot network may be to increase the interaction ef… ▽ More

    Submitted 17 July, 2019; originally announced July 2019.

  19. arXiv:1907.03817  [pdf, other

    cs.RO cs.NI

    Towards the Internet of Robotic Things: Analysis, Architecture, Components and Challenges

    Authors: Ilya Afanasyev, Manuel Mazzara, Subham Chakraborty, Nikita Zhuchkov, Aizhan Maksatbek, Mohamad Kassab, Salvatore Distefano

    Abstract: Internet of Things (IoT) and robotics cannot be considered two separate domains these days. Internet of Robotics Things (IoRT) is a concept that has been recently introduced to describe the integration of robotics technologies in IoT scenarios. As a consequence, these two research fields have started interacting, and thus linking research communities. In this paper we intend to make further steps… ▽ More

    Submitted 8 July, 2019; originally announced July 2019.

  20. arXiv:1906.01430  [pdf, ps, other

    cs.SE

    Towards A Broader Acceptance Of Formal Verification Tools: The Role Of Education

    Authors: Mansur Khazeev, Manuel Mazzara, Daniel De Carvalho, Hamna Aslam

    Abstract: Formal methods yet advantageous, face challenges towards wide acceptance and adoption in software development practices. The major reason being presumed complexity. The issue can be addressed by academia with a thoughtful plan of teaching and practise. The user study detailed in this paper is examining AutoProof tool with the motivation to identify complexities attributed to formal methods. Partic… ▽ More

    Submitted 4 June, 2019; originally announced June 2019.

  21. arXiv:1904.03027  [pdf, other

    cs.SE

    Size Matters: Microservices Research and Applications

    Authors: Manuel Mazzara, Antonio Bucchiarone, Nicola Dragoni, Victor Rivera

    Abstract: In this chapter we offer an overview of microservices providing the introductory information that a reader should know before continuing reading this book. We introduce the idea of microservices and we discuss some of the current research challenges and real-life software applications where the microservice paradigm play a key role. We have identified a set of areas where both researcher and devel… ▽ More

    Submitted 4 April, 2019; originally announced April 2019.

    Comments: arXiv admin note: text overlap with arXiv:1706.07350

  22. arXiv:1904.02469  [pdf, ps, other

    cs.SE

    DevOps and its Philosophy : Education Matters!

    Authors: Evgeny Bobrov, Antonio Bucchiarone, Alfredo Capozucca, Nicolas Guelfi, Manuel Mazzara, Alexandr Naumchev, Larisa Safina

    Abstract: DevOps processes comply with principles and offer practices with main objective to support efficiently the evolution of IT systems. To be efficient a DevOps process relies on a set of integrated tools. DevOps is the first required competency together with Agile Method required by the industry. DevOps processes are sharing many aspects with microservices approaches especially the modularity and fle… ▽ More

    Submitted 4 April, 2019; originally announced April 2019.

  23. arXiv:1903.07468  [pdf, other

    cs.SE

    Teaching DevOps in academia and industry: reflections and vision

    Authors: Evgeny Bobrov, Antonio Bucchiarone, Alfredo Capozucca, Nicolas Guelfi, Manuel Mazzara, Sergey Masyagin

    Abstract: This paper describes our experience of delivery educational programs in academia and in industry on DevOps, compare the two approaches and sum-up the lessons learnt. We also propose a vision to implement a shift in the Software Engineering Higher Education curricula.

    Submitted 18 March, 2019; originally announced March 2019.

    Comments: 15 pages, 3 Figures

  24. arXiv:1903.05981  [pdf, other

    cs.SI

    Expressing Trust with Temporal Frequency of User Interaction in Online Communities

    Authors: Ekaterina Yashkina, Arseny Pinigin, JooYoung Lee, Manuel Mazzara, Akinlolu Solomon Adekotujo, Adam Zubair, Luca Longo

    Abstract: Reputation systems concern soft security dynamics in diverse areas. Trust dynamics in a reputation system should be stable and adaptable at the same time to serve the purpose. Many reputation mechanisms have been proposed and tested over time. However, the main drawback of reputation management is that users need to share private information to gain trust in a system such as phone numbers, reviews… ▽ More

    Submitted 29 January, 2019; originally announced March 2019.

  25. arXiv:1902.10071  [pdf, other

    eess.SP

    Cyber-Storms Come from Clouds: Security of Cloud Computing in the IoT Era

    Authors: Michele De Donno, Juxhino Kavaja, Nicola Dragoni, Antonio Bucchiarone, Manuel Mazzara

    Abstract: The Internet of Things (IoT) is rapidly changing our society to a world where every "thing" is connected to the Internet, making computing pervasive like never before. This tsunami of connectivity and data collection relies more and more on the Cloud, where data analytics and intelligence actually reside. Cloud computing has indeed revolutionized the way computational resources and services can be… ▽ More

    Submitted 28 January, 2019; originally announced February 2019.

  26. arXiv:1902.09464  [pdf, other

    cs.SE cs.CY

    A Reference Architecture for Smart and Software-defined Buildings

    Authors: Manuel Mazzara, Ilya Afanasyev, Smruti R. Sarangi, Salvatore Distefano, Vivek Kumar

    Abstract: The vision encompassing Smart and Software-defined Buildings (SSDB) is becoming more and more popular and its implementation is now more accessible due to the widespread adoption of the IoT infrastructure. Some of the most important applications sustaining this vision are energy management, environmental comfort, safety and surveillance. This paper surveys IoT and SSB technologies and their cooper… ▽ More

    Submitted 25 February, 2019; originally announced February 2019.

  27. arXiv:1902.03825  [pdf

    cs.LG cs.CY stat.ML

    Prediction of Malignant & Benign Breast Cancer: A Data Mining Approach in Healthcare Applications

    Authors: Vivek Kumar, Brojo Kishore Mishra, Manuel Mazzara, Dang N. H. Thanh, Abhishek Verma

    Abstract: As much as data science is playing a pivotal role everywhere, healthcare also finds it prominent application. Breast Cancer is the top rated type of cancer amongst women; which took away 627,000 lives alone. This high mortality rate due to breast cancer does need attention, for early detection so that prevention can be done in time. As a potential contributor to state-of-art technology development… ▽ More

    Submitted 23 February, 2019; v1 submitted 11 February, 2019; originally announced February 2019.

    Comments: 8 Pages, 2 Figures, 4 Tables. Conference- Advances in Data Science and Management - Proceedings of ICDSM 2019 To be published with- Springer, Lecture Notes on Data Engineering and Communications Technologies series

  28. arXiv:1901.06483  [pdf

    cs.LG cs.CR cs.CY stat.ML

    A Conjoint Application of Data Mining Techniques for Analysis of Global Terrorist Attacks -- Prevention and Prediction for Combating Terrorism

    Authors: Vivek Kumar, Manuel Mazzara, Maj. Gen., Angelo Messina, JooYoung Lee

    Abstract: Terrorism has become one of the most tedious problems to deal with and a prominent threat to mankind. To enhance counter-terrorism, several research works are developing efficient and precise systems, data mining is not an exception. Immense data is floating in our lives, though the scarce availability of authentic terrorist attack data in the public domain makes it complicated to fight terrorism.… ▽ More

    Submitted 21 February, 2019; v1 submitted 19 January, 2019; originally announced January 2019.

    Comments: 13 pages, 5 Figures, 7 Tables, Proceedings of 6th International Conference in Software Engineering for Defense Applications- SEDA 2018,Rome, Italy

  29. Stance Prediction for Russian: Data and Analysis

    Authors: Nikita Lozhnikov, Leon Derczynski, Manuel Mazzara

    Abstract: Stance detection is a critical component of rumour and fake news identification. It involves the extraction of the stance a particular author takes related to a given claim, both expressed in text. This paper investigates stance classification for Russian. It introduces a new dataset, RuStance, of Russian tweets and news comments from multiple sources, covering multiple stories, as well as text cl… ▽ More

    Submitted 3 October, 2018; v1 submitted 5 September, 2018; originally announced September 2018.

  30. arXiv:1807.01632  [pdf, other

    cs.SE

    Teaching DevOps in Corporate Environments: An experience report

    Authors: Manuel Mazzara, Alexandr Naumchev, Larisa Safina, Alberto Sillitti, Konstantin Urysov

    Abstract: This paper describes our experience of training a team of developers of an East-European phone service provider. The training experience was structured in two sessions of two days each conducted in different weeks with a gap of about fifteen days. The first session was dedicated to the Continuous Integration Delivery Pipeline, and the second on Agile methods. We summarize the activity, its prepara… ▽ More

    Submitted 23 October, 2018; v1 submitted 4 July, 2018; originally announced July 2018.

    Comments: Published in DEVOPS 2018 workshop

  31. arXiv:1804.08964  [pdf, other

    cs.CY

    On M2M Micropayments : A Case Study of Electric Autonomous Vehicles

    Authors: Dragos Strugar, Rasheed Hussain, Manuel Mazzara, Victor Rivera, JooYoung Lee, Ruslan Mustafin

    Abstract: The proliferation of electric vehicles has spurred the research interest in technologies associated with it, for instance, batteries, and charging mechanisms. Moreover, the recent advancements in autonomous cars also encourage the enabling technologies to integrate and provide holistic applications. To this end, one key requirement for electric vehicles is to have an efficient, secure, and scalabl… ▽ More

    Submitted 16 June, 2018; v1 submitted 24 April, 2018; originally announced April 2018.

  32. arXiv:1804.04701  [pdf, other

    cs.CY

    Reputation in M2M Economy

    Authors: Dragos Strugar, Rasheed Hussain, JooYoung Lee, Manuel Mazzara, Victor Rivera

    Abstract: Triggered by modern technologies, our possibilities may now expand beyond the unthinkable. Cars externally may look similar to decades ago, but a dramatic revolution happened inside the cabin as a result of their computation, communications, and storage capabilities. With the advent of Electric Autonomous Vehicles (EAVs), Artificial Intelligence and ecological technologies found the best synergy.… ▽ More

    Submitted 12 April, 2018; originally announced April 2018.

  33. arXiv:1804.00658  [pdf, other

    cs.CY

    An architecture for distributed ledger-based M2M auditing for Electric Autonomous Vehicles

    Authors: Dragos Strugar, Rasheed Hussain, Manuel Mazzara, Victor Rivera, Ilya Afanasyev, JooYoung Lee

    Abstract: Electric Autonomous Vehicles (EAVs) promise to be an effective way to solve transportation issues such as accidents, emissions and congestion, and aim at establishing the foundation of Machine-to-Machine (M2M) economy. For this to be possible, the market should be able to offer appropriate charging services without involving humans. The state-of-the-art mechanisms of charging and billing do not me… ▽ More

    Submitted 29 January, 2019; v1 submitted 2 April, 2018; originally announced April 2018.

  34. arXiv:1802.06571  [pdf, other

    cs.PL

    Implementing distributed λ-calculus interpreter

    Authors: Alexandr Basov, Daniel de Carvalho, Manuel Mazzara

    Abstract: This paper describes how one can implement distributed λ-calculus interpreter from scratch. At first, we describe how to implement a monadic parser, than the Krivine Machine is introduced for the interpretation part and as for distribution, the actor model is used. In this work we are not providing general solution for parallelism, but we consider particular patterns, which always can be paralleli… ▽ More

    Submitted 19 February, 2018; originally announced February 2018.

    Comments: 8 pages, 4 tables, 1 figure, proceeding AINA-2018 workshops

  35. arXiv:1801.06400  [pdf, other

    cs.SI cs.CY

    Hikester - the event management application

    Authors: Rinat Khatipov, Manuel Mazzara, Aydar Negimatzhanov, Victor Rivera, Anvar Zakirov, Ilgiz Zamaleev

    Abstract: Today social networks and services are one of the most important part of our everyday life. Most of the daily activities, such as communicating with friends, reading news or dating is usually done using social networks. However, there are activities for which social networks do not yet provide adequate support. This paper focuses on event management and introduces "Hikester". The main objective of… ▽ More

    Submitted 19 January, 2018; originally announced January 2018.

  36. arXiv:1801.03904  [pdf, other

    cs.SI

    Towards dynamic interaction-based model

    Authors: Almaz Melnikov, Manuel Mazzara, Victor Rivera, JooYoung Lee, Luca Longo

    Abstract: In this paper, we investigate how dynamic properties of reputation can influence the quality of users ranking. Reputation systems should be based on rules that can guarantee a high level of trust and help identifying unreliable units. To understand the effectiveness of dynamic properties in the evaluation of reputation, we propose our own model (DIB-RM) that is based on three factors: forgetting,… ▽ More

    Submitted 11 January, 2018; originally announced January 2018.

  37. arXiv:1801.03650  [pdf, other

    cs.HC

    Open source platform Digital Personal Assistant

    Authors: Denis Usachev, Azat Khusnutdinov, Manuel Mazzara, Adil Khan, Ivan Panchenko

    Abstract: Nowadays Digital Personal Assistants (DPA) become more and more popular. DPAs help to increase quality of life especially for elderly or disabled people. In this paper we develop an open source DPA and smart home system as a 3-rd party extension to show the functionality of the assistant. The system is designed to use the DPA as a learning platform for engineers to provide them with the opportunit… ▽ More

    Submitted 19 February, 2018; v1 submitted 11 January, 2018; originally announced January 2018.

  38. arXiv:1712.08828  [pdf, other

    q-bio.QM

    Gene expression for simulation of biological tissue

    Authors: Sadyk Sayfullin, Fedor Akhmetov, Manuel Mazzara, Ruslan Mustafin, Victor Rivera

    Abstract: BioDynaMo is a biological processes simulator developed by an international community of researchers and software engineers working closely with neuroscientists. The authors have been working on gene expression, i.e. the process by which the heritable information in a gene - the sequence of DNA base pairs - is made into a functional gene product, such as protein or RNA. Typically, gene regulatory… ▽ More

    Submitted 12 March, 2018; v1 submitted 23 December, 2017; originally announced December 2017.

  39. arXiv:1712.07686  [pdf, other

    cs.AI

    Pseudorehearsal in actor-critic agents with neural network function approximation

    Authors: Vladimir Marochko, Leonard Johard, Manuel Mazzara, Luca Longo

    Abstract: Catastrophic forgetting has a significant negative impact in reinforcement learning. The purpose of this study is to investigate how pseudorehearsal can change performance of an actor-critic agent with neural-network function approximation. We tested agent in a pole balancing task and compared different pseudorehearsal approaches. We have found that pseudorehearsal can assist learning and decrease… ▽ More

    Submitted 19 February, 2018; v1 submitted 20 December, 2017; originally announced December 2017.

  40. Model Checking in multiplayer games development

    Authors: Ruslan Rezin, Ilya Afanasyev, Manuel Mazzara, Victor Rivera

    Abstract: Multiplayer computer games play a big role in the ever-growing entertainment industry. Being competitive in this industry means releasing the best possible software, and reliability is a key feature to win the market. Computer games are also actively used to simulate different robotic systems where reliability is even more important, and potentially critical. Traditional software testing approache… ▽ More

    Submitted 4 December, 2017; originally announced December 2017.

    Journal ref: 2018 IEEE 32nd International Conference on Advanced Information Networking and Applications (AINA)

  41. Teaching Programming and Design-by-Contract

    Authors: Daniel de Carvalho, Rasheed Hussain, Adil Khan, Mansur Khazeev, JooYong Lee, Sergey Masiagin, Manuel Mazzara, Ruslan Mustafin, Alexandr Naumchev, Victor Rivera

    Abstract: This paper summarizes the experience of teaching an introductory course to programming by using a correctness by construction approach at Innopolis University, Russian Federation. In this paper we claim that division in beginner and advanced groups improves the learning outcomes, present the discussion and the data that support the claim.

    Submitted 4 July, 2018; v1 submitted 22 October, 2017; originally announced October 2017.

    Comments: 21th International Conference on Interactive Collaborative Learning

    Journal ref: The Challenges of the Digital Transformation in Education, 2019

  42. arXiv:1710.02801  [pdf, other

    cs.SE

    AutoReq: expressing and verifying requirements for control systems

    Authors: Alexandr Naumchev, Bertrand Meyer, Manuel Mazzara, Florian Galinier, Jean-Michel Bruel, Sophie Ebersold

    Abstract: The considerable effort of writing requirements is only worthwhile if the result meets two conditions: the requirements reflect stakeholders' needs, and the implementation satisfies them. In usual approaches, the use of different notations for requirements (often natural language) and implementations (a programming language) makes both conditions elusive. AutoReq, presented in this article, takes… ▽ More

    Submitted 4 February, 2019; v1 submitted 8 October, 2017; originally announced October 2017.

  43. Domain Objects and Microservices for Systems Development: a roadmap

    Authors: Kizilov Mikhail, Antonio Bucchiarone, Manuel Mazzara, Larisa Safina, Victor Rivera

    Abstract: This paper discusses a roadmap to investigate Domain Objects being an adequate formalism to capture the peculiarity of microservice architecture, and to support Software development since the early stages. It provides a survey of both Microservices and Domain Objects, and it discusses plans and reflections on how to investigate whether a modeling approach suited to adaptable service-based componen… ▽ More

    Submitted 29 September, 2017; originally announced September 2017.

    Journal ref: Advances in Intelligent Systems and Computing, 2018

  44. Joining Jolie to Docker - Orchestration of Microservices on a Containers-as-a-Service Layer

    Authors: Alberto Giaretta, Nicola Dragoni, Manuel Mazzara

    Abstract: Cloud computing is steadily growing and, as IaaS vendors have started to offer pay-as-you-go billing policies, it is fundamental to achieve as much elasticity as possible, avoiding over-provisioning that would imply higher costs. In this paper, we briefly analyse the orchestration characteristics of PaaSSOA, a proposed architecture already implemented for Jolie microservices, and Kubernetes, one o… ▽ More

    Submitted 17 September, 2017; originally announced September 2017.

    Comments: 9 pages, 3 figures

    Journal ref: Proceedings of 5th International Conference in Software Engineering for Defence Applications. SEDA 2016. Advances in Intelligent Systems and Computing, vol 717. Springer, Cham

  45. AntibIoTic: Protecting IoT Devices Against DDoS Attacks

    Authors: Michele De Donno, Nicola Dragoni, Alberto Giaretta, Manuel Mazzara

    Abstract: The 2016 is remembered as the year that showed to the world how dangerous Distributed Denial of Service attacks can be. Gauge of the disruptiveness of DDoS attacks is the number of bots involved: the bigger the botnet, the more powerful the attack. This character, along with the increasing availability of connected and insecure IoT devices, makes DDoS and IoT the perfect pair for the malware indus… ▽ More

    Submitted 28 June, 2017; originally announced August 2017.

    Journal ref: Proceedings of 5th International Conference in Software Engineering for Defence Applications. SEDA 2016. Advances in Intelligent Systems and Computing, vol 717. Springer, Cham

  46. arXiv:1708.04498  [pdf, ps, other

    cs.NE cs.LG cs.SE

    Self-adaptive node-based PCA encodings

    Authors: Leonard Johard, Victor Rivera, Manuel Mazzara, JooYoung Lee

    Abstract: In this paper we propose an algorithm, Simple Hebbian PCA, and prove that it is able to calculate the principal component analysis (PCA) in a distributed fashion across nodes. It simplifies existing network structures by removing intralayer weights, essentially cutting the number of weights that need to be trained in half.

    Submitted 16 June, 2017; originally announced August 2017.

  47. The Internet of Hackable Things

    Authors: Nicola Dragoni, Alberto Giaretta, Manuel Mazzara

    Abstract: The Internet of Things makes possible to connect each everyday object to the Internet, making computing pervasive like never before. From a security and privacy perspective, this tsunami of connectivity represents a disaster, which makes each object remotely hackable. We claim that, in order to tackle this issue, we need to address a new challenge in security: education.

    Submitted 26 July, 2017; originally announced July 2017.

    Journal ref: Proceedings of 5th International Conference in Software Engineering for Defence Applications. SEDA 2016. Advances in Intelligent Systems and Computing, vol 717. Springer, Cham

  48. arXiv:1706.07350  [pdf, other

    cs.SE

    Microservices Science and Engineering

    Authors: Manuel Mazzara, Kevin Khanda, Ruslan Mustafin, Victor Rivera, Larisa Safina, Alberto Sillitti

    Abstract: In this paper we offer an overview on the topic of Microservices Science and Engineering (MSE) and we provide a collection of bibliographic references and links relevant to understand an emerging field. We try to clarify some misunderstandings related to microservices and Service-Oriented Architectures, and we also describe projects and applications our team have been working on in the recent past… ▽ More

    Submitted 22 June, 2017; originally announced June 2017.

  49. arXiv:1706.04578  [pdf, ps, other

    cs.SE

    Translating Event-B machines to Eiffel programs

    Authors: Victor Rivera, JooYoung Lee, Manuel Mazzara, Leonard Johard

    Abstract: Formal modelling languages play a key role in the development of software since they enable users to prove correctness of system properties. However, there is still not a clear understanding on how to map a formal model to a specific programming language. In order to propose a solution, this paper presents a source-to-source mapping between Event- B models and Eiffel programs, therefore enabling t… ▽ More

    Submitted 14 June, 2017; originally announced June 2017.

  50. arXiv:1706.01739  [pdf, other

    cs.CR cs.CY

    Multi Sensor-based Implicit User Identification

    Authors: Muhammad Ahmad, Ali Kashif Bashir, Adil Mehmood Khan, Manuel Mazzara, Salvatore Distefano, Shahzad Sarfraz

    Abstract: Smartphones have ubiquitously integrated into our home and work environments, however, users normally rely on explicit but inefficient identification processes in a controlled environment. Therefore, when a device is stolen, a thief can have access to the owner's personal information and services against the stored passwords. As a result of this potential scenario, this work proposes an automatic… ▽ More

    Submitted 24 September, 2020; v1 submitted 6 June, 2017; originally announced June 2017.