Next Article in Journal
Current Technologies for Detection of COVID-19: Biosensors, Artificial Intelligence and Internet of Medical Things (IoMT): Review
Next Article in Special Issue
Multi-Class Classification and Multi-Output Regression of Three-Dimensional Objects Using Artificial Intelligence Applied to Digital Holographic Information
Previous Article in Journal
Estimation of Airflow Parameters for Tail-Sitter UAV through a 5-Hole Probe Based on an ANN
Previous Article in Special Issue
A Continuous Motion Shape-from-Focus Method for Geometry Measurement during 3D Printing
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Multi-Scale Histogram-Based Probabilistic Deep Neural Network for Super-Resolution 3D LiDAR Imaging

State Key Laboratory of ASIC and System, Fudan University, No. 825, Zhangheng Road, Shanghai 201203, China
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(1), 420; https://doi.org/10.3390/s23010420
Submission received: 24 October 2022 / Revised: 26 December 2022 / Accepted: 27 December 2022 / Published: 30 December 2022
(This article belongs to the Collection 3D Imaging and Sensing System)

Abstract

:
LiDAR (Light Detection and Ranging) imaging based on SPAD (Single-Photon Avalanche Diode) technology suffers from severe area penalty for large on-chip histogram peak detection circuits required by the high precision of measured depth values. In this work, a probabilistic estimation-based super-resolution neural network for SPAD imaging that firstly uses temporal multi-scale histograms as inputs is proposed. To reduce the area and cost of on-chip histogram computation, only part of the histogram hardware for calculating the reflected photons is implemented on a chip. On account of the distribution rule of returned photons, a probabilistic encoder as a part of the network is first proposed to solve the depth estimation problem of SPADs. By jointly using this neural network with a super-resolution network, 16× up-sampling depth estimation is realized using 32 × 32 multi-scale histogram outputs. Finally, the effectiveness of this neural network was verified in the laboratory with a 32 × 32 SPAD sensor system.

1. Introduction

LiDAR plays a vital role in the perception and localization of autonomous vehicles, but the depth information from raw sensors suffers from spatial and temporal noise and resolution in practical scenarios. Recently, dToF (direct Time of Flight)-based depth sensing emerged, but its pixel resolution and power consumption are hard to balance for the sensor designer. With super-resolution neural networks being more commonly used, depth maps can be up-sampled from low to high resolution with the guidance of RGB images. This enables dToF sensors to output high-quality depth maps within limited pixel number and power consumption. Some up-scaling works on depth maps that employ hardware and algorithms are introduced independently below.
In the field of sensor design, research about increasing the pixel density of SPAD sensors has been going on for decades, from the 128 × 128 sensor [1] to the MEGA pixel array based on the 3D-stacked process [2]. Due to the maturation of SPAD device technology, smaller numbers of pixels, higher fill factors, and lower dark count rates (DCRs) have been achieved [3]. Other than device improvements, lots of research has focused on digital signal processing. In [4,5,6], the chip area is dominated by the memory resource of histogram data storage, the Time-to-Digital Converter (TDC), and the depth calculation units. In addition, the speed of hardware is limited by the high-bandwidth IO requirements due to the huge amount of raw histogram data outputs. In [7], Zhang et al. develop a partial histogram method to save the digital logic and on-chip SRAM area in a ratio of 14.9 to 1. However, these digital signal processors only focus on hardware optimization. With limited flexibility, the trade-off between sensor performance and on-chip resource is difficult to achieve.
Recently, neural networks have been introduced to improve the quality of 3D imaging. In [8,9,10,11,12], a neural network is capable of recovering the depth information from a flood of reflected photons with significant spatial and temporal noise, such as multi-path reflection and ambient light. In addition, thanks to the spatial and temporal correlation within the neural network, the RGB and intensity information can be fully utilized as prior knowledge to further improve the 3D images. In [8], by employing a sparse point cloud and gray-scale data as the inputs to the 3D convolution neural network, the temporal noise is filtered out, and the spatial density is increased. In order to achieve a better end-to-end super-resolution imaging quality, the authors of [9] take the optical phase plate pattern and its spatial pattern distribution function as the neural network’s prior knowledge, which combines optical design and a reconstruction neural network. The authors of [10] propose a two-step interpolation scheme for high-speed 3D sensing, and a high-quality imaging system with a frame rate of over 1 k-fps is demonstrated. A multi-feature neural network using the first depth map and the second depth map is designed to obtain the up-sampling depth in [11], and the feasibility of object segmentation on a small batch is proven in [12].
To fill the gap between efficient hardware usage and algorithm design, a new algorithm combining a novel data format and a two-step neural network is proposed. Firstly, a multi-scale histogram is adopted on hardware to save on-chip complexity and keep more information. Secondly, a probabilistic encoder and Super-Resolution (SR)-Net are proposed to recover and up-sample the depth map. The probabilistic encoder is responsible for extracting the depth information from histogram bins. Based on this kind of design, a probabilistic encoder-based neural network is first introduced for the SPAD denoising problem. Generated by the probabilistic encoder, the low-resolution depth image is up-scaled with SR-Net. To recover the high-resolution depth image, U-Net-based SR-Net conducts the 4× up-sampling of the output depth of the probabilistic encoder. Thirdly, by simulating the depth maps using an open depth dataset, the neural network is trained for specific hardware design under the same parameters set in the depth sensor, which guarantees performance in real tests. Finally, by testing the algorithm in the laboratory, we show that the proposed solution can recover the depth image from 32 × 32 multi-stage histogram bins, which demonstrates feasibility when implementing the network from training datasets to the real world. This work is organized as follows: The principle of the proposed neural network is described in Section 2. The simulation details of the generated dataset and training results are shown in Section 3. In Section 4, the sensor design, hardware architecture, and data acquisition are introduced. Section 5 compares our method with other advanced LiDAR systems. Furthermore, the discussion and conclusion are presented in Section 5 and Section 6.

