SearcharxivSearch

arXiv subjects

Junjie Zeng

Publications and source records attributed to Junjie Zeng.

At least 19 recordsLinked to original sources

OpenWatch: A Multimodal Benchmark for Hand Gesture Recognition on Smartwatches

Despite widespread adoption of smartwatches worldwide, open-benchmarks for wrist-based gesture recognition remain surprisingly limited. In this work, we introduce the first open-access multi-modal benchmark, OpenWatch, for wrist-based gesture recognition using synchronized inertial and physiological sensing on a commercial smartwatch. It contains over 10 hours of Inertial Measurement Unit (IMU) and Photoplethysmography (PPG) data across 50 participants and a vocabulary of 59 labelled gesture sequences. Furthermore, we present a subject-independent evaluation protocol including traditional and deep learning methods for time-series classification. On top of this, we develop two novel methodologies for hand-gesture recognition: (i) MixToken, a task-specific mixture-of-experts that fuses per-channel IMU filterbank features with cross-channel statistical tokens through learned logit mixing, and (ii) NormWear-Lora, a low-rank adaptation module for smartwatch foundation models. Our benchmarking results reveal that PPG signals carries a substantial predictive benefit (+12.5% F1-score) for foundational smartwatch models. In addition, we show that task-specific architectures (i.e. MixToken) substantially outperforms finetuned smartwatch foundation models in terms of accuracy (F1-score=90% vs 66%) and memory efficiency (223k vs 136M parameters). Finally, we also provide clear empirical guidance on the trade-offs between specialized architecture design, modality fusion, data augmentations, and foundation-model adaptation for resource-constrained wearable sensing.

cs.HC

PACE: Parameter Change for Unsupervised Environment Design

Unsupervised Environment Design (UED) offers a promising paradigm for improving reinforcement learning generalization by adaptively shaping training environments, but it requires reliable environment evaluation to remain effective. However, existing UED methods evaluate environments using indirect proxy signals such as regret, value-based errors, or Monte Carlo, which suffer from bias, high variance, or substantial computational overhead and fail to reflect agent realized learning progress. To address these limitations, we propose Parameter Change Environment Design (PACE), which evaluates an environment through the policy parameter change induced by training on that environment, directly grounding environment selection in realized learning progress. Specifically, PACE assigns environment value using a first-order approximation of the policy optimization objective, where the improvement induced by an environment is proportional to the squared L2 norm of the corresponding parameter update, enabling low-variance and computation-efficient evaluation without additional rollouts. Experiments on MiniGrid and Craftax show that PACE consistently outperforms established UED baselines, achieving higher IQM and smaller Optimality Gap on OOD evaluations, including an IQM of 96.4% and an Optimality Gap of 17.2% on MiniGrid.

cs.LG

Chiral Superconductivity in Periodically Driven Altermagnet/Superconductor Heterostructures

The interplay between magnetism and superconductivity provides a fertile ground for engineering exotic topological phases, while dynamical control via periodic driving offers a unique avenue to access quantum states that are inaccessible in static equilibrium. Here, we propose a strategy to achieve the Floquet chiral topological superconductivity in an altermagnet-superconductor heterostructure driven by elliptically polarized light. We show that for $s$-wave pairing, the system undergoes a transition from a trivial to a chiral topological superconducting phase. More strikingly, with the introduction of mixed $s+d$-wave pairing, we find that the system can access Floquet chiral topological superconducting phases with highly tunable Chern numbers up to N=4. These exotic phases are attributed to the intertwining of altermagnetism, superconducting pairing, and the periodic driving field. Our work establishes the light-driven altermagnetic heterostructure as a versatile platform for exploring and manipulating high-Chern-number chiral topological superconductivity.

cond-mat.supr-con

NL2GenSym: Natural Language to Generative Symbolic Rules for SOAR Cognitive Architecture via Large Language Models

