Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('imagefolder', {}), NamedSplit('test'): ('json', {})}
Error code:   FileFormatMismatchBetweenSplitsError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

HSI-SC-NeRF: NeRF-based Hyperspectral 3D Reconstruction using a Stationary Camera for Agricultural Applications

πŸ“„ Paper Link

🧾 Overview

This dataset accompanies our work on HSI-SC-NeRF, a stationary-camera-based hyperspectral NeRF framework for 3D plant phenotyping and postharvest agricultural inspection. Unlike conventional NeRF pipelines that require camera motion around a static object, our approach uses a fixed camera and a rotating object, making the acquisition setup simpler and more practical for controlled imaging. The system is built around a custom PTFE (Teflon) studio chamber designed to provide diffuse and spatially uniform illumination for hyperspectral acquisition. After white-reference-based spectral calibration and COLMAP-based pose estimation, a multi-channel NeRF jointly reconstructs all spectral bands to produce high-fidelity 3D hyperspectral point clouds that preserve both geometric structure and spectral reflectance information.

The dataset includes white-reference data for spectral calibration, raw hyperspectral acquisitions, an iPhone-captured video for spatial validation, pseudo-RGB images for pose estimation, COLMAP camera poses, masks for fine-tuning, two-stage NeRF training outputs, evaluation metric JSON files and per-band error maps for spectral validation, and final hyperspectral 3D point clouds. It is intended to support reproducible research in hyperspectral 3D reconstruction, spectral-geometric scene representation, and automated agricultural inspection under controlled imaging conditions.

✨ Key Contributions

  • Stationary-camera NeRF for 3D hyperspectral reconstruction without requiring camera movement
  • A custom PTFE studio chamber for diffuse and spatially uniform hyperspectral illumination
  • A multi-channel NeRF formulation that jointly reconstructs all hyperspectral bands
  • High-fidelity 3D hyperspectral point clouds through joint spectral-geometric reconstruction
  • Validation for automated, high-throughput postharvest agricultural inspection

πŸ“ Dataset Directory Structure

For readability, the directory tree below is shown in a simplified logical form. Actual released folder names may retain some original pipeline-specific naming for compatibility with preprocessing and training scripts.

HSI-SC-NeRF/
β”œβ”€β”€ wr/                              # White reference (WR) data for spectral calibration
β”œβ”€β”€ raw/                             # Raw acquisition data
β”‚   β”œβ”€β”€ apple_bruised/
β”‚   β”œβ”€β”€ maize/
β”‚   β”‚   β”œβ”€β”€ Oh43x_gt.MOV             # iPhone-captured video for spatial validation
β”‚   β”‚   └── Oh43x_SC/                # Raw hyperspectral acquisition data
β”‚   └── pear/
β”œβ”€β”€ processed/                       # Preprocessed and NeRF-ready data
β”‚   β”œβ”€β”€ apple_bruised/
β”‚   β”‚   β”œβ”€β”€ pseudo_rgb/              # Pseudo-RGB images for pose estimation
β”‚   β”‚   β”œβ”€β”€ colmap/                  # COLMAP outputs and sparse point clouds
β”‚   β”‚   β”œβ”€β”€ hsi_calibrated/          # Spectrally calibrated hyperspectral data
β”‚   β”‚   └── masks/                   # Object masks for fine-tuning
β”‚   β”œβ”€β”€ maize/                       
β”‚   └── pear/                        
β”œβ”€β”€ train/                           # Trained NeRF models and checkpoints
β”‚   β”œβ”€β”€ apple_bruised/
β”‚   β”‚   β”œβ”€β”€ pre-train/               # Pre-trained model checkpoints (`.ckpt`)
β”‚   β”‚   β”œβ”€β”€ fine-tune/               # Fine-tuned model checkpoints (`.ckpt`)
β”‚   β”‚   β”œβ”€β”€ eval_metrics/            # Evaluation metrics for pre-trained and fine-tuned models
β”‚   β”‚   └── eval_maps/               # Per-band RMSE or error maps (`.npy`)
β”‚   β”œβ”€β”€ maize/                       
β”‚   └── pear/                       
└── pcd/                             # Final reconstructed hyperspectral point clouds (1M points)
    β”œβ”€β”€ apple_bruised/
    β”‚   β”œβ”€β”€ pre-train/
    β”‚   └── fine-tune/
    β”œβ”€β”€ maize/                       
    └── pear/                        

🧠 HSI-SC-NeRF Pipeline

The reconstruction workflow consists of three main stages:

  1. Dataset Acquisition Experimental setup and multi-view hyperspectral image collection using a stationary camera and a rotating object.

  2. Data Preprocessing White-reference spectral calibration, pseudo-RGB generation, and COLMAP-based pose estimation.

  3. NeRF-Based Hyperspectral Point Cloud Reconstruction Multi-channel hyperspectral NeRF training, hyperspectral point cloud generation, and refinement.

This pipeline produces final 3D hyperspectral point clouds that support downstream spatial and spectral analysis.

🌱 Applications

  • Hyperspectral 3D reconstruction
  • Plant phenotyping
  • Postharvest agricultural inspection
  • Spectral-geometric representation learning
  • Benchmarking stationary-camera NeRF pipelines under controlled imaging conditions

πŸ“œ License

CC-BY-NC-4.0
Creative Commons Attribution-NonCommercial 4.0 International License

πŸ”– Citation

If you use this dataset in your work, please cite:

@article{ku2026hyperstationarynerf,
title = {HSI-SC-NeRF: NeRF-based Hyperspectral 3D Reconstruction using a Stationary Camera for Agricultural Applications},
author = {Kibon Ku, Talukder Z. Jubery, Adarsh Krishnamurthy, Baskar Ganapathysubramanian},
year = {2026},
journal = {arXiv preprint arXiv:2602.16950}
}

Downloads last month
-

Paper for BGLab/HSI-SC-NeRF