← Search

Carlos Fernandez-Granda

15 accepted papers

2025

Active Learning for Efficient Discovery of Optimal Combinatorial Perturbations

ICML 2025poster

Combinatorial CRISPR screening enables large-scale identification of synergistic gene pairs for combination therapies, but exhaustive experimentation is infeasible. We introduce NAIAD, an active learning framework that efficiently discovers optimal gene pairs by leveraging single-gene perturbation e…

2024

Uncertainty-aware Fine-tuning of Segmentation Foundation Models

NeurIPS 2024poster

The Segment Anything Model (SAM) is a large-scale foundation model that has revolutionized segmentation methodology. Despite its impressive generalization ability, the segmentation accuracy of SAM on images with intricate structures is often unsatisfactory. Recent works have proposed lightweight fin…

2023

Avoiding spurious correlations via logit correction

ICLR 2023poster

Empirical studies suggest that machine learning models trained with empirical risk minimization (ERM) often rely on attributes that may be spuriously correlated with the class labels. Such models typically lead to poor performance during inference for data lacking such correlations. In this work, we…

2023

Evaluating Unsupervised Denoising Requires Unsupervised Metrics

ICML 2023poster

Unsupervised denoising is a crucial challenge in real-world imaging applications. Unsupervised deep-learning methods have demonstrated impressive performance on benchmarks based on synthetic noise. However, no metrics exist to evaluate these methods in an unsupervised fashion. This is highly problem…

2023

Multiple Instance Learning via Iterative Self-Paced Supervised Contrastive Learning

CVPR 2023poster

Learning representations for individual instances when only bag-level labels are available is a fundamental challenge in multiple instance learning (MIL). Recent works have shown promising results using contrastive self-supervised learning (CSSL), which learns to push apart representations correspon…

2022

Adaptive Early-Learning Correction for Segmentation From Noisy Annotations

CVPR 2022oral

Deep learning in the presence of noisy annotations has been studied extensively in classification, but much less in segmentation tasks. In this work, we study the learning dynamics of deep segmentation networks trained on inaccurately-annotated data. We discover a phenomenon that has been previously…

Cited by 144PDFcodeScholar
2022

Deep Probability Estimation

ICML 2022spotlight

Reliable probability estimation is of crucial importance in many real-world applications where there is inherent (aleatoric) uncertainty. Probability-estimation models are trained on observed outcomes (e.g. whether it has rained or not, or whether a patient has died or not), because the ground-truth…

Cited by 18SourcePDFScholar
2022

StrokeRehab: A Benchmark Dataset for Sub-second Action Identification

NeurIPS 2022accept

Automatic action identification from video and kinematic data is an important machine learning problem with applications ranging from robotics to smart health. Most existing works focus on identifying coarse actions such as running, climbing, or cutting vegetables, which have relatively long durati…

Cited by 10SourcePDFScholar
2021

Adaptive Denoising via GainTuning

NeurIPS 2021poster

Deep convolutional neural networks (CNNs) for image denoising are typically trained on large datasets. These models achieve the current state of the art, but they do not generalize well to data that deviate from the training distribution. Recent work has shown that it is possible to train denoisers…

Cited by 34SourcePDFScholar
2021

Convolutional Normalization: Improving Deep Convolutional Network Robustness and Training

NeurIPS 2021poster

Normalization techniques have become a basic component in modern convolutional neural networks (ConvNets). In particular, many recent works demonstrate that promoting the orthogonality of the weights helps train deep models and improve robustness. For ConvNets, most existing methods are based on pen…

2021

Unsupervised Deep Video Denoising

ICCV 2021poster

Deep convolutional neural networks (CNNs) for video denoising are typically trained with supervision, assuming the availability of clean videos. However, in many applications, such as microscopy, noiseless videos are not available. To address this, we propose an Unsupervised Deep Video Denoiser (UDV…

Cited by 81PDFcodeScholar
2020

Early-Learning Regularization Prevents Memorization of Noisy Labels

NeurIPS 2020poster

We propose a novel framework to perform classification via deep learning in the presence of noisy annotations. When trained on noisy labels, deep neural networks have been observed to first fit the training data with clean labels during an "early learning" phase, before eventually memorizing the exa…

2020

Robust And Interpretable Blind Image Denoising Via Bias-Free Convolutional Neural Networks

ICLR 2020poster

We study the generalization properties of deep convolutional neural networks for image denoising in the presence of varying noise levels. We provide extensive empirical evidence that current state-of-the-art architectures systematically overfit to the noise levels in the training set, performing ver…

Cited by 159SourcecodeScholar
2019

A Learning-based Framework for Line-spectra Super-resolution

ICASSP 2019accepted

We propose a learning-based approach for estimating the spectrum of a multisinusoidal signal from a finite number of samples. A neural-network is trained to approximate the spectra of such signals on simulated data. The proposed methodology is very flexible: adapting to different signal and noise mo…

Cited by 0SourceScholar
2019

Data-driven Estimation of Sinusoid Frequencies

NeurIPS 2019poster

Frequency estimation is a fundamental problem in signal processing, with applications in radar imaging, underwater acoustics, seismic imaging, and spectroscopy. The goal is to estimate the frequency of each component in a multisinusoidal signal from a finite number of noisy samples. A recent machine…