SearcharxivSearch

arXiv subjects

Chenjie Wang

Publications and source records attributed to Chenjie Wang.

At least 19 recordsLinked to original sources

G-ray: Ray-Level Relative Geometric Position Encoding in Multi-View Vision Transformers under Camera Heterogeneity

We study relative position encoding for multi-view vision Transformers under camera heterogeneity, including varying fields of view (FoVs) or projection models. Existing rotary relative position encodings commonly use image-plane positional coordinates, producing projection-dependent relative phases and inconsistent geometric cues for cross-projection attention. We introduce G-ray, a ray-level relative position encoding whose rotary phases are parameterized by camera-local ray angles. The same camera-local ray pair induces the same relative phase across projections, providing projection-invariant positional consistency. G-ray can be used directly or integrated with existing encodings, retaining complementary geometric cues without additional learned parameters. We validate G-ray in three host encodings, RoPE, GTA, and RayRoPE, across 3D reconstruction and novel-view synthesis (NVS). Across three heterogeneous 3D reconstruction benchmarks at 50 views, G-ray leads all six averaged metrics and reduces mean pointmap relative error by 45.8% over MapAnything, with calibration supplied to both. Trained exclusively on homogeneous pinhole images, the 3D reconstruction model handles mixed pinhole and non-pinhole inputs without retraining and remains competitive on homogeneous pinhole 3D reconstruction protocols. For NVS, GTA and RayRoPE improve with G-ray under joint viewpoint and FoV variation. The project's webpage is available at https://g-ray-project.github.io/.

cs.CV

Symmetry breaking phases and transitions in an Ising fusion category lattice model

An anyon-chain-like lattice model with symmetry described by the Ising fusion category is studied. Combining numerical and analytical studies, we uncover a rich phase diagram that contains three phases: a symmetric critical phase and two categorical symmetry breaking phases. The symmetric phase lies in the same universality class as the usual critical Ising model. The first symmetry-breaking phase, dubbed the \emph{categorical ferromagnetic} phase, has the Ising fusion category fully broken and exhibits a threefold ground-state degeneracy, as expected from the generalized Landau paradigm. The other symmetry-breaking phase is analogous to a conventional antiferromagnet: it breaks lattice translation and part of the Ising fusion category, and therefore is termed the \emph{categorical antiferromagnetic} phase. Unlike ordinary antiferromagnetic states associated with finite invertible symmetry breaking, this phase itself is critical, being described by a fourfold degenerate Ising conformal field theory. We argue more generally that antiferromagnetic states associated with broken non-invertible symmetries have a large low-energy manifold that grows exponentially in system size, due to the greater-than-one quantum dimension of domain walls. We also numerically study the transitions between the three phases. The transition between the symmetric and categorical ferromagnetic phase is described by the $c=7/10$ tricritical Ising CFT, while the transition between the symmetric and categorical antiferromagnetic phases is less understood. Our numerical data suggest that the latter transition is continuous and described by a conformal field theory with central charge $c=3/2$.

cond-mat.str-el

Vulnerability-Aware Robust Multimodal Adversarial Training

Multimodal learning has shown significant superiority on various tasks by integrating multiple modalities. However, the interdependencies among modalities increase the susceptibility of multimodal models to adversarial attacks. Existing methods mainly focus on attacks on specific modalities or indiscriminately attack all modalities. In this paper, we find that these approaches ignore the differences between modalities in their contribution to final robustness, resulting in suboptimal robustness performance. To bridge this gap, we introduce Vulnerability-Aware Robust Multimodal Adversarial Training (VARMAT), a probe-in-training adversarial training method that improves multimodal robustness by identifying the vulnerability of each modality. To be specific, VARMAT first explicitly quantifies the vulnerability of each modality, grounded in a first-order approximation of the attack objective (Probe). Then, we propose a targeted regularization term that penalizes modalities with high vulnerability, guiding robust learning while maintaining task accuracy (Training). We demonstrate the enhanced robustness of our method across multiple multimodal datasets involving diverse modalities. Finally, we achieve {12.73%, 22.21%, 11.19%} robustness improvement on three multimodal datasets, revealing a significant blind spot in multimodal adversarial training.

cs.LG

VLMPlanner: Integrating Visual Language Models with Motion Planning

