Mobile QR Code QR CODE

2025

Reject Ratio

81.5%


  1. (Hubei Key Laboratory for High-efficiency Utilization of Solar Energy and Operation Control of Energy Storage System, Hubei University of Technology, Wuhan, 430068, China)



3D object detection, Convolutional neural network, Tone-mapping, Deep learning, Disp R-CNN

1. Introduction

3D object detection is essential for autonomous driving. Although 2D object detection can provide bounding boxes and object classes on an image plane, 3D object detection can give additional information in the 3D space, such as the length, width, and height of a target object. The more accurate information on the locations of objects can enable autonomous vehicles to plan paths more effectively, thereby avoiding accidents. Therefore, many researchers have shown significant interest in 3D object detection.

In autonomous driving, the commonly used 3D sensors include LiDAR sensors and stereo cameras. Most 3D object detection methods rely on LiDAR sensors [1- 5] to obtain the accurate depth information, but image-based methods [6- 12] can provide richer and denser color information. Recently, image-based methods like Disp R-CNN [1] achieved impressive results. However, the Disp R-CNN from RGB images needs to cope with large variations in shape, size, and color of objects. Furthermore, the image heavily relies on the lighting conditions of the surrounding environment, so that the performance of this method is affected by low illumination conditions. In order to solve this problem, we propose an improved version of the Disp R-CNN called TFD R-CNN. We have focused on improving the performance of low illumination and small-sized object detection, by applying image pre-processing and neural network optimization techniques.

Tone mapping is an effective technique to enhance the sensitivity of an image. This is very helpful for handling object detection under low illumination conditions. Furthermore, our proposed method is capable of detecting small-sized objects, owing to optimization of the grouping radius of the neural network based on Disp R-CNN. Our contribution can be summarized as follows:

  • A novel tone mapping-based fine disparity R-CNN (TFD R-CNN) is proposed to effectively detect 3D objects. To overcome the problem of 3D object detection under low illumination conditions, we designed an effective tone mapping technique to pre-process the input image, which is helpful in enhancing the sensitivity of low-illuminated objects;

  • In addition, to improve the detection performance on small objects, we optimize the well-known Disp R-CNN by reducing the grouping radius, which ensures the feature information of small objects can be extracted more effectively and thus the detection rate of small objects can be improved;

  • Experimental results demonstrate the effectiveness of the proposed TFD R-CNN, which can achieve about 4% better performance in average precision than that of the baseline Disp R-CNN on the KITTI dataset.

2. Related Work

In this section, we will provide an overview of recent developments in 3D object detection and tone mapping techniques. To facilitate a comprehensive understanding, we have categorized these approaches into three main technical categories: LiDAR-based 3D Object Detection, Image-based 3D Object Detection, and Tone Mapping.

2.1. LiDAR-based 3D Object Detection

A significant portion of the current state-of-the-art 3D object detection methods leverage LiDAR sensors to capture point clouds as input data [2- 5]. Notable methods in this category include PointRCNN [3], which employs a two-stage approach. In the first stage, it focuses on bottom-up 3D proposal generation, followed by the second stage, which refines these proposals in canonical coordinates to yield the final detection results. Another noteworthy method is Frustum PointNets [4], which directly utilizes raw point clouds as input to localize 3D objects. This localization is based on the frustum region determined using PointNet [5] and 2D detection. LIGA-Stereo [21] boosts the performance of stereo-based 3D detectors by learning LiDAR geometry-aware representations. By incorporating geometric cues from LiDAR data, it enhances the accuracy of detection.

2.2. Image-based 3D Object Detection

Several approaches have been developed for 3D object detection using monocular images or stereo RGB images as input [6- 12]. Disp R-CNN starts by detecting instance masks and 2D bounding boxes for each object. It then estimates disparities for pixels belonging to objects and uses a 3D detector to predict 3D bounding boxes from the instance point clouds. Stereo R-CNN [11] matches left and right Regions of Interest (RoIs) by employing the Stereo Region Proposal Network. It further utilizes dense alignments to refine 3D bounding boxes. 3DOP [12] generates 3D proposals by encoding object size priors, ground-plane priors, and depth information, such as point cloud density and free space, into an energy function. These 3D proposals are then used to regress the object pose and 2D bounding boxes using the R-CNN methodology. DSGN++ [22] enhances the performance of stereo-based 3D detectors by exploiting visual-spatial relations.

