SearcharxivSearch

arXiv subjects

Yi Zhen

Publications and source records attributed to Yi Zhen.

18 recordsLinked to original sources

Toward Annotation-Efficient Continuous Emotion Arousal Quantification via Group-Level EEG Dynamic Neural Synchrony

Continuous emotional arousal quantification remains bottlenecked by time-consuming and labor-intensive manual annotation. This work investigates group-level EEG dynamic neural synchrony (DNS) as a principled signal for continuous arousal quantification that bypasses per-subject manual labeling. Using Correlated Component Analysis (CorrCA) with sliding-window computation across four EEG datasets spanning 142 subjects and over 207 hours, we systematically evaluate DNS as a group-level marker for emotional arousal dynamics. Three key findings emerge. First, DNS exhibits significant emotion information from valence-dependent differences (all p<0.003), with positive emotions eliciting higher synchrony. Second, DNS correlates more strongly with the first-order derivative of arousal than with raw arousal values, revealing that neural synchrony captures the rate of emotional change rather than static intensity. Third, we provide the first systematic characterization of how DNS-arousal coupling depends on key methodological choices, finding that moderate windows (10-30 s), positive lags (0-10 steps), and First-order Difference feature of EEG from the dominant CorrCA component yield consistently strong coupling. Subject-split replication and block permutation tests confirm these associations are not statistical artifacts. Our findings establish DNS as an empirically validated group-level marker toward annotation-efficient continuous emotional arousal quantification.

cs.HC

Principles and Practices of Large-Scale Code Analysis at Ant Group: A Data- and Logic-Oriented Approach

Large-scale software development requires dynamic and multifaceted static code analysis that extends beyond the capabilities of traditional tools. Existing tools like CodeQL lack cross-language analysis capabilities and can be time-consuming and resource-intensive. We present CodeFuse-Query, a data system tailored for large-scale code analysis. First, CodeFuse-Query adopts a Logic-Oriented Computation Design, employing Datalog with a two-tiered schema, COREF, to convert source code into data facts, and Godel to express complex analysis tasks in logical terms. Furthermore, CodeFuse-Query adopts a Domain-Optimized System Design. This approach optimizes resource utilization, prioritizes data reusability, applies incremental code extraction, and introduces task-type characteristics specifically for code changes, underscoring its domain-optimized design. We present empirical results demonstrating CodeFuse-Query's robustness, scalability, and efficiency in large-scale real-world scenarios at Ant Group, where it serves as a core static analysis infrastructure. Deployed in production environments, CodeFuse-Query processes up to 10 billion lines of code daily across more than 300,000 distinct analysis tasks. CodeFuse-Query has been open-sourced.

cs.SE

TokenPatronus: A Decentralized NFT Anti-theft Mechanism

The emergence of metaverse brings tremendous evolution to Non-Fungible Tokens (NFTs), which could certify the ownership the unique digital asset in the cyber world. The NFT market has garnered unprecedented attention from investors and created billions of dollars in transaction volume. Meanwhile, securing NFT is still a challenging issue. Recently, numerous incidents of NFT theft have been reported, leading to incalculable losses for holders. We propose a decentralized NFT anti-theft mechanism called TokenPatronus, which supports the general ERC-721 standard and provide the holders with strong property protection. TokenPatronus contains pre-event protection, in-event interruption, and post-event replevin enhancements for the complete NFTs transactions stages. Four modules are designed to make up the decentralized anti-theft mechanism, including the decentralized access control (DAC), the decentralized risk management (DRM), the decentralized arbitration system (DAS) and the ERC-721G standard smart contract. TokenPatronus is performing on the Turtlecase NFT project of Ethereum and will support more blockchains in the future.

cs.CR

Enhanced brain structure-function tethering in transmodal cortex revealed by high-frequency eigenmodes

