SearcharxivSearch

arXiv subjects

Xinle Cheng

Publications and source records attributed to Xinle Cheng.

11 recordsLinked to original sources

Cavity Control of Strongly Correlated Electrons Beyond Resonant Coupling

Interfacing materials with electromagnetic cavities offers a route to modify equilibrium properties through structured vacuum fluctuations. The coupling between light and correlated electrons lacks a characteristic energy scale, making vacuum induced ground state modifications of such systems inherently off-resonant and sensitive to the full photon mode structure. We develop a consistent cavity-QED formalism for dispersive electromagnetic environments in the Coulomb gauge, capturing both dynamical dressing via the vector potential and static screening by the dielectric. With this formalism, we perform a non-perturbative study of the cavity-induced modification of magnetism in the Hubbard model close to half-filling, including all cavity modes and with parameters determined from first principles. At half-filling, we show that the modification of the magnetic exchange interaction $J$ is controlled by a generalized Purcell factor, proportional to the frequency integrated photonic density of states relative to free space. This result identifies polaritonic surface cavities as promising platforms to modify correlated systems. For the surface cavity a competition between static screening and dynamical dressing via the vector potential leads to a net enhancement of $J$, directly observable in two-magnon Raman spectroscopy. The inclusion of screening is essential to obtain even qualitatively correct results. At weak doping, a variational exact diagonalization of the cavity-coupled $t$-$J$ polaron reveals that a low-frequency surface cavity can reverse the nodal-antinodal dichotomy of the bare polaron dispersion. This effect lies beyond mean field theory and is observable via ARPES measurements. Our framework establishes a concrete design principle linking cavity geometry to material response in the off-resonant regime, which will guide future experimental and theoretical explorations.

quant-ph

Cavity control of multiferroic order in single-layer NiI$_2$

Controlling materials through their interactions with electromagnetic vacuum fluctuations is an emergent frontier in material engineering. Although recent experiments have demonstrated dark cavity effects for electronic material phases, like superconductivity, ferroelectricity and charge density waves, a smoking gun experiment for magnetic systems is lacking. Largely, this comes from the focus on phase transitions, where a large critical light-matter coupling is needed to observe cavity modifications. Here, we propose spiral magnets, where even a small cavity-mediated change in magnetic interactions is reflected in a change of the spiral wavelength, as a promising platform to observe cavity effects. We focus on the single-layer multiferroic NiI$_2$, interacting with electric field fluctuations from surface phonon polaritons of the paraelectric substrate SrTiO$_3$. With decreasing substrate-material distance, the ratio of nearest and third nearest neighbor exchange interactions reduces, leading to an increase of the spiral wavelength and an eventual transition into a ferromagnetic state. Our work identifies a realistic platform to observe cavity vacuum renormalization effects in magnetic systems.

cond-mat.mtrl-sci

SonicMoE: Accelerating MoE with IO and Tile-aware Optimizations

Mixture of Experts (MoE) models have emerged as the de facto architecture for scaling up language models without significantly increasing the computational cost. Recent MoE models demonstrate a clear trend towards high expert granularity (smaller expert intermediate dimension) and higher sparsity (constant number of activated experts with a higher number of total experts), which improve model quality per FLOP. However, fine-grained MoEs suffer from increased activation memory footprint and reduced hardware efficiency due to higher IO costs, while sparser MoEs suffer from wasted computations due to padding in Grouped GEMM kernels. In response, we propose a memory-efficient algorithm to compute the forward and backward passes of MoEs with minimal activation caching for the backward pass. We also design GPU kernels that overlap memory IO with computation, benefiting all MoE architectures. Finally, we propose a novel "token rounding" method that minimizes the wasted compute due to padding in Grouped GEMM kernels. As a result, our method SonicMoE reduces activation memory by 45% and achieves a 1.86x compute throughput improvement on Hopper GPUs compared to ScatterMoE's BF16 MoE kernel for a fine-grained 7B MoE. Concretely, SonicMoE on 64 H100s achieves a training throughput of 213 billion tokens per day, comparable to ScatterMoE's 225 billion tokens per day on 96 H100s for a 7B MoE model training with FSDP-2 using the lm-engine codebase. On Blackwell GPUs, SonicMoE also achieves a 25% and 15% relative speedup on the forward and backward pass respectively compared to a highly optimized DeepGEMM baseline on OLMoE-sized 7B MoE models. Under high MoE sparsity settings, our tile-aware token rounding algorithm yields an additional 1.16x speedup on kernel execution time compared to vanilla top-K routing while maintaining similar downstream performance on Hopper GPUs. We open-source all our kernels.