2.3. Tone Mapping

In the past decade, various tone mapping techniques have been proposed. There are two main categories of the present method, (1) tone reproduction operator-based methods, and (2) tone reproduction curve-based methods. Tone reproduction operator-based methods involve spatial manipulation of local neighboring pixel values and usually perform on multiple scales. An image can be modeled as $I(x,y) = L(x,y) * R(x,y)$, where $R$ is the reflectance component, and $L$ is the luminance component. Usually, $R$ has a very limited dynamic range. Therefore, if the researchers successfully process the two components separately, they can achieve range compression and color enhancement by processing the $L$. Tone reproduction curve-based methods [15- 17] work on the pixel distribution, where all pixels use the same mapping function. Larson et al. [16] used histogram adjustment of the high dynamic range radiance map. Duan et al. [17] achieved fast tone mapping by partitioning the pixel distribution into intervals and subsequently mapping these intervals to match the characteristics of low dynamic range devices. Zhang et al. [23] proposes a low-light image enhancement method based on convolutional neural networks, which significantly improves image brightness and contrast by learning the mapping relationship from low-light to normal-light images. Lamba et al. [24] presents a real-time dark stereo image restoration method based on GANs, which generates more natural enhanced images through adversarial training.

3. Proposed Method

In this work, we propose a tone mapping-based fine Disparity R-CNN (TFD R-CNN) for 3D object detection. In order to solve the problem of object detection under low illumination conditions, a novel tone mapping technique has been applied before detection. By enhancing the sensitivity of the low-illuminated regions of an image, the performance of object detection can be significantly improved. The optimization of the grouping radius has also been applied in our 3D object detection. By reducing the grouping radius, the features of small objects can be preserved, and thus more refined feature information can be extracted.

Fig. 1 shows the overall framework of the proposed TFD R-CNN. First, the proposed tone mapping technique is applied to the input left and right image pairs. The pre-processed image pairs after tone mapping are passed through the stereo Mask R-CNN to detect instance segmentation masks and 2D bounding boxes. The cropped RoI images are taken as input by iDispNet to calculate the instance disparity map. This instance disparity map is then converted into an instance point cloud, which is subsequently used as input for the 3D detector to perform 3D bounding box regression.

Fig. 1. The overall framework of the proposed TFD R-CNN.

../../Resources/ieie/IEIESPC.2026.15.4.503/fig1.png

3.1. Proposed Tone Mapping Technique

The detection accuracy is usually affected by the low illumination. Since the original Disp R-CNN does not work well under low illumination conditions, we applied a new image pre-processing procedure, tone mapping, to the input image before object detection. Fig. 2(a) shows an example of object detection by original Disp R-CNN under low illumination conditions. Since the vehicles on the right-hand side are under the shadow, it is difficult for the detector to detect the vehicles. Therefore, we applied tone mapping to the input image before object detection. Fig. 2(b) shows an example of object detection by using tone mapping. Tone mapping is an effective technique to enhance the sensitivity of low illuminated objects. By enhancing the sensitivity of the low illuminated regions of an image, it is easy to detect these objects under low illumination conditions.

Fig. 2. Examples of object detection results. (a) Detection result without tone mapping. (b) Detection result with tone mapping.

../../Resources/ieie/IEIESPC.2026.15.4.503/fig2.png

In this study, we introduce a tone mapping technique applied to the input image prior to object detection. Tone mapping refers to the utilization of specific algorithms to compress the dynamic range, such as from 10000 : 1 in high dynamic range (HDR) images, to match the low dynamic range (LDR) display range, typically around 100 : 1, while preserving essential image characteristics. For a given input image, the log-average luminance is computed by the equation as follows.