The brain's structural connectome supports signal propagation between neuronal elements, shaping diverse coactivation patterns that can be captured as functional connectivity. While the link between structure and function remains an ongoing challenge, the prevailing hypothesis is that the structure-function relationship may itself be gradually decoupled along a macroscale functional gradient spanning unimodal to transmodal regions. However, this hypothesis is strongly constrained by the underlying models which may neglect requisite signaling mechanisms. Here, we transform the structural connectome into a set of orthogonal eigenmodes governing frequency-specific diffusion patterns and show that regional structure-function relationships vary markedly under different signaling mechanisms. Specifically, low-frequency eigenmodes, which are considered sufficient to capture the essence of the functional network, contribute little to functional connectivity reconstruction in transmodal regions, resulting in structure-function decoupling along the unimodal-transmodal gradient. In contrast, high-frequency eigenmodes, which are usually on the periphery of attention due to their association with noisy and random dynamical patterns, contribute significantly to functional connectivity prediction in transmodal regions, inducing gradually convergent structure-function relationships from unimodal to transmodal regions. Although the information in high-frequency eigenmodes is weak and scattered, it effectively enhances the structure-function correspondence by 35% in unimodal regions and 56% in transmodal regions. Altogether, our findings suggest that the structure-function divergence in transmodal areas may not be an intrinsic property of brain organization, but can be narrowed through multiplexed and regionally specialized signaling mechanisms.

q-bio.NC

Assessment of central serous chorioretinopathy (CSC) depicted on color fundus photographs using deep Learning

To investigate whether and to what extent central serous chorioretinopathy (CSC) depicted on color fundus photographs can be assessed using deep learning technology. We collected a total of 2,504 fundus images acquired on different subjects. We verified the CSC status of these images using their corresponding optical coherence tomography (OCT) images. A total of 1,329 images depicted CSC. These images were preprocessed and normalized. This resulting dataset was randomly split into three parts in the ratio of 8:1:1 respectively for training, validation, and testing purposes. We used the deep learning architecture termed InceptionV3 to train the classifier. We performed nonparametric receiver operating characteristic (ROC) analyses to assess the capability of the developed algorithm to identify CSC. The Kappa coefficient between the two raters was 0.48 (p < 0.001), while the Kappa coefficients between the computer and the two raters were 0.59 (p < 0.001) and 0.33 (p < 0.05).Our experiments showed that the computer algorithm based on deep learning can assess CSC depicted on color fundus photographs in a relatively reliable and consistent way.

cs.CV

Performance assessment of the deep learning technologies in grading glaucoma severity

Objective: To validate and compare the performance of eight available deep learning architectures in grading the severity of glaucoma based on color fundus images. Materials and Methods: We retrospectively collected a dataset of 5978 fundus images and their glaucoma severities were annotated by the consensus of two experienced ophthalmologists. We preprocessed the images to generate global and local regions of interest (ROIs), namely the global field-of-view images and the local disc region images. We then divided the generated images into three independent sub-groups for training, validation, and testing purposes. With the datasets, eight convolutional neural networks (CNNs) (i.e., VGG16, VGG19, ResNet, DenseNet, InceptionV3, InceptionResNet, Xception, and NASNetMobile) were trained separately to grade glaucoma severity, and validated quantitatively using the area under the receiver operating characteristic (ROC) curve and the quadratic kappa score. Results: The CNNs, except VGG16 and VGG19, achieved average kappa scores of 80.36% and 78.22% when trained from scratch on global and local ROIs, and 85.29% and 82.72% when fine-tuned using the pre-trained weights, respectively. VGG16 and VGG19 achieved reasonable accuracy when trained from scratch, but they failed when using pre-trained weights for global and local ROIs. Among these CNNs, the DenseNet had the highest classification accuracy (i.e., 75.50%) based on pre-trained weights when using global ROIs, as compared to 65.50% when using local ROIs. Conclusion: The experiments demonstrated the feasibility of the deep learning technology in grading glaucoma severity. In particular, global field-of-view images contain relatively richer information that may be critical for glaucoma assessment, suggesting that we should use the entire field-of-view of a fundus image for training a deep learning network.

cs.CV

Stretching, Twisting and Supercoiling in Short, Single DNA Molecules

We had combined the Neukirch-Marko model that describes the extension, torque and supercoiling in single, stretched and twisted DNA of infinite contour length, with a form of the free energy suggested by Sinha and Samuels to describe short DNA, with contour length only a few times the persistence length. We find that the free energy of the stretched but untwisted DNA, is significantly modified from its infinitely length value and this in turn modifies significantly the torque and supercoiling. We show that this is consistent with short DNA being more flexible than infinitely long DNA. We hope our results will stimulate experimental investigation of torque and supercoiling in short DNA.

cond-mat.soft

Cyclization of Short DNA Fragments

From the per unit length free energy for DNA under tension, we have calculated an effective contour length dependent persistence length for short DNA. This effective persistence length results from the enhanced fluctuations in short DNA. It decreases for shorter DNA, making shorter DNA more flexible. The results of the J-factor calculated using this effective persistence length are in good agreement with experimental data.

cond-mat.soft

Extension, Torque and Supercoiling in Single, Stretched and Twisted DNA Molecules

We reinvestigate the model originally studied by Neukirch and Marko that describes the extension, torque and supercoiling in single, stretched and twisted DNA molecules, which consists of a mixture of extended and supercoiled state, using now a more accurate form of the free energy for the untwisted but stretched DNA. The original model uses an approximate form of this free energy and the agreement with experiment is only qualitative. We find that this more accurate free energy significantly improves the results, bring them into quantitative agreement with experiment, throughout the entire force regime. This is rather surprising, considering that the theory is completely parameter-free.

cond-mat.soft

Dynamic scaling theory of the forced translocation of a semi-flexible polymer through a nanopore

We present a theoretical description of the dynamics of a semi-flexible polymer being pulled through a nanopore by an external force acting at the pore. Our theory is based on the tensile blob picture of Pincus in which the front of the tensile force propagates through the backbone of the polymer, as suggested by Sakaue and recently applied to study a completely flexible polymer with self-avoidance, by Dubbledam et al. For a semi-flexible polymer with a persistence length P , its statistics is self-avoiding for a very long chain. As the local force increases, the blob size starts to decrease. At the blob size P/a^2 , where a is the size of a monomer, the statistics becomes that of an ideal chain. As the blob size further decreases to below the persistence length P, the statistics is that of a rigid rod. We argue that semi-flexible polymer in translocation should include the three regions: a self-avoiding region, an ideal chain region and a rigid rod region, under uneven tension propagation, instead of a uniform scaling picture as in the case of a completely flexible polymer. In various regimes under the effect of weak, intermediate and strong driving forces we derive equations from which we can calculate the translocation time of the polymer. The translocation exponent is given by α=1+μ, where μis an effective exponent for the end-to-end distance of the semi-flexible polymer, having a value between 1/2 and 3/5, depending on the total contour length of the polymer. Our results are of relevance for forced translocation of biological polymers such as DNA through a nanopore.

cond-mat.stat-mech

Observation of Negative Magnetoresistance and nontrivial $π$ Berrys phase in 3D Weyl semi-metal NbAs

We report the electric transport properties of NbAs, which is a Weyl semimetal candidate proposed by recent theoretical calculations and confirmed by recent angle-resolved photoemission spectroscopy (ARPES) data. We detected the long-anticipated negative magneto-resistance generated by the chiral anomaly in NbAs. Clear Shubnikov de Haas (SdH) oscillations have been detected starting from very weak magnetic field. Analysis of the SdH peaks gives the Berry phase accumulated along the cyclotron orbits to be $π$, indicating the existence of Weyl points.

cond-mat.str-el

Worm-Like-Chain Model of Forced Desorption of a Polymer Adsorbed on an Attractive Wall

Forced desorption of a semiflexible polymer chain on a solid substrate is theoretically investigated. The pulling force versus displacement is studied for different adsorption energy and persistence length P. It is found that the relationships between pulling force and cantilever displacement show a series of characteristic force spikes at different persistence length P. These force spikes becomes more pronounced but the average magnitude of this force decrease as P grows. Our results are of relevance to forced desorption of DNA on an attractive wall in single-molecule pulling experiments.

cond-mat.stat-mech

Forest-Fire Model with Resistant Trees

