SearcharxivSearch

arXiv subjects

Shaowen Chen

Publications and source records attributed to Shaowen Chen.

At least 19 recordsLinked to original sources

Probing spin order via magnon transmission across quantum Hall ferromagnet heterojunctions

Two-dimensional material platforms now host a remarkable array of exotic correlated phases, from unconventional superconductivity to fractional Chern insulators. Probing magnetic order in these systems is essential for understanding their underlying physics, yet dilute spin densities render conventional magnetic probes ineffective. Spin waves, or magnons, in quantum Hall ferromagnets (QHFM) have proven effective for probing the magnetic order in various symmetry-broken quantum Hall (QH) phases in graphene systems, but previous works have been limited to homojunction configurations within a single material. Here, we demonstrate magnon transmission across a monolayer-bilayer graphene quantum Hall ferromagnet heterojunction - the first magnon transmission across quantum Hall ferromagnet heterojunctions, using one material as a magnon source to probe magnetic order in a distinct material. Generating magnons in monolayer graphene (MLG) at $\nu$ = 1, we detect their transmission through bilayer graphene (BLG) via nonlocal voltage measurements, revealing spin order in BLG symmetry-broken quantum Hall states. The transmission exhibits hallmark magnon signatures: a sharp onset at the Zeeman energy and systematic variation with Landau level filling, including suppression at $\nu$ = 4 and 8 where spin polarization vanishes. Our findings establish heterojunction magnon transmission as a powerful, modular probe of magnetic order, opening new avenues for investigating exotic quantum states across the rapidly expanding family of two-dimensional materials.

cond-mat.mes-hall

HyperDCM: Dynamic Cluster Memory Replay in Hyperbolic Space for Continual Robotic Navigation Across Scenes

Continual learning in visual navigation remains challenging due to catastrophic forgetting and the difficulties associated with adapting to diverse and evolving environments. To address these issues, we propose Hyperbolic Dynamic Cluster Memory (HyperDCM), a structure-aware memory mechanism that enhances diffusion policy-based navigation through scene graph modeling and principled memory replay. HyperDCM extracts semantic scene triples from RGB observations using large vision-language models, encodes them into scene graph embeddings via a Relational Graph Convolutional Network (R-GCN), and projects the embeddings into hyperbolic space to enhance structural separability and retention in continual navigation. A dynamic clustering and structure-sensitive update strategy selects representative samples for memory replay, thereby preserving knowledge diversity and mitigating catastrophic forgetting. Experiments on multi-scene indoor and outdoor datasets demonstrate that HyperDCM achieves superior retention of past navigation capabilities and improved generalization compared to representative continual learning baselines adapted to diffusion policy navigation.

cs.RO

The Sword, Shield, and Achilles' Heel: Characterizing the Linguistic Inductive Bias of Large Language Models for Spatial Reasoning in Navigation Planning

Large Language Model (LLM)-based navigation systems commonly construct explicit spatial representations (e.g., topological graphs, semantic raster maps) and translate them into textual descriptions as LLMs' inputs. However, the linguistic structures of such text-based spatial representations and the choices of contextual features (e.g., topology, geometry) they contain are often treated as neutral engineering decisions rather than key factors that shape LLMs' behavior. To fill the gap, we propose a dual-interventional framework that disentangles linguistic structures from different contextual cues to evaluate the linguistic inductive bias of LLMs for navigation planning. In the framework, representation intervention varies the linguistic format and the degree of linguistic compression, clarifying when linguistic representations support or inhibit navigation planning. Context intervention, combined with contextual feature combination and conflict probing, explicitly clarifies the preferences and weaknesses of LLMs when processing different contextual cues. Experiments across diverse spatial reasoning tasks and multiple model scales reveal a consistent pattern: topological information is a sturdy shield and the backbone of robust planning; linguistic format is a double-edged sword whose effect depends on model size, task demands, and the compression level; and semantic information is a fatal Achilles' heel -- incorrect semantic cues can systematically derail the planning process. Overall, our study shows that effective text-based spatial representations in LLM-based navigation should preserve topological integrity, calibrate representational compression to model capacity, and ensure semantic correctness, rather than simply adopting a single representation. Our code is publicly available at https://github.com/jonesdong150/LLM-Navigation-Inductive-Bias.

