SearcharxivSearch

arXiv subjects

Dongdong Hao

Publications and source records attributed to Dongdong Hao.

4 recordsLinked to original sources

Large-scale array of squeezed light and synchronization using atomic vapor

Quantum light sources such as squeezed light are essential for quantum information science and technologies, but the scalable production of multiple beams of them remains a challenge. Here,we experimentally demonstrate a novel approach to the generation of a large spatial array of polarization-squeezed light beams via atomic-coherence-enhanced nonlinear optical processes using a single atomic vapor cell. Unlike schemes based on independent squeezing generators, the squeezing dynamics of each channel here are governed by a common collective ground-state atomic coherence, produced by all input beams, homogenized by the thermal motion of the atoms, and protected against wall collisions by a paraffin coating. Consequently, the optical states of all channelsare coupled and regulated by each other via the moving atoms, leading to synchronization behavior.We realized a 30-beam array of polarization squeezed state with 2.03 dB of squeezing, experimentally verified the synchronization, and observed improved purity of the squeezed state as well as the system response to perturbations when the size of the array increases. This work provides a pathway towards scalable high-performance quantum light sources for applications in precision measurement, quantum imaging and quantum information processing.

quant-ph

TagLLM: A Fine-Grained Tag Generation Approach for Note Recommendation

Large Language Models (LLMs) have shown promising potential in E-commerce community recommendation. While LLMs and Multimodal LLMs (MLLMs) are widely used to encode notes into implicit embeddings, leveraging their generative capabilities to represent notes with interpretable tags remains unexplored. In the field of tag generation, traditional close-ended methods heavily rely on the design of tag pools, while existing open-ended methods applied directly to note recommendations face two limitations: (1) MLLMs lack guidance during generation, resulting in redundant tags that fail to capture user interests; (2) The generated tags are often coarse and lack fine-grained representation of notes, interfering with downstream recommendations. To address these limitations, we propose TagLLM, a fine-grained tag generation method for note recommendation. TagLLM captures user interests across note categories through a User Interest Handbook and constructs fine-grained tag data using multimodal CoT Extraction. A Tag Knowledge Distillation method is developed to equip small models with competitive generation capabilities, enhancing inference efficiency. In online A/B test, TagLLM increases average view duration per user by 0.31%, average interactions per user by 0.96%, and page view click-through rate in cold-start scenario by 32.37%, demonstrating its effectiveness.

cs.IR

Topological atomic spinwave lattices by dissipative couplings

Recent experimental advance in creating dissipative couplings provides a new route for engineering exotic lattice systems and exploring topological dissipation. Using the spatial lattice of atomic spinwaves in a vacuum vapor cell, where purely dissipative couplings arise from diffusion of atoms, we experimentally realize a dissipative version of the Su-Schrieffer-Heeger (SSH) model. We construct the dissipation spectrum of the topological or trivial lattices via electromagnetically-induced-transparency (EIT) spectroscopy. The topological dissipation spectrum is found to exhibit edge modes within a dissipative gap. We validate chiral symmetry of the dissipative SSH couplings, and also probe topological features of the generalized dissipative SSH model. This work paves the way for realizing non-Hermitian topological quantum optics via dissipative couplings.

quant-ph

Sequential vessel segmentation via deep channel attention network

This paper develops a novel encoder-decoder deep network architecture which exploits the several contextual frames of 2D+t sequential images in a sliding window centered at current frame to segment 2D vessel masks from the current frame. The architecture is equipped with temporal-spatial feature extraction in encoder stage, feature fusion in skip connection layers and channel attention mechanism in decoder stage. In the encoder stage, a series of 3D convolutional layers are employed to hierarchically extract temporal-spatial features. Skip connection layers subsequently fuse the temporal-spatial feature maps and deliver them to the corresponding decoder stages. To efficiently discriminate vessel features from the complex and noisy backgrounds in the XCA images, the decoder stage effectively utilizes channel attention blocks to refine the intermediate feature maps from skip connection layers for subsequently decoding the refined features in 2D ways to produce the segmented vessel masks. Furthermore, Dice loss function is implemented to train the proposed deep network in order to tackle the class imbalance problem in the XCA data due to the wide distribution of complex background artifacts. Extensive experiments by comparing our method with other state-of-the-art algorithms demonstrate the proposed method's superior performance over other methods in terms of the quantitative metrics and visual validation. The source codes are at https://github.com/Binjie-Qin/SVS-net

cs.CV