SOAR, a classic symbol-based cognitive architecture, has been fostering the development of general, human-like intelligent agents. Nevertheless, its practical adoption is hindered by the laborious manual rule coding. Emerging Large Language Models (LLMs) present the immense potential for efficient rules generation. However, there is a critical gap that current research predominantly focuses on conceptual frameworks and lacks robust experimental validation. To bridge this gap, we propose \textit{N}atural \textit{L}anguage to \textit{Gen}erative \textit{Sym}bolic Rules (NL2GenSym), a novel framework that integrates LLMs with SOAR to autonomously produce generative symbolic rules from natural language. Specifically, our framework introduces a novel Execution-Grounded Generator-Critic mechanism. The LLM-based Generator, guided by a Retrieval-Augmented Generation-accessed self-evolving domain knowledge base, proposes rules from natural language. Subsequently, these rules are immediately executed within the SOAR environment to rigorously validate their correctness. Based on this execution-grounded feedback, a reflective LLM-based Critic drives the iterative refinement of these rules. Experiments on our specialized Water Jug Problem (WJP) dataset, utilizing both Gemini and Qwen series models, validate the efficacy of our framework. It achieves a success rate over 86\% in generating rules from natural language. Crucially, the framework also generates novel heuristic rules, reducing average decision cycles for solving the WJP to 1.98 times the optimal solution and 1/1000 of baseline methods. Additionally, our initial experiments show that NL2GenSym enables smaller-parameter models to achieve better performance than larger counterparts.

cs.CL

Spontaneously broken chiral symmetry in the interacting Kane-Mele model

The essential properties of the half-filled interacting Kane-Mele model on a hexagon lattice is studied using the slave rotor approach. It is shown clearly that a long-range charge-order state with spontaneously broken chiral symmetry emerges in the weak and moderate interaction regimes, as well as a presumed site-selected topological Mott insulator state in the stronger interaction regime with U < UMott, where UMott is the critical interaction strength, and in the case of U > UMott, the system is transited into the usual topological Mott state. This new charge-order state has lower energy compared to the usual topological band insulator (TBI) state with chiral symmetry, and thus is named as non-chiral TBI state. More specifically, in this non-chiral TBI state without any long-range magnetic order, a long-range charge order with different electron occupation on two sublattices appears in the absence of external sublattice field. The spontaneously broken chiral symmetry gives rise to a special helical edge state, which has different spin accumulation on opposite edges of the cylinder with periodic boundary condition in the zigzag direction, and thus leads to a net spin current across the system. This net spin current would be further strengthened if the nearest neighbor electron Coulomb interaction is taken into account as well, because it is favorable for the long-range charge order with different electron occupation on sublattices.

cond-mat.str-el

A Multi-Agent Reinforcement Learning Approach for Cooperative Air-Ground-Human Crowdsensing in Emergency Rescue

Mobile crowdsensing is evolving beyond traditional human-centric models by integrating heterogeneous entities like unmanned aerial vehicles (UAVs) and unmanned ground vehicles (UGVs). Optimizing task allocation among these diverse agents is critical, particularly in challenging emergency rescue scenarios characterized by complex environments, limited communication, and partial observability. This paper tackles the Heterogeneous-Entity Collaborative-Sensing Task Allocation (HECTA) problem specifically for emergency rescue, considering humans, UAVs, and UGVs. We introduce a novel ``Hard-Cooperative'' policy where UGVs prioritize recharging low-battery UAVs, alongside performing their sensing tasks. The primary objective is maximizing the task completion rate (TCR) under strict time constraints. We rigorously formulate this NP-hard problem as a decentralized partially observable Markov decision process (Dec-POMDP) to effectively handle sequential decision-making under uncertainty. To solve this, we propose HECTA4ER, a novel multi-agent reinforcement learning algorithm built upon a Centralized Training with Decentralized Execution architecture. HECTA4ER incorporates tailored designs, including specialized modules for complex feature extraction, utilization of action-observation history via hidden states, and a mixing network integrating global and local information, specifically addressing the challenges of partial observability. Furthermore, theoretical analysis confirms the algorithm's convergence properties. Extensive simulations demonstrate that HECTA4ER significantly outperforms baseline algorithms, achieving an average 18.42% increase in TCR. Crucially, a real-world case study validates the algorithm's effectiveness and robustness in dynamic sensing scenarios, highlighting its strong potential for practical application in emergency response.

cs.AI

Higher-Order Band Topology in Twisted Bilayer Kagome Lattice

Topologically protected corner states serve as a key indicator for two-dimensional higher-order topological insulators, yet they have not been experimentally identified in realistic materials. Here, by utilizing the effective tight-binding model and symmetry arguments, we establish a connection between higher-order topological insulators and twisted bilayer kagome lattices. We find that the topologically nontrivial bulk band gap arises in the twisted bilayer kagome lattice system due to twist-induced intervalley scattering, leading to the emergence of higher-order topological insulators with a range of commensurate twist angles, and the higher-order band topology is verified by the second Stiefel-Whitney number and fractionally quantized corner charges. Moreover, we investigate the influence of disorder and charge density wave order on the stability of higher-order topological insulator phases. The results show that the corner states of twisted bilayer kagome lattice systems are robust with respect to disorder and charge density wave. Our work not only provides a feasible approach to realize the readily controllable higher-order topological insulator phases by employing a simple twist technique, but also demonstrates that the twisted bilayer kagome lattice systems exhibit the robustness of higher-order band topology, making it feasible to check above prediction in experiments.

