SearcharxivSearch

arXiv subjects

Yajun Zhang

Publications and source records attributed to Yajun Zhang.

17 recordsLinked to original sources

An Adaptive Differentially Private Federated Learning Framework

Federated learning enables collaborative model training across distributed clients while preserving data privacy. However, in practical deployments, device heterogeneity and non-independent and identically distributed (Non-IID) data often lead to unstable and biased gradient. When differential privacy is enforced, conventional fixed gradient clipping and Gaussian noise injection may further amplify gradient perturbations, resulting in training oscillation and degraded model performance. To address these challenges, we propose an adaptive differentially private federated learning framework that explicitly targets model efficiency under heterogeneous and privacy-constrained settings. On the client side, a lightweight local dimensionality reduction module is introduced to learn reduced-dimensional intermediate representations and produce more structured gradients during backpropagation, thereby mitigating noise amplification during local optimization. On the server side, an adaptive gradient clipping strategy dynamically adjusts clipping thresholds based on historical update statistics to avoid over-clipping and noise domination. Furthermore, a constraint-aware robust aggregation mechanism is designed to suppress unreliable or noise-dominated client updates and stabilize global optimization. Extensive experiments on CIFAR-10, SVHN, and STL-10 demonstrate that the proposed method consistently improves convergence stability and classification performance under differential privacy.

cs.AI

Multimodal Spatiotemporal-Frequency Fusion with Peak Enhancement for Cellular Traffic Forecasting

Accurate forecasting of cellular network traffic is essential for network planning, resource allocation, and quality-of-service assurance in modern mobile communication systems. Real-world traffic often exhibits bursty endogenous dynamics and disturbances triggered by external urban events, which makes reliable prediction highly challenging. Most existing spatiotemporal traffic forecasting methods primarily focus on intrinsic traffic patterns or structural relationships within a single modality, and rarely model burst behavior together with exogenous contextual signals. To address this issue, we propose \textbf{MSPF-Net}, a multimodal cellular traffic forecasting framework that integrates external contextual information. Specifically, MSPF-Net consists of a Spatiotemporal-Frequency Traffic Encoder for capturing temporal, spatial, and spectral traffic patterns, a Peak Enhancement Module for extracting burst-aware representations of sudden spikes, a News Context Representation Module for encoding urban news streams into exogenous contextual embeddings, and a Dynamic Fusion Prediction Module for adaptively integrating these heterogeneous signals to generate forecasts. Experiments on the Milano, Trento, and LTE traffic datasets demonstrate that jointly modeling traffic dynamics, burst patterns, and news contextual signals can effectively improve forecasting performance.

cs.LG

DSTFView: Multi-View Cloud-Edge Workload Forecasting with Dual-Input Spatio-Temporal-Frequency Modeling

With the widespread deployment of edge-side AI inference, edge platforms are increasingly required to support latency-sensitive, highly concurrent, and reliability-critical applications. However, existing methods often struggle to balance multidimensional feature modeling and forecasting efficiency in collaborative cloud-edge environments. To address this issue, we propose DSTFView, a dual-input spatio-temporal-frequency multi-view workload forecasting framework for collaborative cloud-edge environments. It jointly models closeness and period dependencies and extracts spatial, temporal, and frequency-domain dependencies. Besides, it designs an adaptive fusion mechanism and adjusts the contribution of each view to capture abrupt changes. Experimental results on the CPU and TP datasets demonstrate that DSTFView consistently outperforms representative baselines across multiple forecasting horizons and evaluation metrics.

cs.AI

Contrastive Learning for Multimodal Human Activity Recognition with Limited Labeled Data

Human activity recognition serves as the foundation for various emerging applications. In recent years, researchers have used collaborative sensing of multi-source sensors to capture complex and dynamic human activities. However, multimodal human activity sensing typically encounters highly heterogeneous data across modalities and label scarcity, resulting in an application gap between existing solutions and real-world needs. In this paper, we propose CLMM, a general contrastive learning framework for human activity recognition that achieves effective multimodal recognition with limited labeled data. CLMM employs a novel two-stage training strategy. In the first stage, CLMM employs a CNN-DiffTransformer encoder to capture cross-modal shared information by extracting local and global features. Meanwhile, a hard-positive samples weighting algorithm enhances gradient propagation to reinforce shared learning. In the second stage, a dual-branch architecture combining quality-guided attention and bidirectional gated units captures modality-specific information, while a primary-auxiliary collaborative training strategy fuses both shared and modality-specific information. Experimental results on three public datasets demonstrate that CLMM significantly improves state-of-the-art baselines in both recognition accuracy and convergence performance.

cs.LG

Unlocking Static Polarization and Strain Density Waves in Perovskites by Softening a Hidden Antiferrodistortive Tilt Gradient Mode

Spin density waves (SDWs) represent a fundamental paradigm of spatially modulated order in condensed matter systems, yet their electrical and mechanical analogues polarization and strain density waves (PDWs and StDWs) have remained elusive as equilibrium phases. Here, we introduce a general, symmetry-driven strategy to unlock static PDWs and StDWs in perovskites SrTiO3 and SrMnO3. Using first-principles calculations, we uncover a previously overlooked soft antiferrodistortive tilt gradient mode at small-q wavevector in the phonon dispersion of their presumed Ima2 ground state under moderate tensile strain. Group-theory analysis reveals that a hard polaracoustic phonon, which intrinsically carries PDWs and StDWs, is improperly destabilized by a trilinear coupling with this modulated tilt mode and an inherently uniform tilt mode. This interaction drives a structural transition from the Ima2 phase to a novel lower-energy Pmn21 phase that hosts long-range-ordered PDWs and StDWs. Strikingly, the engineered StDWs in SrMnO3 activate an electrically tunable SDW via the flexomagnetic effect. These discoveries fundamentally revise the strain-phase diagrams of prototypical perovskites and establish a unified phonon-engineering framework that links modulated phonon instabilities to targeted density-wave order, offering new pathways for designing advanced electromechanical and magnetoelectric functionalities.

cond-mat.mtrl-sci

RzenEmbed: Towards Comprehensive Multimodal Retrieval

The rapid advancement of Multimodal Large Language Models (MLLMs) has extended CLIP-based frameworks to produce powerful, universal embeddings for retrieval tasks. However, existing methods primarily focus on natural images, offering limited support for other crucial visual modalities such as videos and visual documents. To bridge this gap, we introduce RzenEmbed, a unified framework to learn embeddings across a diverse set of modalities, including text, images, videos, and visual documents. We employ a novel two-stage training strategy to learn discriminative representations. The first stage focuses on foundational text and multimodal retrieval. In the second stage, we introduce an improved InfoNCE loss, incorporating two key enhancements. Firstly, a hardness-weighted mechanism guides the model to prioritize challenging samples by assigning them higher weights within each batch. Secondly, we implement an approach to mitigate the impact of false negatives and alleviate data noise. This strategy not only enhances the model's discriminative power but also improves its instruction-following capabilities. We further boost performance with learnable temperature parameter and model souping. RzenEmbed sets a new state-of-the-art on the MMEB benchmark. It not only achieves the best overall score but also outperforms all prior work on the challenging video and visual document retrieval tasks. Our models are available in https://huggingface.co/qihoo360/RzenEmbed.

cs.CV

CoCo-Bench: A Comprehensive Code Benchmark For Multi-task Large Language Model Evaluation

Large language models (LLMs) play a crucial role in software engineering, excelling in tasks like code generation and maintenance. However, existing benchmarks are often narrow in scope, focusing on a specific task and lack a comprehensive evaluation framework that reflects real-world applications. To address these gaps, we introduce CoCo-Bench (Comprehensive Code Benchmark), designed to evaluate LLMs across four critical dimensions: code understanding, code generation, code modification, and code review. These dimensions capture essential developer needs, ensuring a more systematic and representative evaluation. CoCo-Bench includes multiple programming languages and varying task difficulties, with rigorous manual review to ensure data quality and accuracy. Empirical results show that CoCo-Bench aligns with existing benchmarks while uncovering significant variations in model performance, effectively highlighting strengths and weaknesses. By offering a holistic and objective evaluation, CoCo-Bench provides valuable insights to guide future research and technological advancements in code-oriented LLMs, establishing a reliable benchmark for the field.

