Skip to main content

Showing 1–50 of 78 results for author: Russo, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.00801  [pdf, other

    cs.LG

    Model-Free Active Exploration in Reinforcement Learning

    Authors: Alessio Russo, Alexandre Proutiere

    Abstract: We study the problem of exploration in Reinforcement Learning and present a novel model-free solution. We adopt an information-theoretical viewpoint and start from the instance-specific lower bound of the number of samples that have to be collected to identify a nearly-optimal policy. Deriving this lower bound along with the optimal exploration strategy entails solving an intricate optimization pr… ▽ More

    Submitted 30 June, 2024; originally announced July 2024.

    Journal ref: Advances in Neural Information Processing Systems 36 (NeurIPS 2023)

  2. arXiv:2406.08136  [pdf, ps, other

    cs.FL

    $ω$-regular Expression Synthesis from Transition-Based Büchi Automata

    Authors: Charles Pert, Dalal Alrajeh, Alessandra Russo

    Abstract: A popular method for modelling reactive systems is to use $ω$-regular languages. These languages can be represented as nondeterministic Büchi automata (NBAs) or $ω$-regular expressions. Existing methods synthesise expressions from state-based NBAs. Synthesis from transition-based NBAs is traditionally done by transforming transition-based NBAs into state-based NBAs. This transformation, however, c… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

  3. arXiv:2402.01889  [pdf, other

    cs.AI cs.LG

    The Role of Foundation Models in Neuro-Symbolic Learning and Reasoning

    Authors: Daniel Cunnington, Mark Law, Jorge Lobo, Alessandra Russo

    Abstract: Neuro-Symbolic AI (NeSy) holds promise to ensure the safe deployment of AI systems, as interpretable symbolic techniques provide formal behaviour guarantees. The challenge is how to effectively integrate neural and symbolic computation, to enable learning and reasoning from raw data. Existing pipelines that train the neural and symbolic components sequentially require extensive labelling, whereas… ▽ More

    Submitted 2 February, 2024; originally announced February 2024.

    Comments: Pre-print

  4. arXiv:2401.12228  [pdf, other

    cs.SI cs.CY cs.IR

    Topics evolution through multilayer networks; Analysing 2M tweets from 2022 Qatar FIFA World Cup

    Authors: Andrea Russo, Vincenzo Miracula, Antonio Picone

    Abstract: In this study, we conducted a comprehensive data collection on the 2022 Qatar FIFA World Cup event and used a multilayer network approach to visualize the main topics, while considering their context and meaning relationships. We structured the data into layers that corresponded with the stages of the tournament and utilized Gephi software to generate the multilayer networks. Our visualizations di… ▽ More

    Submitted 15 January, 2024; originally announced January 2024.

    Comments: 8 pages, 1 figure, 1 table, 3 link

  5. arXiv:2401.08901  [pdf, other

    cs.CR cs.PL

    HasTEE+ : Confidential Cloud Computing and Analytics with Haskell

    Authors: Abhiroop Sarkar, Alejandro Russo

    Abstract: Confidential computing is a security paradigm that enables the protection of confidential code and data in a co-tenanted cloud deployment using specialized hardware isolation units called Trusted Execution Environments (TEEs). By integrating TEEs with a Remote Attestation protocol, confidential computing allows a third party to establish the integrity of an \textit{enclave} hosted within an untrus… ▽ More

    Submitted 16 January, 2024; originally announced January 2024.

    Comments: High-quality pdf at https://abhiroop.github.io/pubs/HasTEE_ESORICS_Sarkar_Russo.pdf

  6. arXiv:2312.02211  [pdf

    physics.med-ph cs.CV eess.IV

    Cycle-consistent Generative Adversarial Network Synthetic CT for MR-only Adaptive Radiation Therapy on MR-Linac

    Authors: Gabriel L. Asher, Bassem I. Zaki, Gregory A. Russo, Gobind S. Gill, Charles R. Thomas, Temiloluwa O. Prioleau, Rongxiao Zhang, Brady Hunt

    Abstract: Purpose: This study assesses the effectiveness of Deep Learning (DL) for creating synthetic CT (sCT) images in MR-guided adaptive radiation therapy (MRgART). Methods: A Cycle-GAN model was trained with MRI and CT scan slices from MR-LINAC treatments, generating sCT volumes. The analysis involved retrospective treatment plan data from patients with various tumors. sCT images were compared with st… ▽ More

    Submitted 2 December, 2023; originally announced December 2023.

  7. arXiv:2310.12309  [pdf, other

    cs.AI cs.LG

    A Unifying Framework for Learning Argumentation Semantics

    Authors: Zlatina Mileva, Antonis Bikakis, Fabio Aurelio D'Asaro, Mark Law, Alessandra Russo

    Abstract: Argumentation is a very active research field of Artificial Intelligence concerned with the representation and evaluation of arguments used in dialogues between humans and/or artificial agents. Acceptability semantics of formal argumentation systems define the criteria for the acceptance or rejection of arguments. Several software systems, known as argumentation solvers, have been developed to com… ▽ More

    Submitted 18 October, 2023; originally announced October 2023.

  8. arXiv:2310.05145  [pdf, ps, other

    cs.LG cs.AI

    NeuralFastLAS: Fast Logic-Based Learning from Raw Data

    Authors: Theo Charalambous, Yaniv Aspis, Alessandra Russo

    Abstract: Symbolic rule learners generate interpretable solutions, however they require the input to be encoded symbolically. Neuro-symbolic approaches overcome this issue by map** raw data to latent symbolic concepts using a neural network. Training the neural and symbolic components jointly is difficult, due to slow and unstable learning, hence many existing systems rely on hand-engineered rules to trai… ▽ More

    Submitted 8 October, 2023; originally announced October 2023.

    Comments: Pre-print, work in progress

  9. arXiv:2308.14898   

    cs.AI cs.LO cs.PL cs.SC

    Proceedings 39th International Conference on Logic Programming

    Authors: Enrico Pontelli, Stefania Costantini, Carmine Dodaro, Sarah Gaggl, Roberta Calegari, Artur D'Avila Garcez, Francesco Fabiano, Alessandra Mileo, Alessandra Russo, Francesca Toni

    Abstract: This volume contains the Technical Communications presented at the 39th International Conference on Logic Programming (ICLP 2023), held at Imperial College London, UK from July 9 to July 15, 2023. Technical Communications included here concern the Main Track, the Doctoral Consortium, the Application and Systems/Demo track, the Recently Published Research Track, the Birds-of-a-Feather track, the Th… ▽ More

    Submitted 28 August, 2023; originally announced August 2023.

    Journal ref: EPTCS 385, 2023

  10. HasTEE: Programming Trusted Execution Environments with Haskell

    Authors: Abhiroop Sarkar, Robert Krook, Alejandro Russo, Koen Claessen

    Abstract: Trusted Execution Environments (TEEs) are hardware-enforced memory isolation units, emerging as a pivotal security solution for security-critical applications. TEEs, like Intel SGX and ARM TrustZone, allow the isolation of confidential code and data within an untrusted host environment, such as the cloud and IoT. Despite strong security guarantees, TEE adoption has been hindered by an awkward prog… ▽ More

    Submitted 24 July, 2023; originally announced July 2023.

    Comments: To appear in Haskell Symposium 2023

    ACM Class: D.3.4

  11. arXiv:2307.04132  [pdf, other

    cs.CV cs.AI cs.SC

    Reasoning over the Behaviour of Objects in Video-Clips for Adverb-Type Recognition

    Authors: Amrit Diggavi Seshadri, Alessandra Russo

    Abstract: In this work, following the intuition that adverbs describing scene-sequences are best identified by reasoning over high-level concepts of object-behavior, we propose the design of a new framework that reasons over object-behaviours extracted from raw-video-clips to recognize the clip's corresponding adverb-types. Importantly, while previous works for general scene adverb-recognition assume knowle… ▽ More

    Submitted 27 March, 2024; v1 submitted 9 July, 2023; originally announced July 2023.

  12. arXiv:2306.17175  [pdf, other

    cs.CL cs.AI

    RECAP-KG: Mining Knowledge Graphs from Raw GP Notes for Remote COVID-19 Assessment in Primary Care

    Authors: Rakhilya Lee Mekhtieva, Brandon Forbes, Dalal Alrajeh, Brendan Delaney, Alessandra Russo

    Abstract: Clinical decision-making is a fundamental stage in delivering appropriate care to patients. In recent years several decision-making systems designed to aid the clinician in this process have been developed. However, technical solutions currently in use are based on simple regression models and are only able to take into account simple pre-defined multiple-choice features, such as patient age, pre-… ▽ More

    Submitted 9 October, 2023; v1 submitted 17 June, 2023; originally announced June 2023.

  13. Bent & Broken Bicycles: Leveraging synthetic data for damaged object re-identification

    Authors: Luca Piano, Filippo Gabriele Pratticò, Alessandro Sebastian Russo, Lorenzo Lanari, Lia Morra, Fabrizio Lamberti

    Abstract: Instance-level object re-identification is a fundamental computer vision task, with applications from image retrieval to intelligent monitoring and fraud detection. In this work, we propose the novel task of damaged object re-identification, which aims at distinguishing changes in visual appearance due to deformations or missing parts from subtle intra-class variations. To explore this task, we le… ▽ More

    Submitted 16 April, 2023; originally announced April 2023.

    Journal ref: Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2023, pp. 4881-4891

  14. arXiv:2304.05221  [pdf, other

    cs.CL

    Towards preserving word order importance through Forced Invalidation

    Authors: Hadeel Al-Negheimish, Pranava Madhyastha, Alessandra Russo

    Abstract: Large pre-trained language models such as BERT have been widely used as a framework for natural language understanding (NLU) tasks. However, recent findings have revealed that pre-trained language models are insensitive to word order. The performance on NLU tasks remains unchanged even after randomly permuting the word of a sentence, where crucial syntactic information is destroyed. To help preser… ▽ More

    Submitted 11 April, 2023; originally announced April 2023.

    Comments: EACL 2023

  15. arXiv:2304.02574  [pdf, other

    cs.LG cs.AI eess.SY

    Conformal Off-Policy Evaluation in Markov Decision Processes

    Authors: Daniele Foffano, Alessio Russo, Alexandre Proutiere

    Abstract: Reinforcement Learning aims at identifying and evaluating efficient control policies from data. In many real-world applications, the learner is not allowed to experiment and cannot gather data in an online manner (this is the case when experimenting is expensive, risky or unethical). For such applications, the reward of a given policy (the target policy) must be estimated using historical data gat… ▽ More

    Submitted 19 September, 2023; v1 submitted 5 April, 2023; originally announced April 2023.

    Journal ref: 2023 62nd IEEE Conference on Decision and Control (CDC). IEEE, 2023

  16. arXiv:2303.16674  [pdf, other

    cs.LG cs.AI

    Neuro-symbolic Rule Learning in Real-world Classification Tasks

    Authors: Kexin Gu Baugh, Nuri Cingillioglu, Alessandra Russo

    Abstract: Neuro-symbolic rule learning has attracted lots of attention as it offers better interpretability than pure neural models and scales better than symbolic rule learning. A recent approach named pix2rule proposes a neural Disjunctive Normal Form (neural DNF) module to learn symbolic rules with feed-forward layers. Although proved to be effective in synthetic binary classification, pix2rule has not b… ▽ More

    Submitted 29 March, 2023; originally announced March 2023.

    Comments: Accepted at AAAI-MAKE 2023

    Journal ref: Proceedings of the AAAI 2023 Spring Symposium on Challenges Requiring the Combination of Machine Learning and Knowledge Engineering (AAAI-MAKE 2023), 2023

  17. arXiv:2303.14061  [pdf, other

    cs.AI cs.MA cs.SC

    Learning Reward Machines in Cooperative Multi-Agent Tasks

    Authors: Leo Ardon, Daniel Furelos-Blanco, Alessandra Russo

    Abstract: This paper presents a novel approach to Multi-Agent Reinforcement Learning (MARL) that combines cooperative task decomposition with the learning of reward machines (RMs) encoding the structure of the sub-tasks. The proposed method helps deal with the non-Markovian nature of the rewards in partially observable environments and improves the interpretability of the learnt policies required to complet… ▽ More

    Submitted 24 May, 2023; v1 submitted 24 March, 2023; originally announced March 2023.

    Comments: Neuro-symbolic AI for Agent and Multi-Agent Systems Workshop at AAMAS'23

  18. arXiv:2302.04744  [pdf, other

    cs.DC

    Improving Blockchain Scalability with the Setchain Data-type

    Authors: Margarita Capretto, Martín Ceresa, Antonio Fernández Anta, Antonio Russo, César Sánchez

    Abstract: Blockchain technologies are facing a scalability challenge, which must be overcome to guarantee a wider adoption of the technology. This scalability issue is due to the use of consensus algorithms to guarantee the total order of the chain of blocks and of the transactions within each block. However, total order is often not fully necessary, since important advanced applications of smart-contracts… ▽ More

    Submitted 9 February, 2023; originally announced February 2023.

    Comments: 32 pages 6 figures. arXiv admin note: substantial text overlap with arXiv:2206.11845

  19. arXiv:2301.05668  [pdf, other

    physics.soc-ph cs.SI

    Network analysis on political election; populist vs social emergent behaviour

    Authors: Andrea Russo, Vincenzo Miracula, Antonio Picone

    Abstract: Social networks play an important role in people's daily socialization, particularly through social media platforms, which have become key channels for communication and information dissemination. The digital ecosystem does not only evolve communication on multi-network (like TV, social media, and online newspapers) but also provides the social researcher with useful data to explain social-complex… ▽ More

    Submitted 13 January, 2023; originally announced January 2023.

    Comments: 13 pages, 5 figures, 3 tables

  20. arXiv:2301.01518  [pdf, other

    cs.CY physics.soc-ph

    Organised Firestorm as strategy for business cyber-attacks

    Authors: Andrea Russo

    Abstract: Having a good reputation is paramount for most organisations and companies. In fact, having an optimal corporate image allows them to have better transaction relationships with various customers and partners. However, such reputation is hard to build and easy to destroy for all kind of business commercial activities (B2C, B2B, B2B2C, B2G). A misunderstanding during the communication process to the… ▽ More

    Submitted 4 January, 2023; originally announced January 2023.

    Comments: 9 pages, 3 figures, 2 table

  21. arXiv:2212.05912  [pdf, other

    q-fin.ST cs.LG cs.SI

    A machine learning approach to support decision in insider trading detection

    Authors: Piero Mazzarisi, Adele Ravagnani, Paola Deriu, Fabrizio Lillo, Francesca Medda, Antonio Russo

    Abstract: Identifying market abuse activity from data on investors' trading activity is very challenging both for the data volume and for the low signal to noise ratio. Here we propose two complementary unsupervised machine learning methods to support market surveillance aimed at identifying potential insider trading activities. The first one uses clustering to identify, in the vicinity of a price sensitive… ▽ More

    Submitted 6 December, 2022; originally announced December 2022.

    Comments: 42 pages, 16 Figures

    MSC Class: 62H30

  22. arXiv:2212.01361  [pdf, other

    physics.soc-ph cs.CY cs.SI

    Entropy-rate as prediction method for newspapers and information diffusion

    Authors: Andrea Russo, Antonio Picone, Vincenzo Miracula, Giovanni Giuffrida, Francesco Mazzeo Rinaldi

    Abstract: This paper aims to show how some popular topics on social networks can be used to predict online newspaper views, related to the topics. Newspapers site and many social networks, become a good source of data to analyse and explain complex phenomena. Understanding the entropy of a topic, could help all organizations that need to share information like government, institution, newspaper or company,… ▽ More

    Submitted 29 November, 2022; originally announced December 2022.

    Comments: 13 pages, 8 figures, journal

    Report number: SMS-22-1007

  23. arXiv:2211.15129  [pdf, other

    stat.ML cs.AI cs.LG

    On the Sample Complexity of Representation Learning in Multi-task Bandits with Global and Local structure

    Authors: Alessio Russo, Alexandre Proutiere

    Abstract: We investigate the sample complexity of learning the optimal arm for multi-task bandit problems. Arms consist of two components: one that is shared across tasks (that we call representation) and one that is task-specific (that we call predictor). The objective is to learn the optimal (representation, predictor)-pair for each task, under the assumption that the optimal representation is common to a… ▽ More

    Submitted 28 November, 2022; originally announced November 2022.

    Comments: Accepted at the Thirty-Seventh AAAI Conference on Artificial Intelligence (AAAI23)

  24. arXiv:2211.08804  [pdf, other

    eess.SY cs.LG

    Analysis and Detectability of Offline Data Poisoning Attacks on Linear Dynamical Systems

    Authors: Alessio Russo

    Abstract: In recent years, there has been a growing interest in the effects of data poisoning attacks on data-driven control methods. Poisoning attacks are well-known to the Machine Learning community, which, however, make use of assumptions, such as cross-sample independence, that in general do not hold for linear dynamical systems. Consequently, these systems require different attack and detection methods… ▽ More

    Submitted 16 May, 2023; v1 submitted 16 November, 2022; originally announced November 2022.

    Comments: To be published in Learning for Dynamics and Control 2023 (L4DC23)

  25. arXiv:2211.08796  [pdf, other

    cs.LG cs.AI eess.SY

    Model Based Residual Policy Learning with Applications to Antenna Control

    Authors: Viktor Eriksson Möllerstedt, Alessio Russo, Maxime Bouton

    Abstract: Non-differentiable controllers and rule-based policies are widely used for controlling real systems such as telecommunication networks and robots. Specifically, parameters of mobile network base station antennas can be dynamically configured by these policies to improve users coverage and quality of service. Motivated by the antenna tilt control problem, we introduce Model-Based Residual Policy Le… ▽ More

    Submitted 11 September, 2023; v1 submitted 16 November, 2022; originally announced November 2022.

  26. arXiv:2209.02003  [pdf, other

    astro-ph.IM cs.DC

    Rosetta: a container-centric science platform for resource-intensive, interactive data analysis

    Authors: Stefano Alberto Russo, Sara Bertocco, Claudio Gheller, Giuliano Taffoni

    Abstract: Rosetta is a science platform for resource-intensive, interactive data analysis which runs user tasks as software containers. It is built on top of a novel architecture based on framing user tasks as microservices - independent and self-contained units - which allows to fully support custom and user-defined software packages, libraries and environments. These include complete remote desktop and GU… ▽ More

    Submitted 5 September, 2022; originally announced September 2022.

  27. arXiv:2208.13560  [pdf, ps, other

    cs.PL cs.CR

    From Fine- to Coarse-Grained Dynamic Information Flow Control and Back, a Tutorial on Dynamic Information Flow

    Authors: Marco Vassena, Alejandro Russo, Deepak Garg, Vineet Rajani, Deian Stefan

    Abstract: This tutorial provides a complete and homogeneous account of the latest advances in fine- and coarse-grained dynamic information-flow control (IFC) security. Since the 70s, the programming language and the operating system communities have proposed different IFC approaches. IFC operating systems track information flows in a coarse-grained fashion, at the granularity of a process. In contrast, trad… ▽ More

    Submitted 29 August, 2022; originally announced August 2022.

  28. arXiv:2207.07512  [pdf, other

    cs.LG cs.AI

    Sparse Relational Reasoning with Object-Centric Representations

    Authors: Alex F. Spies, Alessandra Russo, Murray Shanahan

    Abstract: We investigate the composability of soft-rules learned by relational neural architectures when operating over object-centric (slot-based) representations, under a variety of sparsity-inducing constraints. We find that increasing sparsity, especially on features, improves the performance of some models and leads to simpler relations. Additionally, we observe that object-centric representations can… ▽ More

    Submitted 15 July, 2022; originally announced July 2022.

    Comments: ICML 2022, DyNN Workshop

    ACM Class: I.2.10; I.2.6

  29. arXiv:2206.11845  [pdf, other

    cs.DC

    Setchain: Improving Blockchain Scalability with Byzantine Distributed Sets and Barriers

    Authors: Margarita Capretto, Martín Ceresa, Antonio Fernández Anta, Antonio Russo, César Sánchez

    Abstract: Blockchain technologies are facing a scalability challenge, which must be overcome to guarantee a wider adoption of the technology. This scalability issue is mostly caused by the use of consensus algorithms to guarantee the total order of the chain of blocks (and of the operations within each block). However, total order is often overkilling, since important advanced applications of smart-contract… ▽ More

    Submitted 23 June, 2022; originally announced June 2022.

  30. arXiv:2206.10129  [pdf, other

    cs.CV cs.IR cs.LG

    Automatic Concept Extraction for Concept Bottleneck-based Video Classification

    Authors: Jeya Vikranth Jeyakumar, Luke Dickens, Luis Garcia, Yu-Hsi Cheng, Diego Ramirez Echavarria, Joseph Noor, Alessandra Russo, Lance Kaplan, Erik Blasch, Mani Srivastava

    Abstract: Recent efforts in interpretable deep learning models have shown that concept-based explanation methods achieve competitive accuracy with standard end-to-end models and enable reasoning and intervention about extracted high-level visual concepts from images, e.g., identifying the wing color and beak length for bird-species classification. However, these concept bottleneck models rely on a necessary… ▽ More

    Submitted 21 June, 2022; originally announced June 2022.

    Comments: 10 pages, Appendix: 2 pages

  31. arXiv:2205.15752  [pdf, other

    cs.LG cs.AI

    Hierarchies of Reward Machines

    Authors: Daniel Furelos-Blanco, Mark Law, Anders Jonsson, Krysia Broda, Alessandra Russo

    Abstract: Reward machines (RMs) are a recent formalism for representing the reward function of a reinforcement learning task through a finite-state machine whose edges encode subgoals of the task using high-level events. The structure of RMs enables the decomposition of a task into simpler and independently solvable subtasks that help tackle long-horizon and/or sparse reward tasks. We propose a formalism fo… ▽ More

    Submitted 4 June, 2023; v1 submitted 31 May, 2022; originally announced May 2022.

    Comments: Preprint accepted for publication to the 40th International Conference on Machine Learning (ICML-23)

  32. arXiv:2205.13448  [pdf, other

    cs.DC

    Validated Objects: Specification, Implementation, and Applications

    Authors: Antonio Fernández Anta, Chryssis Georgiou, Nicolas Nicolaou, Antonio Russo

    Abstract: Guaranteeing the validity of concurrent operations on distributed objects is a key property for ensuring reliability and consistency in distributed systems. Usually, the methods for validating these operations, if present, are wired in the object implementation. In this work, we formalize the notion of a {\em validated object}, decoupling the object operations and properties from the validation pr… ▽ More

    Submitted 26 May, 2022; originally announced May 2022.

  33. arXiv:2205.12735  [pdf, other

    cs.AI

    Neuro-Symbolic Learning of Answer Set Programs from Raw Data

    Authors: Daniel Cunnington, Mark Law, Jorge Lobo, Alessandra Russo

    Abstract: One of the ultimate goals of Artificial Intelligence is to assist humans in complex decision making. A promising direction for achieving this goal is Neuro-Symbolic AI, which aims to combine the interpretability of symbolic techniques with the ability of deep learning to learn from raw data. However, most current approaches require manually engineered symbolic knowledge, and where end-to-end train… ▽ More

    Submitted 2 February, 2024; v1 submitted 25 May, 2022; originally announced May 2022.

    Comments: Accepted to IJCAI 2023

  34. arXiv:2201.11526  [pdf, ps, other

    astro-ph.IM cs.DC

    A distributed computing infrastructure for LOFAR Italian community

    Authors: Giuliano Taffoni, Ugo Becciani, Annalisa Bonafede, Etienne Bonnassieux, Gianfranco Brunetti, Marisa Brienza, Claudio Gheller, Stefano A. Russo, Fabio Vitello

    Abstract: The LOw-Frequency ARray is a low-frequency radio interferometer composed by observational stations spread across Europe and it is the largest precursor of SKA in terms of effective area and generated data rates. In 2018, the Italian community officially joined LOFAR project, and it deployed a distributed computing and storage infrastructure dedicated to LOFAR data analysis. The infrastructure is b… ▽ More

    Submitted 27 January, 2022; originally announced January 2022.

    Comments: In Astronomical Data Analysis Software and Systems (ADASS) XXXI

  35. An Exact Algorithm for Semi-supervised Minimum Sum-of-Squares Clustering

    Authors: Veronica Piccialli, Anna Russo Russo, Antonio M. Sudoso

    Abstract: The minimum sum-of-squares clustering (MSSC), or k-means type clustering, is traditionally considered an unsupervised learning task. In recent years, the use of background knowledge to improve the cluster quality and promote interpretability of the clustering process has become a hot research topic at the intersection of mathematical optimization and machine learning research. The problem of takin… ▽ More

    Submitted 24 July, 2022; v1 submitted 30 November, 2021; originally announced November 2021.

    Journal ref: Computers & Operations Research, 2022

  36. arXiv:2111.02257  [pdf, other

    cs.CR cs.DC

    Chirotonia: A Scalable and Secure e-Voting Framework based on Blockchains and Linkable Ring Signatures

    Authors: Antonio Russo, Antonio Fernández Anta, Maria Isabel González Vasco, Simon Pietro Romano

    Abstract: In this paper we propose a comprehensive and scalable framework to build secure-by-design e-voting systems. Decentralization, transparency, determinism, and untamperability of votes are granted by dedicated smart contracts on a blockchain, while voter authenticity and anonymity are achieved through (provable secure) linkable ring signatures. These, in combination with suitable smart contract const… ▽ More

    Submitted 3 November, 2021; originally announced November 2021.

  37. arXiv:2109.08207  [pdf, other

    cs.CL cs.AI

    Numerical reasoning in machine reading comprehension tasks: are we there yet?

    Authors: Hadeel Al-Negheimish, Pranava Madhyastha, Alessandra Russo

    Abstract: Numerical reasoning based machine reading comprehension is a task that involves reading comprehension along with using arithmetic operations such as addition, subtraction, sorting, and counting. The DROP benchmark (Dua et al., 2019) is a recent dataset that has inspired the design of NLP models aimed at solving this task. The current standings of these models in the DROP leaderboard, over standard… ▽ More

    Submitted 16 September, 2021; originally announced September 2021.

    Comments: to appear at EMNLP 2021

  38. arXiv:2109.07171  [pdf, other

    eess.SY cs.CR cs.LG

    Balancing detectability and performance of attacks on the control channel of Markov Decision Processes

    Authors: Alessio Russo, Alexandre Proutiere

    Abstract: We investigate the problem of designing optimal stealthy poisoning attacks on the control channel of Markov decision processes (MDPs). This research is motivated by the recent interest of the research community for adversarial and poisoning attacks applied to MDPs, and reinforcement learning (RL) methods. The policies resulting from these methods have been shown to be vulnerable to attacks perturb… ▽ More

    Submitted 15 September, 2021; originally announced September 2021.

  39. arXiv:2106.13103  [pdf, other

    cs.LG

    FF-NSL: Feed-Forward Neural-Symbolic Learner

    Authors: Daniel Cunnington, Mark Law, Alessandra Russo, Jorge Lobo

    Abstract: Logic-based machine learning aims to learn general, interpretable knowledge in a data-efficient manner. However, labelled data must be specified in a structured logical form. To address this limitation, we propose a neural-symbolic learning framework, called Feed-Forward Neural-Symbolic Learner (FFNSL), that integrates a logic-based machine learning system capable of learning from noisy examples,… ▽ More

    Submitted 5 January, 2023; v1 submitted 24 June, 2021; originally announced June 2021.

    Comments: Pre-print, work in progress

  40. arXiv:2106.07487  [pdf, other

    cs.LG cs.AI

    pix2rule: End-to-end Neuro-symbolic Rule Learning

    Authors: Nuri Cingillioglu, Alessandra Russo

    Abstract: Humans have the ability to seamlessly combine low-level visual input with high-level symbolic reasoning often in the form of recognising objects, learning relations between them and applying rules. Neuro-symbolic systems aim to bring a unifying approach to connectionist and logic-based principles for visual processing and abstract reasoning respectively. This paper presents a complete neuro-symbol… ▽ More

    Submitted 28 February, 2022; v1 submitted 14 June, 2021; originally announced June 2021.

    Comments: IJCLR-NeSy, 41 pages. Minor correction to Lukasiewicz logic

  41. arXiv:2106.00810  [pdf

    cs.LG stat.ML

    Some Ethical Issues in the Review Process of Machine Learning Conferences

    Authors: Alessio Russo

    Abstract: Recent successes in the Machine Learning community have led to a steep increase in the number of papers submitted to conferences. This increase made more prominent some of the issues that affect the current review process used by these conferences. The review process has several issues that may undermine the nature of scientific research, which is of being fully objective, apolitical, unbiased and… ▽ More

    Submitted 1 June, 2021; originally announced June 2021.

  42. arXiv:2105.10908  [pdf, ps, other

    cs.LO

    PASOCS: A Parallel Approximate Solver for Probabilistic Logic Programs under the Credal Semantics

    Authors: David Tuckey, Alessandra Russo, Krysia Broda

    Abstract: The Credal semantics is a probabilistic extension of the answer set semantics which can be applied to programs that may or may not be stratified. It assigns to atoms a set of acceptable probability distributions characterised by its lower and upper bounds. Performing exact probabilistic inference in the Credal semantics is computationally intractable. This paper presents a first solver, based on s… ▽ More

    Submitted 23 May, 2021; originally announced May 2021.

  43. arXiv:2104.02115  [pdf, other

    cs.CL cs.AI

    Discrete Reasoning Templates for Natural Language Understanding

    Authors: Hadeel Al-Negheimish, Pranava Madhyastha, Alessandra Russo

    Abstract: Reasoning about information from multiple parts of a passage to derive an answer is an open challenge for reading-comprehension models. In this paper, we present an approach that reasons about complex questions by decomposing them to simpler subquestions that can take advantage of single-span extraction reading-comprehension models, and derives the final answer according to instructions in a prede… ▽ More

    Submitted 5 April, 2021; originally announced April 2021.

    Comments: Published at EACL 2021 SRW

  44. arXiv:2103.08936  [pdf, other

    cs.DC cs.DS

    Byzantine-tolerant Distributed Grow-only Sets: Specification and Applications

    Authors: Vicent Cholvi, Antonio Fernández Anta, Chryssis Georgiou, Nicolas Nicolaou, Michel Raynal, Antonio Russo

    Abstract: In order to formalize Distributed Ledger Technologies and their interconnections, a recent line of research work has formulated the notion of Distributed Ledger Object (DLO), which is a concurrent object that maintains a totally ordered sequence of records, abstracting blockchains and distributed ledgers. Through DLO, the Atomic Appends problem, intended as the need of a primitive able to append m… ▽ More

    Submitted 16 March, 2021; originally announced March 2021.

  45. arXiv:2101.06644  [pdf, other

    cs.CV cs.AI cs.CL cs.LO

    HySTER: A Hybrid Spatio-Temporal Event Reasoner

    Authors: Theophile Sautory, Nuri Cingillioglu, Alessandra Russo

    Abstract: The task of Video Question Answering (VideoQA) consists in answering natural language questions about a video and serves as a proxy to evaluate the performance of a model in scene sequence understanding. Most methods designed for VideoQA up-to-date are end-to-end deep learning architectures which struggle at complex temporal and causal reasoning and provide limited transparency in reasoning steps.… ▽ More

    Submitted 17 January, 2021; originally announced January 2021.

    Comments: Preprint accepted by the 35th AAAI Conference on Artificial Intelligence (AAAI-21) Workshop on Hybrid Artificial Intelligence (HAI)

  46. arXiv:2012.05023  [pdf, ps, other

    cs.LG cs.AI

    NSL: Hybrid Interpretable Learning From Noisy Raw Data

    Authors: Daniel Cunnington, Alessandra Russo, Mark Law, Jorge Lobo, Lance Kaplan

    Abstract: Inductive Logic Programming (ILP) systems learn generalised, interpretable rules in a data-efficient manner utilising existing background knowledge. However, current ILP systems require training examples to be specified in a structured logical format. Neural networks learn from unstructured data, although their learned models may be difficult to interpret and are vulnerable to data perturbations a… ▽ More

    Submitted 25 June, 2021; v1 submitted 9 December, 2020; originally announced December 2020.

    Comments: This article has been replaced with arXiv:2106.13103

  47. arXiv:2011.07137  [pdf, other

    cs.LG cs.AI

    On the Transferability of VAE Embeddings using Relational Knowledge with Semi-Supervision

    Authors: Harald Strömfelt, Luke Dickens, Artur d'Avila Garcez, Alessandra Russo

    Abstract: We propose a new model for relational VAE semi-supervision capable of balancing disentanglement and low complexity modelling of relations with different symbolic properties. We compare the relative benefits of relation-decoder complexity and latent space structure on both inductive and transductive transfer learning. Our results depict a complex picture where enforcing structure on semi-supervised… ▽ More

    Submitted 13 November, 2020; originally announced November 2020.

  48. arXiv:2010.09767  [pdf, other

    cs.CR

    FLAP -- A Federated Learning Framework for Attribute-based Access Control Policies

    Authors: Amani Abu Jabal, Elisa Bertino, Jorge Lobo, Dinesh Verma, Seraphin Calo, Alessandra Russo

    Abstract: Technology advances in areas such as sensors, IoT, and robotics, enable new collaborative applications (e.g., autonomous devices). A primary requirement for such collaborations is to have a secure system which enables information sharing and information flow protection. Policy-based management system is a key mechanism for secure selective sharing of protected resources. However, policies in each… ▽ More

    Submitted 2 November, 2020; v1 submitted 19 October, 2020; originally announced October 2020.

    Comments: Presented at AAAI FSS-20: Artificial Intelligence in Government and Public Sector, Washington, DC, USA

  49. arXiv:2009.09158   

    cs.LO cs.AI cs.PL

    Proceedings 36th International Conference on Logic Programming (Technical Communications)

    Authors: Francesco Ricca, Alessandra Russo, Sergio Greco, Nicola Leone, Alexander Artikis, Gerhard Friedrich, Paul Fodor, Angelika Kimmig, Francesca Lisi, Marco Maratea, Alessandra Mileo, Fabrizio Riguzzi

    Abstract: Since the first conference held in Marseille in 1982, ICLP has been the premier international event for presenting research in logic programming. Contributions are solicited in all areas of logic programming and related areas, including but not restricted to: - Foundations: Semantics, Formalisms, Answer-Set Programming, Non-monotonic Reasoning, Knowledge Representation. - Declarative Programm… ▽ More

    Submitted 19 September, 2020; originally announced September 2020.

    Journal ref: EPTCS 325, 2020

  50. Induction and Exploitation of Subgoal Automata for Reinforcement Learning

    Authors: Daniel Furelos-Blanco, Mark Law, Anders Jonsson, Krysia Broda, Alessandra Russo

    Abstract: In this paper we present ISA, an approach for learning and exploiting subgoals in episodic reinforcement learning (RL) tasks. ISA interleaves reinforcement learning with the induction of a subgoal automaton, an automaton whose edges are labeled by the task's subgoals expressed as propositional logic formulas over a set of high-level events. A subgoal automaton also consists of two special states:… ▽ More

    Submitted 16 March, 2021; v1 submitted 8 September, 2020; originally announced September 2020.

    Comments: Published in the Journal of Artificial Intelligence Research (JAIR)

    Journal ref: Journal of Artificial Intelligence Research, 70, 1031-1116 (2021)