--- license: cc0-1.0 pretty_name: "CP-BG-Bench JUMP SD (background-masked + density-augmented cell crop)" size_categories: - 100K.cell.bin` | (5, 224, 224) | uint8 | | `.mask.bin` | (2, 224, 224) | uint8 | | `.json` | - | json | `cell.bin` and `mask.bin` are raw bytes. Channel order is in `channels.json`. ### Image channels (cell.bin) | 0 | 1 | 2 | 3 | 4 | |---|---|---|---|---| | DNA (Hoechst) | AGP (Phalloidin+WGA) | ER (ConA) | Mito (MitoTracker DR) | RNA (SYTO 14) | This order differs from JUMP-CP v2 `[DNA, ER, RNA, AGP, Mito]` and Recursion `[DNA, ER, AGP, RNA, Mito, ...]`. Cross-dataset code must remap by name. ### Mask channels (mask.bin) | 0 | 1 | |---|---| | nucleus | cell | Binary uint8 in {0, 255}. Identical across all four views. ### JSON metadata | field | dtype | example | |---|---|---| | `row_key` | str | `source_4__20210922_Run1__BR00121430__J18__1__27` | | `source` | str | `source_4` | | `batch` | str | `source_4` | | `plate` | str | `BR00121430` | | `well` | str | `J18` | | `tile` | str | `1` | | `id_local` | int | `27` | | `perturbation` | str | `IAZDPXIOMUYVGZ-UHFFFAOYSA-N` | | `Metadata_InChIKey` | str | `IAZDPXIOMUYVGZ-UHFFFAOYSA-N` | | `Metadata_PlateType` | str | `COMPOUND` or `TARGET2` | | `nuc_area`, `cyto_area` | int | nuclear / cytoplasm pixel counts | | `nuc_cyto_ratio` | float | derived | | `n_cells_in_fov`, `n_cells_scaled` | int, float | local density | `metadata.parquet` mirrors the JSON fields and adds `shard_index` and `key_in_shard` for direct cell lookup. ## Stats 645,390 cells, 43 shards, 10 sources, 900 plates, 1467 compounds. Plate library: COMPOUND 445,968 cells, TARGET2 199,422 cells. Held-out evaluation batch: `source_4` (21,177 cells). ## License CC0 1.0. Anonymous NeurIPS 2026 Datasets and Benchmarks submission; citation on acceptance.