2. Principle of Proposed Probabilistic Deep Neural Network

TCSPC (Time-Correlated Single-Photon Counting) is used to estimate distance information as a classical method. The on-chip memory footprint needed to construct the full histogram of returned photons is immense; therefore, multi-scale histograms represent an efficient way to extract peak values. However, there are many concerns about multi-scale histograms: (i) For the temporal information presented by returned photons, one surface per pixel is assumed, since the peak extraction can only find one peak, which may not be valid at object edges. (ii) For a few counted photons, the simple max selection criterion would be very noisy and would probably lead to sub-par results, since depth estimation works by selecting the time bin with the maximum photon count and then running another measurement acquisition that samples finer time bins within the initially selected bin at the coarser scale. Considering these cons of partial histograms, we propose a combination algorithm with classical multi-scale histograms for temporal depth information extraction and U-net-based neural network for spatial up-scaling and denoising.
As shown in Figure 1a, compared with the previous methods, a multi-scale histogram is adopted to save on-chip memory and calculation load for peak finding. The full histogram in Figure 1b is used at first to calculate the reflected photon number of each bin. Full histograms cost huge memory area and computation load for peak finding. Therefore, partial histograms are designed to save on-chip memory and calculation load. However, as shown in the partial histogram calculation in Figure 1c, all information except for the peak value is discarded during zooming into the next stage, which leads to inaccurate depth estimation. In the proposed multi-scale histogram method (Figure 1d), all 48 bins are taken as the inputs to the neural network. By training the neural network on the simulated dataset, an accurate depth map is obtained in this way. The architecture of the proposed neural network is demonstrated in Figure 2. Three 16-bin histogram distributions are obtained after 4 k pulses for each pixel. Due to the distribution of reflected photons following poison distribution P , the encoder part of the VAE [13] is introduced to learn the mean value (Equation (1)) for every independent distribution for every pixel. The reparametrization trick is adopted to obtain the estimation value of the Gaussian distribution with average m i , j and deviation σ i , j .
c i = e x p ( σ i ) + m i
The three histograms are constructed using different gratuities of the 12-bit TDC; therefore, the actual depth resolution ranges from TDC<11:8> to TDC<7:4>, to TDC<3:0>. Obtained with three multi-scale histogram probabilistic encoder branches, these initial multi-scale depth maps are multiplied by different ratios and added together as the input to the next up-sampling net. According to the experiments, the actual ratio is efficient and vital for the convergence of the neural network. The resolution of the TDC is used as prior knowledge for the multi-scale histogram. For the up-sampling net, the U-net [14] architecture is applied as SR-Net, which is capable of dealing with image segmentation and super-resolution issues well. Furthermore, its usage of multi-level concatenation contributes greatly to the confusion of multi-scale spatial information. Considering the hardware characteristics of SPAD imagers, this work aims to design an algorithm that avoids using other assistant information, such as RGB images, albedo maps, and intensity images. Although the RGB image contributes a lot to the final up-sampled image quality, it poses a challenge to the misalignment problem between RGB image pixels and SPAD array pixels. Compared with the RGB image, the density map (confidence map) is an alternative method that consumes fewer registers and obtains the confidence guidance map from a hardware point of view. Owing to the time consumption for collecting real SPAD measurements, the training datasets in this experiment were simulated using the Middlebury dataset [15] with 18 scenes. Compared with the other simulated datasets used in super-resolution tasks, multi-scale histograms are generated for each training image and test image. To mimic the multi-scale histogram behaviors, firstly, the SPAD measurement histograms with 16 bins are simulated with the bin size of 7680 ps. Secondly, the histogram range is zoomed into 480 ps, and the same number of histogram bins is maintained. Finally, each bin has a resolution of 30 ps in the last stage. To tolerate the different noise levels in real scenes, the Signal-to-Background Ratio (SBR) ranges from 0.05 to 5. The simulated data for training the neural network are used according to Equation (2).
h m [ n ] P ( N ( η γ τ [ n ] + η α + d ) )
where n is the sample index from objects, η is the detection efficiency, and γ is the reflection factor that is related to distance and object materials. The number of arriving photons, τ , follows independent distribution for pixel ( i , j ) . Ambient photons α result from background lights, such as a fluorescent lamp, sunlight, and other potential light sources. The hot noise of the SPAD also brings some erroneous counts (d). Additionally, the error between probabilistic encoder outputs and true distance is evaluated using L 2 (denoted as Mean Squared Error; Equation (3)).
L 2 = M S E ( e x p ( σ i ) + m i d i )
Under real lab conditions, the raw depth value is computed using MLE (maximum likelihood estimation). The depth value is calculated with the full histogram in the lab, and d i , j is estimated using Equation (4) (cited from [10]).
d i , j = t = m a x ( 1 , d m a x 1 ) T , d m a x + 1 t m a x ( 0 , h i , j , t b i , j ) t = m a x ( 1 , d m a x 1 ) T , d m a x + 1 m a x ( 0 , h i , j , t b i , j )
where b is the median of the bins used as the measured ambient level.
The entire neural network loss, L (Equation (5)), consists of the Root Mean Squared Error (RMSE) among the probabilistic encoder-predicted initial depth with 32 × 32 down-sampled depth value from the ground truth, the loss of the up-sampled depth image error and the 128 × 128 original depth value.
L = λ R M S E ( x , x ^ ) + ( 1 λ ) M S E ( e x p ( σ i ) + m i d i )

