Skip to main content

Showing 1–7 of 7 results for author: Nunez, D

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

    cs.NI cs.IT eess.SP

    Throughput Analysis of IEEE 802.11bn Coordinated Spatial Reuse

    Authors: Francesc Wilhelmi, Lorenzo Galati-Giordano, Giovanni Geraci, Boris Bellalta, Gianluca Fontanesi, David Nuñez

    Abstract: Multi-Access Point Coordination (MAPC) is becoming the cornerstone of the IEEE 802.11bn amendment, alias Wi-Fi 8. Among the MAPC features, Coordinated Spatial Reuse (C-SR) stands as one of the most appealing due to its capability to orchestrate simultaneous access point transmissions at a low implementation complexity. In this paper, we contribute to the understanding of C-SR by introducing an ana… ▽ More

    Submitted 19 October, 2023; v1 submitted 17 September, 2023; originally announced September 2023.

  2. arXiv:2305.11125  [pdf, other

    eess.IV cs.CV

    Skin Lesion Diagnosis Using Convolutional Neural Networks

    Authors: Daniel Alonso Villanueva Nunez, Yongmin Li

    Abstract: Cancerous skin lesions are one of the most common malignancies detected in humans, and if not detected at an early stage, they can lead to death. Therefore, it is crucial to have access to accurate results early on to optimize the chances of survival. Unfortunately, accurate results are typically obtained by highly trained dermatologists, who may not be accessible to many people, particularly in l… ▽ More

    Submitted 18 May, 2023; originally announced May 2023.

  3. arXiv:2305.04846  [pdf, other

    cs.NI

    Multi-AP Coordinated Spatial Reuse for Wi-Fi 8: Group Creation and Scheduling

    Authors: David Nunez, Malcom Smith, Boris Bellalta

    Abstract: Multi-Access Point Coordination (MAPC) will be a key feature in next generation Wi-Fi 8 networks. MAPC aims to improve the overall network performance by allowing Access Points (APs) to share time, frequency and/or spatial resources in a coordinated way, thus alleviating inter-AP contention and enabling new multi-AP channel access strategies. This paper introduces a framework to support periodic M… ▽ More

    Submitted 8 May, 2023; originally announced May 2023.

  4. arXiv:2210.15048  [pdf, other

    cs.CL cs.AI

    DyREx: Dynamic Query Representation for Extractive Question Answering

    Authors: Urchade Zaratiana, Niama El Khbir, Dennis Núñez, Pierre Holat, Nadi Tomeh, Thierry Charnois

    Abstract: Extractive question answering (ExQA) is an essential task for Natural Language Processing. The dominant approach to ExQA is one that represents the input sequence tokens (question and passage) with a pre-trained transformer, then uses two learned query vectors to compute distributions over the start and end answer span positions. These query vectors lack the context of the inputs, which can be a b… ▽ More

    Submitted 26 October, 2022; originally announced October 2022.

    Comments: Accepted at "2nd Workshop on Efficient Natural Language and Speech Processing (ENLSP-II)" @ NeurIPS 2022

  5. arXiv:2112.00515  [pdf, other

    cs.NI

    TXOP sharing with Coordinated Spatial Reuse in Multi-AP Cooperative IEEE 802.11be WLANs

    Authors: David Nunez, Francesc Wilhelmi, Stefano Avallone, Malcolm Smith, Boris Bellalta

    Abstract: IEEE 802.11be networks (aka Wi-Fi 7) will have to cope with new bandwidth-hungry and low-latency services such as eXtended Reality and multi-party cloud gaming. With this goal in mind, transmit opportunity (TXOP) sharing between coordinated access points (APs) may contribute to alleviating inter-AP contention, hence increasing the overall network throughput. This paper evaluates two coordinated TX… ▽ More

    Submitted 21 December, 2021; v1 submitted 1 December, 2021; originally announced December 2021.

  6. arXiv:1707.06140  [pdf, other

    cs.CR cs.DC

    NuCypher KMS: Decentralized key management system

    Authors: Michael Egorov, MacLane Wilkison, David Nunez

    Abstract: NuCypher KMS is a decentralized Key Management System (KMS) that addresses the limitations of using consensus networks to securely store and manipulate private, encrypted data. It provides encryption and cryptographic access controls, performed by a decentralized network, leveraging proxy re-encryption. Unlike centralized KMS as a service solutions, it doesn't require trusting a service provider.… ▽ More

    Submitted 12 November, 2017; v1 submitted 19 July, 2017; originally announced July 2017.

  7. Prioritized Garbage Collection: Explicit GC Support for Software Caches

    Authors: Diogenes Nunez, Samuel Z. Guyer, Emery D. Berger

    Abstract: Programmers routinely trade space for time to increase performance, often in the form of caching or memoization. In managed languages like Java or JavaScript, however, this space-time tradeoff is complex. Using more space translates into higher garbage collection costs, especially at the limit of available memory. Existing runtime systems provide limited support for space-sensitive algorithms, for… ▽ More

    Submitted 15 October, 2016; originally announced October 2016.

    Comments: to appear in OOPSLA 2016

    ACM Class: D.3.4