Integrating large language models (LLMs) into autonomous driving motion planning has recently emerged as a promising direction, offering enhanced interpretability, better controllability, and improved generalization in rare and long-tail scenarios. However, existing methods often rely on abstracted perception or map-based inputs, missing crucial visual context, such as fine-grained road cues, accident aftermath, or unexpected obstacles, which are essential for robust decision-making in complex driving environments. To bridge this gap, we propose VLMPlanner, a hybrid framework that combines a learning-based real-time planner with a vision-language model (VLM) capable of reasoning over raw images. The VLM processes multi-view images to capture rich, detailed visual information and leverages its common-sense reasoning capabilities to guide the real-time planner in generating robust and safe trajectories. Furthermore, we develop the Context-Adaptive Inference Gate (CAI-Gate) mechanism that enables the VLM to mimic human driving behavior by dynamically adjusting its inference frequency based on scene complexity, thereby achieving an optimal balance between planning performance and computational efficiency. We evaluate our approach on the large-scale, challenging nuPlan benchmark, with comprehensive experimental results demonstrating superior planning performance in scenarios with intricate road conditions and dynamic elements. Code will be available.

cs.AI

Parity violation as enforced symmetry breaking in 3D fermionic topological order

Symmetry can be intrinsically broken in topological phases due to inherent incompatibilities, a phenomenon known as enforced symmetry breaking (ESB) in the framework of topological order. In our previous work, we developed a systematic framework to understand ESB within 2D invertible topological order. Meanwhile, the origin of parity violation in the Standard Model remains one of the most profound mysteries in physics, with no clear explanation to date. In this study, we explore the ESB of parity symmetry by three-dimensional fermionic topological order (fTO), offering potential insights into the origins of parity violation. As the simplest example, here we consider an fTO related to the intrinsic interacting fermionic SPT phase protected by $Z_2^f\times Z_2\times Z_8$ symmetry in three dimensions. We show that time-reversal symmetry (TRS) with ${T}^2=1$ on physical fermions is incompatible with such fTO; then, through the so-called crystalline equivalence principle, we show that the parity symmetry is also incompatible with it. In comparison, conventional TRS with ${T}^2={P}_f$ remains compatible to this fTO. We also discuss a general framework to study the ESB phenomenon for 3D fTO.

cond-mat.str-el

CAFE-AD: Cross-Scenario Adaptive Feature Enhancement for Trajectory Planning in Autonomous Driving

Imitation learning based planning tasks on the nuPlan dataset have gained great interest due to their potential to generate human-like driving behaviors. However, open-loop training on the nuPlan dataset tends to cause causal confusion during closed-loop testing, and the dataset also presents a long-tail distribution of scenarios. These issues introduce challenges for imitation learning. To tackle these problems, we introduce CAFE-AD, a Cross-Scenario Adaptive Feature Enhancement for Trajectory Planning in Autonomous Driving method, designed to enhance feature representation across various scenario types. We develop an adaptive feature pruning module that ranks feature importance to capture the most relevant information while reducing the interference of noisy information during training. Moreover, we propose a cross-scenario feature interpolation module that enhances scenario information to introduce diversity, enabling the network to alleviate over-fitting in dominant scenarios. We evaluate our method CAFE-AD on the challenging public nuPlan Test14-Hard closed-loop simulation benchmark. The results demonstrate that CAFE-AD outperforms state-of-the-art methods including rule-based and hybrid planners, and exhibits the potential in mitigating the impact of long-tail distribution within the dataset. Additionally, we further validate its effectiveness in real-world environments. The code and models will be made available at https://github.com/AlniyatRui/CAFE-AD.

cs.RO

On a class of fusion 2-category symmetry: condensation completion of braided fusion category

Recently, many studies are focused on generalized global symmetry, a mixture of both invertible and non-invertible symmetries in various space-time dimensions. The complete structure of generalized global symmetry is described by higher fusion category theory. In this paper, We first review the construction of fusion 2-category symmetry $Σ\cal B$ where $\cal B$ is a a braided fusion category. In particular, we elaborate on the monoidal structure of $Σ\cal B$ which determines fusion rules and controls the dynamics of topological operators/defects. We then take $Σ\mathrm{sVec}$ as an example to demonstrate how we calculate fusion rule, quantum dimension and 10j-symbol of the fusion 2-category. With our algorithm, all these data can be efficiently encoded and computed in computer program. The complete program will be uploaded to github soon. Our work can be thought as explicitly computing the representation theory of $\cal B$, in analogy to, for example the representation theory of $SU(2)$. The choice of basis bimodule maps are in analogy to the Clebsch-Gordon coefficients and the 10j-symbol are in analogy to the 6j-symbol.

hep-th

Non-Abelian Three-Loop Braiding Statistics for 3D Fermionic Topological Phases