cs.SE

UNISOUND System for VoxCeleb Speaker Recognition Challenge 2023

This report describes the UNISOUND submission for Track1 and Track2 of VoxCeleb Speaker Recognition Challenge 2023 (VoxSRC 2023). We submit the same system on Track 1 and Track 2, which is trained with only VoxCeleb2-dev. Large-scale ResNet and RepVGG architectures are developed for the challenge. We propose a consistency-aware score calibration method, which leverages the stability of audio voiceprints in similarity score by a Consistency Measure Factor (CMF). CMF brings a huge performance boost in this challenge. Our final system is a fusion of six models and achieves the first place in Track 1 and second place in Track 2 of VoxSRC 2023. The minDCF of our submission is 0.0855 and the EER is 1.5880%.

eess.AS

Nonuniform magnetic domain-wall synapses enabled by population coding

Traditional artificial intelligence implemented in software is usually executed on accurate digital computers. Nevertheless, the nanoscale devices for the implementation of neuromorphic computing may not be ideally identical, and the performance is reduced by nonuniform devices. In biological brains, information is usually encoded by a cluster of neurons such that the variability of nerve cells does not influence the accuracy of human cognition and movement. Here, we introduce the population encoding strategy in neuromorphic computing and demonstrate that this strategy can overcome the problems caused by nonuniform devices. Using magnetic memristor device based on current-induced domain-wall motion as an example, we show that imperfect storage devices can be applied in a hardware network to perform principal component analysis (PCA), and the accuracy of unsupervised classification is comparable to that of conventional PCA using ideally accurate synaptic weights. Our results pave the way for hardware implementation of neuromorphic computing and lower the criteria for the uniformity of nanoscale devices.

cs.ET

Incommensurate Magnetic Order in Hole-Doped Infinite-layer Nickelate Superconductors

Magnetism and superconductivity are closely entangled, elucidating the magnetic interactions in nickelate superconductors is at the heart of understanding the pairing mechanism. Our first-principles and spin-wave theory calculations highlight that NdNiO$_2$ is in the vicinity of a transition between a quasi-two-dimensional (2D) antiferromagnetic (AFM) state and a three-dimensional (3D) C-AFM state. Both states could accurately reproduce the experimentally measured magnetic excitation spectra, which was previously explained in terms of a 2D model. We further reveal that hole doping stabilizes an incommensurate (IC) spin state and the IC wave vector increases continuously. Direct links between hole doping, magnetization, exchange constants, and magnetic order are established, revealing that the competition between first-neighbor and third-neighbor in-plane magnetic interactions is the key for the IC magnetic order.

cond-mat.supr-con

The SpeakIn Speaker Verification System for Far-Field Speaker Verification Challenge 2022

This paper describes speaker verification (SV) systems submitted by the SpeakIn team to the Task 1 and Task 2 of the Far-Field Speaker Verification Challenge 2022 (FFSVC2022). SV tasks of the challenge focus on the problem of fully supervised far-field speaker verification (Task 1) and semi-supervised far-field speaker verification (Task 2). In Task 1, we used the VoxCeleb and FFSVC2020 datasets as train datasets. And for Task 2, we only used the VoxCeleb dataset as train set. The ResNet-based and RepVGG-based architectures were developed for this challenge. Global statistic pooling structure and MQMHA pooling structure were used to aggregate the frame-level features across time to obtain utterance-level representation. We adopted AM-Softmax and AAM-Softmax to classify the resulting embeddings. We innovatively propose a staged transfer learning method. In the pre-training stage we reserve the speaker weights, and there are no positive samples to train them in this stage. Then we fine-tune these weights with both positive and negative samples in the second stage. Compared with the traditional transfer learning strategy, this strategy can better improve the model performance. The Sub-Mean and AS-Norm backend methods were used to solve the problem of domain mismatch. In the fusion stage, three models were fused in Task1 and two models were fused in Task2. On the FFSVC2022 leaderboard, the EER of our submission is 3.0049% and the corresponding minDCF is 0.2938 in Task1. In Task2, EER and minDCF are 6.2060% and 0.5232 respectively. Our approach leads to excellent performance and ranks 1st in both challenge tasks.