(1)
$ Lavg = \frac{1}{N} \exp(\sum_{x,y} \log(\delta +L(x,y))), $

where $N$ is the total number of pixels in an image, $L(x,y)$ is the input luminance, and $\delta$ is a small constant. The original input luminance $L(x,y)$ can be calculated from the RGB values by using the following equation.

(2)
$ L(x,y) = R\times 0.2126+G\times 0.7152+B\times 0.0722. $

The contrast factor (CF) is defined by the following equation.

(3)
$ CF = C \times Lavg. $

Here, $C$ represents a parameter that governs the overall contrast and brightness of the resulting image. A smaller value of $C$ enhances visibility in darker areas while further compressing the brighter regions. The parameter $C$ can be adjusted to achieve the desired sensitivity and visual characteristics. In this paper, the parameter $C$ is set to 0.15.

After calculating the contrast factor, a simple tone mapping operator is given by

(4)
$ Ld = L(x,y)/(L(x, y) +CF), $

where $L(x,y)$ represents the original input luminance of the HDR image and $Ld$ is the displayable luminance. The tone mapping factor $CF$ has the effect of scaling high luminance values close to 1 and low luminance values close to 0. Therefore, it bridges the gap between high and low brightness values, promoting a smooth transition of intensity values in the resulting LDR image.

After calculating the displayable luminance Ld, the new output RGB values are determined using the equations as follows.

(5)
$ \begin{aligned} Rout = \left(\frac{R}{L}\right)^\gamma Ld; \\ Gout = \left(\frac{G}{L}\right)^\gamma Ld; \\ Bout = \left(\frac{B}{L}\right)^\gamma L, \end{aligned}$

where $\gamma$ is the parameter utilized to manage the display color. When we get the new images, we can use them as input for 3D object detection.

3.2. Proposed Fine Disparity R-CNN

In order to boost the detection rate of small objects, we present an improved version of Disp R-CNN called fine disparity R-CNN. As shown in Fig. 1, to learn discriminative point cloud features to describe point clouds, we adopt the PointNet++ [18] with multi-scale grouping as a 3D detector backbone network instead of the PointRCNN in the original Disp R-CNN. The reason for choosing PointNet++ instead of PointRCNN used in the original Disp R-CNN is the demand to improve the detection rate of small objects. By reducing the group radius, PointNet++ can better preserve the feature information of small objects and extract more detailed feature information. PointNet++ has the ability of multi-scale grouping, which is helpful to capture the local region patterns at different scales. This is crucial for improving the detection accuracy of small-sized objects. Fig. 3 shows the overall architecture of PointNet++. PointNet++ consists of multiple set abstraction levels, each of which processes and abstracts a set of points to produce a reduced set. Each set abstraction includes three main layers: sampling layer, grouping Layer, and pointNet layer. The sampling layer selects a subset of points from the input point cloud that defines the centroid of the local area. The grouping layer constructs a set of local regions by identifying neighboring points around the centroid. The PointNet layer uses mini-PointNet to encode local area patterns into feature vectors.

Fig. 3. The overall architecture of the PointNet++.

../../Resources/ieie/IEIESPC.2026.15.4.503/fig3.png

In the Grouping Layer, the input consists of a point set of size and the coordinates of a set of centroids with a size of. The output comprises groups of point sets, each with a size of , where each group represents a local region, and K is the number of points in the neighborhood of the centroid points. After setting the size of the grouping radius, we identify all points within a specified radius of the query point K. The original grouping radius parameters for the set-abstraction layer of PointNet++ are 0.2, 0.5, respectively. In our model, the grouping radius parameters for the set-abstraction layer are changed to 0.15, 0.4, respectively. By reducing the grouping radius, we can get denser information. The features of small objects will be preserved better, so that more refined feature information can be extracted.

4. Experimental Results

The KITTI object detection dataset comprises 7,481 training images and 7,518 testing images [19]. In line with prior research [1], the original training set has been divided into two sets: the new training set with 3,712 samples and the validation set with 3,769 samples. The objects within the dataset are categorized into three levels—easy, moderate, and hard—based on the sizes of their bounding box, truncation, and occlusion extents, as per the KITTI settings.