3. Simulation Setup and Experiments

Figure 3 demonstrates the simulated images of three multi-scale histograms using the test dataset with SBR = 5. Figure 3a shows one ground truth image from the test dataset. The processed peak value images for TDC<11:8>, TDC<7:4>, and TDC<3:0> are shown in columns (b), (c), and (d). The coarse range of TDC<11:8> showed the coarsest range of the detected objects with resolution of 7680 ps in this experiment, which means that the distance range in column (b) is above 1.115. In column (c), the data located in TDC<7:4> contain rich outline information of the objects; due to this, the greatest depth value in the simulated dataset is between 2 m and 3 m. Column (c) shows a distribution similar to the original object surface. In column (d), the least four significant bits of TDC<3:0> fill in more details, which show minor variations in the object surface. After 100 epochs of training, the neural network achieved a lower RMSE, with 0.022 m, on the test dataset.

4. Chip Description and Data Acquisition

The block diagram of the SPAD array and the TDCs is introduced in Figure 4. The sensor consisted of a 128 × 128 SPAD of 25 um in diameter and 32 shared TDCs. Measurements were performed with a dark count rate (DCR) of 100 kcps at 70 C, and photon detection probability (PDP) was 1 ~ % at 940 nm. The low-resolution histogram was sampled by 4 × 4 combined pixels under a measured SNR condition of 14 signal photons and, on average, 450 noise instances in all pixels. Considering the affect that the coarse-grained TDC brings, the sampling numbers of three stages were configured as 2 k, 1 k, and 1 k. During the whole dynamic range of the TDC, the simulated probabilistic SNR for each detection was 14/450, and there were thousands of pulses to perform histogram calculation.
Figure 5 shows the hardware platform including the SPAD array and VCSEL [16]. The SPAD array was fabricated with TSME 180 nm technology. The 32 × 32 SPAD array (Figure 5a) had an SPAD size of 128 × 128, and each 4 × 4 SPAD array was combined as an output to obtain the 32 × 32 depth map. The prototype of the imaging system is shown in Figure 5b, which was set parallel to the target statue 1 m away shown in Figure 5c. The VCSEL was emitted at the wavelength of 940 nm, and the laser pulse was set to 1 ns. The algorithm was tested under a halogen lamp with a wide spectral range (350–2500 nm), and the background count was 240 kpcs on average in the indoor environment. To increase the robustness of the algorithm, the first stage needs to sample more data than the two later stages. As demonstrated in Figure 1a, the VCSEL was driven 2 k, 1 k, and 1 k times in the multi-scale histogram mode for each stage.
To make the neural network inference time acceptable, a deep learning accelerator (DLA) is designed in this work in the algorithm end. As shown in Figure 6, the DLA is composed of 512 MACs and 512 KB on-chip ping-pong SRAM for storing the immediate features and weights. The process element (PE) array is configured as 16 atomic channels and 32 atomic kernel operations. The accelerating performance estimation for the proposed neural network was conducted by modeling the DLA with the deep learning accelerator tool in Pytorch. The adopted DLA was implemented using Verilog and synthesized at 500 MHz with a DC compiler under a TSMC 40 nm process. The synthesized system performance is shown in Table 1, and the power consumption and frame rate comparison with other LiDAR systems are reported in Table 2.