cs.LG

Anyonic Chern insulator in graphene induced by surface electromagnon vacuum fluctuations

Sub-wavelength cavities have emerged as a promising platform to realize strong light-matter coupling in condensed matter systems. Previous studies are limited to dielectric sub-wavelength cavities, which preserve time-reversal symmetry. Here, we lift this constraint by proposing a cavity system based on magneto-electric materials, which host surface electromagnons with non-orthogonal electric field and magnetic field components. The quantum fluctuations of the surface electromagnons drive a nearby graphene monolayer into an anyonic Chern insulator, characterized by anyonic quasi-particles and a topological gap that decays polynomially with the graphene-substrate distance. Our work opens a path to controllably break time-reversal symmetry and induce exotic quantum states through cavity vacuum fluctuations.

cond-mat.mes-hall

Playing with Transformer at 30+ FPS via Next-Frame Diffusion

Autoregressive video models offer distinct advantages over bidirectional diffusion models in creating interactive video content and supporting streaming applications with arbitrary duration. In this work, we present Next-Frame Diffusion (NFD), an autoregressive diffusion transformer that incorporates block-wise causal attention, enabling iterative sampling and efficient inference via parallel token generation within each frame. Nonetheless, achieving real-time video generation remains a significant challenge for such models, primarily due to the high computational cost associated with diffusion sampling and the hardware inefficiencies inherent to autoregressive generation. To address this, we introduce two innovations: (1) We extend consistency distillation to the video domain and adapt it specifically for video models, enabling efficient inference with few sampling steps; (2) To fully leverage parallel computation, motivated by the observation that adjacent frames often share the identical action input, we propose speculative sampling. In this approach, the model generates next few frames using current action input, and discard speculatively generated frames if the input action differs. Experiments on a large-scale action-conditioned video generation benchmark demonstrate that NFD beats autoregressive baselines in terms of both visual quality and sampling efficiency. We, for the first time, achieves autoregressive video generation at over 30 Frames Per Second (FPS) on an A100 GPU using a 310M model.

cs.CV

Quantum melting of generalized electron crystal in twisted bilayer MoSe2

Electrons can form an ordered solid crystal phase ascribed to the interplay between Coulomb repulsion and kinetic energy. Tuning these energy scales can drive a phase transition from electron solid to liquid, i.e. melting of Wigner crystal. Generalized Wigner crystals (GWCs) pinned to moire superlattices have been reported by optical and scanning-probe-based methods. Using transport measurements to investigate GWCs is vital to a complete characterization, however, still poses a significant challenge due to difficulties in making reliable electrical contacts. Here, we report the electrical transport detection of GWCs at fractional fillings nu = 2/5, 1/2, 3/5, 2/3, 8/9, 10/9, and 4/3 in twisted bilayer MoSe2. We further observe that these GWCs undergo continuous quantum melting transitions to liquid phases by tuning doping density, magnetic and displacement fields, manifested by quantum critical scaling behaviors. Our findings establish twisted bilayer MoSe2 as a novel system to study strongly correlated states of matter and their quantum phase transitions.

cond-mat.str-el

CAT Pruning: Cluster-Aware Token Pruning For Text-to-Image Diffusion Models

Diffusion models have revolutionized generative tasks, especially in the domain of text-to-image synthesis; however, their iterative denoising process demands substantial computational resources. In this paper, we present a novel acceleration strategy that integrates token-level pruning with caching techniques to tackle this computational challenge. By employing noise relative magnitude, we identify significant token changes across denoising iterations. Additionally, we enhance token selection by incorporating spatial clustering and ensuring distributional balance. Our experiments demonstrate reveal a 50%-60% reduction in computational costs while preserving the performance of the model, thereby markedly increasing the efficiency of diffusion models. The code is available at https://github.com/ada-cheng/CAT-Pruning

cs.CV

