🤖 AI Summary
In 3D reconstruction of serial 2D histopathological sections, spatial distortions arise from tissue deformation, staining variability, uneven illumination, and imaging heterogeneity across scanners and protocols. To address these challenges, this paper proposes a training-free, zero-shot 3D registration and reconstruction framework. Methodologically, it introduces a novel deep keypoint-driven optimization-based registration paradigm that jointly models affine and non-rigid deformations, integrates multi-scale feature alignment, and incorporates robust photometric normalization—eliminating reliance on annotated data or model fine-tuning. Evaluated on real-world histopathological datasets, the method achieves significantly improved inter-slice registration accuracy and enables generalizable, cross-device and cross-staining 3D reconstruction. The implementation is publicly available.
📝 Abstract
Histological analysis plays a crucial role in understanding tissue structure and pathology. While recent advancements in registration methods have improved 2D histological analysis, they often struggle to preserve critical 3D spatial relationships, limiting their utility in both clinical and research applications. Specifically, constructing accurate 3D models from 2D slices remains challenging due to tissue deformation, sectioning artifacts, variability in imaging techniques, and inconsistent illumination. Deep learning-based registration methods have demonstrated improved performance but suffer from limited generalizability and require large-scale training data. In contrast, non-deep-learning approaches offer better generalizability but often compromise on accuracy. In this study, we introduced ZeroReg3D, a novel zero-shot registration pipeline tailored for accurate 3D reconstruction from serial histological sections. By combining zero-shot deep learning-based keypoint matching with optimization-based affine and non-rigid registration techniques, ZeroReg3D effectively addresses critical challenges such as tissue deformation, sectioning artifacts, staining variability, and inconsistent illumination without requiring retraining or fine-tuning. The code has been made publicly available at https://github.com/hrlblab/ZeroReg3D