5. Results and Discussion

The validation results of the proposed neural network on hardware are shown in Figure 7. In Figure 7a–c, the peak maps of the multi-scale histogram coincide with the simulated data, which supports the feasibility of the algorithm on hardware. Regarding the edges of the detected objects, the receiver is triggered by some photons reflected by the background. In Figure 7a, the distance values on the outline are affected by background points, which show various colors, i.e., flying noise. According to the output result in Figure 7d, the proposed neural network was effective in extracting the depth map of this experimental set and recovered the details of the statue well.
The performance of related research works is summarized in Figure 8. The SR-Net proposed in this work recovered more detailed depth features of the detected object. In Figure [16], the same backbone as SR-Net was adopted, but the ML-based spatial resolution up-scaling model proposed in [16] failed to improve the SNR, and spot noise was clear. In [10], the result kept the intrinsic distortion characteristics of SPAD sensors, including the line offsets, which can be corrected using a convolutional neural network.
Figure 9 shows the different results obtained using maximum likelihood estimation (Equation (4)) and SR-Net. Compared with the 128 × 128 array output, more dedicated features of the statue can be observed, but less smooth. By zooming in on the details in the sub-figure, the common “grid effect” of the up-sampling network can be observed in this inference result. The grid effect can be eliminated by adding other information, for example, an RGB image, or by expanding the neural network size. The proposed neural network combined with the probabilistic encoder and SR-Net is a pragmatic method to use raw histogram bin data as the inputs to up-sample a high-resolution depth map. The proposed neural network combined with the probabilistic encoder and SR-Net is a practical method to employ raw histogram bin data as inputs to up-sample a high-resolution depth map.

6. Conclusions

In this work, compared with the on-chip histogram peak calculation algorithm, the probabilistic encoder and SR-Net combined neural network is proposed for up-sampling depth maps with multi-scale histogram outputs. Regarding the algorithm part, this work adopts the encoder network of a probabilistic encoder, which firstly saves hardware consumption for detecting the peak value of histograms in SPAD imaging systems. To verify the algorithm, a simulated dataset based on the SPAD characteristic was generated using the Middlebury dataset. By training the up-sampled network, the method proposed in this work recovered a 16×-size depth image with R M S E = 0.022 m on the generated dataset. Regarding the hardware platform, the multi-scale histogram bins from a 32 × 32 sensor imaging system are extracted and re-scaled up to a 128 × 128 depth map with rich details. By implanting the algorithm on a deep learning accelerator, the latency of the entire neural network was decreased, and the frame rate reached 20 fps, which is competitive with respect to other state-of-the-art works. The proposed SPAD imaging system offers a perspective on hardware and software co-design. Furthermore, this work could be capable of expanding up-sampling from 32× to 64× in the future.