VidTok: A Versatile and Open-Source Video Tokenizer

Encoding video content into compact latent tokens has become a fundamental step in video generation and understanding, driven by the need to address the inherent redundancy in pixel-level representations. Consequently, there is a growing demand for high-performance, open-source video tokenizers as video-centric research gains prominence. We introduce VidTok, a versatile video tokenizer that delivers state-of-the-art performance in both continuous and discrete tokenizations. VidTok incorporates several key advancements over existing approaches: 1) model architecture such as convolutional layers and up/downsampling modules; 2) to address the training instability and codebook collapse commonly associated with conventional Vector Quantization (VQ), we integrate Finite Scalar Quantization (FSQ) into discrete video tokenization; 3) improved training strategies, including a two-stage training process and the use of reduced frame rates. By integrating these advancements, VidTok achieves substantial improvements over existing methods, demonstrating superior performance across multiple metrics, including PSNR, SSIM, LPIPS, and FVD, under standardized evaluation settings.

cs.CV

DPO Meets PPO: Reinforced Token Optimization for RLHF

In the classical Reinforcement Learning from Human Feedback (RLHF) framework, Proximal Policy Optimization (PPO) is employed to learn from sparse, sentence-level rewards -- a challenging scenario in traditional deep reinforcement learning. Despite the great successes of PPO in the alignment of large language models, its open-source implementation is still largely sub-optimal. To address these issues, we introduce a framework that models RLHF problems as a Markov decision process (MDP), enabling the capture of fine-grained token-wise information. Under this framework, we introduce an algorithm Reinforced Token Optimization (\texttt{RTO}), which learns the token-wise reward function from preference data and performs policy optimization based on this learned token-wise reward signal. Theoretically, \texttt{RTO} is proven to have the capability of finding the near-optimal policy sample-efficiently. For its practical implementation, \texttt{RTO} innovatively integrates Direct Preference Optimization (DPO) and PPO. DPO, originally derived from sparse sentence rewards, surprisingly provides us with a token-wise characterization of response quality, which is seamlessly incorporated into our subsequent PPO training stage. Extensive experiments demonstrate that \texttt{RTO} performs better than PPO and other direct preference learning algorithms. In particular, RTO outperforms PPO by 7.5 points on the AlpacaEval 2 benchmark and by 4.1 points on Arena-Hard. Our code and models are available at \href{https://github.com/zkshan2002/RTO}{https://github.com/zkshan2002/RTO}.

cs.LG

Zero-Shot Image Feature Consensus with Deep Functional Maps

Correspondences emerge from large-scale vision models trained for generative and discriminative tasks. This has been revealed and benchmarked by computing correspondence maps between pairs of images, using nearest neighbors on the feature grids. Existing work has attempted to improve the quality of these correspondence maps by carefully mixing features from different sources, such as by combining the features of different layers or networks. We point out that a better correspondence strategy is available, which directly imposes structure on the correspondence field: the functional map. Wielding this simple mathematical tool, we lift the correspondence problem from the pixel space to the function space and directly optimize for mappings that are globally coherent. We demonstrate that our technique yields correspondences that are not only smoother but also more accurate, with the possibility of better reflecting the knowledge embedded in the large-scale vision models that we are studying. Our approach sets a new state-of-the-art on various dense correspondence tasks. We also demonstrate our effectiveness in keypoint correspondence and affordance map transfer.

cs.CV

Equivariant Neural Network Force Fields for Magnetic Materials

Neural network force fields have significantly advanced ab initio atomistic simulations across diverse fields. However, their application in the realm of magnetic materials is still in its early stage due to challenges posed by the subtle magnetic energy landscape and the difficulty of obtaining training data. Here we introduce a data-efficient neural network architecture to represent density functional theory total energy, atomic forces, and magnetic forces as functions of atomic and magnetic structures. Our approach incorporates the principle of equivariance under the three-dimensional Euclidean group into the neural network model. Through systematic experiments on various systems, including monolayer magnets, curved nanotube magnets, and moir\'e-twisted bilayer magnets of $\text{CrI}_{3}$, we showcase the method's high efficiency and accuracy, as well as exceptional generalization ability. The work creates opportunities for exploring magnetic phenomena in large-scale materials systems.

cond-mat.mtrl-sci