SearcharxivSearch

arXiv subjects

Jingchun Gao

Publications and source records attributed to Jingchun Gao.

5 recordsLinked to original sources

VPP: Virtual Pipeline Parallelism for Efficient Chunked Prefill in Long-Context LLM Inference

Chunked prefill pipeline parallelism (CPP) is a key technique for LLM inference. However, equal-size chunks exhibit imbalanced latency, as later chunks attend longer prefix KV caches and incur higher attention costs, leading to pipeline bubbles. Existing approaches mitigate this imbalance through dynamic chunk resizing (Dynamic CPP, DCPP), but our measurements show that this trades scheduling overhead for load balancing, which becomes unfavorable on long sequences. In this study, we propose Virtual Pipeline Parallelism (VPP), which keeps chunk sizes fixed and optimizes the pipeline layout through virtual stages. A V-shaped virtual-stage traversal overlaps each chunk's expensive middle stages with the lighter head and tail stages of its neighbors, while asynchronous communication and pipelined packing further reduce communication stalls and cross-request drain bubbles. We implement VPP in vLLM-Ascend and evaluate it on three MoE-based LLMs with sequences up to 1M tokens on 16 Ascend 910C NPUs. VPP improves throughput by up to 13.1% over DCPP on long sequences and 6.7% on mixed workloads, while preserving performance on short sequences. On a 512K-token DeepSeek-V3.1 prefill workload, VPP reduces the pipeline bubble ratio from 6.4% to 0.1%, achieving a 98.0% reduction compared with DCPP.

cs.DC

Collective Resonance of Superconducting/Normal Domain Walls in the Intermediate State of type-I superconductor

The dynamics of phase boundaries, such as superconducting/normal (S/N) interfaces in type-I superconductors, are typically obscured in conventional magnetic measurements, which are dominated by surface barriers and over-damped flux processes. Here, we employ ac magnetostriction as a sensitive probe to reveal the distinct bulk dynamics of these domain walls in the intermediate state of lead. In contrast to the Debye-type relaxation observed in magnetic susceptibility, we discover a pronounced quasiresonant response characterized by a sign reversal of the imaginary component and a non-monotonic evolution of the real part with frequency. We attribute this behavior to the collective oscillations of S/N interfaces driven by eddy currents generated within the normal domains. This work uncovers a fundamental dynamical channel in superconducting modulated phases and establishes ac magnetostrictive coefficient as a powerful tool for probing hidden interface physics.

cond-mat.supr-con

Giant Magnetocrystalline Anisotropy in Honeycomb Iridate NiIrO3 with Large Coercive Field Exceeding 17 T

The realization of unconventional quantum phases in frustrated and spin-orbit coupled materials remains at the forefront of quantum materials research. Here we report the synthesis and discovery of NiIrO3, the first honeycomb iridate with coupled 3d-5d magnetic sublattices, through a soft topotactic reaction. Structural analysis reveals an ilmenite-type stacking of edge-sharing NiO6 and IrO6 octahedral honeycomb sublattices in a Kitaev geometry. Comprehensive magnetic and electrical transport measurements unveil its long-range ferrimagnetic order below 213 K, which is in sharp contrast to the predominantly antiferromagnetic order in the known honeycomb iridates. Notably, the titled compound displays an exceptionally large magnetocrystalline anisotropy energy of 32.2 meV/f.u. and a giant coercivity with coercive field exceeding 17.3 T below 4.2 K, both ranking among the highest observed in iridates to date. Combined experimental and theoretical investigations indicate that the exceptional anisotropy and coercivity originate from the synergistic effect between strong lattice frustration in the coupled 3d-5d honeycomb lattice network and the robust spin-orbit coupling of the Ir4+ (Jeff = 1/2) state. This work positions NiIrO3 as a promising platform to investigate low-dimensional and frustrated quantum spin systems, and highlights its potential for spintronic applications through the targeted engineering of 3d-5d interactions.

cond-mat.str-el

Distinct Suppression Mechanisms of Superconductivity by Magnetic Domains and Spin Fluctuations in EuFe2(As1-xPx)2 superconductors

Using ac composite magnetoelectric technique, we map the phase diagrams of EuFe(As1-xPx)2 to resolve the interplay between superconductivity and ferromagnetism. For samples with Tc TFM, strong short-range spin correlations and phase boundaries within a multiphase coexistence regime near the triple point act as potent pair-breaking centers, leading to pronounced Hc2 suppression.

cond-mat.supr-con

IntentVCNet: Bridging Spatio-Temporal Gaps for Intention-Oriented Controllable Video Captioning

Intent-oriented controlled video captioning aims to generate targeted descriptions for specific targets in a video based on customized user intent. Current Large Visual Language Models (LVLMs) have gained strong instruction following and visual comprehension capabilities. Although the LVLMs demonstrated proficiency in spatial and temporal understanding respectively, it was not able to perform fine-grained spatial control in time sequences in direct response to instructions. This substantial spatio-temporal gap complicates efforts to achieve fine-grained intention-oriented control in video. Towards this end, we propose a novel IntentVCNet that unifies the temporal and spatial understanding knowledge inherent in LVLMs to bridge the spatio-temporal gap from both prompting and model perspectives. Specifically, we first propose a prompt combination strategy designed to enable LLM to model the implicit relationship between prompts that characterize user intent and video sequences. We then propose a parameter efficient box adapter that augments the object semantic information in the global visual context so that the visual token has a priori information about the user intent. The final experiment proves that the combination of the two strategies can further enhance the LVLM's ability to model spatial details in video sequences, and facilitate the LVLMs to accurately generate controlled intent-oriented captions. Our proposed method achieved state-of-the-art results in several open source LVLMs and was the runner-up in the IntentVC challenge. Our code is available on https://github.com/thqiu0419/IntentVCNet.

cs.CV