Author Contributions

Methodology, S.Z.; Writing—review & editing, M.S.; Supervision, P.Y.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Data sharing not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhang, C.; Lindner, S.; Antolovic, I.M.; Wolf, M.; Charbon, E. A CMOS SPAD imager with collision detection and 128 dynamically reallocating TDCs for single-photon counting and 3D time-of-flight imaging. Sensors 2018, 18, 4016. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Morimoto, K.; Ardelean, A.; Wu, M.L.; Ulku, A.C.; Antolovic, I.M.; Bruschini, C.; Charbon, E. Megapixel time-gated SPAD image sensor for 2D and 3D imaging applications. Optica 2020, 7, 346–354. [Google Scholar] [CrossRef] [Green Version]
  3. Morimoto, K.; Charbon, E. High fill-factor miniaturized SPAD arrays with a guard-ring-sharing technique. Opt. Express 2020, 28, 13068–13080. [Google Scholar] [CrossRef] [PubMed]
  4. Dutton, N.A.; Gnecchi, S.; Parmesan, L.; Holmes, A.J.; Rae, B.; Grant, L.A.; Henderson, R.K. 11.5 A time-correlated single-photon-counting sensor with 14GS/S histogramming time-to-digital converter. In Proceedings of the 2015 IEEE International Solid-State Circuits Conference-(ISSCC) Digest of Technical Papers, San Francisco, CA, USA, 22–26 February 2015; pp. 1–3. [Google Scholar]
  5. Lindner, S.; Zhang, C.; Antolovic, I.M.; Wolf, M.; Charbon, E. A 252 × 144 SPAD pixel FLASH LiDAR with 1728 dual-clock 48.8 ps TDCs, integrated histogramming and 14.9-to-1 compression in 180 nm CMOS technology. In Proceedings of the 2018 IEEE Symposium on VLSI Circuits, Honolulu, HI, USA, 18–22 June 2018; pp. 69–70. [Google Scholar]
  6. Henderson, R.K.; Johnston, N.; Hutchings, S.W.; Gyongy, I.; Al Abbas, T.; Dutton, N.; Tyler, M.; Chan, S.; Leach, J. 5.7 a 256 × 256 40nm/90nm cmos 3d-stacked 120db dynamic-range reconfigurable time-resolved spad imager. In Proceedings of the 2019 IEEE International Solid-State Circuits Conference-(ISSCC), San Francisco, CA, USA, 17–21 February 2019; pp. 106–108. [Google Scholar]
  7. Zhang, C.; Lindner, S.; Antolović, I.M.; Pavia, J.M.; Wolf, M.; Charbon, E. A 30-frames/s, 252 × 144 SPAD Flash LiDAR with 1728 Dual-Clock 48.8-ps TDCs, and Pixel-Wise Integrated Histogramming. IEEE J. Solid-State Circuits 2018, 54, 1137–1151. [Google Scholar] [CrossRef]
  8. Lindell, D.B.; O’Toole, M.; Wetzstein, G. Single-photon 3D imaging with deep sensor fusion. ACM Trans. Graph. 2018, 37, 113. [Google Scholar] [CrossRef]
  9. Sun, Q.; Zhang, J.; Dun, X.; Ghanem, B.; Peng, Y.; Heidrich, W. End-to-end learned, optically coded super-resolution SPAD camera. ACM Trans. Graph. (TOG) 2020, 39, 1–14. [Google Scholar] [CrossRef] [Green Version]
  10. Gyongy, I.; Hutchings, S.W.; Halimi, A.; Tyler, M.; Chan, S.; Zhu, F.; McLaughlin, S.; Henderson, R.K.; Leach, J. High-speed 3D sensing via hybrid-mode imaging and guided upsampling. Optica 2020, 7, 1253–1260. [Google Scholar] [CrossRef]
  11. Ruget, A.; McLaughlin, S.; Henderson, R.K.; Gyongy, I.; Halimi, A.; Leach, J. Robust super-resolution depth imaging via a multi-feature fusion deep network. Opt. Express 2021, 29, 11917–11937. [Google Scholar] [CrossRef] [PubMed]
  12. Mora-Martín, G.; Turpin, A.; Ruget, A.; Halimi, A.; Henderson, R.; Leach, J.; Gyongy, I. High-speed object detection with a single-photon time-of-flight image sensor. Opt. Express 2021, 29, 33184–33196. [Google Scholar] [CrossRef] [PubMed]
  13. Kingma, D.P.; Welling, M. Auto-encoding variational bayes. arXiv 2013, arXiv:1312.6114. [Google Scholar]
  14. Ronneberger, O.; Fischer, P.; Brox, T. U-Net: Convolutional Networks for Biomedical Image Segmentation; Springer International Publishing: Berlin/Heidelberg, Germany, 2015. [Google Scholar]
  15. Scharstein, D.; Pal, C. Learning conditional random fields for stereo. In Proceedings of the 2007 IEEE Conference on Computer Vision and Pattern Recognition, Minneapolis, MN, USA, 17–22 June 2007; pp. 1–8. [Google Scholar]
  16. Zhuo, S.; Zhao, L.; Xia, T.; Wang, L.; Shi, S.; Wu, Y.; Liu, C.; Wang, C.; Wang, Y.; Li, Y.; et al. Solid-State dToF LiDAR System Using an Eight-Channel Addressable, 20W/Ch Transmitter, and a 128 × 128 SPAD Receiver with SNR-Based Pixel Binning and Resolution Upscaling. In Proceedings of the 2022 IEEE Custom Integrated Circuits Conference (CICC), Newport Beach, CA, USA, 24–27 April 2022; pp. 1–2. [Google Scholar] [CrossRef]
  17. Park, S.; Kim, B.; Cho, J.; Chun, J.H.; Choi, J.; Kim, S.J. An 80 × 60 Flash LiDAR Sensor with In-Pixel Histogramming TDC Based on Quaternary Search and Time-Gated Δ-Intensity Phase Detection for 45m Detectable Range and Background Light Cancellation. In Proceedings of the 2022 IEEE International Solid-State Circuits Conference (ISSCC), San Francisco, CA, USA, 20–24 February 2022; Volume 65, pp. 98–100. [Google Scholar] [CrossRef]
  18. Kim, B.; Park, S.; Chun, J.H.; Choi, J.; Kim, S.J. 7.2 A 48×40 13.5mm Depth Resolution Flash LiDAR Sensor with In-Pixel Zoom Histogramming Time-to-Digital Converter. In Proceedings of the 2021 IEEE International Solid-State Circuits Conference (ISSCC), San Francisco, CA, USA, 13–22 February 2021; Volume 64, pp. 108–110. [Google Scholar] [CrossRef]
