Skip to content

Repository files navigation

FlatLands

Generative Floormap Completion From a Single Egocentric View

Subhransu S. Bhattacharjee · Dylan Campbell · Rahul Shome

TL;DR: FlatLands asks a model to complete a metric indoor floormap from one partial egocentric observation and represent multiple plausible hidden layouts instead of forcing a single guess.

FlatLands dataset on Hugging Face Read the FlatLands paper

Data Acquisition

Virtual camera observation synthesis from a reconstructed indoor scene to aligned BEV maps
A physically valid virtual camera observation is back-projected, rasterized, and aligned into egocentric BEV maps.

RGB-To-Floormap Process

FlatLands pipeline from RGB input through depth and segmentation to sampled BEV floormap completions
One RGB frame becomes observed BEV evidence, then a conditional generator samples plausible hidden layouts.

Release Status

  • Dataset archive and Hub preview are live on Hugging Face.
  • Model weights, construction code, and additional benchmark tooling are planned for release in this repository.
  • This repository does not redistribute upstream RGB-D captures, meshes, point clouds, panoramas, or source archives.

At A Glance

Item Value
Observations 270,575
Real metric indoor scenes 17,656
Source datasets 6

Source Datasets

Source What it contributes to FlatLands
TUM
3RScan
Changing indoor environments with aligned multi-session RGB-D reconstructions and semantic OBJ meshes. 1,291 scenes / 18,216 observations.
Apple
ARKitScenes
Mobile LiDAR RGB-D captures with poses, reconstructed PLY surfaces, registered depth, and labeled furniture. 4,803 scenes / 40,282 observations.
Matterport
Matterport3D
Building-scale RGB-D panoramas, globally aligned reconstructions, camera poses, and semantic PLY meshes. 2,101 scenes / 38,004 observations.
ScanNet
ScanNet
TUM + Stanford + Princeton
Indoor RGB-D scans with recovered camera poses, surface reconstructions, and instance-level semantic PLY meshes. 1,508 scenes / 24,763 observations.
Zillow
ZInD
Panoramas of real homes with room layouts, openings, camera poses, floor plans, and metric floor geometry. 7,026 scenes / 133,096 observations.
ScanNet++
ScanNet++
TUM
High-fidelity laser scans, DSLR imagery, iPhone RGB-D, and long-tail semantics; reserved for OOD testing. 927 scenes / 16,214 observations.

Counts are FlatLands scene layouts and retained observations, not the upstream datasets' published totals. See LICENSES.md for source terms.

Observation Packet

Each observation contains four aligned binary maps plus metadata. The evaluation region is the valid unobserved area, so observed evidence is preserved and only the hidden floor map is completed.

Egocentric RGB input
RGB context
Observed floor map
Observed floor
Unobserved completion mask
Unobserved mask
Complete floor map target
Complete floor map
Validity mask
Validity mask
obs_*/
  observed_floor.png
  floor_map.png
  unobserved.png
  epistemic_mask.png
  metadata.json

Ambiguous Completion

FlatLands treats floormap completion as a posterior prediction problem. A single partial observation may be consistent with several valid room layouts; benchmark metrics therefore include both fidelity and multi-sample uncertainty.

Partial observed floor
Observation
First plausible completion
Completion 1
Second plausible completion
Completion 2
Third plausible completion
Completion 3
Fourth plausible completion
Completion 4
Per-pixel completion variance
Variance

Download

hf download Rudra1ssb/FlatLands FlatLands_final_dataset.zip --repo-type dataset
unzip FlatLands_final_dataset.zip -d FlatLands

Archive integrity:

File Size SHA-256
FlatLands_final_dataset.zip 2,054,773,316 bytes e4f2e5c7c54f7ba62ea696fb103fb5d3794f30f5a2e63715773e59d6a9f1d26f

The Hub dataset viewer contains small preview parquet splits; the full 270,575-observation release is in the archive above.

Repository Contents

Path Purpose
README.md Public project index
PROVENANCE.md Dataset construction, split, source, and metadata details
LICENSE FlatLands dataset release notice
LICENSES.md Upstream dataset terms and project links
COPYRIGHT.md Copyright and media/data rights notice
docs/assets/readme/ README figures and visual examples

Data Use

FlatLands is a derived research dataset. Users must comply with the upstream source dataset terms listed in LICENSES.md. If an upstream term is more restrictive than this release notice, the upstream term controls for the observations derived from that source.

Copyright

Copyright (c) 2026 Subhransu S. Bhattacharjee, Dylan Campbell, and Rahul Shome. FlatLands release materials, derived BEV maps, masks, metadata, statistics, and provenance records are provided under the FlatLands release notice in LICENSE. The website and README media are research figures for explaining the benchmark. Paper figures are copyright (c) 2026 the FlatLands authors and reproduced under CC BY 4.0; underlying source dataset assets remain governed by their original terms. See COPYRIGHT.md and LICENSES.md.

Citation

@inproceedings{bhattacharjee2026flatlands,
  title     = {{FlatLands}: Generative Floormap Completion From a Single Egocentric View},
  author    = {Bhattacharjee, Subhransu S. and Campbell, Dylan and Shome, Rahul},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year      = {2026}
}

Please also cite the relevant upstream datasets for any FlatLands observations used in your work.

About

Official Repository for [ECCV2026] Flatlands: Generative Floormap Completion From a Single Egocentric View

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages