Skip to main content

Showing 1–16 of 16 results for author: Rubio, R

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

    eess.IV cs.CV

    Automatic facial axes standardization of 3D fetal ultrasound images

    Authors: Antonia Alomar, Ricardo Rubio, Laura Salort, Gerard Albaiges, Antoni Payà, Gemma Piella, Federico Sukno

    Abstract: Craniofacial anomalies indicate early developmental disturbances and are usually linked to many genetic syndromes. Early diagnosis is critical, yet ultrasound (US) examinations often fail to identify these features. This study presents an AI-driven tool to assist clinicians in standardizing fetal facial axes/planes in 3D US, reducing sonographer workload and facilitating the facial evaluation. Our… ▽ More

    Submitted 4 September, 2024; originally announced September 2024.

  2. Validity of contextual formulas (extended version)

    Authors: Javier Esparza, Rubén Rubio

    Abstract: Many well-known logical identities are naturally written as equivalences between contextual formulas. A simple example is the Boole-Shannon expansion $c[p] \equiv (p \wedge c[\mathrm{true}] ) \vee (\neg\, p \wedge c[\mathrm{false}] )$, where $c$ denotes an arbitrary formula with possibly multiple occurrences of a "hole", called a context, and $c[\varphi]$ denotes the result of "filling" all holes… ▽ More

    Submitted 10 July, 2024; originally announced July 2024.

    Comments: Extended version of a paper accepted at CONCUR 2024

    ACM Class: F.4.1

    Journal ref: Extends LIPIcs 311 (2024) 11:1-11:17

  3. The Maude strategy language

    Authors: Steven Eker, Narciso Martí-Oliet, José Meseguer, Rubén Rubio, Alberto Verdejo

    Abstract: Rewriting logic is a natural and expressive framework for the specification of concurrent systems and logics. The Maude specification language provides an implementation of this formalism that allows executing, verifying, and analyzing the represented systems. These specifications declare their objects by means of terms and equations, and provide rewriting rules to represent potentially non-determ… ▽ More

    Submitted 31 January, 2024; originally announced February 2024.

    MSC Class: 68Q60 ACM Class: F.4.3

    Journal ref: J. Logic. Algebr. Program 134 (2023) article 100887

  4. Metalevel transformation of strategies

    Authors: Rubén Rubio, Narciso Martí-Oliet, Isabel Pita, Alberto Verdejo

    Abstract: In the reflective Maude specification language, based on rewriting logic, a strategy language has been introduced to control rule rewriting while avoiding complex and verbose metalevel programs. However, just as multiple levels of reflection are required for some metaprogramming tasks, reflective manipulation and generation of strategies are convenient in multiple situations. Some examples of refl… ▽ More

    Submitted 15 January, 2024; originally announced January 2024.

    MSC Class: 68Q42 ACM Class: F.4.1; F.3.1

    Journal ref: J. Logic. Algebr. Program 124 (2022) article 100728

  5. Simulating and model checking membrane systems using strategies in Maude

    Authors: Rubén Rubio, Narciso Martí-Oliet, Isabel Pita, Alberto Verdejo

    Abstract: Membrane systems are a biologically-inspired computational model based on the structure of biological cells and the way chemicals interact and traverse their membranes. Although their dynamics are described by rules, encoding membrane systems into rewriting logic is not straightforward due to its complex control mechanisms. Multiple alternatives have been proposed in the literature and implemented… ▽ More

    Submitted 15 January, 2024; originally announced January 2024.

    MSC Class: 68Q60; 68Q07 ACM Class: F.4.1; F.3.1

    Journal ref: J. Logic. Algebr. Program 124 (2022) article 100727

  6. Strategies, model checking and branching-time properties in Maude

    Authors: Rubén Rubio, Narciso Martí-Oliet, Isabel Pita, Alberto Verdejo

    Abstract: Rewriting logic and its implementation Maude are a natural and expressive framework for the specification of concurrent systems and logics. Its nondeterministic local transformations are described by rewriting rules, which can be controlled at a higher level using a builtin strategy language added to Maude~3. This specification resource would not be of much interest without tools to analyze their… ▽ More

    Submitted 15 January, 2024; originally announced January 2024.

    MSC Class: 68Q60 ACM Class: F.4.1; F.3.1

    Journal ref: J. Log. Algebraic Methods Program. 123 (2021) article 100700

  7. Model checking strategy-controlled systems in rewriting logic

    Authors: Rubén Rubio, Narciso Martí-Oliet, Isabel Pita, Alberto Verdejo

    Abstract: Rewriting logic and its implementation Maude are an expressive framework for the formal specification and verification of software and other kinds of systems. Concurrency is naturally represented by nondeterministic local transformations produced by the application of rewriting rules over algebraic terms in an equational theory. Some aspects of the global behavior of the systems or additional cons… ▽ More

    Submitted 15 January, 2024; originally announced January 2024.

    MSC Class: 68Q60 ACM Class: F.4.1; F.3.1

    Journal ref: Autom. Softw. Eng. 29(1) (2022) article 7

  8. Efficient Normalization of Linear Temporal Logic

    Authors: Javier Esparza, Rubén Rubio, Salomon Sickert

    Abstract: In the mid 80s, Lichtenstein, Pnueli, and Zuck proved a classical theorem stating that every formula of Past LTL (the extension of LTL with past operators) is equivalent to a formula of the form $\bigwedge_{i=1}^n \mathbf{G}\mathbf{F}\, \varphi_i \vee \mathbf{F}\mathbf{G}\, ψ_i $, where $\varphi_i$ and $ψ_i$ contain only past operators. Some years later, Chang, Manna, and Pnueli built on this resu… ▽ More

    Submitted 27 February, 2024; v1 submitted 19 October, 2023; originally announced October 2023.

    Comments: Accepted in J. ACM. arXiv admin note: text overlap with arXiv:2304.08872, arXiv:2005.00472

    ACM Class: F.4.1

    Journal ref: J. ACM 71(2) (2024) 16:1-16:42

  9. A Simple Rewrite System for the Normalization of Linear Temporal Logic

    Authors: Javier Esparza, Ruben Rubio, Salomon Sickert

    Abstract: In the mid 80s, Lichtenstein, Pnueli, and Zuck showed that every formula of Past LTL (the extension of Linear Temporal Logic with past operators) is equivalent to a conjunction of formulas of the form $\mathbf{G}\mathbf{F} \varphi \vee \mathbf{F}\mathbf{G} ψ$, where $\varphi$ and $ψ$ contain only past operators. Some years later, Chang, Manna, and Pnueli derived a similar normal form for LTL. Both… ▽ More

    Submitted 18 April, 2023; originally announced April 2023.

  10. arXiv:2112.07035  [pdf

    cs.CL cs.SI

    Framework para Caracterizar Fake News en Terminos de Emociones

    Authors: Luis Rojas Rubio, Claudio Meneses Villegas

    Abstract: Social networks have become one of the main information channels for human beings due to the immediate and social interactivity they offer, allowing in some cases to publish what each user considers relevant. This has brought with it the generation of false news or Fake News, publications that only seek to generate uncertainty, misinformation or skew the opinion of readers. It has been shown that… ▽ More

    Submitted 13 December, 2021; originally announced December 2021.

    Comments: in Spanish

  11. Robust Federated Learning for execution time-based device model identification under label-flipping attack

    Authors: Pedro Miguel Sánchez Sánchez, Alberto Huertas Celdrán, José Rafael Buendía Rubio, Gérôme Bovet, Gregorio Martínez Pérez

    Abstract: The computing device deployment explosion experienced in recent years, motivated by the advances of technologies such as Internet-of-Things (IoT) and 5G, has led to a global scenario with increasing cybersecurity risks and threats. Among them, device spoofing and impersonation cyberattacks stand out due to their impact and, usually, low complexity required to be launched. To solve this issue, seve… ▽ More

    Submitted 29 November, 2021; originally announced November 2021.

  12. arXiv:2008.04627  [pdf, other

    cs.RO

    A Comparison of Humanoid Robot Simulators: A Quantitative Approach

    Authors: Angel Ayala, Francisco Cruz, Diego Campos, Rodrigo Rubio, Bruno Fernandes, Richard Dazeley

    Abstract: Research on humanoid robotic systems involves a considerable amount of computational resources, not only for the involved design but also for its development and subsequent implementation. For robotic systems to be implemented in real-world scenarios, in several situations, it is preferred to develop and test them under controlled environments in order to reduce the risk of errors and unexpected b… ▽ More

    Submitted 11 August, 2020; originally announced August 2020.

    Comments: Accepted in the IEEE International Conference on Development and Learning and Epigenetic Robotics (ICDL-EpiRob), 2020

  13. Leveraging Energy Saving Capabilities of Current EEE Interfaces via Pre-Coalescing

    Authors: Miguel Rodríguez Pérez, Sergio Herrería Alonso, Raúl F. Rodríguez Rubio, José Carlos López Ardao

    Abstract: The low power idle mode implemented by Energy Efficient Ethernet (EEE) allows network interfaces to save up to 90% of their nominal energy consumption when idling. There is an ample body of research that recommends the use of frame coalescing algorithms---that enter the low power mode as soon as there is no more traffic waiting to be sent, and delay the exit from this mode until there is an accept… ▽ More

    Submitted 6 June, 2020; v1 submitted 27 May, 2020; originally announced May 2020.

    Comments: 25 pages, 11 figures

    Journal ref: Journal of Network and Computer Applications Volume 166, 15 September 2020, 102734

  14. Programming and Symbolic Computation in Maude

    Authors: Francisco Durán, Steven Eker, Santiago Escobar, Narciso Martí-Oliet, José Meseguer, Rubén Rubio, Carolyn Talcott

    Abstract: Rewriting logic is both a flexible semantic framework within which widely different concurrent systems can be naturally specified and a logical framework in which widely different logics can be specified. Maude programs are exactly rewrite theories. Maude has also a formal environment of verification tools. Symbolic computation is a powerful technique for reasoning about the correctness of concurr… ▽ More

    Submitted 18 October, 2019; originally announced October 2019.

    Comments: Journal of Logical and Algebraic Methods in Programming, 2019

  15. arXiv:0805.2338  [pdf, ps, other

    cs.SC math.AC

    Unirational fields of transcendence degree one and functional decomposition

    Authors: Jaime Gutierrez, Rosario Rubio, David Sevilla

    Abstract: In this paper we present an algorithm to compute all unirational fields of transcendence degree one containing a given finite set of multivariate rational functions. In particular, we provide an algorithm to decompose a multivariate rational function f of the form f=g(h), where g is a univariate rational function and h a multivariate one.

    Submitted 15 May, 2008; originally announced May 2008.

    Comments: 17 pages (single column)

    ACM Class: I.1.1; I.1.2

    Journal ref: Proceedings of the 2001 International Symposium on Symbolic and Algebraic Computation (ISSAC), p. 167-175, ACM, New York, 2001. ISBN 1-58113-417-7

  16. arXiv:0805.2331  [pdf, ps, other

    cs.SC math.AC

    Computing the fixing group of a rational function

    Authors: Jaime Gutierrez, Rosario Rubio, David Sevilla

    Abstract: Let G=Aut_K (K(x)) be the Galois group of the transcendental degree one pure field extension K(x)/K. In this paper we describe polynomial time algorithms for computing the field Fix(H) fixed by a subgroup H < G and for computing the fixing group G_f of a rational function f in K(x).

    Submitted 15 May, 2008; originally announced May 2008.

    Comments: 8 pages

    ACM Class: I.1.1; I.1.2

    Journal ref: Proceedings of the 5th International workshop on Computer Algebra in Scientific Computing (CASC), p. 159-164, Instituet fuer Informatik, Technische Universitaet Muenchen, 2002. ISBN 3-9808546-0-4