cs.SD

The SpeakIn System Description for CNSRC2022

This report describes our speaker verification systems for the tasks of the CN-Celeb Speaker Recognition Challenge 2022 (CNSRC 2022). This challenge includes two tasks, namely speaker verification(SV) and speaker retrieval(SR). The SV task involves two tracks: fixed track and open track. In the fixed track, we only used CN-Celeb.T as the training set. For the open track of the SV task and SR task, we added our open-source audio data. The ResNet-based, RepVGG-based, and TDNN-based architectures were developed for this challenge. Global statistic pooling structure and MQMHA pooling structure were used to aggregate the frame-level features across time to obtain utterance-level representation. We adopted AM-Softmax and AAM-Softmax combined with the Sub-Center method to classify the resulting embeddings. We also used the Large-Margin Fine-Tuning strategy to further improve the model performance. In the backend, Sub-Mean and AS-Norm were used. In the SV task fixed track, our system was a fusion of five models, and two models were fused in the SV task open track. And we used a single system in the SR task. Our approach leads to superior performance and comes the 1st place in the open track of the SV task, the 2nd place in the fixed track of the SV task, and the 3rd place in the SR task.

cs.SD

Phase Diagram of Infinite-layer Nickelate Compounds from First- and Second-principles Calculations

The fundamental properties of infinite-layer rare-earth nickelates (RNiO2) are carefully revisited and compared with those of CaCuO2 and RNiO3 perovskites. Combining first-principles and finite-temperature second-principles calculations, we highlight that bulk NdNiO2 compound are far from equivalent to CaCuO2, together at the structural, electronic, and magnetic levels. Structurally, it is shown to be prone to spin-phonon coupling induced oxygen square rotation motion, which might be responsible for the intriguing upturn of the resistivity. At the electronic and magnetic levels, we point out orbital-selective Mott localization with strong out-of-plane band dispersion, which should result in the isotropic upper critical fields and weakly three-dimensional magnetic interactions with in-plane local moment and out-of-plane itinerant moment. We further demonstrate that as in RNiO3 perovskites, oxygen rotation motion and rare-earth ion controlled electronic and magnetic properties can give rise in RNiO2 compounds to a rich phase diagram and high tunability of various appealing properties. In line with that, we reveal that key ingredients of high-Tc superconductor such as orbital polarization, Fermi surface, and antiferromagnetic interactions can be deliberately controlled in NdNiO2 through epitaxial strain. Exploiting strain-orbital engineering, a crossover from three- to two-dimensional magnetic transition can be established, making then NdNiO2 thin film a true analog of high-Tc cuprates.

cond-mat.mtrl-sci

Orbital-Energy Splitting in Anion Ordered Ruddlesden-Popper Halide Perovskites for Tunable Optoelectronic Applications

The electronic orbital characteristics at the band edges plays an important role in determining the electrical, optical and defect properties of perovskite photovoltaic materials. It is highly desirable to establish the relationship between the underlying atomic orbitals and the optoelectronic properties as a guide to maximize the photovoltaic performance. Here, using first-principles calculations and taking anion ordered Ruddlesden-Popper (RP) phase halide perovskites Cs$_{n+1}$Ge$_n$I$_{n+1}$Cl$_{2n}$ as an example, we demonstrate how to rationally optimize the optoelectronic properties (e.g., band gap, transition dipole matrix elements, carrier effective masses, band width) through a simple band structure parameter. Our results show that reducing the splitting energy $|Δc|$ of p orbitals of B-site atom can effectively reduce the band gap and carrier effective masses while greatly improving the optical absorption in the visible region. Thereby, the orbital-property relationship with $Δc$ is well established through biaxial compressive strain. Finally, it is shown that this approach can be reasonably extended to several other non-cubic halide perovskites with similar p orbitals characteristics at the conduction band edges. Therefore, we believe that our proposed orbital engineering approach provides atomic-level guidance for understanding and optimizing the device performance of layered perovskite solar cells.

