SearcharxivSearch

arXiv subjects

Lin Jiang

Publications and source records attributed to Lin Jiang.

52 records · Page 3Linked to original sources

Giant proton transmembrane transport through sulfophenylated graphene in a direct methanol fuel cell

An ideal proton exchange membrane should only permeate protons and be leak tight for fuels. Graphene is impermeable to water and poorly conducting to protons. Here, we chemically functionalized monolayer graphene to install sulfophenylated sp3 dislocations by diazotization. Selective to protons, transmembrane areal conductances are up to ~50 S/cm2, which is ~5000 fold higher than in pristine graphene. Mounted in a direct methanol fuel cell, sulfophenylated graphene resulted in power densities up to 1.6 W/mg or 123 mW/cm under standard cell operation (60 C), a value ~two-fold larger than micron-thick films of Nafion 117. The combination of sp3 dislocations and polar groups, therefore, allow the creation of hydrophilic ion paths through graphene and unveils a novel route to rationalize transmembrane hydron transport through 2D materials.

physics.chem-ph

Sudowoodo: a Chinese Lyric Imitation System with Source Lyrics

Lyrics generation is a well-known application in natural language generation research, with several previous studies focusing on generating accurate lyrics using precise control such as keywords, rhymes, etc. However, lyrics imitation, which involves writing new lyrics by imitating the style and content of the source lyrics, remains a challenging task due to the lack of a parallel corpus. In this paper, we introduce \textbf{\textit{Sudowoodo}}, a Chinese lyrics imitation system that can generate new lyrics based on the text of source lyrics. To address the issue of lacking a parallel training corpus for lyrics imitation, we propose a novel framework to construct a parallel corpus based on a keyword-based lyrics model from source lyrics. Then the pairs \textit{(new lyrics, source lyrics)} are used to train the lyrics imitation model. During the inference process, we utilize a post-processing module to filter and rank the generated lyrics, selecting the highest-quality ones. We incorporated audio information and aligned the lyrics with the audio to form the songs as a bonus. The human evaluation results show that our framework can perform better lyric imitation. Meanwhile, the \textit{Sudowoodo} system and demo video of the system is available at \href{https://Sudowoodo.apps-hp.danlu.netease.com/}{Sudowoodo} and \href{https://youtu.be/u5BBT_j1L5M}{https://youtu.be/u5BBT\_j1L5M}.

cs.CL

Ultra-wideband Waveguide-coupled Photodiodes Heterogeneously Integrated on a Thin-film Lithium Niobate Platform

With the advantages of large electro-optical coefficient, wide transparency window, and strong optical confinement, thin-film lithium niobate (TFLN) technique has enabled the development of various high-performance optoelectronics devices, ranging from the ultra-wideband electro-optic modulators to the high-efficient quantum sources. However, the TFLN platform does not natively promise lasers and photodiodes. This study presents an InP/InGaAs modified uni-traveling carrier (MUTC) photodiodes heterogeneously integrated on the TFLN platform with a record-high 3-dB bandwidth of 110 GHz and a responsivity of 0.4 A/W at a 1550-nm wavelength. It is implemented on a wafer-level TFLN-InP heterogeneous integration platform and is suitable for the large-scale, multi-function, and high-performance TFLN photonic integrated circuits.

physics.optics

PODTherm-GP: A Physics-based Data-Driven Approach for Effective Architecture-Level Thermal Simulation of Multi-Core CPUs

A thermal simulation methodology derived from the proper orthogonal decomposition (POD) and the Galerkin projection (GP), hereafter referred to as PODTherm-GP, is evaluated in terms of its efficiency and accuracy in a multi-core CPU. The GP projects the heat transfer equation onto a mathematical space whose basis functions are generated from thermal data enabled by the POD learning algorithm. The thermal solution data are collected from FEniCS using the finite element method (FEM) accounting for appropriate parametric variations. The GP incorporates physical principles of heat transfer in the methodology to reach high accuracy and efficiency. The dynamic power map for the CPU in FEM thermal simulation is generated from gem5 and McPACT, together with the SPLASH-2 benchmarks as the simulation workload. It is shown that PODTherm-GP offers an accurate thermal prediction of the CPU with a resolution as fine as the FEM. It is also demonstrated that PODTherm-GP is capable of predicting the dynamic thermal profile of the chip with a good accuracy beyond the training conditions. Additionally, the approach offers a reduction in degrees of freedom by more than 5 orders of magnitude and a speedup of 4 orders, compared to the FEM.

cs.CE

A feasibility study of multi-electrode high-purity germanium detector for Ge-76 neutrinoless double beta decay searching

Experiments to search for neutrinoless double-beta (0ν\b{eta}\b{eta}) decay of 76Ge using a high-purity germanium (HPGe) detector rely heavily on background suppression technologies to enhance their sensitivities. In this work, we proposed a pulse-shape analysis method based on a neural network (NN) and a light gradient boosting machine (lightGBM; LGB) to discriminate single-electron (background) and double-electrons (0ν\b{eta}\b{eta} signal) events in a multi-electrode HPGe detector. In this paper, we describe a multi-electrode HPGe detector system, a data-processing system, and pulse-shape simulation procedures. We built a fully connected (FC) neural network and an LGB model to classify the single- and double-electron events. The FC network is trained with simulated single- and double-electron-induced pulses and tested in an independent dataset generated by the pulse-shape simulation. The discrimination efficiency of the FC neural network in the test set for the 0ν\b{eta}\b{eta} double-electron events signal was 77.4%, the precision was 57.7%, and the training time was 430 min. The discrimination efficiency of LGB model was 73.1%, the precision was 64.0%, and the training time was 1.5 min. This study demonstrated that it is feasible to realize single- and double-electron discrimination on multi-electrode HPGe detectors using an FC neural network and LGB model. These results can be used as a reference for future 76Ge 0ν\b{eta}\b{eta} experiments.

physics.ins-det

What Makes a Good Commit Message?

A key issue in collaborative software development is communication among developers. One modality of communication is a commit message, in which developers describe the changes they make in a repository. As such, commit messages serve as an "audit trail" by which developers can understand how the source code of a project has changed-and why. Hence, the quality of commit messages affects the effectiveness of communication among developers. Commit messages are often of poor quality as developers lack time and motivation to craft a good message. Several automatic approaches have been proposed to generate commit messages. However, these are based on uncurated datasets including considerable proportions of poorly phrased commit messages. In this multi-method study, we first define what constitutes a "good" commit message, and then establish what proportion of commit messages lack information using a sample of almost 1,600 messages from five highly active open source projects. We find that an average of circa 44% of messages could be improved, suggesting the use of uncurated datasets may be a major threat when commit message generators are trained with such data. We also observe that prior work has not considered semantics of commit messages, and there is surprisingly little guidance available for writing good commit messages. To that end, we develop a taxonomy based on recurring patterns in commit messages' expressions. Finally, we investigate whether "good" commit messages can be automatically identified; such automation could prompt developers to write better commit messages.

cs.SE

Youling: an AI-Assisted Lyrics Creation System

Recently, a variety of neural models have been proposed for lyrics generation. However, most previous work completes the generation process in a single pass with little human intervention. We believe that lyrics creation is a creative process with human intelligence centered. AI should play a role as an assistant in the lyrics creation process, where human interactions are crucial for high-quality creation. This paper demonstrates \textit{Youling}, an AI-assisted lyrics creation system, designed to collaborate with music creators. In the lyrics generation process, \textit{Youling} supports traditional one pass full-text generation mode as well as an interactive generation mode, which allows users to select the satisfactory sentences from generated candidates conditioned on preceding context. The system also provides a revision module which enables users to revise undesired sentences or words of lyrics repeatedly. Besides, \textit{Youling} allows users to use multifaceted attributes to control the content and format of generated lyrics. The demo video of the system is available at https://youtu.be/DFeNpHk0pm4.

cs.CL

App's Auto-Login Function Security Testing via Android OS-Level Virtualization

Limited by the small keyboard, most mobile apps support the automatic login feature for better user experience. Therefore, users avoid the inconvenience of retyping their ID and password when an app runs in the foreground again. However, this auto-login function can be exploited to launch the so-called "data-clone attack": once the locally-stored, auto-login depended data are cloned by attackers and placed into their own smartphones, attackers can break through the login-device number limit and log in to the victim's account stealthily. A natural countermeasure is to check the consistency of devicespecific attributes. As long as the new device shows different device fingerprints with the previous one, the app will disable the auto-login function and thus prevent data-clone attacks. In this paper, we develop VPDroid, a transparent Android OS-level virtualization platform tailored for security testing. With VPDroid, security analysts can customize different device artifacts, such as CPU model, Android ID, and phone number, in a virtual phone without user-level API hooking. VPDroid's isolation mechanism ensures that user-mode apps in the virtual phone cannot detect device-specific discrepancies. To assess Android apps' susceptibility to the data-clone attack, we use VPDroid to simulate data-clone attacks with 234 most-downloaded apps. Our experiments on five different virtual phone environments show that VPDroid's device attribute customization can deceive all tested apps that perform device-consistency checks, such as Twitter, WeChat, and PayPal. 19 vendors have confirmed our report as a zero-day vulnerability. Our findings paint a cautionary tale: only enforcing a device-consistency check at client side is still vulnerable to an advanced data-clone attack.

cs.CR

Noise Analysis of Current Sensitive Preamplifiers and Influence on Energy Resolution of NaI:Tl Detector System

Current Sensitive Preamplifiers (CSPs) are widely used in front-end electronics in data acquire system (DAQ), due to their ability to amplify signals directly. The optimization of energy resolution requires CSPs with suitable parameters such as gain, bandwidth, and low noise, etc. With the rapid improvement of CSP's bandwidth and trans-impedance gain, it is necessary to know how does the output noise of CSPs effect the energy resolution. For this purpose, we built the noise model of CSPs and analyzed the output noise voltage density of CSPs based on different commercial operation amplifiers (OP AMPs). Theoretical and experimental results shown that OP AMPs with low input noise voltage density is superior than others on energy resolution. Moreover, noise normalization factor has been defined to verify the relationship between energy resolution and noise of CSPs. The experimental results shown that the energy resolution and noise normalization factor are linearly conformable. This paper can provide reference on selecting commercial OP AMPs to design CSPs for optimization of energy resolution.

physics.ins-det

Analysis and Verification of Relation between Digitizer's Sampling Properties and Energy Resolution of HPGe Detectors

The CDEX (China Dark matter Experiment) aims at detection of WIMPs (Weakly Interacting Massive Particles) and 0vbb (Neutrinoless double beta decay) of 76Ge. It now uses ~10 kg HPGe (High Purity Germanium) detectors in CJPL (China Jinping Underground Laboratory). The energy resolution of detectors is calculated via height spectrum of waveforms with 6-us shaping time. It is necessary to know how sampling properties of a digitizer effect the energy resolution. This paper will present preliminary energy resolution results of waveforms at different sampling properties. The preliminary results show that the ENOB (effective number of bits) with 8.25-bit or better can meet the energy resolution @122keV of CDEX HPGe detectors. Based on the ADC (Analog-to-Digital Converter) quantized error theory, this paper will also make a quantitative analysis on energy resolution in CDEX HPGe detectors. It will provide guidance for ADC design in full-chain cryogenic readout electronics for HPGe detectors.

physics.ins-det

Optimization of Energy Resolution and Pulse Shape Discrimination for a CLYC Detector with Integrated Digitizers

Sufficient current pulse information of nuclear radiation detectors can be retained by direct waveform digitization owing to the improvement of digitizer's performance. In many circumstances, reasonable cost and power consumption are on demand while the energy resolution and PSD performance should be ensured simultaneously for detectors. This paper will quantitatively analyse the influence of vertical resolution and sampling rate of digitizers on the energy resolution and PSD performance. The energy resolution and PSD performance can be generally optimized by improving the sampling rate and ENOB (effective number of bits) of digitizers. Several integrated digitizers, with sampling rates varying from 100 MSPS to 500 MSPS and vertical resolution ranging from 12-Bit to 16-Bit, were designed and integrated with a CLYC detector for verifications. Experimental results show good accordance with theoretical calculations. The conclusion can give guidance to designs of digitizes for similar applications in need of optimizing the energy resolution and PSD performance, and help to choose proper digitizers for different requirements.

physics.ins-det

Distributionally Robust Chance-Constrained Approximate AC-OPF with Wasserstein Metric

Chance constrained optimal power flow (OPF) has been recognized as a promising framework to manage the risk from variable renewable energy (VRE). In presence of VRE uncertainties, this paper discusses a distributionally robust chance constrained approximate AC-OPF. The power flow model employed in the proposed OPF formulation combines an exact AC power flow model at the nominal operation point and an approximate linear power flow model to reflect the system response under uncertainties. The ambiguity set employed in the distributionally robust formulation is the Wasserstein ball centered at the empirical distribution. The proposed OPF model minimizes the expectation of the quadratic cost function w.r.t. the worst-case probability distribution and guarantees the chance constraints satisfied for any distribution in the ambiguity set. The whole method is data-driven in the sense that the ambiguity set is constructed from historical data without any presumption on the type of the probability distribution, and more data leads to smaller ambiguity set and less conservative strategy. Moreover, special problem structures of the proposed problem formulation are exploited to develop an efficient and scalable solution approach. Case studies are carried out on IEEE 14 and 118 bus systems to show the accuracy and necessity of the approximate AC model and the attractive features of the distributionally robust optimization approach compared with other methods to deal with uncertainties.

math.OC

Aurora: Providing Trusted System Services for Enclaves On an Untrusted System

Intel SGX provisions shielded executions for security-sensitive computation, but lacks support for trusted system services (TSS), such as clock, network and filesystem. This makes \textit{enclaves} vulnerable to Iago attacks~\cite{DBLP:conf/asplos/CheckowayS13} in the face of a powerful malicious system. To mitigate this problem, we present Aurora, a novel architecture that provides TSSes via a secure channel between enclaves and devices on top of an untrusted system, and implement two types of TSSes, i.e. clock and end-to-end network. We evaluate our solution by porting SQLite and OpenSSL into Aurora, experimental results show that SQLite benefits from a \textit{microsecond} accuracy trusted clock and OpenSSL gains end-to-end secure network with about 1ms overhead.

cs.CR

Rupture index: a quantitative measurement of sub-micrometer cracks in graphene

Per weight graphene is stronger than steel, but because graphene is so thin, it breaks and evidently forms cracks during handling, particularly when supporting polymers are not used for transfer. In this paper, the parameter rupture index is introduced to quantify the density of the cracks and related defects in graphene during processing. The approach takes the advantages of the high contrast achievable in fluorescence quenching microscopy to distinguish between graphene and the background substrate, visible through the cracks in graphene. The rupture index can well compare the effectiveness of different graphene transferring methods in minimizing the formation of the cracks, and quantify the oxidation of metals protected with graphene.

cond-mat.mtrl-sci

Improved Sufficient Conditions for Exact Convex Relaxation of Storage-Concerned ED

To avoid simultaneous charging and discharging of storages, complementarity constraints are introduced to storage-concerned economic dispatch (ED), which makes the problem non-convex. This letter concerns the conditions under which the convex relaxation of storage-concerned ED with complementarity constraints is exact. Two new sufficient conditions are proposed, proved and verified to significantly reduce the conservatism of recent results [3], [4].

math.OC

Single-Layer MoS2 Phototransistors

A new phototransistor based on the mechanically-exfoliated single-layer MoS2 nanosheet is fabricated and its light-induced electric properties are investigated in details. Photocurrent generated from the phototransistor is solely determined by the illuminated optical power at a constant drain or gate voltage. The switching behavior of photocurrent generation and annihilation can be completely finished within ca. 50 ms and it shows good stability. Especially, the single-layer MoS2 phototransistor exhibits a better photoresponsivity as compared with the graphene-based device. The unique characteristics of incident-light control, prompt photoswitching and good photoresponsivity from the MoS2 phototransistor pave an avenue to develop the single-layer semiconducting materials for multi-functional optoelectronic device applications in future.

cond-mat.mtrl-sci