← Search

Xavier Giró-i-Nieto

10 accepted papers

2024

HyperFast: Instant Classification for Tabular Data

AAAI 2024technical

Training deep learning models and performing hyperparameter tuning can be computationally demanding and time-consuming. Meanwhile, traditional machine learning methods like gradient-boosting algorithms remain the preferred choice for most tabular data applications, while neural network alternatives…

2023

Adversarial Learning for Feature Shift Detection and Correction

NeurIPS 2023poster

Data shift is a phenomenon present in many real-world applications, and while there are multiple methods attempting to detect shifts, the task of localizing and correcting the features originating such shifts has not been studied in depth. Feature shifts can occur in many datasets, including in mult…

2022

Hyper-Representations as Generative Models: Sampling Unseen Neural Network Weights

NeurIPS 2022accept

Learning representations of neural network weights given a model zoo is an emerg- ing and challenging area with many potential applications from model inspection, to neural architecture search or knowledge distillation. Recently, an autoencoder trained on a model zoo was able to learn a hyper-repres…

2022

Model Zoos: A Dataset of Diverse Populations of Neural Network Models

NeurIPS 2022accept

In the last years, neural networks (NN) have evolved from laboratory environments to the state-of-the-art for many real-world problems. It was shown that NN models (i.e., their weights and biases) evolve on unique trajectories in weight space during training. Following, a population of such neural n…

2022

Pixinwav: Residual Steganography for Hiding Pixels in Audio

ICASSP 2022accepted

Steganography comprises the mechanics of hiding data in a host media that may be publicly available. While previous works focused on unimodal setups (e.g., hiding images in images, or hiding audio in audio), PixInWav targets the multimodal case of hiding images in audio. To this end, we propose a no…

Cited by 0SourceScholar
2022

Sign Language Video Retrieval With Free-Form Textual Queries

CVPR 2022poster

Systems that can efficiently search collections of sign language videos have been highlighted as a useful application of sign language technology. However, the problem of searching videos beyond individual keywords has received limited attention in the literature. To address this gap, in this work w…

Cited by 41PDFScholar
2021

H3D-Net: Few-Shot High-Fidelity 3D Head Reconstruction

ICCV 2021poster

Recent learning approaches that implicitly represent surface geometry using coordinate-based neural representations have shown impressive results in the problem of multi-view 3D reconstruction. The effectiveness of these techniques is, however, subject to the availability of a large number (several…

Cited by 104PDFScholar
2021

Seasonal Contrast: Unsupervised Pre-Training From Uncurated Remote Sensing Data

ICCV 2021poster

Remote sensing and automatic earth monitoring are key to solve global-scale challenges such as disaster prevention, land use monitoring, or tackling climate change. Although there exist vast amounts of remote sensing data, most of it remains unlabeled and thus inaccessible for supervised learning al…

Cited by 336PDFcodeScholar
2019

Wav2Pix: Speech-conditioned Face Generation Using Generative Adversarial Networks

ICASSP 2019accepted

Speech is a rich biometric signal that contains information about the identity, gender and emotional state of the speaker. In this work, we explore its potential to generate face images of a speaker by conditioning a Generative Adversarial Network (GAN) with raw speech input. We propose a deep neura…

Cited by 0SourceScholar
2018

Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks

ICLR 2018poster

Recurrent Neural Networks (RNNs) continue to show outstanding performance in sequence modeling tasks. However, training RNNs on long sequences often face challenges like slow inference, vanishing gradients and difficulty in capturing long term dependencies. In backpropagation through time settings,…