Fractional statistics is one of the most intriguing features of topological phases in 2D. In particular, the so-called non-Abelian statistics plays a crucial role towards realizing universal topological quantum computation. Recently, the study of topological phases has been extended to 3D and it has been proposed that loop-like extensive objects can also carry fractional statistics. In this work, we systematically study the so-called three-loop braiding statistics for loop-like excitations for 3D fermionic topological phases. Most surprisingly, we discovered new types of non-Abelian three-loop braiding statistics that can only be realized in fermionic systems (or equivalently bosonic systems with fermionic particles). The simplest example of such non-Abelian braiding statistics can be realized in interacting fermionic systems with a gauge group $\mathbb{Z}_2 \times \mathbb{Z}_8$ or $\mathbb{Z}_4 \times \mathbb{Z}_4$, and the physical origin of non-Abelian statistics can be viewed as attaching an open Majorana chain onto a pair of linked loops, which will naturally reduce to the well known Ising non-Abelian statistics via the standard dimension reduction scheme. Moreover, due to the correspondence between gauge theories with fermionic particles and classifying fermionic symmetry-protected topological (FSPT) phases with unitary symmetries, our study also give rise to an alternative way to classify FSPT phases with unitary symmetries. We further compare the classification results for FSPT phases with arbitrary Abelian total symmetry $G^f$ and find systematical agreement with previous studies using other methods. We believe that the proposed framework of understanding three-loop braiding statistics (including both Abelian and non-Abelian cases) in interacting fermion systems applies for generic fermonic topological phases in 3D.

cond-mat.str-el

Gauge Field Induced Chiral Zero Mode in Five-dimensional Yang Monopole Metamaterials

Owing to the chirality of Weyl nodes characterized by the first Chern number, a Weyl system supports one-way chiral zero modes under a magnetic field, which underlies the celebrated chiral anomaly. As a generalization of Weyl nodes from three-dimensional to five-dimensional physical systems, Yang monopoles are topological singularities carrying nonzero second-order Chern numbers c2 = +1 or -1. Here, we couple a Yang monopole with an external gauge field using an inhomogeneous Yang monopole metamaterial, and experimentally demonstrate the existence of a gapless chiral zero mode, where the judiciously designed metallic helical structures and the corresponding effective antisymmetric bianisotropic terms provide the means for controlling gauge fields in a synthetic five-dimensional space. This zeroth mode is found to originate from the coupling between the second Chern singularity and a generalized 4-form gauge field - the wedge product of the magnetic field with itself. This generalization reveals intrinsic connections between physical systems of different dimensions, while a higher dimensional system exhibits much richer supersymmetric structures in Landau level degeneracy due to the internal degrees of freedom. Our study offers the possibility of controlling electromagnetic waves by leveraging the concept of higher-order and higher-dimensional topological phenomena.

cond-mat.mes-hall

Building 1D lattice models with $G$-graded fusion category

We construct a family of one-dimensional (1D) quantum lattice models based on $G$-graded unitary fusion category $\mathcal{C}_G$. This family realize an interpolation between the anyon-chain models and edge models of 2D symmetry-protected topological states, and can be thought of as edge models of 2D symmetry-enriched topological states. The models display a set of unconventional global symmetries that are characterized by the input category $\mathcal{C}_G$. While spontaneous symmetry breaking is also possible, our numerical evidence shows that the category symmetry constrains the the models to the extent that the low-energy physics has a large likelihood to be gapless.

cond-mat.str-el

Tunable quantum criticalities in an isospin extended Hubbard model simulator

Studying strong electron correlations has been an essential driving force for pushing the frontiers of condensed matter physics. In particular, in the vicinity of correlation-driven quantum phase transitions (QPTs), quantum critical fluctuations of multiple degrees of freedom facilitate exotic many-body states and quantum critical behaviors beyond Landau's framework. Recently, moiré heterostructures of van der Waals materials have been demonstrated as a highly tunable quantum platform for exploring fascinating strongly correlated quantum physics. Here, we report the observation of tunable quantum criticalities in an experimental simulator of extended Hubbard model with spin-valley isospins arising in chiral-stacked twisted double bilayer graphene. Scaling analysis shows a quantum two-stage criticality manifesting two distinct quantum critical points as the generalized Wigner crystal transits to a Fermi liquid by varying the displacement field, suggesting the emergence of a critical intermediate phase. The quantum two-stage criticality evolves into a quantum pseudo criticality as a high parallel magnetic field is applied. In such pseudo criticality, we find that the quantum critical scaling is only valid above a critical temperature, indicating a weak first-order QPT therein. Our results demonstrate a highly tunable solid-state simulator with intricate interplay of multiple degrees of freedom for exploring exotic quantum critical states and behaviors.

