Estimation of Fireproof Structure Class and Construction Year for Disaster Risk Assessment
Hibiki Ayabe, Kazushi Okamoto, Koki Karube, Atsushi Shibata, Kei Harada
TL;DR
The paper tackles disaster-risk profiling in Japan by estimating critical building attributes—construction year, building structure, and property type—from exterior facade images to derive the fireproof class (H/T/M) for insurance purposes. It introduces a multi-task learning framework with a ResNet-101 backbone that jointly predicts construction year (regression), building structure and property type (classification), and then maps these intermediate attributes to the fireproof class using a rule-based scheme aligned with GIROJ criteria. On the LIFULL_HOMES dataset, the approach achieves construction-year MAE of about $4.97$ years and RMSE of about $6.88$, structure accuracy around $92.75\%$, property-type accuracy around $83.21\%$, and fireproof-class accuracy near $89\%$, with notable robustness despite data imbalance and intermediate prediction errors. These results demonstrate scalable, interpretable image-based risk profiling suitable for insurance pricing and urban planning, while future work should address end-to-end fireproof classification, enhanced data augmentation, and incorporating street-level data to further reduce error propagation.
Abstract
Structural fireproof classification is vital for disaster risk assessment and insurance pricing in Japan. However, key building metadata such as construction year and structure type are often missing or outdated, particularly in the second-hand housing market. This study proposes a multi-task learning model that predicts these attributes from facade images. The model jointly estimates the construction year, building structure, and property type, from which the structural fireproof class - defined as H (non-fireproof), T (semi-fireproof), or M (fireproof) - is derived via a rule-based mapping based on official insurance criteria. We trained and evaluated the model using a large-scale dataset of Japanese residential images, applying rigorous filtering and deduplication. The model achieved high accuracy in construction-year regression and robust classification across imbalanced categories. Qualitative analyses show that it captures visual cues related to building age and materials. Our approach demonstrates the feasibility of scalable, interpretable, image-based risk-profiling systems, offering potential applications in insurance, urban planning, and disaster preparedness.
