SearcharxivSearch

arXiv subjects

Dan Zheng

Publications and source records attributed to Dan Zheng.

3 recordsLinked to original sources

Modular and Cost-effective Scanning Photocurrent Microscopy System for Sub-micron characterization of 2D optoelectronic devices

Scanning photocurrent microscopy (SPCM) is a powerful technique for probing local optoelectronic phenomena in 2D semiconducting devices. However, commercial setups remain costly, complex and often lack flexibility and adaptability. In this work, we present a home-built SPCM platform built around the retrofitting of a conventional metallographic microscope by coupling it with different light sources (single-mode fiber-coupled lasers and multimode fiber-coupled high-power LEDs), a motorized XY stage, a digital camera and an electronic readout module. This system enables simultaneous acquisition of photocurrent and reflection intensity maps, requiring minimal modifications of the microscope. We reached sub-micron spatial resolution and high imaging fidelity by correlating photocurrent maps with reflection maps, optical micrographs and AFM topography data on different devices fabricated with different materials (InSe, MoS2, WSe2, Gr), on different substrates (Si/SiO2, compact disk). This work provides a reliable, accessible and reproducible high-performance SPCM platform that can be easily implemented in most laboratories for microscale optoelectronic characterization of 2D devices.

cond-mat.mtrl-sci

CrossStateECG: Multi-Scale Deep Convolutional Network with Attention for Rest-Exercise ECG Biometrics

Current research in Electrocardiogram (ECG) biometrics mainly emphasizes resting-state conditions, leaving the performance decline in rest-exercise scenarios largely unresolved. This paper introduces CrossStateECG, a robust ECG-based authentication model explicitly tailored for cross-state (rest-exercise) conditions. The proposed model creatively combines multi-scale deep convolutional feature extraction with attention mechanisms to ensure strong identification across different physiological states. Experimental results on the exercise-ECGID dataset validate the effectiveness of CrossStateECG, achieving an identification accuracy of 92.50% in the Rest-to-Exercise scenario (training on resting ECG and testing on post-exercise ECG) and 94.72% in the Exercise-to-Rest scenario (training on post-exercise ECG and testing on resting ECG). Furthermore, CrossStateECG demonstrates exceptional performance across both state combinations, reaching an accuracy of 99.94% in Rest-to-Rest scenarios and 97.85% in Mixed-to-Mixed scenarios. Additional validations on the ECG-ID and MIT-BIH datasets further confirmed the generalization abilities of CrossStateECG, underscoring its potential as a practical solution for post-exercise ECG-based authentication in dynamic real-world settings.

cs.LG

AI-Assisted Assessment of Coding Practices in Modern Code Review

Modern code review is a process in which an incremental code contribution made by a code author is reviewed by one or more peers before it is committed to the version control system. An important element of modern code review is verifying that code contributions adhere to best practices. While some of these best practices can be automatically verified, verifying others is commonly left to human reviewers. This paper reports on the development, deployment, and evaluation of AutoCommenter, a system backed by a large language model that automatically learns and enforces coding best practices. We implemented AutoCommenter for four programming languages (C++, Java, Python, and Go) and evaluated its performance and adoption in a large industrial setting. Our evaluation shows that an end-to-end system for learning and enforcing coding best practices is feasible and has a positive impact on the developer workflow. Additionally, this paper reports on the challenges associated with deploying such a system to tens of thousands of developers and the corresponding lessons learned.

cs.SE