Next Article in Journal
Exploring Innovative Approaches for the Analysis of Micro- and Nanoplastics: Breakthroughs in (Bio)Sensing Techniques
Next Article in Special Issue
Development of a Rapid-Response Fluorescent Probe for H2S: Mechanism Elucidation and Biological Applications
Previous Article in Journal
Anti-Tissue-Transglutaminase IgA Antibodies Presence Determination Using Electrochemical Square Wave Voltammetry and Modified Electrodes Based on Polypyrrole and Quantum Dots
Previous Article in Special Issue
Selection and Engineering of Novel Brighter Bioluminescent Reporter Gene and Color- Tuning Luciferase for pH-Sensing in Mammalian Cells
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Rapid Acquisition of High-Pixel Fluorescence Lifetime Images of Living Cells via Image Reconstruction Based on Edge-Preserving Interpolation

1
State Key Laboratory of Radio Frequency Heterogeneous Integration (Shenzhen University), Key Laboratory of Optoelectronic Devices and Systems of Ministry of Education and Guangdong Province, College of Physics and Optoelectronic Engineering, Shenzhen University, Shenzhen 518060, China
2
The 6th Affiliated Hospital of Shenzhen University, Huazhong University of Science and Technology Union Shenzhen Hospital, Shenzhen 518060, China
*
Authors to whom correspondence should be addressed.
Biosensors 2025, 15(1), 43; https://doi.org/10.3390/bios15010043
Submission received: 26 November 2024 / Revised: 6 January 2025 / Accepted: 10 January 2025 / Published: 13 January 2025

Abstract

:
Fluorescence lifetime imaging (FLIM) has established itself as a pivotal tool for investigating biological processes within living cells. However, the extensive imaging duration necessary to accumulate sufficient photons for accurate fluorescence lifetime calculations poses a significant obstacle to achieving high-resolution monitoring of cellular dynamics. In this study, we introduce an image reconstruction method based on the edge-preserving interpolation method (EPIM), which transforms rapidly acquired low-resolution FLIM data into high-pixel images, thereby eliminating the need for extended acquisition times. Specifically, we decouple the grayscale image and the fluorescence lifetime matrix and perform an individual interpolation on each. Following the interpolation of the intensity image, we apply wavelet transformation and adjust the wavelet coefficients according to the image gradients. After the inverse transformation, the original image is obtained and subjected to noise reduction to complete the image reconstruction process. Subsequently, each pixel is pseudo-color-coded based on its intensity and lifetime, preserving both structural and temporal information. We evaluated the performance of the bicubic interpolation method and our image reconstruction approach on fluorescence microspheres and fixed-cell samples, demonstrating their effectiveness in enhancing the quality of lifetime images. By applying these techniques to live-cell imaging, we can successfully obtain high-pixel FLIM images at shortened intervals, facilitating the capture of rapid cellular events.

1. Introduction

The long acquisition time required for fluorescence lifetime images has always been an important issue demanding urgent resolution [1]. The fluorescence lifetime, which represents the duration for a fluorescent molecule to relax from its excited state back to the ground state, is a statistical outcome derived from measurements across numerous molecules and thus requires an ample count of photons for calculation; this typically requires the superposition of multiple image frames [2]. Most acquisitions of lifetime images are based on continuous scanning via a laser scanning confocal microscope (LSCM) equipped with a time-correlated single-photon counting (TCSPC) module [3]. This approach, however, poses two salient challenges. First, continuous laser scanning can induce photo-toxicity and dye bleaching. Second, rapid cellular activity leads to subtle variations between frames, resulting in blurred cell structure edges in the final images.
To address these issues, strategies include employing dyes that are less prone to bleaching and exhibit a brighter fluorescence [4,5,6,7], coupled with faster imaging modalities which reduce the scanning time [8,9,10,11,12]. Nevertheless, the quest for higher-resolution imaging readily undermines efforts aimed at shortening scan times, as even a modest twofold increase in scanning pixels can exponentially increase the scanning time by more than the cube of this factor—with twofold increments from the x-axis and another twofold from the y-axis. Practically, compromises are often made by reducing the maximum photon count to curtail the acquisition time, which may reduce the brightness of the image and introduce large errors in lifetime fitting.
The interpolation of low-resolution (LR) images is imperative to acquire high-pixel images of specific regions within a short acquisition time. Image reconstruction methods that utilize deep learning have been reported. Dong et al. reported the interpolation and evaluation of fluorescence lifetime images based on semi-synthetic data [13]. However, actual intracellular conditions are far more complex, and there remains an unresolved issue regarding the degree of deviation between true and predicted values. Currently, post-processing in fluorescence lifetime imaging focuses on the rapid fitting of fluorescence lifetimes [14] or the design and application of non-fitting methods such as phasor tools [15,16,17,18]. There remains a lack of reasonable interpolation methods for fluorescence lifetime images that can quickly obtain high-pixel images from low-resolution images while being closer to the true values.
In this article, we employ the traditional bicubic interpolation method to interpolate both the fluorescence intensity and fluorescence lifetime of fluorescence microspheres and fixed-cell samples separately. Subsequently, we adopt an image reconstruction approach based on the edge-preserving interpolation method (EPIM) [19] to obtain high-pixel lifetime images. These images are then compared with those obtained using bicubic interpolation. Finally, we validate the effectiveness of our method in the continuous imaging of living cells.