cs.CL

GAM: Hierarchical Graph-based Agentic Memory for LLM Agents

To sustain coherent long-term interactions, Large Language Model (LLM) agents must navigate the tension between acquiring new information and retaining prior knowledge. Current unified stream-based memory systems facilitate context updates but remain vulnerable to interference from transient noise. Conversely, discrete structured memory architectures provide robust knowledge retention but often struggle to adapt to evolving narratives. To address this, we propose GAM, a hierarchical Graph-based Agentic Memory framework that explicitly decouples memory encoding from consolidation to effectively resolve the conflict between rapid context perception and stable knowledge retention. By isolating ongoing dialogue in an event progression graph and integrating it into a topic associative network only upon semantic shifts, our approach minimizes interference while preserving long-term consistency. Additionally, we introduce a graph-guided, multi-factor retrieval strategy to enhance context precision. Experiments on LoCoMo and LongDialQA indicate that our method consistently outperforms state-of-the-art baselines in both reasoning accuracy and efficiency.

cs.AI

SENSE: Semantic Embedding Navigation with Soft-gated Evaluation for Retrieval-based Speculative Decoding

Speculative Decoding (SD) accelerates Large Language Model (LLM) inference by employing a lightweight draft model to propose candidate tokens, which are verified in parallel by the target model, without compromising generation quality. While Retrieval-based Speculative Decoding (RSD) is favored for its plug-and-play versatility, its potential is impeded by rigid lexical dependencies, rendering both retrieval and verification brittle to surface-level variations. To address this, we propose SENSE (Semantic Embedding Navigation with Soft-gated Evaluation). By anchoring retrieval on the hidden states of the target model, SENSE establishes robust semantic alignment, which empowers the Soft-gated Evaluation module to validate semantic equivalence rather than surface forms. To ensure rigorous benchmarking, we deconstruct existing methods into atomic primitives within a unified framework, facilitating granular, component-level comparison. Extensive experiments across diverse domains demonstrate that SENSE outperforms multiple baselines on the LLaMA and Qwen families, attaining up to 4.09 mean acceptance length and 3.26x speedup, while preserving generation quality. Our code will be released upon publication.

cs.CL

Stop Wasting Your Tokens: Towards Efficient Runtime Multi-Agent Systems

While Multi-Agent Systems (MAS) excel at complex tasks, their growing autonomy with operational complexity often leads to critical inefficiencies, such as excessive token consumption and failures arising from misinformation. Existing methods primarily focus on post-hoc failure attribution, lacking proactive, real-time interventions to enhance robustness and efficiency. To this end, we introduce SupervisorAgent, a lightweight and modular framework for runtime, adaptive supervision that operates without altering the base agent's architecture. Triggered by an LLM-free adaptive filter, SupervisorAgent intervenes at critical junctures to proactively correct errors, guide inefficient behaviors, and purify observations. On the challenging GAIA benchmark, SupervisorAgent reduces the token consumption of the Smolagent framework by an average of 29.68% without compromising its success rate. Extensive experiments across five additional benchmarks (math reasoning, code generation, and question answering) and various SoTA foundation models validate the broad applicability and robustness of our approach.

cs.MA

QHARMA-GAN: Quasi-Harmonic Neural Vocoder based on Autoregressive Moving Average Model

Vocoders, encoding speech signals into acoustic features and allowing for speech signal reconstruction from them, have been studied for decades. Recently, the rise of deep learning has particularly driven the development of neural vocoders to generate high-quality speech signals. On the other hand, the existing end-to-end neural vocoders suffer from a black-box nature that blinds the speech production mechanism and the intrinsic structure of speech, resulting in the ambiguity of separately modeling source excitation and resonance characteristics and the loss of flexibly synthesizing or modifying speech with high quality. Moreover, their sequence-wise waveform generation usually requires complicated networks, leading to substantial time consumption. In this work, inspired by the quasi-harmonic model (QHM) that represents speech as sparse components, we combine the neural network and QHM synthesis process to propose a novel framework for the neural vocoder. Accordingly, speech signals can be encoded into autoregressive moving average (ARMA) functions to model the resonance characteristics, yielding accurate estimates of the amplitudes and phases of quasi-harmonics at any frequency. Subsequently, the speech can be resynthesized and arbitrarily modified in terms of pitch shifting and time stretching with high quality, whereas the time consumption and network size decrease. The experiments indicate that the proposed method leverages the strengths of QHM, the ARMA model, and neural networks, leading to the outperformance of our methods over other methods in terms of generation speed, synthesis quality, and modification flexibility.