cond-mat.mes-hall

Spin Signature of Majorana Fermions in Topological Nodal-Point Superconductors

In two-dimensional topological nodal superconductors, Majorana edge states have been conventionally believed to exhibit only spin-triplet pairing correlations. However, we reveal a substantial spin-singlet pairing component in Majorana edge states of antiferromagnetic topological nodal-point superconductors. This unexpected phenomenon emerges from the interplay between antiferromagnetic order and symmetry, resulting in Majorana edge states with a nearly flat band dispersion, deviating from the strictly flat band. Crucially, this phenomenon is detectable through spin-selective Andreev reflection, where the zero-bias conductance peaks are maximized when the spin of incident electrons is nearly antiparallel to that of Majorana edge excitations. This discovery unveils a unique spin signature for Andreev reflection resonances, advancing our fundamental understanding of spin-dependent mechanisms in topological superconductivity and representing a significant step towards the experimental detection of Majorana fermions.

cond-mat.supr-con

Flexible Control of Chiral Superconductivity in Optically Driven Nodal Point Superconductors with Antiferromagnetism

Recent studies have attracted widespread attention on magnet-superconductor hybrid systems with emergent topological superconductivity. Here, we present the Floquet engineering of realistic two-dimensional topological nodal-point superconductors that are composed of antiferromagnetic monolayers in proximity to an s-wave superconductor. We show that Floquet chiral topological superconductivity arises naturally due to light-induced breaking of the effective time-reversal symmetry. More strikingly, we find that the Floquet chiral topological superconducting phases can be flexibly controlled by irradiating elliptically polarized light, with the photon-dressed quasi-energy spectrum carrying different Chern numbers. Such optically switchable topological transition is attributed to the simultaneous creations (or annihilations) of valley pairs. Our findings provide a feasible approach for achieving the Floquet chiral topological superconductivity with flexible tunability, which would draw extensive attention in experiments.

cond-mat.supr-con

Berry-Curvature Engineering for Nonreciprocal Directional Dichroism in Two-Dimensional Antiferromagnets

In two-dimensional antiferromagnets, we identify the mixed Berry curvature as the geometrical origin of the nonreciprocal directional dichroism (NDD), which refers to the difference in light absorption with the propagation direction flipped. Such a Berry curvature is strongly tied to the uniaxial strain in accordance with the symmetry constraint, leading to a highly tunable NDD, whose sign and magnitude can be manipulated via the strain direction. As a concrete example, we demonstrate such a phenomenon in a lattice model of MnBi2Te4. The coupling between the mixed Berry curvature and strain also suggests the magnetic quadrupole of the Bloch wave packet as the macroscopic order parameter probed by the NDD in two dimensions, distinct from the multiferroic order P times M or the spin toroidal and quadrupole order within a unit cell in previous studies. Our work paves the way of the Berry-curvature engineering for optical nonreciprocity in two-dimensional antiferromagnets.

cond-mat.mes-hall

Chiral-Flux-Phase-Based Topological Superconductivity in Kagome Systems with Mixed Edge Chiralities

Recent studies have attracted intense attention on the quasi-2D kagome superconductors $ A\text{V}_3\text{Sb}_5 $ ($ A = $ K, Rb, and Cs) where the unexpected chiral flux phase (CFP) associates with the spontaneous time-reversal symmetry breaking in charge density wave (CDW) states. Here, commencing from the 2-by-2 CDW phases, we bridge the gap between topological superconductivity (TSC) and time-reversal asymmetric CFP in kagome systems. Several chiral TSC states featuring distinct Chern numbers emerge for an s-wave or a d-wave superconducting pairing symmetry. Importantly, these CFP-based TSC phases possess unique gapless edge modes with mixed chiralities (i.e., both positive and negative chiralities), but with the net chiralities consistent with the Bogoliubov-de Gennes Chern numbers. We further study the transport properties of a two-terminal junction, using Chern insulator or normal metal leads via atomic Green's function method with Landauer-Büttiker formalism. In both cases, the normal electron tunneling and the crossed Andreev reflection oscillate as the chemical potential changes, but together contribute to plateau transmissions (1 and 3/2, respectively). These behaviors can be regarded as the signature of a topological superconductor hosting edge states with mixed chiralities.