cond-mat.mes-hall

Broadband Terahertz Quantum Cascade Laser Dual-Comb Sources with Off-Resonant Microwave Injection

Broadband dual-comb spectroscopy has attracted increasing interests due to its unique advantages in high spectral resolution, fast detection, and so on. Although the dual-comb technique is relatively mature in the infrared wavelengths, it is, currently, not commercially capable of practical applications in the terahertz regime due to the lack of high performance broadband terahertz dual-comb sources. In the terahertz frequency range, the electrically pumped quantum cascade laser (QCL) is a suitable candidate for the dual-comb operation. However, free running terahertz QCL dual-comb sources normally show limited optical bandwidths ($\sim$100-200 GHz). Although the resonant microwave injection locking has been widely used to broaden the emission spectra of terahertz QCLs by modulating the laser drive current at the cavity round-trip frequency, it is hard to be employed to broaden the dual-comb bandwidths due to the large phase noise induced by the resonant injection and non-ideal microwave circuits. Therefore, it is challenging to obtain broadband terahertz dual-comb sources that can fully exploits the laser gain bandwidth. Here, we employ an off-resonant microwave injection to significantly broaden the dual-comb bandwidth of a terahertz QCL dual-comb source emitting around 4.2 THz. The measured optical dual-comb bandwidth is broadened from 147 GHz in free running to $>$450 GHz under the off-resonant injection. The broadened dual-comb bandwidth is experimentally proved by the transmission measurements of a filter and a GaAs etalon. By performing a simple numerical analysis based on a rate equation model, we explain that the broadband dual-comb operation under the off-resonant microwave injection could be resulted from a wider lasing bandwidth and a higher degree of phase matching.

physics.optics

Self-Referenced Terahertz Semiconductor Dual-Comb Sources

Employing two frequency combs with a slight difference in repetition frequencies, the dual-comb source shows unique advantages in high precision spectroscopy, imaging, ranging, communications, etc. In the terahertz (THz) frequency range, the electrically pumped quantum cascade laser (QCL) offers the possibility of realizing the compact dual-comb source due to its semiconductor-based chip-scale configuration. Although the active stabilization of a THz QCL dual-comb source was demonstrated by phase locking one of the dual-comb lines, the full stabilization of all dual-comb lines is still challenging. Here, we propose a self-reference method to obtain a fully stabilized dual-comb signal on a pure THz QCL platform. Without using any external locking components, we filter out one dual-comb line and beat it with the whole dual-comb signal, which eliminates the common carrier offset frequency noise and reduces the dual-comb repetition frequency noise. It is experimentally demonstrated that the self-reference technique can significantly improve the long-term stability of the dual-comb signal. A record of the ``maxhold" linewidth of 14.8 kHz (60 s time duration) is obtained by implementing the self-reference technique, while without the self-reference the dual-comb lines show a ``maxhold" linewidth of 2 MHz (15 s time duration). The method provides the simplest way to improve the long-term stability of THz QCL dual-comb sources, which can be further adopted for high precision measurements.

physics.optics

Non-Hermitian spatial symmetries and their stabilized normal and exceptional topological semimetals

We study non-Hermitian spatial symmetries -- a class of symmetries that have no counterparts in Hermitian systems -- and study how normal and exceptional semimetals can be stabilized by these symmetries. Different from internal ones, spatial symmetries act nonlocally in momentum space and enforce global constraints on both band degeneracies and topological quantities at different locations. In deriving general constraints on band degeneracies and topological invariants, we demonstrate that non-Hermitian spatial symmetries are on an equal footing with, but are essentially different from Hermitian ones. First, we discover the nonlocal Hermitian conjugate pair of exceptional or normal band degeneracies that are enforced by non-Hermitian spatial symmetries. Remarkably, we find that these pairs lead to the symmetry-enforced violation of the Fermion doubling theorem in the long-time limit. Second, with the topological constraints, we unravel that certain exceptional manifold is only compatible with and stabilized by non-Hermitian spatial symmetries but is intrinsically incompatible with Hermitian spatial symmetries. We illustrate these findings using two three-dimensional models of a non-Hermitian Weyl semimetal and an exceptional unconventional Weyl semimetal. Experimental cold-atom realizations of both models are also proposed.

cond-mat.mes-hall