eess.AS

Current Induced Hidden States in Josephson Junctions

Josephson junctions enable dissipation-less electrical current through metals and insulators below a critical current. Despite being central to quantum technology based on superconducting quantum bits and fundamental research into self-conjugate quasiparticles, the spatial distribution of super current flow at the junction and its predicted evolution with current bias and external magnetic field remain experimentally elusive. Revealing the hidden current flow, featureless in electrical resistance, helps understanding unconventional phenomena such as the nonreciprocal critical current, i.e., Josephson diode effect. Here we introduce a platform to visualize super current flow at the nanoscale. Utilizing a scanning magnetometer based on nitrogen vacancy centers in diamond, we uncover competing ground states electrically switchable within the zero-resistance regime. The competition results from the superconducting phase re-configuration induced by the Josephson current and kinetic inductance of thin-film superconductors. We further identify a new mechanism for the Josephson diode effect involving the Josephson current induced phase. The nanoscale super current flow emerges as a new experimental observable for elucidating unconventional superconductivity, and optimizing quantum computation and energy-efficient devices.

cond-mat.mes-hall

Fractional Chern insulators in magic-angle twisted bilayer graphene

Fractional Chern insulators (FCIs) are lattice analogues of fractional quantum Hall states that may provide a new avenue toward manipulating non-abelian excitations. Early theoretical studies have predicted their existence in systems with energetically flat Chern bands and highlighted the critical role of a particular quantum band geometry. Thus far, however, FCI states have only been observed in Bernal-stacked bilayer graphene aligned with hexagonal boron nitride (BLG/hBN), in which a very large magnetic field is responsible for the existence of the Chern bands, precluding the realization of FCIs at zero field and limiting its potential for applications. By contrast, magic angle twisted bilayer graphene (MATBG) supports flat Chern bands at zero magnetic field, and therefore offers a promising route toward stabilizing zero-field FCIs. Here we report the observation of eight FCI states at low magnetic field in MATBG enabled by high-resolution local compressibility measurements. The first of these states emerge at 5 T, and their appearance is accompanied by the simultaneous disappearance of nearby topologically-trivial charge density wave states. Unlike the BLG/hBN platform, we demonstrate that the principal role of the weak magnetic field here is merely to redistribute the Berry curvature of the native Chern bands and thereby realize a quantum band geometry favorable for the emergence of FCIs. Our findings strongly suggest that FCIs may be realized at zero magnetic field and pave the way for the exploration and manipulation of anyonic excitations in moiré systems with native flat Chern bands.

cond-mat.mes-hall

Unusual magnetotransport in twisted bilayer graphene

We present transport measurements of bilayer graphene with 1.38° interlayer twist and apparent additional alignment to its hexagonal boron nitride cladding. As with other devices with twist angles substantially larger than the magic angle of 1.1°, we do not observe correlated insulating states or band reorganization. However, we do observe several highly unusual behaviors in magnetotransport. For a large range of densities around half filling of the moiré bands, magnetoresistance is large and quadratic. Over these same densities, the magnetoresistance minima corresponding to gaps between Landau levels split and bend as a function of density and field. We reproduce the same splitting and bending behavior in a simple tight-binding model of Hofstadter's butterfly on a square lattice with anisotropic hopping terms. These features appear to be a generic class of experimental manifestations of Hofstadter's butterfly and may provide insight into the emergent states of twisted bilayer graphene.

cond-mat.mes-hall

Hyperbolic enhancement of photocurrent patterns in minimally twisted bilayer graphene