cond-mat.supr-con

Floquet Engineering of Nonequilibrium Valley-Polarized Quantum Anomalous Hall Effect with Tunable Chern Number

Numerous attempts have been made so far to explore the quantum anomalous Hall effect (QAHE), but the ultralow observed temperature strongly hinders its practical applications. Hence, it is of great interest to go beyond the existing paradigm of QAHE. Here, we propose that Floquet engineering offers a strategy to realize the QAHE via hybridization of Floquet-Bloch bands. Based on first-principles calculations and Floquet theorem, we unveil that nonequilibrium valley-polarized QAHE (VP-QAHE), independent of magnetic orders, is widely present in ferromagnetic and nonmagnetic members of two-dimensional family materials $M$Si$_2$$Z_4$ ($M$ = Mo, W, V; $Z$ = N, P, As) by irradiating circularly polarized light (CPL). Remarkably, by tuning the frequency, intensity, and handedness of incident CPL, the Chern number of VP-QAHE is highly tunable and up to $\mathcal{C}=\pm 4$. We reveal that such Chern number tunable VP-QAHE attributes to light-induced trigonal warping and multiple band inversion at different valleys. The valley-resolved chiral edge states and quantized plateau of Hall conductance, which facilitates the experimental measurement, are visible inside the global band gap. Our work not only establishes Floquet Engineering of nonequilibrium VP-QAHE with tunable Chern number in realistic materials, but also provides a promising avenue to explore emergent topological phases under light irradiation.

cond-mat.mes-hall

Layer Zero-Line Modes in Antiferromagnetic Topological Insulators

Recently, the magnetic domain walls have been experimentally observed in antiferromagnetic topological insulators MnBi$_2$Te$_4$, where we find that the topological zero-line modes (ZLMs) appear along the domain walls. Here, we theoretically demonstrate that these ZLMs are layer-dependent in MnBi$_2$Te$_4$ multilayers. For domain walls with out-of-plane ferromagnetism, we find that ZLMs are equally distributed in the odd-number layers. When domain walls possess in-plane magnetization, the ZLMs can also exist in even-number layers due to in-plane mirror-symmetry breaking. Moreover, the conductive channels are mainly distributed in the outermost layers with increasing layer thickness. Our findings lay out a strategy in manipulating ZLMs and also can be utilized to distinguish the corresponding magnetic structures.

cond-mat.mes-hall

Topological Corner States in Graphene by Bulk and Edge Engineering

Two-dimensional higher-order topology is usually studied in (nearly) particle-hole symmetric models, so that an edge gap can be opened within the bulk one. But more often deviates the edge anticrossing even into the bulk, where corner states are difficult to pinpoint. We address this problem in a graphene-based $\mathbb{Z}_2$ topological insulator with spin-orbit coupling and in-plane magnetization both originating from substrates through a Slater-Koster multi-orbital model. The gapless helical edge modes cross inside the bulk, where is also located the magnetization-induced edge gap. After demonstrating its second-order nontriviality in bulk topology by a series of evidence, we show that a difference in bulk-edge onsite energy can adiabatically tune the position of the crossing/anticrossing of the edge modes to be inside the bulk gap. This can help unambiguously identify two pairs of topological corner states with nonvanishing energy degeneracy for a rhombic flake. We further find that the obtuse-angle pair is more stable than the acute-angle one. These results not only suggest an accessible way to "find" topological corner states, but also provide a higher-order topological version of "bulk-boundary correspondence".

cond-mat.mes-hall

Berry-Curvature Exchange Induced Anderson Localization in Large-Chern-Number Quantum Anomalous Hall Effect