Rotation Symmetry-Protected Topological Phases of Fermions

We study classification of interacting fermionic symmetry-protected topological (SPT) phases with both rotation symmetry and Abelian internal symmetries in one, two, and three dimensions. By working out this classification, on the one hand, we demonstrate the recently proposed correspondence principle between crystalline topological phases and those with internal symmetries through explicit block-state constructions. We find that for the precise correspondence to hold it is necessary to change the central extension structure of the symmetry group by the $\mathbb{Z}_2$ fermion parity. On the other hand, we uncover new classes of intrinsically fermionic SPT phases that are only enabled by interactions, both in 2D and 3D with four-fold rotation. Moreover, several new instances of Lieb-Schultz-Mattis-type theorems for Majorana-type fermionic SPTs are obtained and we discuss their interpretations from the perspective of bulk-boundary correspondence.

cond-mat.str-el

Enforced symmetry breaking by invertible topological order

It is well known that two-dimensional fermionic systems with a nonzero Chern number must break the time reversal symmetry, manifested by the appearance of chiral edge modes on an open boundary. Such an incompatibility between topology and symmetry can occur more generally. We will refer to this phenomenon as enforced symmetry breaking by topological orders. In this work, we systematically study enforced breaking of a general finite group $G_f$ by a class of topological orders, namely 0D, 1D and 2D fermionic invertible topological orders. Mathematically, the symmetry group $G_f$ is a central extension of a bosonic group $G$ by the fermion parity group $Z_2^f$, characterized by a 2-cocycle $λ$ $\in H^2(G,Z_2)$. With some minor assumptions and for given $G$ and $λ$, we are able to obtain a series of criteria on the existence or non-existence of enforced symmetry breaking by the fermionic invertible topological orders. Using these criteria, we discover many examples that are not known previously. For 2D systems, we define the physical quantities to describe symmetry-enriched invertible topological orders and derive some obstruction functions using both fermionic and bosonic languages. In the latter case which is done via gauging the fermion parity, we find that some obstruction functions are consequences of conditional anomalies of the bosonic symmetry-enriched topological states, with the conditions inherited from the original fermionic system. We also study enforced breaking of the continuous group $SU_f(N)$ by 2D invertible topological orders through a different argument.

cond-mat.str-el

Intertwined Weyl phases emergent from higher-order topology and unconventional Weyl fermions via crystalline symmetry

We discover three-dimensional intertwined Weyl phases, by developing a theory to create topological phases. The theory is based on intertwining existing topological gapped and gapless phases protected by the same crystalline symmetry. The intertwined Weyl phases feature both unconventional Weyl semimetallic (monopole charge>1) and higher-order topological phases, and more importantly, their exotic intertwining. While the two phases are independently stabilized by the same symmetry, their intertwining results in the specific distribution of them in the bulk. The construction mechanism allows us to combine different kinds of unconventional Weyl semimetallic and higher-order topological phases to generate distinct phases. Remarkably, on 2D surfaces, the intertwining causes the Fermi-arc topology to change in a periodic pattern against surface orientation. This feature provides a characteristic and feasible signature to probe the intertwining Weyl phases. Moreover, we provide guidelines for searching candidate materials, and elaborate on emulating the intertwined double-Weyl phase in cold-atom experiments.

cond-mat.mes-hall

RiWNet: A moving object instance segmentation Network being Robust in adverse Weather conditions

Segmenting each moving object instance in a scene is essential for many applications. But like many other computer vision tasks, this task performs well in optimal weather, but then adverse weather tends to fail. To be robust in weather conditions, the usual way is to train network in data of given weather pattern or to fuse multiple sensors. We focus on a new possibility, that is, to improve its resilience to weather interference through the network's structural design. First, we propose a novel FPN structure called RiWFPN with a progressive top-down interaction and attention refinement module. RiWFPN can directly replace other FPN structures to improve the robustness of the network in non-optimal weather conditions. Then we extend SOLOV2 to capture temporal information in video to learn motion information, and propose a moving object instance segmentation network with RiWFPN called RiWNet. Finally, in order to verify the effect of moving instance segmentation in different weather disturbances, we propose a VKTTI-moving dataset which is a moving instance segmentation dataset based on the VKTTI dataset, taking into account different weather scenes such as rain, fog, sunset, morning as well as overcast. The experiment proves how RiWFPN improves the network's resilience to adverse weather effects compared to other FPN structures. We compare RiWNet to several other state-of-the-art methods in some challenging datasets, and RiWNet shows better performance especially under adverse weather conditions.

cs.CV