--- pretty_name: HSM language: - en tags: - 3D scenes viewer: false license: cc-by-nc-4.0 extra_gated_heading: Acknowledge license to access the repository extra_gated_prompt: >- You agree to use this dataset under the [CC BY-NC 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/) terms size_categories: - n<1K --- # HSM ## Overview This repository contains the support region dataset introduced in the paper [HSM: Hierarchical Scene Motifs for Multi-Scale Indoor Scene Generation](https://arxiv.org/abs/2503.16848). For the project page, see [here](https://3dlg-hcvc.github.io/hsm/). It includes manually annotated support regions for 3D furniture meshes from the [Habitat Synthetic Scenes Dataset (HSSD)](https://huggingface.co/datasets/hssd/hssd-models), as well as HSM-generated scenes for the [SceneEval-500](https://github.com/3dlg-hcvc/SceneEval/) benchmark used in the paper. ## File Structure ``` support_region_dataset/ ├── annot/ # Manual support region annotations ├── annot_surface/ # Processed annotation surfaces with metadata (stored in GLB extras: {'height': float}) └── selected_objects_ids.csv # List of selected model IDs from HSSD generated_scenes/ # HSM-generated SceneEval-500 scenes ``` ### Note on Dataset The dataset contains 81 objects from HSSD. This release excludes 19 non-public assets that were present in internal datasets. ## Citation If you use this dataset please cite HSM and HSSD: ```bibtex @inproceedings{pun2026hsm, title={{HSM: Hierarchical Scene Motifs for Multi-Scale Indoor Scene Generation}}, author={Pun, Hou In Derek and Tam, Hou In Ivan and Wang, Austin T and Huo, Xiaoliang and Chang, Angel X and Savva, Manolis}, booktitle={2026 International Conference on 3D Vision (3DV)}, pages={1356--1367}, year={2026}, organization={IEEE} } ``` ```bibtex @inproceedings{khanna2023hssd, author={{Khanna*}, Mukul and {Mao*}, Yongsen and Jiang, Hanxiao and Haresh, Sanjay and Shacklett, Brennan and Batra, Dhruv and Clegg, Alexander and Undersander, Eric and Chang, Angel X. and Savva, Manolis}, title={{Habitat Synthetic Scenes Dataset (HSSD-200): An Analysis of 3D Scene Scale and Realism Tradeoffs for ObjectGoal Navigation}}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year = {2024} } ```