4.1. Performance Verification of the Proposed Fine Disparity R-CNN

In Table 1, a comparison of the performance for utilizing different grouping radiuses of two set-abstraction layers is given, respectively. The original grouping radiuses of two set-abstraction layers are 0.2 and 0.5 respectively. We gradually reduce the radius value to get denser information and see the corresponding changes in detection performance. We first keep the grouping radius of the second layer constant and gradually decrease the grouping radius of the first layer. Table 1 shows the average precision (AP) when IoU =0.5 for all cases. As shown in Table 1, the highest AP is obtained when the first grouping radius is 0.15. We gradually decrease the grouping radius of the second layer. One can see that the highest AP of 82.76% is achieved when the second grouping radius is 0.4.

Table 1. Comparison of the results by using different grouping radius.

1st grouping radius 0.2 0.15 0.1 0.05
AP (%) 82.24 82.49 82.34 82.23
2nd grouping radius 0.5 0.45 0.4 0.35
AP (%) 82.49 82.60 82.76 82.45

As shown in Table 2, our proposed fine disparity R-CNN (FD R-CNN) outperforms the original Disp R-CNN. At IoU = 0.7, our results demonstrated improved Average Precision (AP) across the easy, moderate, and hard cases by 0.08%, 0.35%, and 0.1%, respectively. At IoU = 0.5, our results indicated enhanced AP across the same cases, with improvements of 0.26%, 0.85%, and 0.06% for easy, moderate, and hard cases, respectively.This indicates that our proposed optimization techniques are effective to improve the detection rate of small sized objects.

Table 2. 3D Object detection AP(%) on the KITTI dataset.

Method AP(%) (IoU = 0.7) AP(%) (IoU = 0.5)
Easy Mod. Hard Easy Mod. Hard
Disp RCNN [1] 60.03 45.22 38.27 90.01 78.32 69.02
FD R-CNN (ours) 60.11 45.57 38.37 90.27 79.17 69.08

Fig. 4 illustrates a visual comparison of the original Disp R-CNN detection results versus our FD R-CNN detection results. In Fig. 4(a), one can see that the small sized object is missed by the original Disp R-CNN. In Fig. 4(b), the proposed FD R-CNN can successfully detect the small vehicle.

Fig. 4. Detection result comparison of Disp R-CNN and the proposed FD R-CNN on the KITTI dataset. (a) original Disp R-CNN and (b) the proposed FD R-CNN.

../../Resources/ieie/IEIESPC.2026.15.4.503/fig4.png

4.2. Performance Verification of the Proposed Tone Mapping Technique

We implemented the tone mapping method using MATLAB. Fig. 5 shows the detection result comparison of with and without tone mapping. We can observe that after using tone mapping, the vehicles in the shadows become more visible, and the pre-processing using tone mapping is very effective in object detection.

Fig. 5. Detection result comparison on the KITTI dataset. (a) Detection result on the original image (b) Detection result on the image using tone mapping.

../../Resources/ieie/IEIESPC.2026.15.4.503/fig5.png

To further verify the effectiveness of the tone mapping, we added tone mapping technique in the proposed FD R-CNN. We pre-processed 3769 validation images from the KITTI dataset. Table 3 shows the quantitative results of the Average Precision (AP). TFD R-CNN means the detection result of FD R-CNN adding a tone mapping. Compared with the FD R-CNN, TFD R-CNN results showed improved Average Precision (AP) on easy, moderate, and hard cases, when IoU = 0.7 by 3.86%, 1.9%, and 1.51%, respectively. When IoU = 0.5, TFD R-CNN results showed improved Average Precision (AP) on easy, moderate, and hard cases, by 0.17%, 0.38%, and 0.5%, respectively. This comparison shows that using tone mapping in pre-processing is effective in improving the performance of object detection. LIGA-Stereo [21] shows better results than our method because it utilizes LiDAR to provide high-precision depth and geometry information.

Table 3. Quantitative results of the Average Precision (AP) on KITTI dataset.