2. Materials and Methods

2.1. Bicubic Interpolation Algorithm

Fluorescence lifetime images typically contain intensity information derived from the superposition of multiple intensity frames and lifetime information obtained through a fitting process, as described previously [20,21]. MATLAB (version, R2018a) is utilized to interpolate the extracted fluorescence intensity and lifetime information separately.
The bicubic interpolation algorithm uses the values of 16 known pixels within a 4 × 4 neighborhood centered on the interpolation point as references and then performs third-order interpolation separately in both the horizontal and vertical directions. The calculation formula is as follows [22,23,24]:
f i + s , j + t = A B C
A = R s + 1 R s + 0 R s 1 R s 2
B = f i 1 , j 1 f i 1 , j 0 f i + 0 , j 1 f i + 0 , j 0 f i 1 , j + 1 f i 1 , j + 2 f i + 0 , j + 1 f i + 0 , j + 2 f i + 1 , j 1 f i + 1 , j 0 f i + 2 , j 1 f i + 2 , j 0 f i + 1 , j + 1 f i + 1 , j + 2 f i + 2 , j + 1 f i + 2 , j + 2
C = R t + 1 R t + 0 R t 1 R t 2 T
R x =             1 2 x 2 + x 3                     0 x < 1 4 8 x + 5 x 2 x 3       0 x < 1 0                                                         x 2
Upon acquiring the interpolated results for both grayscale values and lifetimes, the corresponding RGB values in the pseudo-color encoding table are identified based on the grayscale and lifetime values of each individual pixel. These identified RGB values are subsequently utilized to construct a novel pseudo-color interpolated image.

2.2. Edge-Preserving Interpolation Method (EPIM)

The workflow of the EPIM is illustrated within the dashed box in Figure 1. After exporting intensity and lifetime information from the fluorescence lifetime image, we performed an interpolation on both intensity and lifetime separately. We then took the example of expanding the image to twice its original size. In Step 1, to preserve more information from the original data, the value of the pixels in the original image was directly assigned to the pixels located on odd rows and odd columns in the interpolated image. In Step 2, the gradient direction of each pixel was calculated to determine the interpolated values for the pixels on even rows and even columns. The magnitude of change in various directions was calculated as follows:
Firstly, the 16 known pixels within a 4 × 4 neighborhood centered on the interpolation point were transformed into a 16 × 1 matrix according to their respective directions. For example, the corresponding 16 × 1 matrix in the horizontal direction was constructed as follows:
f i 1 , j 1 f i + 4 , j 1 f i + 4 , j 0 f i 1 , j 0 f i 1 , j 1
Subsequently, the absolute differences between each adjacent pair of elements were calculated, and their sum was determined.
After computing the magnitudes, the direction with the maximum magnitude was taken as the gradient direction for the pixel. Based on this gradient direction, pixels were selected for calculating the interpolated value using bicubic interpolation. For instance, when the gradient direction was 45 ° , pixels 1, 6, 11, and 16 were chosen for weighting calculation with weights of (−1/16, 9/16, 9/16, and −1/16). In the case of a horizontal direction, eight pixels along the horizontal were considered, with weights of (−1/16, −1/16, 9/16, 9/16, 9/16, 9/16, −1/16, and −1/16) applied. Then, the calculated value were interpolated to the pixels located on even rows and even columns of the high-pixel image.
In Step 3, the interpolated values for pixels situated on odd rows and even columns, as well as those on odd columns and even rows, were determined. A 5 × 5 window of pixels encompassing the target pixel to be interpolated was identified within the partially interpolated image. Employing a methodology similar to Step 2, the gradient direction was computed based on the already-interpolated pixels. Then, the interpolation value for the target pixel was subsequently calculated and assigned. With this, edge-preserving image interpolation was deemed complete. It is noteworthy that, during the interpolation of the lifetime, pixels with excessively low fluorescence intensities, unsuitable for fluorescence lifetime fitting, were excluded from all computations within the algorithm to avoid potential errors.

