Skip to main content

Showing 1–20 of 20 results for author: Martínez, H

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

    cs.CL

    The Cambrian Explosion of Mixed-Precision Matrix Multiplication for Quantized Deep Learning Inference

    Authors: Héctor Martínez, Adrián Castelló, Francisco D. Igual, Enrique S. Quintana-Ortí

    Abstract: Recent advances in deep learning (DL) have led to a shift from traditional 64-bit floating point (FP64) computations toward reduced-precision formats, such as FP16, BF16, and 8- or 16-bit integers, combined with mixed-precision arithmetic. This transition enhances computational throughput, reduces memory and bandwidth usage, and improves energy efficiency, offering significant advantages for resou… ▽ More

    Submitted 13 June, 2025; originally announced June 2025.

    Comments: 16 pages, 7 tables, 7 figures

  2. arXiv:2411.05794  [pdf, other

    cs.MM cs.SD eess.AS eess.IV

    Beyond Correlation: Evaluating Multimedia Quality Models with the Constrained Concordance Index

    Authors: Alessandro Ragano, Helard Becerra Martinez, Andrew Hines

    Abstract: This study investigates the evaluation of multimedia quality models, focusing on the inherent uncertainties in subjective Mean Opinion Score (MOS) ratings due to factors like rater inconsistency and bias. Traditional statistical measures such as Pearson's Correlation Coefficient (PCC), Spearman's Rank Correlation Coefficient (SRCC), and Kendall's Tau (KTAU) often fail to account for these uncertai… ▽ More

    Submitted 24 October, 2024; originally announced November 2024.

  3. arXiv:2407.08380  [pdf, other

    cs.CV cs.AI

    Digital twins to alleviate the need for real field data in vision-based vehicle speed detection systems

    Authors: Antonio Hernández Martínez, Iván García Daza, Carlos Fernández López, David Fernández Llorca

    Abstract: Accurate vision-based speed estimation is much more cost-effective than traditional methods based on radar or LiDAR. However, it is also challenging due to the limitations of perspective projection on a discrete sensor, as well as the high sensitivity to calibration, lighting and weather conditions. Interestingly, deep learning approaches (which dominate the field of computer vision) are very limi… ▽ More

    Submitted 11 July, 2024; originally announced July 2024.

    Comments: Paper accepted at the 27th IEEE International Conference on Intelligent Transportation Systems (ITSC 2024)

  4. arXiv:2403.15336  [pdf, other

    eess.AS cs.MM

    Dialogue Understandability: Why are we streaming movies with subtitles?

    Authors: Helard Becerra Martinez, Alessandro Ragano, Diptasree Debnath, Asad Ullah, Crisron Rudolf Lucas, Martin Walsh, Andrew Hines

    Abstract: Watching movies and TV shows with subtitles enabled is not simply down to audibility or speech intelligibility. A variety of evolving factors related to technological advances, cinema production and social behaviour challenge our perception and understanding. This study seeks to formalise and give context to these influential factors under a wider and novel term referred to as Dialogue Understanda… ▽ More

    Submitted 22 March, 2024; originally announced March 2024.

  5. Performance Analysis of Matrix Multiplication for Deep Learning on the Edge

    Authors: Cristian Ramírez, Adrián Castelló, Héctor Martínez, Enrique S. Quintana-Ortí

    Abstract: The devices designed for the Internet-of-Things encompass a large variety of distinct processor architectures, forming a highly heterogeneous zoo. In order to tackle this, we employ a simulator to estimate the performance of the matrix-matrix multiplication (GEMM) kernel on processors designed to operate at the edge. Our simulator adheres to the modern implementations of GEMM, advocated by GotoBLA… ▽ More

    Submitted 12 March, 2024; originally announced March 2024.

    Comments: 12 pages, 2 Tables, 6 Figures

    Journal ref: High Performance Computing. ISC High Performance 2022 International Workshops. ISC High Performance 2022. Lecture Notes in Computer Science, vol 13387. Springer, Cham

  6. arXiv:2310.20347  [pdf, other

    cs.CL

    Automatic Generators for a Family of Matrix Multiplication Routines with Apache TVM

    Authors: Guillermo Alaejos, Adrián Castelló, Pedro Alonso-Jordá, Francisco D. Igual, Héctor Martínez, Enrique S. Quintana-Ortí

    Abstract: We explore the utilization of the Apache TVM open source framework to automatically generate a family of algorithms that follow the approach taken by popular linear algebra libraries, such as GotoBLAS2, BLIS and OpenBLAS, in order to obtain high-performance blocked formulations of the general matrix multiplication (GEMM). % In addition, we fully automatize the generation process, by also leveragin… ▽ More

    Submitted 31 October, 2023; originally announced October 2023.

    Comments: 35 pages, 22 figures. Submitted to ACM TOMS

  7. arXiv:2310.20093  [pdf, other

    cs.CL cs.AI

    Evaluating Neural Language Models as Cognitive Models of Language Acquisition

    Authors: Héctor Javier Vázquez Martínez, Annika Lea Heuser, Charles Yang, Jordan Kodner

    Abstract: The success of neural language models (LMs) on many technological tasks has brought about their potential relevance as scientific theories of language despite some clear differences between LM training and child language acquisition. In this paper we argue that some of the most prominent benchmarks for evaluating the syntactic capacities of LMs may not be sufficiently rigorous. In particular, we s… ▽ More

    Submitted 30 October, 2023; originally announced October 2023.

    Comments: To appear in the GenBench 2023 workshop proceedings, the first workshop on (benchmarking) generalisation in NLP. GenBench 2023 will be held at EMNLP 2023 on December 6, 2023

  8. arXiv:2310.17408  [pdf, other

    cs.MS cs.CL cs.PF

    Tackling the Matrix Multiplication Micro-kernel Generation with Exo

    Authors: Adrián Castelló, Julian Bellavita, Grace Dinh, Yuka Ikarashi, Héctor Martínez

    Abstract: The optimization of the matrix multiplication (or GEMM) has been a need during the last decades. This operation is considered the flagship of current linear algebra libraries such as BLIS, OpenBLAS, or Intel OneAPI because of its widespread use in a large variety of scientific applications. The GEMM is usually implemented following the GotoBLAS philosophy, which tiles the GEMM operands and uses a… ▽ More

    Submitted 27 October, 2023; v1 submitted 26 October, 2023; originally announced October 2023.

    Comments: 11 pages, 18 figures. Presented at CGO 2024. It includes a software artifact step-by-step execution

  9. arXiv:2304.14480  [pdf, other

    cs.DC

    Co-Design of the Dense Linear AlgebravSoftware Stack for Multicore Processors

    Authors: Héctor Martínez, Sandra Catalán, Francisco D. Igual, José R. Herrero, Rafael Rodríguez-Sánchez, Enrique S. Quintana-Ortí

    Abstract: This paper advocates for an intertwined design of the dense linear algebra software stack that breaks down the strict barriers between the high-level, blocked algorithms in LAPACK (Linear Algebra PACKage) and the low-level, architecture-dependent kernels in BLAS (Basic Linear Algebra Subprograms). Specifically, we propose customizing the GEMM (general matrix multiplication) kernel, which is invoke… ▽ More

    Submitted 27 April, 2023; originally announced April 2023.

  10. arXiv:2206.00343  [pdf, other

    cs.CV cs.AI

    Towards view-invariant vehicle speed detection from driving simulator images

    Authors: Antonio Hernández Martínez, David Fernandez Llorca, Iván García Daza

    Abstract: The use of cameras for vehicle speed measurement is much more cost effective compared to other technologies such as inductive loops, radar or laser. However, accurate speed measurement remains a challenge due to the inherent limitations of cameras to provide accurate range estimates. In addition, classical vision-based methods are very sensitive to extrinsic calibration between the camera and the… ▽ More

    Submitted 28 September, 2022; v1 submitted 1 June, 2022; originally announced June 2022.

    Comments: 14th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management (IC3K 2022)

  11. arXiv:2104.09903  [pdf, other

    cs.CV cs.AI

    Data-driven vehicle speed detection from synthetic driving simulator images

    Authors: Antonio Hernández Martínez, Javier Lorenzo Díaz, Iván García Daza, David Fernández Llorca

    Abstract: Despite all the challenges and limitations, vision-based vehicle speed detection is gaining research interest due to its great potential benefits such as cost reduction, and enhanced additional functions. As stated in a recent survey [1], the use of learning-based approaches to address this problem is still in its infancy. One of the main difficulties is the need for a large amount of data, which… ▽ More

    Submitted 20 April, 2021; originally announced April 2021.

    Comments: Submitted to the IEEE Intelligent Transportation Systems Conference 2021 (ITSC2021)

  12. arXiv:2104.05711  [pdf, other

    physics.soc-ph cs.SI math.DS nlin.AO physics.app-ph

    The world-wide waste web

    Authors: Johann H. Martínez, Sergi Romero, José J. Ramasco, Ernesto Estrada

    Abstract: Countries globally trade with tons of waste materials every year, some of which are highly hazardous. This trade admits a network representation of the world-wide waste web, with countries as vertices and flows as directed weighted edges. Here we investigate the main properties of this network by tracking 108 categories of wastes interchanged in the period 2001-2019. Although, most of the hazardou… ▽ More

    Submitted 14 March, 2022; v1 submitted 12 April, 2021; originally announced April 2021.

    Comments: Nat Commun (2022). Main manuscript, and supplementary information. Total of 15 figures and 58 pages

  13. arXiv:2103.11715  [pdf, other

    cs.AI cs.LG cs.NE

    Transforming Exploratory Creativity with DeLeNoX

    Authors: Antonios Liapis, Hector P. Martinez, Julian Togelius, Georgios N. Yannakakis

    Abstract: We introduce DeLeNoX (Deep Learning Novelty Explorer), a system that autonomously creates artifacts in constrained spaces according to its own evolving interestingness criterion. DeLeNoX proceeds in alternating phases of exploration and transformation. In the exploration phases, a version of novelty search augmented with constraint handling searches for maximally diverse artifacts using a given di… ▽ More

    Submitted 22 March, 2021; originally announced March 2021.

    Comments: 8 pages

    Journal ref: Proceedings of the Fourth International Conference on Computational Creativity, 2013, pages 56-63

  14. arXiv:2101.06159  [pdf, other

    cs.CV cs.AI cs.RO

    Vision-based Vehicle Speed Estimation: A Survey

    Authors: David Fernández Llorca, Antonio Hernández Martínez, Iván García Daza

    Abstract: The need to accurately estimate the speed of road vehicles is becoming increasingly important for at least two main reasons. First, the number of speed cameras installed worldwide has been growing in recent years, as the introduction and enforcement of appropriate speed limits is considered one of the most effective means to increase the road safety. Second, traffic monitoring and forecasting in r… ▽ More

    Submitted 26 May, 2021; v1 submitted 15 January, 2021; originally announced January 2021.

    Comments: Manuscript published in the IET Intelligent Transport Systems journal

    Journal ref: IET Intelligent Transport Systems 2021

  15. arXiv:2003.11100  [pdf, other

    cs.MM cs.CV cs.LG eess.IV

    How deep is your encoder: an analysis of features descriptors for an autoencoder-based audio-visual quality metric

    Authors: Helard Martinez, Andrew Hines, Mylene C. Q. Farias

    Abstract: The development of audio-visual quality assessment models poses a number of challenges in order to obtain accurate predictions. One of these challenges is the modelling of the complex interaction that audio and visual stimuli have and how this interaction is interpreted by human users. The No-Reference Audio-Visual Quality Metric Based on a Deep Autoencoder (NAViDAd) deals with this problem from a… ▽ More

    Submitted 24 March, 2020; originally announced March 2020.

  16. NAViDAd: A No-Reference Audio-Visual Quality Metric Based on a Deep Autoencoder

    Authors: Helard Martinez, M. C. Farias, A. Hines

    Abstract: The development of models for quality prediction of both audio and video signals is a fairly mature field. But, although several multimodal models have been proposed, the area of audio-visual quality prediction is still an emerging area. In fact, despite the reasonable performance obtained by combination and parametric metrics, currently there is no reliable pixel-based audio-visual quality metric… ▽ More

    Submitted 4 February, 2020; v1 submitted 30 January, 2020; originally announced January 2020.

    Comments: 5 pages

    Journal ref: 2019 27th European Signal Processing Conference (EUSIPCO), IEEE, 2019, pp 1-5

  17. arXiv:1804.07533  [pdf, other

    physics.soc-ph cs.SI physics.data-an

    In defence of the simple: Euclidean distance for comparing complex networks

    Authors: Johann H. Martínez, Mario Chavez

    Abstract: To improve our understanding of connected systems, different tools derived from statistics, signal processing, information theory and statistical physics have been developed in the last decade. Here, we will focus on the graph comparison problem. Although different estimates exist to quantify how different two networks are, an appropriate metric has not been proposed. Within this framework we comp… ▽ More

    Submitted 20 April, 2018; originally announced April 2018.

    Comments: 4 pages, 3 figures

    MSC Class: 68R10; 90C35; 94C15

  18. arXiv:1506.01709  [pdf, ps, other

    stat.ML cs.IR cs.LG

    The Preference Learning Toolbox

    Authors: Vincent E. Farrugia, Héctor P. Martínez, Georgios N. Yannakakis

    Abstract: Preference learning (PL) is a core area of machine learning that handles datasets with ordinal relations. As the number of generated data of ordinal nature is increasing, the importance and role of the PL field becomes central within machine learning research and practice. This paper introduces an open source, scalable, efficient and accessible preference learning toolbox that supports the key pha… ▽ More

    Submitted 4 June, 2015; originally announced June 2015.

  19. arXiv:1412.6395  [pdf, other

    cs.MS physics.comp-ph

    SClib, a hack for straightforward embedded C functions in Python

    Authors: Esteban Fuentes, Hector E. Martinez

    Abstract: We present SClib, a simple hack that allows easy and straightforward evaluation of C functions within Python code, boosting flexibility for better trade-off between computation power and feature availability, such as visualization and existing computation routines in SciPy. We also present two cases were SClib has been used. In the first set of applications we use SClib to write a port to Python o… ▽ More

    Submitted 19 December, 2014; originally announced December 2014.

    Comments: Part of the Proceedings of the 7th European Conference on Python in Science (EuroSciPy 2014), Pierre de Buyl and Nelle Varoquaux editors, (2014)

    Report number: euroscipy-proceedings2014-08

  20. arXiv:1304.0681  [pdf, other

    q-bio.GN cs.DC q-bio.QM

    Concurrent and Accurate RNA Sequencing on Multicore Platforms

    Authors: Héctor Martínez, Joaquín Tárraga, Ignacio Medina, Sergio Barrachina, Maribel Castillo, Joaquín Dopazo, Enrique S. Quintana-Ortí

    Abstract: In this paper we introduce a novel parallel pipeline for fast and accurate mapping of RNA sequences on servers equipped with multicore processors. Our software, named HPG-Aligner, leverages the speed of the Burrows-Wheeler Transform to map a large number of RNA fragments (reads) rapidly, as well as the accuracy of the Smith-Waterman algorithm, that is employed to deal with conflictive reads. The a… ▽ More

    Submitted 2 April, 2013; originally announced April 2013.

    Report number: UJI ICC 2013-03-01 ACM Class: D.1.3; J.3