Quasi-periodic moiré patterns and their effect on electronic properties of twisted bilayer graphene (TBG) have been intensely studied. At small twist angle $θ$, due to atomic reconstruction, the moiré superlattice morphs into a network of narrow domain walls separating micron-scale AB and BA stacking regions. We use scanning probe photocurrent imaging to resolve nanoscale variations of the Seebeck coefficient occurring at these domain walls. The observed features become enhanced in a range of mid-infrared frequencies where the hexagonal boron nitride (hBN), which we use as a TBG substrate, is optically hyperbolic. Our results illustrate new capabilities of nano-photocurrent technique for probing nanoscale electronic inhomogeneities in two-dimensional materials.

cond-mat.mes-hall

Unconventional sequence of correlated Chern insulators in magic-angle twisted bilayer graphene

The interplay between strong electron-electron interactions and band topology can lead to novel electronic states that spontaneously break symmetries. The discovery of flat bands in magic-angle twisted bilayer graphene (MATBG) with nontrivial topology has provided a unique platform in which to search for new symmetry-broken phases. Recent scanning tunneling microscopy and transport experiments have revealed a sequence of topological insulating phases in MATBG with Chern numbers $C=\pm 3, \, \pm 2, \, \pm 1$ near moiré band filling factors $ν= \pm 1, \, \pm 2, \, \pm 3$, corresponding to a simple pattern of flavor-symmetry-breaking Chern insulators. Here, we report high-resolution local compressibility measurements of MATBG with a scanning single electron transistor that reveal a new sequence of incompressible states with unexpected Chern numbers observed down to zero magnetic field. We find that the Chern numbers for eight of the observed incompressible states are incompatible with the simple picture in which the $C= \pm 1$ bands are sequentially filled. We show that the emergence of these unusual incompressible phases can be understood as a consequence of broken translation symmetry that doubles the moiré unit cell and splits each $C=\pm 1$ band into a $C=\pm 1$ band and a $C=0$ band. Our findings significantly expand the known phase diagram of MATBG, and shed light onto the origin of the close competition between different correlated phases in the system.

cond-mat.mes-hall

Moiré metrology of energy landscapes in van der Waals heterostructures

The emerging field of twistronics, which harnesses the twist angle between two-dimensional materials, represents a promising route for the design of quantum materials, as the twist-angle-induced superlattices offer means to control topology and strong correlations. At the small twist limit, and particularly under strain, as atomic relaxation prevails, the emergent moiré superlattice encodes elusive insights into the local interlayer interaction. Here we introduce moiré metrology as a combined experiment-theory framework to probe the stacking energy landscape of bilayer structures at the 0.1 meV/atom scale, outperforming the gold-standard of quantum chemistry. Through studying the shapes of moiré domains with numerous nano-imaging techniques, and correlating with multi-scale modelling, we assess and refine first-principle models for the interlayer interaction. We document the prowess of moiré metrology for three representative twisted systems: bilayer graphene, double bilayer graphene and H-stacked $MoSe_2/WSe_2$. Moiré metrology establishes sought after experimental benchmarks for interlayer interaction, thus enabling accurate modelling of twisted multilayers.

cond-mat.mes-hall

Electrically tunable correlated and topological states in twisted monolayer-bilayer graphene

Twisted van der Waals heterostructures with flat electronic bands have recently emerged as a platform for realizing correlated and topological states with an extraordinary degree of control and tunability. In graphene-based moiré heterostructures, the correlated phase diagram and band topology depend strongly on the number of graphene layers, their relative stacking arrangement, and details of the external environment from the encapsulating crystals. Here, we report that the system of twisted monolayer-bilayer graphene (tMBG) hosts a variety of correlated metallic and insulating states, as well as topological magnetic states. Because of its low symmetry, the phase diagram of tMBG approximates that of twisted bilayer graphene when an applied perpendicular electric field points from the bilayer towards the monolayer graphene, or twisted double bilayer graphene when the field is reversed. In the former case, we observe correlated states which undergo an orbitally driven insulating transition above a critical perpendicular magnetic field. In the latter case, we observe the emergence of electrically tunable ferromagnetism at one-quarter filling of the conduction band, with a large associated anomalous Hall effect. Uniquely, the magnetization direction can be switched purely with electrostatic doping at zero magnetic field. Our results establish tMBG as a highly tunable platform for investigating a wide array of tunable correlated and topological states.