2.3. Image Reconstruction

The principles and application of wavelet transform have been extensively reported previously [25]. Herein, we applied this transform to the intensity image after edge-preserving interpolation to obtain horizontal high-frequency details, vertical high-frequency details, and diagonal high-frequency details. In the preceding step of EPIM, the gradient direction for each pixel had been obtained. By adjusting the wavelet transform coefficients according to the gradient values and then performing a wavelet inverse transform, an edge-enhanced fluorescence -intensity image was acquired. Additionally, a reconstructed high-pixel image was obtained after denoising.

2.4. Fluorescence Lifetime Imaging System Setup

We employed a commercial fluorescence lifetime imaging system (DCS-120 Confocal FLIM System, Becker & Hickl Company, Berlin, Germany) for imaging. A mode-locked supercontinuum laser (SC-PRO-M, Wuhan Yangtze Soton Laser Co., Ltd., Wuhan, China) was utilized as the excitation source, featuring a pulse width of 6 picoseconds and a repetition rate of 80 MHz. This laser was coupled with an acousto-optic tunable filter (AOTF) to facilitate the selection of specific excitation wavelengths, enabling versatile applications across various samples.
For the fluorescent microspheres, fixed-cell samples, and living-cell samples, tailored excitation wavelengths of 570 nm, 633 nm, and 633 nm, respectively, were employed. To effectively isolate the signal from the reflected laser, appropriate bandpass or long-pass filters (620/60, 670/30, and 670/30, respectively) were implemented.
Optical resolution was maximized through the use of a high-performance 100× oil immersion objective lens (NA 1.40, Nikon, Tokyo, Japan). The resulting fluorescence signals were captured by a sensitive hybrid detector (HPM-100, Becker & Hickl GmbH, Berlin, Germany), ensuring accurate and reliable measurements. We collected fluorescence lifetime images with pixels of 256 × 256 and 512 × 512. The 256 × 256 pixel image output by the SPCImage software (version 7.1) were used as the low-resolution images when the amplification factor was set to 2. The 128 × 128 images obtained by downsampling were used as low-resolution images when the amplification factor was set to 4. Their grayscale values and lifetime data were interpolated to obtain a 512 × 512 pixel image. The 512 × 512 pixel image served as the ground truth (GT) for the high-pixel image.
The entire fluorescence lifetime imaging process was seamlessly orchestrated by the SPCM64 software (version 9.76, Becker & Hickl, GmbH, Berlin, Germany), providing intuitive control over data acquisition and data processing.

2.5. Sample Preparation

The fluorescent microsphere sample was a mounted sample from the Thermo Fisher Scientific Company. We chose fluorescent microspheres with a size of 4.0 μm from position 1 of a TetraSpeck™ Fluorescent Microspheres Size Kit (Thermo Fisher Scientific Inc., Waltham, MA, USA) for imaging.
The fixed-cell sample with mitochondria specifically labeled was purchased from the Standard Imaging Company. BSC-1 cells were cultured in Dulbecco’s Modified Eagle’s Medium (DMEM) supplemented with 10% fetal bovine serum (FBS). To prevent bacterial contamination, 100 μg/mL penicillin and streptomycin was added in the DMEM. Cells were grown under standard cell culture conditions (5% CO2, humidified atmosphere at 37 °C). BSC-1 cells were plated on a #1.5 glass-bottom dish for 48 h before sample preparation. On the day of sample preparation, the cells were fixed with 37 °C pre-warmed fixation buffer for 10 min, containing 4% paraformaldehyde and 0.1% glutaraldehyde in PBS. Then, the samples were washed three times with PBS. For quenching the background fluorescence, we incubated the cells with 2 mL 0.1% NaBH4 solution in PBS for 7 min. The samples were washed three times with 2 mL PBS and then incubated for 30 min in PBS containing 5% BSA and 0.5% Triton X-100 (SunBloss, South Orange, NJ, USA, HXKx02) at 37 °C. All antibodies were diluted in the 5% BSA + 0.5% triton solution. Next, we incubated the sample for 40 min with the appropriate dilution of primary antibodies—beta-tubulin (DSHB-E7), Tom20 (abclonal, A19403), and LAMP1(abclonal, A22482)—at 25 °C. After the incubation of primary antibodies, the cells were washed for 5 min with 2 mL PBS, three times. The secondary antibodies, specifically abberior STAR RED, goat anti-mouse IgG (Abberior, STRED-1001-500UG) and abberior STAR RED, goat anti-rabbit IgG (STRED-1002-500UG), were incubated with the appropriate dilutions for 60 minutes at a temperature of 25°C. During this incubation, the samples were kept in the dark to prevent photobleaching. Following three washes with PBS, the cells underwent fixation with a post-fixation buffer for a duration of 10 minutes. The fixed-cell sample utilized for testing the nuclear pore complex (NPC) was a standard CELLS 4C sample that had been obtained from Abberior GmbH. The channel corresponding to NPC-STAR RED was selected for imaging.
Living HeLa cells cultured in Dulbecco’s Modified Eagle’s Medium (DMEM) containing 10% fetal bovine serum (FBS) and 1% penicillin/streptomycin were stained with 10 μL of 75 nM Mito-Tracker Deep Red dye. Following incubation for 10 min at 37 °C in a 5% CO2 environment, the stained cells were washed three times with PBS, replenished with the same DMEM, and further incubated for 10 min to maintain cell viability and reduce stress responses for better living-cell imaging.