The role of forest heterogeneity in the long-term, large-scale dynamics of forest fires is investigated by means of a cellular automata model and mean field approximation. Heterogeneity was conceived as trees (or acres of forest) with distinct strengths of resistance to burn. The scaling analysis of fire-size and fire-lifetime frequency distributions in the non-interacting fire steady-state limit indicates the breakdown of the power-law behavior whenever the resistance strength parameter R exceeds a certain value. For higher resistant strength, exponential behavior characterizes the frequency distributions, while power-law like behavior was observed for the lower resistant case in the same manner as reported in the literature for a homogeneous counterpart model. For the intermediate resistance strength, however, it may be described either by a stretched exponential or by a power-law plot whenever the fraction of recovering empty cells by susceptible trees not-exceeds or exceeds a certain threshold respectively, also suggesting a dynamical percolation transition with respect to the stationary forest density.

cond-mat.stat-mech

Discrete Persistent Chain Model for Protein Binding on DNA

We describe and solve a discrete persistent chain model of protein binding on DNA, involving an extra sigma_i s at a site i of the DNA. This variable takes the value 1 or 0 depending on whether the site is occupied by a protein or not. In addition, if the site is occupied by a protein, there is an extra energy cost epsilon. For small force, we obtain analytic expressions for the force-extension curve and the fraction of bound protein on the DNA.For higher forces, the model can be solved numerically to obtain force extension curves and the average fraction of bound proteins as a function of applied force. Our model can be used to analyze experimental force extension curves of protein binding on DNA, and hence deduce the number of bound proteins in the case of non-specific binding.

cond-mat.stat-mech

Stretching self-interacting, partially directed, flexible and semi-flexible polymers by an external force

We study the model of a partially directed flexible or semi-flexible homopolymer on a square lattice, subject to an externally applied force, in a direction either parallel to, or perpendicular to the preferred direction. The polymer is self-interacting and can therefore undergo a collapse transition. We show that this model can be solved and we obtain the force-temperature phase diagrams which, for the case of flexible polymers, agree with that of Brak et al obtained using a different method. At sufficiently low temperatures, the polymer conformation changes from compact to coil state as the force is increased beyond a critical value. This transition is second or first order for the completely flexible or semi-flexible polymer, respectively.

cond-mat.stat-mech

Adsorption of Externally Stretched Two-Dimensional Flexible and Semi-flexible Polymers near an Attractive Wall

We study analytically a model of a two dimensional, partially directed, flexible or semiflexible polymer, attached to an attractive wall which is perpendicular to the preferred direction. In addition, the polymer is stretched by an externally applied force. We find that the wall has a dramatic effect on the polymer. For wall attraction smaller than the non-sequential nearest neighbor attraction, the fraction of monomers at the wall is zero and the model is the same as that of a polymer without a wall. However, for greater than, the fraction of monomers at the wall undergoes a first order transition from unity at low temperature and small force, to zero at higher temperatures and forces. We present phase diagram for this transition. Our results are confirmed by Monte-Carlo simulations.

cond-mat.stat-mech

Rapid Adiabatic Passage from an Atomic to a Molecular Condensate

We examine collective magnetoassociation of a Bose-Einstein condensate (BEC), focusing on rapid adiabatic passage from atoms to molecules induced by a sweep of the magnetic field across a wide (>~ 10 G) Feshbach resonance in 85Rb. This problem raises an interest because strong magnetoassociation is expected to favor the creation of molecular-dissociated atom pairs over the formation of molecular BEC [Javanainen and Mackie, Phys. Rev. Lett. 88, 090403 (2002)]. Nevertheless, the conversion to atom pairs is found to depend on the direction of the sweep, so that a system initially above threshold (open dissociation channel) may in fact give near-complete conversion to molecules.

physics.atom-ph

q-deformed Supersymmetric t-J Model with a Boundary

The q-deformed supersymmetric t-J model on a semi-infinite lattice is diagonalized by using the level-one vertex operators of the quantum affine superalgebra $U_q[\hat{sl(2|1)}]$. We give the bosonization of the boundary states. We give an integral expression of the correlation functions of the boundary model, and derive the difference equations which they satisfy.

nlin.SI