cond-mat.mtrl-sci

Electron-Lattice Interplays in LaMnO3 from Canonical Jahn-Teller Distortion Notations

LaMnO$_3$ is considered as a prototypical Jahn-Teller perovskite compound, exhibiting a metal to insulator transition at $T_{JT} = 750K$ related to the joint appearance of an electronic orbital ordering and a large lattice Jahn-Teller distortion. From first-principles, we revisit the behavior of LaMnO$_3$ and show that it is not only prone to orbital ordering but also to charge ordering. Both charge and orbital orderings appear to be enabled by rotations of the oxygen octahedra and the subtle competition between them is monitored by a large tetragonal compressive strain, that is itself a Jahn-Teller active distortion. Equally, the competition of ferromagnetic and antiferromagnetic orders is slave of the same tetragonal strain. Our results further indicate that the metal to insulator transition can be thought as a Peierls transition that is enabled by spin symmetry breaking. Therefore, dynamical spin fluctuations in the paramagnetic state stabilize the insulating phase by the instantaneous symmetry breaking they produce and which is properly captured from static DFT calculations. As a basis to our discussion, we introduce canonical notations for lattice distortions in perovskites that distort the oxygen octhedra and are connected to charge and orbital orderings.

cond-mat.str-el

Enhanced Solar Water Splitting by Swift Charge Separation in Au/FeOOH Sandwiched Single Crystalline Fe$_2$O$_3$ Nanoflake Photoelectrodes

In this work, single crystalline $α$-Fe$_2$O$_3$ nanoflakes (NFs) are formed in a highly dense array by Au seeding of a Fe substrate by a thermal oxidation technique. The NFs are conformally decorated with a thin FeOOH cocatalyst layer. Photoelectrochemical (PEC) measurements show that this photoanode with the $α$-Fe$_2$O$_3$/FeOOH NFs rooted on the Au/Fe structure exhibits a significantly enhanced PEC water oxidation performance compared to the plain $α$-Fe$_2$O$_3$ nanostructure on the Fe substrate. The $α$-Fe$_2$O$_3$/FeOOH NFs on Au/Fe photoanode yields a photocurrent density of 3.1 mA cm-2 at 1.5 VRHE, and a remarkably low onset potential of 0.5-0.6 VRHE in 1 M KOH under AM 1.5G (100 mW cm-2) simulated sunlight illumination. The enhancement in PEC performance can be attributed to a synergistic effect of the FeOOH top decoration and Au under-layer. While FeOOH facilitates hole transfer at the interface of electrode/electrolyte, the Au layer provides a sink for the electron transport to the back contact: this leads overall to a drastically improved charge-separation efficiency in the single crystalline $α$-Fe$_2$O$_3$ NF photoanode.

physics.app-ph

Length-scales of interfacial coupling between metal-insulator phases in oxides

Controlling phase transitions in transition metal oxides remains a central feature of both technological and fundamental scientific relevance. A well-known example is the metal-insulator transition which has been shown to be highly controllable while a less well understood aspect of this phenomenon is the length scale over which the phases can be established. To gain further insight into this issue, we have atomically engineered an artificially phase separated system through fabricating epitaxial superlattices consisting of SmNiO$_{3}$ and NdNiO$_{3}$, two materials undergoing a metal-to-insulator transition at different temperatures. By combining advanced experimental techniques and theoretical modeling, we demonstrate that the length scale of the metal-insulator transition is controlled by the balance of the energy cost of the domain wall between a metal and insulator and the bulk energetics. Notably, we show that the length scale of this effect exceeds that of the physical coupling of structural motifs, introducing a new paradigm for interface-engineering properties that are not available in bulk

cond-mat.str-el