3. Results and Discussion

3.1. Fluorescent Microsphere Samples

Initially, we validated our methodology on individual fluorescent microspheres. As illustrated in Figure 2, the fluorescence lifetimes among individual pixels within the fluorescent microspheres exhibited a high degree of uniformity. In regions outside the microspheres, due to the insufficient accumulation of photons, the calculation of fluorescence lifetime values was infeasible. The direct magnification of low-resolution images revealed pronounced variations in brightness at the microspheres’ edges, accompanied by jagged edge artifacts. However, the bicubic interpolation algorithm addressed this issue effectively, resulting in smoother edge transitions in the intensity images. Nevertheless, due to the specific nature of bicubic interpolation, pixels surrounding the microspheres that lacked calculated fluorescence lifetime values were inadvertently included in the computation, leading to significant discrepancies in the fluorescence lifetime between the microspheres’ edges and their center. These edge pixels, despite having non-zero intensities after computation, exhibited undesirable abrupt changes in pseudo-color images and did not represent the actual lifetime values of the component at the edge locations. Therefore, pixels with insufficient photons for lifetime calculation in the original image periphery must be excluded from the interpolation algorithm.
To address this, we employed a reconstruction algorithm based on edge-preserving interpolation. Prior to computing the fluorescence lifetime at the interpolation points, pixels with low photon counts in the vicinity were excluded. The absence of these points during computation was mitigated by assigning higher weights to other pixels. This approach successfully mitigated the abrupt changes in fluorescence lifetime at image edges introduced by the bicubic interpolation algorithm. The intensity images, after undergoing various processing steps, recovered information lost from edge pixels due to low-resolution acquisition, albeit resulting in less-smooth edges. When compared with GT images, it was evident that the bicubic interpolation algorithm overly smoothed the edges, whereas the images obtained using the EPIM more accurately simulated the complex gradient variations at the image edges.

3.2. Fixed-Cell Samples

Next, we conducted an investigation into image reconstruction for fixed cellular samples. The system configuration setup remained unchanged, except for the excitation wavelength being switched to 633 nm and the use of a 670/30 bandpass filter. Detailed information on sample preparation is provided in the Supplementary Materials. Since the dye exclusively targeted the mitochondria, the fluorescence lifetime was predominantly in the range from 700 ps to 1400 ps (Figure 3). The background fluorescence, mainly centered around the nucleus, exhibited a lifetime substantially exceeding 1400 picoseconds. We chose the LP image, the bicubic-interpolated image, the EPIM image, and the GT for comparison (Figure 3a). Regions of interest (ROIs) were selected within the samples. The low-resolution images exhibited notable jagged edges in some areas, shown in Figure 3b–d, which was an artifact of direct image magnification. The bicubic interpolation algorithm resulted in a smooth transition in both the lifetime values and the grayscale intensity of the image pixels, causing the mitochondrial edges to appear relatively blurred. Due to the continuity of lifetimes within this image, significant interpolation errors, akin to those observed in fluorescent microspheres, were absent. In the GT images, the distribution of fluorescence lifetime and intensity across different points did not follow a simple, completely smooth gradient, rendering the bicubic interpolation algorithm unable to accurately recover information at the individual pixel level. In contrast, the EPIM preserved sharp transitions at the mitochondrial edges, minimizing the blurring associated with image interpolation. The fluorescence lifetime distribution curves are depicted in Figure 3e. The bicubic method yielded smoother curves, mitigating the influence of the peaks present in the low-resolution images. The fluorescence lifetime histograms obtained using the EPIM were comparable to those from the bicubic method, also presenting a trend towards smoother curves. The spatially resolved analysis in Figure 3f–h also reflects the same trend.
Interestingly, the fluorescence lifetime represents the statistical outcome of the time taken by numerous molecules to return to their ground state, leading to slight variations in fluorescence intensity and lifetime among pixels representing the same component within a single measurement. Furthermore, minor fluctuations in fluorescence lifetime at the same pixel location can be observed across multiple measurements. Therefore, achieving absolute consistency in fluorescence intensity and lifetime for the same pixel across all measurements is impractical. However, the overall trend, specifically the fluorescence lifetime distribution histogram, remains largely unchanged during each measurement. Consequently, the fluorescence lifetime distribution histogram serves as a crucial criterion in the image reconstruction process.
We also conducted the imaging of nuclear pore complexes in fixed cellular samples to validate the effectiveness of the EPIM in other cellular structures. Low-resolution images were generated through downsampling to 128 × 128 pixels. The original 256 × 256 pixel images, followed by those obtained via bicubic interpolation, were utilized as GT images. The results presented in Figure 4 demonstrate that our method remains effective in this context.

