AIAny
Icon for item

GGT-100K: Generative Ground Truth for Generalizable Real-World Image Restoration

Provides 100,000 generated low-quality↔high-quality image pairs created with modern multi-frame/multi-modal models to boost generalization of image restoration methods; includes train/test JSONL lists, baseline training code, and pretrained checkpoints under CC BY‑NC‑ND 4.0.

Introduction

Why this matters

Real-world image restoration struggles because training pairs rarely match diverse natural degradations. GGT-100K addresses that gap by using modern multi-frame/multi-modal models (MFMs) to synthesize realistic LQ–HQ pairs at scale, so restoration models trained with these pairs generalize better to unseen real degradations.

What Sets It Apart
  • Large, generative ground-truth corpus: 100,000 LQ–HQ pairs produced to cover a wide range of realistic degradations rather than handcrafted synthetic noise.
  • Baselines and checkpoints included: baseline training code plus 20 pretrained checkpoints (10 models × 2 settings) to compare "existing data only" vs "existing data + GGT-100K." This lowers the barrier to reproduce comparisons.
  • Convenient training lists: three JSONL split files (train_existing, train_existing_GGT, test_GGT_500) use relative paths for easy dataset joining in experiments.
  • Clear license and provenance: released on Hugging Face with CC BY‑NC‑ND 4.0 and linked paper/ProjectPage for methodological details.
Who It's For & Trade-offs

Great fit if you train or evaluate image restoration models and need broader real-world degradation coverage for better generalization; useful for researchers benchmarking SOTA restorers and for engineers wanting ready-made training splits and checkpoints. Look elsewhere if you require fully permissive commercial licensing (CC BY‑NC‑ND forbids commercial reuse and derivatives) or if you need pixel-perfect, human-photographed ground truth rather than model-generated GT.

Where It Fits

Use GGT-100K as an augmentation or additional training corpus alongside existing real/synthetic datasets when assessing robustness to diverse degradations. It complements traditional datasets by providing generative ground truth derived from MFMs and is most informative when compared side-by-side with models trained without GGT-100K.

Information

Categories

More Items

Hugging Face

Captures synchronized multimodal embodied-human data in real homes — egocentric and multi-view video, metric body/hand/object motion, audio, and tactile signals. Released under a gated non-commercial research license with identifiable participants and strict non-redistribution/privacy constraints.

Hugging Face

Provides 999,847 persona records—599,847 grounded from real sources and 400,000 synthetic—each encoded as 1,290 categorical attributes packed into 645-byte Parquet blobs. Includes a codebook, postings index, and calibration/audit artifacts; decode with pyarrow and persona_codes.schema.json.

Hugging Face

A compact evaluation dataset and harness for testing agentic AI on safety-critical robotics tasks. Includes multimodal episodes in parquet format, task-specific eval scripts (gauge reading, human safety monitoring, VLA estimators), and TFDS/Hugging Face integration for reproducible safety evaluations.