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.
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
π§Ύ 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:
Dataset Acquisition Experimental setup and multi-view hyperspectral image collection using a stationary camera and a rotating object.
Data Preprocessing White-reference spectral calibration, pseudo-RGB generation, and COLMAP-based pose estimation.
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
- -