We theoretically investigate the localization mechanism of quantum anomalous Hall Effect (QAHE) with large Chern numbers $\mathcal{C}$ in bilayer graphene and magnetic topological insulator thin films, by applying either nonmagnetic or spin-flip (magnetic) disorders. We show that, in the presence of nonmagnetic disorders, the QAHEs in both two systems become Anderson insulating as expected when the disorder strength is large enough. However, in the presence of spin-flip disorders, the localization mechanisms in these two host materials are completely distinct. For the ferromagnetic bilayer graphene with Rashba spin-orbit coupling, the QAHE with $\mathcal{C}=4$ firstly enters a Berry-curvature mediated metallic phase, and then becomes localized to be Anderson insulator along with the increasing of disorder strength. While in magnetic topological insulator thin films, the QAHE with $\mathcal{C=N}$ firstly enters a Berry-curvature mediated metallic phase, then transitions to another QAHE with ${\mathcal{C}}={\mathcal{N}}-1$ along with the increasing of disorder strength, and is finally localized to the Anderson insulator after ${\mathcal{N}}-1$ cycling between the QAHE and metallic phases. For the unusual findings in the latter system, by analyzing the Berry curvature evolution, it is known that the phase transitions originate from the exchange of Berry curvature carried by conduction (valence) bands. At the end, we provide a phenomenological picture related to the topological charges to help understand the underlying physical origins of the two different phase transition mechanisms.

cond-mat.mes-hall

Mesoscopic Electronic Transport in Twisted Bilayer Graphene

We numerically investigate the electronic transport properties between two mesoscopic graphene disks with a twist by employing the density functional theory coupled with non-equilibrium Green's function technique. By attaching two graphene leads to upper and lower graphene layers separately, we explore systematically the dependence of electronic transport on the twist angle, Fermi energy, system size, layer stacking order and twist axis. When choose different twist axes for either AA- or AB-stacked bilayer graphene, we find that the dependence of conductance on twist angle displays qualitatively distinction, i.e., the systems with "top" axis exhibit finite conductance oscillating as a function of the twist angle, while the ones with "hollow" axis exhibit nearly vanishing conductance for different twist angles or Fermi energies near the charge neutrality point. These findings suggest that the choice of twist axis can effectively tune the interlayer conductance, making it a crucial factor in designing of nanodevices with the twisted van der Waals multilayers.

cond-mat.mes-hall

Finite-Size Effects in the Dynamic Conductivity and Faraday Effect of Quantum Anomalous Hall Insulators

We theoretically study the finite-size effects in the dynamical response of a quantum anomalous Hall insulator in the disk geometry. Semi-analytic and numerical results are obtained for the wavefunctions and energies of the disk within a continuum Dirac Hamiltonian description subject to a topological infinite mass boundary condition. Using the Kubo formula, we obtain the frequency-dependent longitudinal and Hall conductivities and find that optical transitions between edge states contribute dominantly to the real part of the dynamic Hall conductivity for frequency values both within and beyond the bulk band gap. We also find that the topological infinite mass boundary condition changes the low-frequency Hall conductivity to $ e^2/h $ in a finite-size system from the well-known value $ e^2/2h $ in an extended system. The magneto-optical Faraday rotation is then studied as a function of frequency for the setup of a quantum anomalous Hall insulator mounted on a dielectric substrate, showing both finite-size effects of the disk and Fabry-Pérot resonances due to the substrate. Our work demonstrates the important role played by the boundary condition in the topological properties of finite-size systems through its effects on the electronic wavefunctions.

cond-mat.mes-hall

Micro-Structuring, Ablation and Defect Generation in Graphene with Femtosecond Pulses

Femtosecond micromachining offers a contact-free and mask-less technique for material patterning. With ultrafast laser irradiation, permanent modifications to the properties of single layer graphene through material ablation or defect introduction can be induced. Multiple femtosecond pulse interactions with a single layer graphene are studied and a low laser ablation threshold ~9.2 mJ/cm2 is reported for a 15 second illumination time. Clean ablated structures are generated in such a multi pulse irradiation configuration at low pulse energies as an attractive alternative to ablation with single femtosecond, high energy pulses. For a fully ablated graphene hole, a radially symmetric region extending around 2 um from the ablated edge is characterized by strong defect generation. Average distances between point-defects down to ~58 nm are derived and Raman spectroscopy implies that overall there is a strong resemblance to amorphous structures. For fluence values around 75% of the ablation threshold, modification with defect generation down to ~48 nm average defects lengths is reported, while the underlying graphene structure is maintained. Thus, depending on the laser parameter choice, the same laser configuration can be used to ablate graphene or to primarily introduce defect states. The presented findings offer interesting insights into femtosecond induced structural modifications of graphene that can lead to improved precision ablation and patterning of single-layer materials at the micro- and nano-scale. Further, this can be attractive for graphene or carbon-based device fabrication as well as sensor and transistor applications, where regions of varying carrier concentrations and different electrical, optical or physical properties are desired.

cond-mat.mtrl-sci