Figure 1. Comparison with previous works: (a) Imaging system including Vertical-Cavity Surface-Emitting Laser (VCSEL)-based TX, SPAD-based RX, and 12-bit TDC to calculate the output. (b) Conventional method, which costs 2048 bins and peak finding calculation. (c) Improved way to limit the bin number to 48 bins and use peak finding calculation for 3 histograms. (d) Method in this work, which takes 48 bins as the inputs and with which the depth value is obtained using the proposed AI neural network.
Figure 1. Comparison with previous works: (a) Imaging system including Vertical-Cavity Surface-Emitting Laser (VCSEL)-based TX, SPAD-based RX, and 12-bit TDC to calculate the output. (b) Conventional method, which costs 2048 bins and peak finding calculation. (c) Improved way to limit the bin number to 48 bins and use peak finding calculation for 3 histograms. (d) Method in this work, which takes 48 bins as the inputs and with which the depth value is obtained using the proposed AI neural network.
Sensors 23 00420 g001
Figure 2. Architecture of the proposed neural network: (a) Sampling procedure of multi-scale histogram mode. In this experiment, in each stage, the VCSEL on hardware is driven 4 k times. According to the returned TDC results, the peak range is zoomed in the next stage. (b) Probabilistic encoder structure, which combines the CNN-based encoder part and the reparametrization trick. U-Net based SR-Net is shown in (c). SR-Net is responsible for the up-sampling task in this neural network.
Figure 2. Architecture of the proposed neural network: (a) Sampling procedure of multi-scale histogram mode. In this experiment, in each stage, the VCSEL on hardware is driven 4 k times. According to the returned TDC results, the peak range is zoomed in the next stage. (b) Probabilistic encoder structure, which combines the CNN-based encoder part and the reparametrization trick. U-Net based SR-Net is shown in (c). SR-Net is responsible for the up-sampling task in this neural network.
Sensors 23 00420 g002
Figure 3. Simulated data used in this work based on the Middlebury dataset. (a) Original depth image used to generate the multi-scale histogram behavior inputs for the probabilistic encoder. (bd) Peak values of three-stage outputs with SBR = 5. (e) Output results of this work.
Figure 3. Simulated data used in this work based on the Middlebury dataset. (a) Original depth image used to generate the multi-scale histogram behavior inputs for the probabilistic encoder. (bd) Peak values of three-stage outputs with SBR = 5. (e) Output results of this work.
Sensors 23 00420 g003
Figure 4. The block diagram of the tested chip with 32 line-shared TDCs and 32 × 32 macro SPAD arrays combined by 4 × 4 pixels.
Figure 4. The block diagram of the tested chip with 32 line-shared TDCs and 32 × 32 macro SPAD arrays combined by 4 × 4 pixels.
Sensors 23 00420 g004
Figure 5. Experimental setup: (a) Layout graph of SPAD sensor and placement of vital circuits. (b) Evaluation board in this experiment, which was fabricated with on-chip multi-scale histogram circuit design. (c) Indoor target object.
Figure 5. Experimental setup: (a) Layout graph of SPAD sensor and placement of vital circuits. (b) Evaluation board in this experiment, which was fabricated with on-chip multi-scale histogram circuit design. (c) Indoor target object.
Sensors 23 00420 g005
Figure 6. The adopted DLA architecture diagram.
Figure 6. The adopted DLA architecture diagram.
Sensors 23 00420 g006
Figure 7. Test results in the lab: (ac) Peak values of multi-scale histogram bins in 3 stages. (d) Result of target statue after application of SR-Net.
Figure 7. Test results in the lab: (ac) Peak values of multi-scale histogram bins in 3 stages. (d) Result of target statue after application of SR-Net.
Sensors 23 00420 g007
Figure 8. Performance comparison of this work with state-of-the-art dToF LiDAR systems [16] and classical dToF estimation method [10].
Figure 8. Performance comparison of this work with state-of-the-art dToF LiDAR systems [16] and classical dToF estimation method [10].
Sensors 23 00420 g008
Figure 9. Comparison with maximum likelihood estimation. The “grid effect” generated by the up-sampling neural network is shown as a sub-image.
Figure 9. Comparison with maximum likelihood estimation. The “grid effect” generated by the up-sampling neural network is shown as a sub-image.
Sensors 23 00420 g009
Table 1. Synthesis results of the DLA.
Table 1. Synthesis results of the DLA.
PE number512
Frequency (MHz)500
Area (mm2)2.55
Power (mW)306.82
Energy efficiency (TOPS/W)2
Table 2. System performance summary and comparison table.
Table 2. System performance summary and comparison table.
ParameterThis Work[17][18]
Pixel array16 × 1680 × 6048 × 40
Wavelength (nm)940905905
TDC typeIn-PixelIn-PixelIn-Pixel
TDC frequency (MHz)100.10.1
TDC bit width (bits)Multi-stageCoarse 6Coarse 7
12Fine 7Fine 6
TDC resolution (ps)120100–500090–5000
Frame rate (fps)2030None
Depth precision (cm)21.52.34–4
Power (mW)150 (sensor)1500840
306.82 (DLA)
Imaging resolution128 × 12880 × 6042 × 25
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Sun, M.; Zhuo, S.; Chiang, P.Y. Multi-Scale Histogram-Based Probabilistic Deep Neural Network for Super-Resolution 3D LiDAR Imaging. Sensors 2023, 23, 420. https://doi.org/10.3390/s23010420

AMA Style

Sun M, Zhuo S, Chiang PY. Multi-Scale Histogram-Based Probabilistic Deep Neural Network for Super-Resolution 3D LiDAR Imaging. Sensors. 2023; 23(1):420. https://doi.org/10.3390/s23010420

Chicago/Turabian Style

Sun, Miao, Shenglong Zhuo, and Patrick Yin Chiang. 2023. "Multi-Scale Histogram-Based Probabilistic Deep Neural Network for Super-Resolution 3D LiDAR Imaging" Sensors 23, no. 1: 420. https://doi.org/10.3390/s23010420

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop