SearcharxivSearch

arXiv subjects

Shenao Zhao

Publications and source records attributed to Shenao Zhao.

2 recordsLinked to original sources

Modulating nonlinear optical responses in 3R-MoS$_2$ Fabry-Pérot microcavities

Rhombohedrally stacked transition metal dichalcogenides such as 3R-MoS$_2$ offer an exceptional platform for nonlinear optics, naturally forming Fabry-Pérot (FP) microcavities due to their giant dielectric contrast with the surrounding media. However, rigorously tracking the evolution of multiple harmonic fields within these unpatterned monolithic crystals remains a fundamental challenge. Here, we establish a self-consistent framework, spanning from linear broadband reflectance to second- and third-harmonic generation (SHG and THG), to systematically decode these nonlinear behaviors. Moving beyond conventional models, we demonstrate that the nonlinear emission is dictated by a delicate interplay among the intrinsic material absorption, the FP effects at the fundamental frequency, as well as those at the harmonic frequencies. When harmonic photons lie below the bandgap, weak absorption allows the nonlinear spectra to exhibit a complex modulation driven by the synergistic contribution of FP effects from both fundamental and harmonic waves. In stark contrast, severe intrinsic absorption of higher-energy photons heavily damps the FP effects of the harmonic fields, reducing the nonlinear response to an absorption-limited regime modulated almost exclusively by the FP effects at the fundamental frequency. By successfully decoupling these geometric and material contributions across different harmonic orders, our findings provide a precise design paradigm for engineering next-generation van der Waals photonic architectures.

physics.optics

Multi-Modal Assistance for Unsupervised Domain Adaptation on Point Cloud 3D Object Detection

Unsupervised domain adaptation for LiDAR-based 3D object detection (3D UDA) based on the teacher-student architecture with pseudo labels has achieved notable improvements in recent years. Although it is quite popular to collect point clouds and images simultaneously, little attention has been paid to the usefulness of image data in 3D UDA when training the models. In this paper, we propose an approach named MMAssist that improves the performance of 3D UDA with multi-modal assistance. A method is designed to align 3D features between the source domain and the target domain by using image and text features as bridges. More specifically, we project the ground truth labels or pseudo labels to the images to get a set of 2D bounding boxes. For each 2D box, we extract its image feature from a pre-trained vision backbone. A large vision-language model (LVLM) is adopted to extract the box's text description, and a pre-trained text encoder is used to obtain its text feature. During the training of the model in the source domain and the student model in the target domain, we align the 3D features of the predicted boxes with their corresponding image and text features, and the 3D features and the aligned features are fused with learned weights for the final prediction. The features between the student branch and the teacher branch in the target domain are aligned as well. To enhance the pseudo labels, we use an off-the-shelf 2D object detector to generate 2D bounding boxes from images and estimate their corresponding 3D boxes with the aid of point cloud, and these 3D boxes are combined with the pseudo labels generated by the teacher model. Experimental results show that our approach achieves promising performance compared with state-of-the-art methods in three domain adaptation tasks on three popular 3D object detection datasets. The code is available at https://github.com/liangp/MMAssist.

cs.CV