Method AP(%) (IoU = 0.7) AP(%) (IoU = 0.5)
Easy Mod. Hard Easy Mod. Hard
Stereo R-CNN [11] 54.11 36.69 31.07 85.84 66.28 57.24
PL (AVOD) [12] 40.02 27.41 25.34 75.62 57.94 49.33
Disp RCNN [1] 60.03 45.22 38.27 90.01 78.32 69.02
LIGA-Stereo [21] 84.92 67.06 63.80 97.06 89.97 87.94
FD R-CNN (ours) 60.11 45.57 38.37 90.27 79.17 69.08
TFD R-CNN (ours) 63.97 47.47 39.88 90.44 79.55 69.58

There are a total of 2088 low-light images of the KITTI dataset. A quantitative measure of the 2088 of low-light images is conducted. We use three indicators: contrast, information entropy, and average gradient to analyze the image. The contrast reflects the difference between different colors in the image. The greater the contrast value, the greater the contrast between different colors and the more obvious the color distinction. Image information entropy can represent the aggregation characteristics of image grayscale distribution. The greater the image information entropy value, the more image detail information. The average gradient can reflect the tiny detail contrast and texture transformation characteristics in the image. The larger the average gradient value, the clearer the image. The experimental results are shown in Table 4, all values are average of the 2088 images. It can be observed that values of contrast, information entropy, and average gradient are all improved after our proposed tone mapping technique is applied to the original images.

Table 4. Quantitative evaluation of the proposed tone mapping technique on the low-light images of the KITTI dataset.

Method Contrast Information entropy Average gradient
Original images 77.7002 7.1982 7.3810
Tone mapped images 91.8322 8.0736 8.5218

In Table 5, we have made a quantitative result comparison to evaluate the average precision of the proposed FD R-CNN on the original 2088 low-light images and the tone-mapped 2088 low-light images. TFD R-CNN means the detection result of FD R-CNN on the tone-mapped 2088 low-light images. Compared with the FD R-CNN, TFD R-CNN results showed improved average precision when IoU = 0.7 by 3.44%, and when IoU = 0.5 by 2.35%, respectively. This comparison shows that using tone mapping in pre-processing is effective in improving the performance of object detection.

Table 5. Quantitative results of the Average Precision (AP) on the low-light images of the KITTI dataset.

Method AP(%) (IoU = 0.7) AP(%) (IoU = 0.5)
FD R-CNN (ours) 43.34 73.58
TFD R-CNN (ours) 46.78 75.93

4.3. Performance verification of the Proposed Method on the DrivingStereo Dataset

The proposed method is further evaluated on the DrivingStereo dataset [20]. The DrivingStereo dataset is constructed for stereo matching, which includes left and right image pairs under autonomous driving scenes and contains more than 180,000 images. Due to the DrivingStereo dataset not providing label files of objects, we only use this dataset for qualitative evaluation.

We evaluate the proposed FD R-CNN using the 300 demo images from the DrivingStereo dataset. The small car instances among that 300 demo images are miss detected by the original Disp R-CNN and are successfully detected by our proposed FD R-CNN. Fig. 6 shows a visualization of a sample result, we can see that one small car is missed by the original Disp R-CNN and is correctly detected by our proposed FD R-CNN. This result demonstrates that the grouping radius parameters adopted in the proposed FD R-CNN are not specific to the KITTI dataset but also work for other datasets.

Fig. 6. Detection result comparison of Disp R-CNN and the proposed FD R-CNN on the DrivingStereo dataset (a) original Disp R-CNN and (b) the proposed FD R-CNN.

../../Resources/ieie/IEIESPC.2026.15.4.503/fig6.png

We then evaluate the detection result using the images processed by our proposed tone mapping technique. The qualitative evaluation of the 300 demo images shows that objects with low illumination become more visible and can be detected. One sample result is displayed in Fig. 7, a miss detected car with low visibility in the original image becomes more visible and is successfully detected.

Fig. 7. Detection result comparison on the DrivingStereo dataset. (a) Detection result on the original image (b) Detection result on the image using tone mapping.

