Papers › Robust Compressed Sensing using Generative Models

Robust Compressed Sensing using Generative Models

16 Jun 2020NeurIPS 2020 12arXiv:2006.09461archive 2025-07-28

Ajil Jalal, Liu Liu, Alexandros G. Dimakis, Constantine Caramanis

The goal of compressed sensing is to estimate a high dimensional vector from an underdetermined system of noisy linear equations. In analogy to classical compressed sensing, here we assume a generative model as a prior, that is, we assume the vector is represented by a deep generative model G: ℝᵏ →ℝⁿ. Classical recovery approaches such as empirical risk minimization (ERM) are guaranteed to succeed when the measurement matrix is sub-Gaussian. However, when the measurement matrix and measurements are heavy-tailed or have outliers, recovery may fail dramatically. In this paper we propose an algorithm inspired by the Median-of-Means (MOM). Our algorithm guarantees recovery for heavy-tailed data, even in the presence of outliers. Theoretically, our results show our novel MOM-based algorithm enjoys the same sample complexity guarantees as ERM under sub-Gaussian assumptions. Our experiments validate both aspects of our claims: other algorithms are indeed fragile and fail under heavy-tailed and/or corrupted data, while our approach exhibits the predicted robustness.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2006.09461")

Code

Syntology Ran 2 of 17 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ajiljalal/csgm-robust-neurips officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 2 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran
15unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ajiljalal/csgm-robust-neurips. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

spatial_average ajiljalal/csgm-robust-neurips/src/lpips/networks_basic.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 29e5e72bcd006dcd · report
upsample ajiljalal/csgm-robust-neurips/src/lpips/networks_basic.py official repository ran fingerprinted MIT (permissive) · 351677a36e1961df · report
find_overlap_idx ajiljalal/csgm-robust-neurips/src/create_scripts.py official repository unverified MIT (permissive) · 86c8f09d190ff0de · report
get_figsize ajiljalal/csgm-robust-neurips/src/metrics_utils.py official repository unverified MIT (permissive) · 857ba6b23095a4f0 · report
get_full_input ajiljalal/csgm-robust-neurips/src/celebA_input.py official repository unverified MIT (permissive) · 68230c4c69e10d9c · report
get_image_nums ajiljalal/csgm-robust-neurips/src/view_estimated_celebA.py official repository unverified MIT (permissive) · 8ad7897be275437c · report
get_l2_loss ajiljalal/csgm-robust-neurips/src/utils.py official repository unverified MIT (permissive) · 3f8654a051989cdf · report
get_lpips_score ajiljalal/csgm-robust-neurips/src/utils.py official repository unverified MIT (permissive) · f4a3a0cbedef7288 · report
get_measurement_loss ajiljalal/csgm-robust-neurips/src/utils.py official repository unverified MIT (permissive) · 9b90a29baade3892 · report
get_setting_specific_name ajiljalal/csgm-robust-neurips/src/create_scripts.py official repository unverified MIT (permissive) · 09306559529f51d8 · report
int_or_float ajiljalal/csgm-robust-neurips/src/metrics_utils.py official repository unverified MIT (permissive) · 3a73f73ee48b894d · report
model_input ajiljalal/csgm-robust-neurips/src/celebA_input.py official repository unverified MIT (permissive) · b798a88c68cffe05 · report
sample_generator_images ajiljalal/csgm-robust-neurips/src/celebA_input.py official repository unverified MIT (permissive) · 29a7a66a98bbc2ed · report
scale ajiljalal/csgm-robust-neurips/src/celebA_utils.py official repository unverified MIT (permissive) · 97498d6181a0d2bd · report
score_2afc_dataset ajiljalal/csgm-robust-neurips/src/lpips/dist_model.py official repository unverified MIT (permissive) · 514dd3c0eee3691c · report
score_jnd_dataset ajiljalal/csgm-robust-neurips/src/lpips/dist_model.py official repository unverified MIT (permissive) · 581c80d602289d6d · report
transpose ajiljalal/csgm-robust-neurips/src/celebA_utils.py official repository unverified MIT (permissive) · a6f71674cdc73691 · report

Tasks

compressed sensing

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections