Researcher profile

Renjie Zhou

Renjie Zhou contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 19 - UnverifiedVerification L1Unclaimed author
5works
0followers
7topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

5 published item(s)

preprint2023arXiv

On the use of deep learning for phase recovery

Phase recovery (PR) refers to calculating the phase of the light field from its intensity measurements. As exemplified from quantitative phase imaging and coherent diffraction imaging to adaptive optics, PR is essential for reconstructing the refractive index distribution or topography of an object and correcting the aberration of an imaging system. In recent years, deep learning (DL), often implemented through deep neural networks, has provided unprecedented support for computational imaging, leading to more efficient solutions for various PR problems. In this review, we first briefly introduce conventional methods for PR. Then, we review how DL provides support for PR from the following three stages, namely, pre-processing, in-processing, and post-processing. We also review how DL is used in phase image processing. Finally, we summarize the work in DL for PR and outlook on how to better use DL to improve the reliability and efficiency in PR. Furthermore, we present a live-updating resource (https://github.com/kqwang/phase-recovery) for readers to learn more about PR.

preprint2022arXiv

Characterization of Two-photon Photopolymerization Fabrication using High-speed Optical Diffraction Tomography

Two-photon photopolymerization (TPP) has recently become a popular method for the fabrication of three-dimensional (3D) micro- and nanostructures. The reproduction fidelity of the designed micro- and nanostructures is influenced by experimental writing conditions, including laser power, exposure time, etc. To determine the appropriate writing parameters, characterization of morphological features and surface roughness during the experiment is needed. Traditional characterization methods for TPP, e.g., scanning electron microscopy and atomic force microscopy, have limited speed and cannot study internal structures without invasive approaches. Optical diffraction tomography (ODT) is an emerging label-free 3D imaging technique based on reconstructing the object's 3D refractive index (RI) distribution with diffraction-limited resolution. Here, we propose a non-invasive solution to fully characterize the TPP-fabricated structures using a high-speed ODT technique, which can eliminate the need for complex sample preparation, such as fluorescence labelling or metal-coating, and achieve a full 3D measurement time of 6 ms. By visualizing and studying different TPP-fabricated structures, including embedded spirals and cubes, via the ODT system, the fabrication quality, including 3D morphological features, exposure levels, and surface roughness, can be examined quantitatively. The results suggest our method can effectively improve the fabrication quality and reproducibility of TPP, generating impacts on the nanofabrication community.

preprint2022arXiv

Reflection-mode optical diffraction tomography for label-free imaging of thick biological specimens

Optical diffraction tomography (ODT) has emerged as a powerful label-free three-dimensional (3D) bioimaging techniques for observing living cells and thin tissue layers. We report a new reflection-mode ODT (rODT) method for imaging thick biological specimens with 500 nm lateral resolution and 1 μm axial resolution. In rODT, multiple scattering background is rejected through spatio-temporal gating provided by dynamic speckle-field interferometry, while depth-resolved refractive index maps are reconstructed by developing a comprehensive inverse scattering model that also considers specimen-induced aberration. Benefiting from the high-resolution and full-field quantitative imaging capabilities of rODT, we succeeded in imaging red blood cells and quantifying their membrane fluctuations behind a turbid sample with a thickness of 2.8 scattering mean-free-paths. We further realized volumetric imaging of cornea inside an ex vivo rat eye and quantified its optical properties, including mapping the topography of Dua's and Descemet's membrane surfaces on the nanometer scale.

preprint2022arXiv

Transmission-matrix Quantitative Phase Profilometry for Accurate and Fast Thickness Mapping of 2D Materials

The physical properties of two-dimensional (2D) materials may drastically vary with their thickness profiles. Current thickness profiling methods for 2D material (e.g., atomic force microscopy and ellipsometry) are limited in measurement throughput and accuracy. Here we present a novel high-speed and high-precision thickness profiling method, termed Transmission-Matrix Quantitative Phase Profilometry (TM-QPP). In TM-QPP, picometer-level optical pathlength sensitivity is enabled by extending the photon shot-noise limit of a high sensitivity common-path interferometric microscopy technique, while accurate thickness determination is realized by developing a transmission-matrix model that accounts for multiple refractions and reflections of light at sample interfaces. Using TM-QPP, the exact thickness profiles of monolayer and few-layered 2D materials (e.g., MoS2, MoSe2 and WSe2) are mapped over a wide field of view within seconds in a contact-free manner. Notably, TM-QPP is also capable of spatially resolving the number of layers of few-layered 2D materials.

preprint2022arXiv

WCL-BBCD: A Contrastive Learning and Knowledge Graph Approach to Named Entity Recognition

Named Entity Recognition task is one of the core tasks of information extraction. Word ambiguity and word abbreviation are important reasons for the low recognition rate of named entities. In this paper, we propose a novel named entity recognition model WCL-BBCD (Word Contrastive Learning with BERT-BiLSTM-CRF-DBpedia), which incorporates the idea of contrastive learning. The model first trains the sentence pairs in the text, calculate similarity between sentence pairs, and fine-tunes BERT used for the named entity recognition task according to the similarity, so as to alleviate word ambiguity. Then, the fine-tuned BERT is combined with BiLSTM-CRF to perform the named entity recognition task. Finally, the recognition results are corrected in combination with prior knowledge such as knowledge graphs, so as to alleviate the low-recognition-rate problem caused by word abbreviations. The results of experimentals conducted on the CoNLL-2003 English dataset and OntoNotes V5 English dataset show that our model outperforms other similar models on.