../../Resources/ieie/IEIESPC.2026.15.4.503/fig7.png

4.4. Evaluation of the Computation Time of the Proposed Tone Mapping Technique

Fig. 8 displays the computation time of the proposed tone mapping technique on the 7518 KITTI test images. Our method achieves an average computation time of 0.026 seconds per image on a CPU, while KinD network [23] spends an average computation time of 0.05 seconds per image on a 2080Ti GPU and Lamba et al. [24] takes 0.35 seconds per image on a CPU. This result demonstrate that our method allows for rapid preprocessing of input images to provide clearer inputs for 3D object detection.

Fig. 8. Computation time of the proposed tone mapping technique on the 7518 KITTI test images.

../../Resources/ieie/IEIESPC.2026.15.4.503/fig8.png

5. Conclusion

In this work, we have presented a novel TFD RCNN for 3D object detection from stereo images. We proposed a tone mapping technique and grouping radius optimization technique to resolve the low illumination and small-sized object detection problem, respectively. By using our proposed tone mapping technique on the input image, the sensitivity can be enhanced, resulting in easier detection of low-illuminated objects. In addition, grouping radius optimization makes the detector suitable for small objects. By reducing the grouping radius, the features of small objects can be preserved better, so that more refined feature information can be extracted. Experiments demonstrate the effectiveness of our TFD R-CNN.

ACKNOWLEDGMENTS

The research is supported by the Scientific Research Plan for Young Talents of Hubei Provincial Department of Education (Grant No. Q20251415).

References

