Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–5 of 5 results for author: Viera, M

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

    cs.CE

    A Copula-based variational autoencoder for uncertainty quantification in inverse problems: application to damage identification in an offshore wind turbine

    Authors: Ana Fernandez-Navamuel, Martin Alberto Diaz Viera, Matteo Croci

    Abstract: Structural Health Monitoring of Floating Offshore Wind Turbines (FOWTs) is critical for ensuring operational safety and efficiency. However, identifying damage in components like mooring systems from limited sensor data poses a challenging inverse problem, often characterized by multimodal solutions where various damage states could explain the observed response. To overcome it, we propose a Varia… ▽ More

    Submitted 11 January, 2026; v1 submitted 2 October, 2025; originally announced October 2025.

    ACM Class: G.3; J.6

  2. arXiv:2405.18383  [pdf, ps, other

    cs.CV cs.AI cs.HC cs.LG

    Analysis of the 2024 BraTS Meningioma Radiotherapy Planning Automated Segmentation Challenge

    Authors: Dominic LaBella, Valeriia Abramova, Mehdi Astaraki, Andre Ferreira, Zhifan Jiang, Mason C. Cleveland, Ramandeep Kang, Uma M. Lal-Trehan Estrada, Cansu Yalcin, Rachika E. Hamadache, Clara Lisazo, Adrià Casamitjana, Joaquim Salvi, Arnau Oliver, Xavier Lladó, Iuliana Toma-Dasu, Tiago Jesus, Behrus Puladi, Jens Kleesiek, Victor Alves, Jan Egger, Daniel Capellán-Martín, Abhijeet Parida, Austin Tapp, Xinyang Liu , et al. (80 additional authors not shown)

    Abstract: The 2024 Brain Tumor Segmentation Meningioma Radiotherapy (BraTS-MEN-RT) challenge aimed to advance automated segmentation algorithms using the largest known multi-institutional dataset of 750 radiotherapy planning brain MRIs with expert-annotated target labels for patients with intact or postoperative meningioma that underwent either conventional external beam radiotherapy or stereotactic radiosu… ▽ More

    Submitted 21 July, 2025; v1 submitted 28 May, 2024; originally announced May 2024.

    Comments: 23 pages, 9 figures, 5 tables

  3. arXiv:2110.07902  [pdf, other

    cs.PL cs.DS

    Zipping Strategies and Attribute Grammars

    Authors: José Nuno Macedo, Marcos Viera, João Saraiva

    Abstract: Strategic term rewriting and attribute grammars are two powerful programming techniques widely used in language engineering. The former, relies on strategies to apply term rewrite rules in defining language transformations, while the latter is suitable to express context-dependent language processing algorithms. Each of these techniques, however, is usually implemented by its own powerful and larg… ▽ More

    Submitted 20 October, 2021; v1 submitted 15 October, 2021; originally announced October 2021.

  4. arXiv:2104.08366  [pdf, ps, other

    cs.PL

    A Gradual Type System for Elixir

    Authors: Mauricio Cassola, Agustín Talagorria, Alberto Pardo, Marcos Viera

    Abstract: Elixir is a functional programming language with dynamic typing. We propose a gradual type system that makes it possible to perform type-checking on a significant fragment of the language. An important feature of the type system is that it does not require any syntactic change to Elixir. Type information is provided by means of function signatures which are declared in terms of Elixir typespec dir… ▽ More

    Submitted 16 April, 2021; originally announced April 2021.

  5. arXiv:1612.04610  [pdf, other

    cs.PL

    A Lazy Language Needs a Lazy Type System: Introducing Polymorphic Contexts

    Authors: S. Doaitse Swierstra, Marcos Viera, Atze Dijkstra

    Abstract: Most type systems that support polymorphic functions are based on a version of System-F. We argue that this limits useful programming paradigms for languages with lazy evaluation. We motivate an extension of System-F alleviating this limitation. First, using a sequence of examples, we show that for lazily evaluated languages current type systems may force one to write a program in an unnatural w… ▽ More

    Submitted 14 December, 2016; originally announced December 2016.

    Report number: UU-CS-2016-012 ACM Class: D.3.3; D.1.1