3.3. Live-Cell Samples

The imaging process for live-cell samples remained consistent with previous descriptions, with the exception of the use of a 633 nm laser as the excitation source and a 670/30 bandpass filter. To achieve the photon counts necessary for lifetime fitting, each image required 5–6 frames, with an accumulation time of less than 30 s. Consequently, an interval of 1 min was set between the initiation of each scan to enable the continuous imaging of the cells, with a total of six images collected. As depicted in Figure 5, we then presented the changes observed in the mitochondria within the cells. At 0–1 min, the mitochondria within the cells exhibited a linear distribution, with clear edges and high continuity. Over the subsequent minutes, mitochondrial motility and fragmentation (indicated by white arrows) were observed, occurring rapidly and resulting in subtle differences between each image. The interpolated images successfully revealed this process in high-pixel images, allowing the visualization of delicate subcellular structural changes. After continuous imaging over multiple scans, the cellular state deteriorated, with the mitochondria undergoing continuous fragmentation and swelling, ultimately leading to a large punctuate distribution with increasingly blurred boundaries. The acquired images directly demonstrated the changes in the mitochondria of live cells stimulated by laser exposure. The short acquisition times permitted dynamic and continuous observations.

4. Conclusions

Bicubic interpolation for processing low-resolution images often results in blurred edges, whereas image reconstruction algorithms based on EPIM are capable of retaining edge information and generating high-pixel images. Experimental results with fixed cellular samples validated the efficacy of this method in processing fluorescence lifetime images. To expedite the imaging process of lifetime images and capture subtle activities within live cells, we acquired low-pixel data and instead opted for an image reconstruction strategy to achieve high-pixel dynamic imaging. Despite remaining challenges, such as the inability to quantitatively assess the difference between the final interpolated image and the GT image, edge-preserving image reconstruction remains a rapid and convenient method for obtaining high-pixel lifetime images. This approach will likely find broader application in live-cell imaging in the future.

Supplementary Materials

The following supporting information can be downloaded at https://www.mdpi.com/article/10.3390/bios15010043/s1.

Author Contributions

Conceptualization, Y.Z., Y.C., and Y.G.; methodology, Y.Z., Y.C., Y.G. and B.L.; software, Y.Z., Q.C., R.X. and B.L.; validation, Y.Z. and Y.C.; formal analysis, Y.G., X.G. and Y.C.; investigation, X.G. and Q.C.; resources, L.W., Y.L. and W.Y.; data curation, Y.G. and L.W.; writing—original draft, Y.Z. and W.Y.; writing—review and editing, Y.Z., R.X., B.L. and W.Y.; visualization, W.Y., Y.L. and L.W.; project administration, W.Y. and Y.L.; and supervision, W.Y. and Y.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work has been partially supported by the National Key R&D Program of China 326 (2021YFF0502900); National Natural Science Foundation of China 327 (62127819/62335008/62375180/62375183/62022059); Guangdong Basic and Applied Basic Research 328 Foundation (2022A1515011954); the Key Project of Department of Education of Guangdong Prov-329 ince (2021ZDZX2013); Shenzhen Key Laboratory of Photonics and Biophotonics 330 (ZDSYS20210623092006020) and Shenzhen Science and Technology Program 331 (JCYJ20220818100202005, JCYJ20220531102807017); Medical–Engineering Interdisciplinary Re-332 search Foundation of Shenzhen University (2023YG010); Shenzhen Nanshan District technology re-333 search and development and innovation design project (NS2022024).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data that support the findings of this study are available from the corresponding authors upon reasonable request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Park, J.; Gao, L. Advancements in Fluorescence Lifetime Imaging Microscopy Instrumentation: Towards High Speed and 3D. Curr. Opin. Solid State Mater. Sci. 2024, 30, 101147. [Google Scholar] [CrossRef]
  2. Liu, X.B.; Lin, D.Y.; Becker, W.; Niu, J.J.; Yu, B.; Liu, L.W.; Qu, J.L. Fast Fluorescence Lifetime Imaging Techniques: A review on Challenge and Development. J. Innov. Opt. Health Sci. 2019, 12, 1930003. [Google Scholar] [CrossRef]
  3. Hirvonen, L.M.; Suhling, K. Fast Timing Techniques in FLIM Applications. Front. Phys. 2020, 8, 161. [Google Scholar] [CrossRef]
  4. Iyer, R.R.; Sorrells, J.E.; Tan, K.K.D.; Yang, L.X.; Wang, G.; Tu, H.H.; Boppart, S.A. Analog Multiplexing of a Laser Clock and Computational Photon Counting for Fast Fluorescence Lifetime Imaging Microscopy. Biomed. Opt. Express 2024, 15, 2048–2062. [Google Scholar] [CrossRef] [PubMed]
  5. Xiao, D.; Sapermsap, N.; Chen, Y.; Li, D.D.U. Deep Learning Enhanced Fast Fluorescence Lifetime Imaging with a Few Photons. Optica 2023, 10, 944–951. [Google Scholar] [CrossRef]
  6. Mai, H.N.; Jarman, A.; Erdogan, A.T.; Treacy, C.; Finlayson, N.; Henderson, R.K.; Poland, S.P. Development of a High-Speed Line-Scanning Fluorescence Lifetime Imaging Microscope for Biological Imaging. Opt. Lett. 2023, 48, 2042–2045. [Google Scholar] [CrossRef] [PubMed]
  7. Chen, P.F.; Kang, Q.; Niu, J.J.; Jing, Y.Y.; Zhang, X.; Yu, B.; Qu, J.L.; Lin, D.Y. Fluorescence lifetime tracking and imaging of single moving particles assisted by a low-photon-count analysis algorithm. Biomed. Opt. Express 2023, 14, 1718–1731. [Google Scholar] [CrossRef]
  8. Becker, W.; Bergmann, A.; Smietana, S. In Fast-Acquisition TCSPC FLIM with sub-25 ps IRF Width. In Proceedings of the 19th Conference on Multiphoton Microscopy in the Biomedical Sciences, San Francisco, CA, USA, 3–6 February 2019. [Google Scholar]
  9. Butte, P.V.; Mamelak, A.N.; Nuno, M.; Bannykh, S.I.; Black, K.L.; Marcu, L. Fluorescence lifetime spectroscopy for guided therapy of brain tumors. NeuroImage 2011, 54, S125–S135. [Google Scholar] [CrossRef] [PubMed]
  10. Koenig, M.; Orthaus-Mueller, S.; Dowler, R.; Kraemer, B.; Tannert, A.; Schulz, O.; Roehlicke, T.; Wahl, M.; Rahn, H.J.; Patting, M.; et al. Rapid Flim: The New and Innovative Method for Ultra-Fast Imaging of Biological Processes. Biophys. J. 2017, 112, 298A. [Google Scholar] [CrossRef]
  11. Poland, S.P.; Krstajic, N.; Monypenny, J.; Coelho, S.; Tyndall, D.; Walker, R.J.; Devauges, V.; Richardson, J.; Dutton, N.; Barber, P.; et al. A high speed multifocal multiphoton fluorescence lifetime imaging microscope for live-cell FRET imaging. Biomed. Opt. Express 2015, 6, 277–296. [Google Scholar] [CrossRef]
  12. Tyndall, D.; Rae, B.R.; Li, D.D.U.; Arlt, J.; Johnston, A.; Richardson, J.A.; Henderson, R.K. A High-Throughput Time-Resolved Mini-Silicon Photomultiplier with Embedded Fluorescence Lifetime Estimation in 0.13 μm CMOS. IEEE Trans. Biomed. Circuits Syst. 2012, 6, 562–570. [Google Scholar] [CrossRef] [PubMed]
  13. Xiao, D.; Zang, Z.Y.; Xie, W.J.; Sapermsap, N.; Chen, Y.; Li, D.D.U. Spatial Resolution Improved Fluorescence Lifetime Imaging Via Deep Learning. Opt. Express 2022, 30, 11479–11494. [Google Scholar] [CrossRef] [PubMed]
  14. Zang, Z.Y.; Xiao, D.; Wang, Q.; Li, Z.N.; Xie, W.J.; Chen, Y.; Li, D.D.U. Fast Analysis of Time-domain Fluorescence Lifetime Imaging via Extreme Learning Machine. Sensors 2022, 22, 3758. [Google Scholar] [CrossRef] [PubMed]
  15. Fereidouni, F.; Gorpas, D.; Ma, D.; Fatakdawala, H.; Marcu, L. Rapid fluorescence lifetime estimation with modified phasor approach and Laguerre deconvolution: A comparative study. Methods Appl. Fluoresc. 2017, 5, 035003. [Google Scholar] [CrossRef]
  16. Leray, A.; Padilla-Parra, S.; Roul, J.; Heliot, L.; Tramier, M. 827Spatio-Temporal Quantification of FRET in Living Cells by Fast Time-Domain FLIM: A Comparative Study of Non-Fitting Methods. PLoS ONE 2013, 8, e69335. [Google Scholar] [CrossRef]
  17. Padilla-Parra, S.; Auduge, N.; Coppey-Moisan, M.; Tramier, M. Non fitting based FRET-FLIM analysis approaches applied to quantify protein-protein interactions in live cells. Biophys. Rev. 2011, 3, 63–70. [Google Scholar] [CrossRef] [PubMed]
  18. Zang, Z.; Xiao, D.; Wang, Q.; Jiao, Z.; Chen, Y.; Li, D.D.U. Compact and robust deep learning architecture for fluorescence lifetime imaging and FPGA implementation. Methods Appl. Fluoresc. 2023, 11, 025002. [Google Scholar] [CrossRef] [PubMed]
  19. Zhu, T.T. Research for Image Super-Resolution Reconstruction Algorithm Based on Interpolation. Master’s Thesis, Southwest Jiaotong University, Chengdu, China, 2013. [Google Scholar]
  20. Zhu, Y.R.; Wu, B.Q.; Gao, X.W.; Guo, Y.; Peng, X.; Wang, L.W.; Tian, X.W.; Wang, J.; Yan, W.; Zhang, H.; et al. Fluorescence Lifetime Imaging Microscopy for Early Diagnosis and Severity Prediction of Preeclampsia with Nile Blue probe. Biosens. Bioelectron. 2024, 244, 115809. [Google Scholar] [CrossRef]
  21. Li, W.; Li, X.Y.; Zhang, C.S.; Wang, H.; Zhu, Y.R.; Wang, Y.Y.; Yan, W.; Liu, L.W.; Qu, J.L. Research of Pulmonary Fibrosis Lesions Based on FLIM and SHG Imaging Microscopy. Anal. Chem. 2024, 96, 12286–12295. [Google Scholar] [CrossRef] [PubMed]
  22. Meijering, E. A chronology of interpolation: From Ancient Astronomy to Modern Signal and Image Processing. Proc. IEEE 2002, 90, 319–342. [Google Scholar] [CrossRef]
  23. Shi, J.Z.; Reichenbach, S.E. Image Interpolation by Two-Dimensional Parametric Cubic Convolution. IEEE Trans. Image Process. 2006, 15, 1857–1870. [Google Scholar] [PubMed]
  24. Zhou, D.; Shen, X.; Dong, W. Image Zooming Using Directional Cubic Convolution Interpolation. IET Image Process. 2012, 6, 627–634. [Google Scholar] [CrossRef]
  25. Yan, R.; Gao, R.X.; Chen, X. Wavelets for Fault Diagnosis of Rotary Machines: A Review with Applications. Signal Process. 2014, 96, 1–15. [Google Scholar] [CrossRef]
Figure 1. Workflow of image reconstruction based on edge-preserving interpolation. The green boxes represent data processing operations. The colored, black-and-white, and gray rounded rectangles denote the lifetime information, intensity information, and gradient orientation information of the fluorescence lifetime images, respectively. The dashed blue box presents the workflow of the adopted edge-preserving interpolation method. The blue squares contain the data from the original low-resolution image, which are directly assigned to the odd rows and columns of the high-resolution image. The pink squares contain the data from the first step of interpolation, their calculation involving the surrounding 4 × 4 pixels of the original image, and these data are interpolated to the even rows and columns of the high-pixel image. The yellow squares contain data from the second step of interpolation, calculated based on a 5 × 5 neighborhood in the high-pixel image, and these data are distributed on the odd rows and even columns or even rows and odd columns of the high-resolution image.
Figure 1. Workflow of image reconstruction based on edge-preserving interpolation. The green boxes represent data processing operations. The colored, black-and-white, and gray rounded rectangles denote the lifetime information, intensity information, and gradient orientation information of the fluorescence lifetime images, respectively. The dashed blue box presents the workflow of the adopted edge-preserving interpolation method. The blue squares contain the data from the original low-resolution image, which are directly assigned to the odd rows and columns of the high-resolution image. The pink squares contain the data from the first step of interpolation, their calculation involving the surrounding 4 × 4 pixels of the original image, and these data are interpolated to the even rows and columns of the high-pixel image. The yellow squares contain data from the second step of interpolation, calculated based on a 5 × 5 neighborhood in the high-pixel image, and these data are distributed on the odd rows and even columns or even rows and odd columns of the high-resolution image.
Biosensors 15 00043 g001
Figure 2. Fluorescence lifetime images of microsphere captured at a low resolution (LP) of 256 × 256 pix-els, processed using bicubic interpolation, reconstructed through EPIM, and acquired at a high resolution serving as the ground truth (GT), respectively.
Figure 2. Fluorescence lifetime images of microsphere captured at a low resolution (LP) of 256 × 256 pix-els, processed using bicubic interpolation, reconstructed through EPIM, and acquired at a high resolution serving as the ground truth (GT), respectively.
Biosensors 15 00043 g002
Figure 3. (a) Fluorescence lifetime image comparison of the LP, bicubic-interpolated, EPIM reconstruction, and GT images, divided by dotted lines. The amplification factor was set to 2. (bd) ROIs of (a). (e) Fluorescence lifetime distribution histogram of (a). (fh) Spatially resolved analysis at the white dashed line in (b), (c), and (e), respectively.
Figure 3. (a) Fluorescence lifetime image comparison of the LP, bicubic-interpolated, EPIM reconstruction, and GT images, divided by dotted lines. The amplification factor was set to 2. (bd) ROIs of (a). (e) Fluorescence lifetime distribution histogram of (a). (fh) Spatially resolved analysis at the white dashed line in (b), (c), and (e), respectively.
Biosensors 15 00043 g003
Figure 4. (a) Fluorescence lifetime image comparison of the LP (128 × 128), bicubic-interpolated, EPIM reconstruction, and GT images, divided by dotted lines. (bd) ROIs of (a). (e) Fluorescence lifetime distribution histogram of (a).
Figure 4. (a) Fluorescence lifetime image comparison of the LP (128 × 128), bicubic-interpolated, EPIM reconstruction, and GT images, divided by dotted lines. (bd) ROIs of (a). (e) Fluorescence lifetime distribution histogram of (a).
Biosensors 15 00043 g004
Figure 5. (a) Fluorescence lifetime image of live cells. The mitochondria are marked. (b) Regions of interest of (a). These images were collected continuously, with the first one starting at 0 min and the interval between each start time being 1 min. White arrows: rapid alterations in mitochondrial characteristics can be observed.
Figure 5. (a) Fluorescence lifetime image of live cells. The mitochondria are marked. (b) Regions of interest of (a). These images were collected continuously, with the first one starting at 0 min and the interval between each start time being 1 min. White arrows: rapid alterations in mitochondrial characteristics can be observed.
Biosensors 15 00043 g005
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

Zhu, Y.; Guo, Y.; Gao, X.; Chen, Q.; Chen, Y.; Xiang, R.; Lin, B.; Wang, L.; Lu, Y.; Yan, W. Rapid Acquisition of High-Pixel Fluorescence Lifetime Images of Living Cells via Image Reconstruction Based on Edge-Preserving Interpolation. Biosensors 2025, 15, 43. https://doi.org/10.3390/bios15010043

AMA Style

Zhu Y, Guo Y, Gao X, Chen Q, Chen Y, Xiang R, Lin B, Wang L, Lu Y, Yan W. Rapid Acquisition of High-Pixel Fluorescence Lifetime Images of Living Cells via Image Reconstruction Based on Edge-Preserving Interpolation. Biosensors. 2025; 15(1):43. https://doi.org/10.3390/bios15010043

Chicago/Turabian Style

Zhu, Yinru, Yong Guo, Xinwei Gao, Qinglin Chen, Yingying Chen, Ruijie Xiang, Baichang Lin, Luwei Wang, Yuan Lu, and Wei Yan. 2025. "Rapid Acquisition of High-Pixel Fluorescence Lifetime Images of Living Cells via Image Reconstruction Based on Edge-Preserving Interpolation" Biosensors 15, no. 1: 43. https://doi.org/10.3390/bios15010043

APA Style

Zhu, Y., Guo, Y., Gao, X., Chen, Q., Chen, Y., Xiang, R., Lin, B., Wang, L., Lu, Y., & Yan, W. (2025). Rapid Acquisition of High-Pixel Fluorescence Lifetime Images of Living Cells via Image Reconstruction Based on Edge-Preserving Interpolation. Biosensors, 15(1), 43. https://doi.org/10.3390/bios15010043

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