SearcharxivSearch

arXiv subjects

Jiayu Jiang

Publications and source records attributed to Jiayu Jiang.

3 recordsLinked to original sources

A Methanol-mediated Room-Temperature Synthesis of Tellurium-Loaded Liquid Scintillators for Neutrinoless Double Beta Decay Search

This study establishes a methanol-mediated room-temperature synthesis approach for tellurium-diol (Te-diol) compounds for use in tellurium-loaded liquid scintillator (Te-LS). The synthesis involves the direct reaction of telluric acid with diols (e.g., 1,2-hexanediol) in methanol (MeOH) under ambient conditions (25$\pm$5\textdegree C), with the key features of lower energy consumption and enhanced safety compared with high-temperature azeotropic distillation method. Mechanistic studies reveal that MeOH serves not merely as a solvent but also exhibits a catalytic effect, playing a dual role in this water-free, heterogeneous room-temperature synthesis. The Te-diol compounds enable fabrication of high-performance Te samples exhibiting exceptional optical transparency (attenuation length = 20.1$\pm$1.1 m at $λ$=430 nm for 1\% Te mass loading), which is reported here for the first time. Furthermore, the Te-LS achieves long-term spectral stability approaching or exceeding one year for both 1\% and 3\% Te mass loadings, and demonstrates a light yield comparable those of both the azeotropic distillation method and the SNO+ collaboration's Type I loading method, albeit modestly lower than that of their Type II method. The developed protocol offers the potential for a more energy efficient alternative for large-scale Te-LS production, particularly valuable for next-generation neutrinoless double-beta decay experiments.

physics.ins-det

Modeling Thousands of Human Annotators for Generalizable Text-to-Image Person Re-identification

Text-to-image person re-identification (ReID) aims to retrieve the images of an interested person based on textual descriptions. One main challenge for this task is the high cost in manually annotating large-scale databases, which affects the generalization ability of ReID models. Recent works handle this problem by leveraging Multi-modal Large Language Models (MLLMs) to describe pedestrian images automatically. However, the captions produced by MLLMs lack diversity in description styles. To address this issue, we propose a Human Annotator Modeling (HAM) approach to enable MLLMs to mimic the description styles of thousands of human annotators. Specifically, we first extract style features from human textual descriptions and perform clustering on them. This allows us to group textual descriptions with similar styles into the same cluster. Then, we employ a prompt to represent each of these clusters and apply prompt learning to mimic the description styles of different human annotators. Furthermore, we define a style feature space and perform uniform sampling in this space to obtain more diverse clustering prototypes, which further enriches the diversity of the MLLM-generated captions. Finally, we adopt HAM to automatically annotate a massive-scale database for text-to-image ReID. Extensive experiments on this database demonstrate that it significantly improves the generalization ability of ReID models.

cs.CV

Harnessing the Power of MLLMs for Transferable Text-to-Image Person ReID

Text-to-image person re-identification (ReID) retrieves pedestrian images according to textual descriptions. Manually annotating textual descriptions is time-consuming, restricting the scale of existing datasets and therefore the generalization ability of ReID models. As a result, we study the transferable text-to-image ReID problem, where we train a model on our proposed large-scale database and directly deploy it to various datasets for evaluation. We obtain substantial training data via Multi-modal Large Language Models (MLLMs). Moreover, we identify and address two key challenges in utilizing the obtained textual descriptions. First, an MLLM tends to generate descriptions with similar structures, causing the model to overfit specific sentence patterns. Thus, we propose a novel method that uses MLLMs to caption images according to various templates. These templates are obtained using a multi-turn dialogue with a Large Language Model (LLM). Therefore, we can build a large-scale dataset with diverse textual descriptions. Second, an MLLM may produce incorrect descriptions. Hence, we introduce a novel method that automatically identifies words in a description that do not correspond with the image. This method is based on the similarity between one text and all patch token embeddings in the image. Then, we mask these words with a larger probability in the subsequent training epoch, alleviating the impact of noisy textual descriptions. The experimental results demonstrate that our methods significantly boost the direct transfer text-to-image ReID performance. Benefiting from the pre-trained model weights, we also achieve state-of-the-art performance in the traditional evaluation settings.

cs.CV