AIAny
Icon for item

RSRCC

Provides paired before/after satellite images with question–answer annotations for semantic change understanding. Includes Yes/No and multiple-choice formats, delivered in Hugging Face datasets (streaming-friendly), suited for remote-sensing multimodal VQA and semantic change captioning research.

Introduction

Most remote-sensing change-detection work answers "where did something change?"; RSRCC pivots to "what changed and how to describe it in language?" This matters for applications that require actionable, human-readable change summaries (e.g., urban development monitoring, disaster impact assessment) rather than only pixel masks.

What Sets It Apart
  • Language-centric annotations: each temporally aligned before/after image pair is paired with question-answer style supervision (Yes/No and multiple-choice), enabling models to learn semantic descriptions of change rather than binary masks. This makes the dataset directly useful for training multimodal models that must explain or justify detections in natural language.
  • Retrieval-augmented construction: annotations were produced/filtered via a retrieval-augmented best-of-N ranking pipeline (see the associated paper), which aims to scale high-quality language labels across large-area imagery while reducing annotation noise.
  • Practical dataset layout: split into train/val/test with metadata CSVs and deduplicated bucketed image folders; designed for streaming via the Hugging Face datasets library so researchers can inspect examples without downloading full splits.
Who It's For & Tradeoffs

Great fit if you are developing or evaluating multimodal vision–language models for remote sensing, building semantic change captioning systems, or exploring temporal reasoning in VQA settings. It accelerates research into explainable, language-grounded change understanding. Look elsewhere if you need dense per-pixel ground-truth change masks for classical segmentation algorithms, very high-frequency temporal stacks (RSRCC provides paired snapshots rather than long sequences), or domain-specific sensors not covered by the dataset. Also confirm licensing and usage constraints (Hugging Face card lists apache-2.0) before commercial use.

Additional notes: the dataset accompanies the RSRCC paper (arXiv:2604.20623) from the Remote Sensing Foundation Models (RSFM) group at Google Research and is hosted on the Hugging Face Hub to simplify access and integration with standard ML workflows.

Information

  • Websitehuggingface.co
  • AuthorsR. Kazoom, Y. Gigi, G. Leifman, T. Shekel, G. Beryozkin, Google Research (RSFM team)
  • Published date2026/04/15

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.