1 
J. Sun , L. Chen , Y. Xie , S. Zhang , Q. Jiang , X. Zhou , H. Bao , Disp R-CNN: Stereo 3D object detection via shape prior guided instance disparity estimation, Proc. of 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 10548-10557, 2020DOI
2 
Y. Wang , J. Yin , W. Li , P. Frossard , R. Yang , J. Shen , SSDA3D: Semi-supervised domain adaptation for 3D object detection from point cloud, Proc. of the AAAI Conference on Artificial Intelligence, Vol. 37, No. 3, pp. 2707-2715, 2023DOI
3 
S. Shi , X. Wang , H. Li , PointRCNN: 3D object proposal generation and detection from point cloud, Proc. of 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 770-779, 2019DOI
4 
C. R. Qi , W. Liu , C. Wu , H. Su , L. J. Guibas , Frustum PointNets for 3D object detection from RGB-D data, Proc. of 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 918-927, 2018DOI
5 
C. R. Qi , H. Su , K. Mo , L. J. Guibas , PointNet: Deep learning on point sets for 3D classification and segmentation, Proc. of 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 652-660, 2017DOI
6 
H. Lin , Y. Zhang , S. Niu , S. Cui , Z. Li , MonoTTA: Fully test-time adaptation for monocular 3D object detection, Proc. of Computer Vision–ECCV 2024, pp. 96-114, 2025DOI
7 
Z. Chen , S. Xu , M. Ye , Z. Qian , X. Zou , D.-Y. Yeung , Q. Chen , Learning high-resolution vector representation from multi-camera images for 3D object detection, Proc. of Computer Vision–ECCV 2024, pp. 385-403, 2025DOI
8 
H. Xie , W. Zheng , Y. Chen , H. Shin , Camera- and LiDAR-based point-painted voxel region-based convolutional neural network for robust 3D object detection, Journal of Electronic Imaging, Vol. 31, No. 5, Art. no. 053025, 2022DOI
9 
H. Sun , Y. Pang , J. Cao , J. Xie , X. Li , Transformer-based stereo-aware 3D object detection from binocular images, IEEE Transactions on Intelligent Transportation Systems, 2024DOI
10 
Y. Ranasinghe , D. Hegde , V. M. Patel , MonoDiff: Monocular 3D object detection and pose estimation with diffusion models, Proc. of 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 10659-10670, 2024DOI
11 
P. Li , X. Chen , S. Shen , Stereo R-CNN based 3D object detection for autonomous driving, Proc. of 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 7644-7652, 2019DOI
12 
Y. Wang , W.-L. Chao , D. Garg , B. Hariharan , M. Campbell , K. Q. Weinberger , Pseudo-LiDAR from visual depth estimation: Bridging the gap in 3D object detection for autonomous driving, Proc. of 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 8445-8453, 2019DOI
13 
D. J. Jobson , Z. Rahman , G. A. Woodell , A multiscale Retinex for bridging the gap between color images and the human observation of scenes, IEEE Transactions on Image Processing, Vol. 6, No. 7, pp. 965-976, 1997DOI
14 
F. Durand , J. Dorsey , Fast bilateral filtering for the display of high-dynamic-range images, Proc. of the 29th Annual Conference on Computer Graphics and Interactive Techniques, pp. 257-266, 2002DOI
15 
E. Reinhard , M. Stark , P. Shirley , J. Ferwerda , Photographic tone reproduction for digital images, Seminal Graphics Papers: Pushing the Boundaries, Vol. 2, pp. 661-670, 2023DOI
16 
G. Larson , H. Rushmeier , C. Piatko , A visibility matching tone reproduction operator for high dynamic range scenes, IEEE Transactions on Visualization and Computer Graphics, Vol. 3, No. 4, pp. 291-306, 1997DOI
17 
J. Duan , G. Qiu , Fast tone mapping for high dynamic range images, Proc. of the 17th International Conference on Pattern Recognition, Vol. 2, pp. 847-850, 2004DOI
18 
C. R. Qi , L. Yi , H. Su , L. J. Guibas , PointNet++: Deep hierarchical feature learning on point sets in a metric space, Advances in Neural Information Processing Systems, Vol. 30, 2017Google Search
19 
A. Geiger , P. Lenz , R. Urtasun , Are we ready for autonomous driving? The KITTI vision benchmark suite, Proc. of 2012 IEEE Conference on Computer Vision and Pattern Recognition, pp. 3354-3361, 2012DOI
20 
G. Yang , X. Song , C. Huang , Z. Deng , J. Shi , B. Zhou , DrivingStereo: A large-scale dataset for stereo matching in autonomous driving scenarios, Proc. of 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 899-908, 2019DOI
21 
X. Guo , S. Shi , X. Wang , H. Li , LIGA-Stereo: Learning LiDAR geometry-aware representations for stereo-based 3D detector, Proc. of 2021 IEEE/CVF International Conference on Computer Vision (ICCV), pp. 3153-3163, 2021DOI
22 
Y. Chen , S. Huang , S. Liu , B. Yu , J. Jia , DSGN++: Exploiting visual-spatial relation for stereo-based 3D detectors, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 45, No. 4, pp. 4416-4429, 2023DOI
23 
Y. Zhang , J. Zhang , X. Guo , Kindling the darkness: A practical low-light image enhancer, Proc. of the 27th ACM International Conference on Multimedia, pp. 1632-1640, 2019DOI
24 
M. Lamba , M. V. A. Kumar , K. Mitra , Real-time restoration of dark stereo images, Proc. of 2023 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), pp. 4903-4913, 2023DOI
Zhiqiang Wu
../../Resources/ieie/IEIESPC.2026.15.4.503/au1.png

Zhiqiang Wu received his B.S. degree from Hubei University of Technology, China, in 2023, and is currently a Master’s candidate at the same university. His research interests include deep learning, arrhythmia classifcation and signal processing.

Teng Gong
../../Resources/ieie/IEIESPC.2026.15.4.503/au2.png

Teng Gong received his B.S. degree from Hubei University of Technology, China, in 2023, and is currently a Master’s candidate at the same university. His research interests include deep learning, computer vision and agricultural disease detection.

Yunfan Chen
../../Resources/ieie/IEIESPC.2026.15.4.503/au3.png

Yunfan Chen received a Ph.D. degree in electrical engineering from the Hanyang University, Korea in 2021. She is currently an assistant professor in the School of Electrical and Electronic Engineering, Hubei University of Technology, China. Her research interests include machine learning and computer vision.