cond-mat.mes-hall

High quality electrostatically defined hall bars in monolayer graphene

Realizing graphene's promise as an atomically thin and tunable platform for fundamental studies and future applications in quantum transport requires the ability to electrostatically define the geometry of the structure and control the carrier concentration, without compromising the quality of the system. Here, we demonstrate the working principle of a new generation of high quality gate defined graphene samples, where the challenge of doing so in a gapless semiconductor is overcome by using the $ν=0$ insulating state, which emerges at modest applied magnetic fields. In order to verify that the quality of our devices is not compromised by the presence of multiple gates we compare the electronic transport response of different sample geometries, paying close attention to fragile quantum states, such as the fractional quantum Hall (FQH) states, that are highly susceptible to disorder. The ability to define local depletion regions without compromising device quality establishes a new approach towards structuring graphene-based quantum transport devices.

cond-mat.mes-hall

Magic Angle Spectroscopy

The electronic properties of heterostructures of atomically-thin van der Waals (vdW) crystals can be modified substantially by Moiré superlattice potentials arising from an interlayer twist between crystals. Moiré-tuning of the band structure has led to the recent discovery of superconductivity and correlated insulating phases in twisted bilayer graphene (TBLG) near the so-called "magic angle" of $\sim$1.1°, with a phase diagram reminiscent of high T$_c$ superconductors. However, lack of detailed understanding of the electronic spectrum and the atomic-scale influence of the Moiré pattern has so far precluded a coherent theoretical understanding of the correlated states. Here, we directly map the atomic-scale structural and electronic properties of TBLG near the magic angle using scanning tunneling microscopy and spectroscopy (STM/STS). We observe two distinct van Hove singularities (vHs) in the LDOS which decrease in separation monotonically through 1.1° with the bandwidth (t) of each vHs minimized near the magic angle. When doped near half Moiré band filling, the conduction vHs shifts to the Fermi level and an additional correlation-induced gap splits the vHs with a maximum size of 7.5 meV. We also find that three-fold (C$_3$) rotational symmetry of the LDOS is broken in doped TBLG with a maximum symmetry breaking observed for states near the Fermi level, suggestive of nematic electronic interactions. The main features of our doping and angle dependent spectroscopy are captured by a tight-binding model with on-site (U) and nearest neighbor Coulomb interactions. We find that the ratio U/t is of order unity, indicating that electron correlations are significant in magic angle TBLG. Rather than a simple maximization of the DOS, superconductivity arises in TBLG at angles where the ratio U/t is largest, suggesting a pairing mechanism based on electron-electron interactions.

cond-mat.mes-hall

Tuning superconductivity in twisted bilayer graphene

Materials with flat electronic bands often exhibit exotic quantum phenomena owing to strong correlations. Remarkably, an isolated low-energy flat band can be induced in bilayer graphene by simply rotating the layers to 1.1$^{\circ}$, resulting in the appearance of gate-tunable superconducting and correlated insulating phases. Here, we demonstrate that in addition to the twist angle, the interlayer coupling can also be modified to precisely tune these phases. We establish the capability to induce superconductivity at a twist angle larger than 1.1$^{\circ}$ $-$ in which correlated phases are otherwise absent $-$ by varying the interlayer spacing with hydrostatic pressure. Realizing devices with low disorder additionally reveals new details about the superconducting phase diagram and its relationship to the nearby insulator. Our results demonstrate twisted bilayer graphene to be a uniquely tunable platform for exploring novel correlated states.

cond-mat.mes-hall

Competing Fractional Quantum Hall and Electron Solid Phases in Graphene

We report experimental observation of the reentrant integer quantum Hall effect in graphene, appearing in the N$=$2 Landau level. Similar to high-mobility GaAs/AlGaAs heterostructures, the effect is due to a competition between incompressible fractional quantum Hall states, and electron solid phases. The tunability of graphene allows us to measure the $B$-$T$ phase diagram of the electron-solid phase. The hierarchy of reentrant states suggest spin and valley degrees of freedom play a role in determining the ground state energy. We find that the melting temperature scales with magnetic field, and construct a phase diagram of the electron liquid-solid transition.

cond-mat.mes-hall