arXiv ScienceSearch

arXiv subjects

Weiwei Liu

Publications and source records attributed to Weiwei Liu.

At least 19 recordsLinked to original sources

Inevitability of Encrypted Traffic Side-Channel Leakage in the Multi-Class Setting

The Side-Channel Existence Theorem proves $I(X;Y)>0$ in the binary, undefended setting, but is confined to pairwise arguments and ignores active defenses. We extend it to $k$ classes via the per-class decomposition $I(X;Y)=\sum_i\pi_i D_{\mathrm{KL}}(P_{Y|i}\|P_Y)$, with defense cost modelled by per-class Wasserstein-1 constraints $\sup_x W_1(Q_x^D,P_x)\le B$. Three results follow: (1) a summation-form MI lower bound over all active classes; (2) a cascade critical cost theorem and a per-class budget corollary, nonzero where the uniform-budget bound vanishes; (3) an accuracy corollary $\mathrm{Acc}^*\ge 2^{I_0}/k>1/k$. On a 95-class website fingerprinting dataset the measured MI has a strictly positive $95\%$ confidence lower bound under every defense tested. Against the strongest pairwise baseline---a convex program over all $\binom{k}{2}$ triangle constraints, also $\Theta(1)$ in $k$ under the same non-vanishing-gap conditions---the summation form is only $1.45\times$ stronger, so the case for the per-class decomposition is structural: only it gives each class a critical cost and a cascade. FRONT's apparent $122\times$ gap is inflated mainly by threshold exclusion rather than the inequality chain: on the active classes it is $21\times$, within $1.4\times$ of the $15\times$ measured undefended. Measuring the chain's two steps separately bounds the collapse onto one Lipschitz statistic below by $28\times$, against a divergence step measured at $1.5\times$. Undefended OVR distinguishability predicts post-defense per-class leakage at Spearman $\rho=0.62$--$0.77$, the transfer the certification procedure relies on. The framework carries over unchanged to a 100-class QUIC/TCP pair.

cs.CR

Rate-Distortion Function for Encrypted Traffic Side-Channel Defense

Parameter selection for encrypted traffic defense has long relied on empirical tuning, yet the fundamental question -- \emph{given a QoS cost budget $D$, how low can the leakage rate go under sustained observation?} -- lacks a provable, computable baseline. Taking the semantic label sequence $X^n$ as the source, the defended feature sequence $Y^n$ as the observation, and Wasserstein-1 distance as the defense cost, we define the \emph{side-channel rate-distortion function} $R^{\mathrm{sc}}(D)$ within the stationary memoryless defense class $\Theta_{\mathrm{iid}}$ and provide its complete characterization. We prove that $R^{\mathrm{sc}}(D)$ is monotone decreasing, convex, and continuous, with exact endpoints; the optimal defense has an exponential-tilting (Boltzmann) structure governed by KKT conditions; and the curve constitutes the exact Pareto frontier within $\Theta_{\mathrm{iid}}$. For binary equal-prior tasks, $D_{\max} = \tfrac{1}{2}W_1(P_0,P_1)$ via Kantorovich--Rubinstein duality. On real-world website-fingerprinting defenses, the framework locates Front ($\Delta_{\mathrm{gap}}{=}0.028$\,bits), WTF-PAD ($0.034$\,bits), and TrafficSliver ($0.124$\,bits) above the theoretical curve, quantifying their suboptimality gaps.

cs.CR

TRIG: Trajectory-Rig Decoupled Metric Geometry Learning

Vision-centric autonomous driving requires accurate metric geometry and ego-motion estimation from synchronized multi-camera observations. Recent visual geometry models show strong performance in pose estimation, depth prediction, and 3D reconstruction, but are not tailored to rigid multi-camera driving systems. They often encode camera poses as entangled representations, in which time-varying ego-motion and static camera-rig geometry are jointly modeled, limiting the utilization of vehicle-side geometric priors. We propose Trajectory-Rig Decoupled Metric Geometry Learning (TRIG), a geometry perception framework for autonomous driving. TRIG factorizes camera poses into ego-trajectory and camera-rig components, enabling separate modeling of ego-motion and static multi-camera topology. We introduce decoupled pose encoding and supervision, which separately constrain trajectory evolution and rig geometry for metric-consistent learning. Moreover, sparse Temporal--Spatial attention separates cross-camera interaction from temporal aggregation, reducing global attention cost while preserving geometric reasoning. Experiments on five autonomous driving benchmarks show that TRIG achieves state-of-the-art performance in pose estimation, metric depth prediction, and 3D reconstruction.

cs.CV

Training Long-Context Vision-Language Models Effectively with Generalization Beyond 128K Context

Long-context modeling is becoming a core capability of modern large vision-language models (LVLMs), enabling sustained context management across long-document understanding, video analysis, and multi-turn tool use in agentic workflows. Yet practical training recipes remain insufficiently explored, particularly for designing and balancing long-context data mixtures. In this work, we present a systematic study of long-context continued pre-training for LVLMs, extending a 7B model from 32K to 128K context with extensive ablations on long-document data. We first show that long-document VQA is substantially more effective than OCR transcription. Building on this observation, our ablations further yield three key findings: i) for sequence-length distribution, balanced data outperforms target-length-focused data (e.g., 128K), suggesting that long-context ability requires generalizable key-information retrieval across various lengths and positions; ii) retrieval remains the primary bottleneck, favoring retrieval-heavy mixtures with modest reasoning data for task diversity; and iii) pure long-document VQA largely preserves short-context capabilities, suggesting that instruction-formatted long data reduces the need for short-data mixing. Based on these findings, we introduce MMProLong, obtained by long-context continued pre-training from Qwen2.5-VL-7B with only a 5B-token budget. MMProLong improves long-document VQA scores by 7.1% and maintains strong performance at 256K and 512K contexts beyond its 128K training window, without additional training. It further generalizes to webpage-based multimodal needle retrieval, long-context vision-text compression, and long-video understanding without task-specific supervision. Overall, our study establishes a practical LongPT recipe and an empirical foundation for advancing long-context vision-language models.

cs.CV

The Inevitability of Side-Channel Leakage in Encrypted Traffic

The widespread adoption of TLS 1.3 and QUIC has rendered payload content invisible, shifting traffic analysis toward side-channel features. However, rigorous justification for why side-channel leakage is inevitable in encrypted communications has been lacking. This paper establishes a strict foundation from information theory by constructing a formal model \(\Sigma=(\Gamma,\Omega)\), where \(\Gamma=(A,\Pi,\Phi,N)\) describes the causal chain of application generation, protocol encapsulation, encryption transformation, and network transmission, while \(\Omega\) characterizes observation capabilities. Based on composite channel structure, data processing inequality, and Lipschitz statistics propagation, we propose and prove the Side-Channel Existence Theorem: for distinguishable semantic pairs, under conditions including mapping non-degeneracy (\(\mathbb{E}[d(z_P,z_N)\mid X]\le C\)), protocol-layer distinguishability (expectation difference \(\ge\bar\Delta\)), Lipschitz continuity, observation non-degeneracy (\(\rho>0\)), and propagation condition (\(C<\bar\Delta/2L_\varphi\)), the mutual information \(I(X;Y)\) is strictly positive with explicit lower bound. The corollary shows that in efficiency-prioritized systems, leakage is inevitable when at least one application pair is distinguishable. Three factors determine the boundary: non-degeneracy constant \(C\) constrained by efficiency, distinguishability \(\bar\Delta\) from application diversity, and \(\rho\) from analyst capabilities. This establishes the first rigorous information-theoretic foundation for encrypted traffic side channels, providing verifiable predictions for attack feasibility, quantifiable benchmarks for defenses, and mathematical basis for efficiency-privacy tradeoffs.

cs.CR

Universal convolution from wave dynamics: photonic processing and encryption in synthetic dimension

Convolution, a cornerstone of signal processing and optical neural networks, has traditionally been implemented by mapping mathematical operations onto complex hardware. Here, we overcome this challenge by revealing that wave dynamics in translation-symmetric lattices intrinsically performs convolution, with the dispersion relation uniquely defining the complex-valued kernel. Leveraging this universal principle, we develop a convolutional architecture of minimal complexity through wave evolution in programmable photonic synthetic lattices, delivering high-throughput, multifunctional capabilities at a rate of 13.5 tera-operations per second (TOPS) for image processing. Beyond convolution acceleration, the kernel's complex nature facilitates the photonic simulation of both irreversible diffusion and reversible unitary quantum dynamics under classical incoherent excitation. Capitalizing on the physics-based reversibility and undetectable phase information, we demonstrate a novel convolution-driven optical encryption strategy. This work establishes a unified framework for photonic computing by grounding convolution in wave dynamics, opening avenues toward scalable, multifunctional photonic processors with high integration potential.

physics.optics

Decoupling Bidirectional Geometric Representations of 4D cost volume with 2D convolution

High-performance real-time stereo matching methods invariably rely on 3D regularization of the cost volume, which is unfriendly to mobile devices. And 2D regularization based methods struggle in ill-posed regions. In this paper, we present a deployment-friendly 4D cost aggregation network DBStereo, which is based on pure 2D convolutions. Specifically, we first provide a thorough analysis of the decoupling characteristics of 4D cost volume. And design a lightweight bidirectional geometry aggregation block to capture spatial and disparity representation respectively. Through decoupled learning, our approach achieves real-time performance and impressive accuracy simultaneously. Extensive experiments demonstrate that our proposed DBStereo outperforms all existing aggregation-based methods in both inference time and accuracy, even surpassing the iterative-based method IGEV-Stereo. Our study break the empirical design of using 3D convolutions for 4D cost volume and provides a simple yet strong baseline of the proposed decouple aggregation paradigm for further study. Code will be available at (\href{https://github.com/happydummy/DBStereo}{https://github.com/happydummy/DBStereo}) soon.

cs.CV

Detection of Ultra-Trace Heavy metals in Aerosols with pg^m3 Sensitivity Using Filament-Induced Fluorescence Spectroscopy

Heavy metal pollution, particularly in the form of airborne aerosols such as lead (Pb), cadmium (Cd), mercury (Hg), and cobalt (Co), poses serious health and environmental risks, necessitating highly sensitive remote detection techniques. In this study, Filament-Induced Fluorescence Spectroscopy (FIFS) was employed to detect ultra-trace concentrations of heavy metal aerosols with high sensitivity and stability. By systematically optimizing the balance between filament length and detection distance, the optimal detection distance under the current experimental conditions was determined. With a detection distance of 10 m, this work achieved a minimum detectable concentration of 0.47 pg m^-3 for Pb and an extrapolated limit of detection (LOD) of 0.3 pg m^-3, with excellent signal stability (RSD < 7%) over a concentration range from 0.47 pg m^-3 to 0.47 g m^-3. Additionally, Cd, Hg, and Co aerosols were also successfully detected under the same conditions, with detection limits of 2 pg m^-3, 0.25 pg m^-3, and 3 pg m^-3, respectively, further confirming the versatility of FIFS in detecting diverse heavy metals. Theoretical predictions suggest that increasing laser power could further enhance the detection capability. These results highlight the ultra-sensitive remote detection capability of FIFS for heavy metal aerosol detection and provide valuable insights for optimizing system parameters to enhance its application performance in environmental monitoring.

physics.ins-det

Intense THz s-SNOM for nonlinearity engineering in nanoscale

Terahertz (THz) nonlinear optics offer powerful tools to investigate and manipulate electronic dynamics in condensed matter. Confining high-peak-power THz pulses within near field can effectively generates extremely localized electromagnetic fields in spatio-temporal, enabling to precisely explore and control carrier transient dynamics from THz nonlinearity perspective. However, the combination of the high peak power THz pulses and the near-field optic techniques remains challenging due to the incompatibility between low repetition THz pulses and typical near-field demodulation schemes. Here, we construct high peak power THz scattering scanning near-field microscopy (THz s-SNOM) by combining THz pulses emitted from two-color femtosecond laser filaments with a tapping mode atomic force microscopy (AFM) and explore efficient THz third harmonics generation (THG) from the Cd3As2 film in nanoscale. The power-law dependence of the THz harmonics and theoretical calculation reveals a convincing third harmonic generation that is attributed to the nonequilibrium intraband dynamics driven by the strong THz pulses. Especially, the nanoscopic near-field THz third harmonic imaging with resolution of 200 nm ({\lambda}/3000) of 3D Dirac semimetal are demonstrated. The high peak power THz s-SNOM can provide a great platform for exploring and manipulating the nonlinear physics, carrier dynamics and quantum coherent phenomena driven by the localized THz field with nanoscale resolution, thereby guiding the development of the integrated high-performance nonlinear photonic devices.

physics.optics

WildDoc: How Far Are We from Achieving Comprehensive and Robust Document Understanding in the Wild?

The rapid advancements in Multimodal Large Language Models (MLLMs) have significantly enhanced capabilities in Document Understanding. However, prevailing benchmarks like DocVQA and ChartQA predominantly comprise \textit{scanned or digital} documents, inadequately reflecting the intricate challenges posed by diverse real-world scenarios, such as variable illumination and physical distortions. This paper introduces WildDoc, the inaugural benchmark designed specifically for assessing document understanding in natural environments. WildDoc incorporates a diverse set of manually captured document images reflecting real-world conditions and leverages document sources from established benchmarks to facilitate comprehensive comparisons with digital or scanned documents. Further, to rigorously evaluate model robustness, each document is captured four times under different conditions. Evaluations of state-of-the-art MLLMs on WildDoc expose substantial performance declines and underscore the models' inadequate robustness compared to traditional benchmarks, highlighting the unique challenges posed by real-world document understanding. Our project homepage is available at https://bytedance.github.io/WildDoc.

cs.CV

Seed1.5-VL Technical Report

We present Seed1.5-VL, a vision-language foundation model designed to advance general-purpose multimodal understanding and reasoning. Seed1.5-VL is composed with a 532M-parameter vision encoder and a Mixture-of-Experts (MoE) LLM of 20B active parameters. Despite its relatively compact architecture, it delivers strong performance across a wide spectrum of public VLM benchmarks and internal evaluation suites, achieving the state-of-the-art performance on 38 out of 60 public benchmarks. Moreover, in agent-centric tasks such as GUI control and gameplay, Seed1.5-VL outperforms leading multimodal systems, including OpenAI CUA and Claude 3.7. Beyond visual and video understanding, it also demonstrates strong reasoning abilities, making it particularly effective for multimodal reasoning challenges such as visual puzzles. We believe these capabilities will empower broader applications across diverse tasks. In this report, we mainly provide a comprehensive review of our experiences in building Seed1.5-VL across model design, data construction, and training at various stages, hoping that this report can inspire further research. Seed1.5-VL is now accessible at https://www.volcengine.com/ (Volcano Engine Model ID: doubao-1-5-thinking-vision-pro-250428)

cs.CV

IoT-AMLHP: Aligned Multimodal Learning of Header-Payload Representations for Resource-Efficient Malicious IoT Traffic Classification

Traffic classification is crucial for securing Internet of Things (IoT) networks. Deep learning-based methods can autonomously extract latent patterns from massive network traffic, demonstrating significant potential for IoT traffic classification tasks. However, the limited computational and spatial resources of IoT devices pose challenges for deploying more complex deep learning models. Existing methods rely heavily on either flow-level features or raw packet byte features. Flow-level features often require inspecting entire or most of the traffic flow, leading to excessive resource consumption, while raw packet byte features fail to distinguish between headers and payloads, overlooking semantic differences and introducing noise from feature misalignment. Therefore, this paper proposes IoT-AMLHP, an aligned multimodal learning framework for resource-efficient malicious IoT traffic classification. Firstly, the framework constructs a packet-wise header-payload representation by parsing packet headers and payload bytes, resulting in an aligned and standardized multimodal traffic representation that enhances the characterization of heterogeneous IoT traffic. Subsequently, the traffic representation is fed into a resource-efficient neural network comprising a multimodal feature extraction module and a multimodal fusion module. The extraction module employs efficient depthwise separable convolutions to capture multi-scale features from different modalities while maintaining a lightweight architecture. The fusion module adaptively captures complementary features from different modalities and effectively fuses multimodal features.

cs.NI

DiffAD: A Unified Diffusion Modeling Approach for Autonomous Driving

End-to-end autonomous driving (E2E-AD) has rapidly emerged as a promising approach toward achieving full autonomy. However, existing E2E-AD systems typically adopt a traditional multi-task framework, addressing perception, prediction, and planning tasks through separate task-specific heads. Despite being trained in a fully differentiable manner, they still encounter issues with task coordination, and the system complexity remains high. In this work, we introduce DiffAD, a novel diffusion probabilistic model that redefines autonomous driving as a conditional image generation task. By rasterizing heterogeneous targets onto a unified bird's-eye view (BEV) and modeling their latent distribution, DiffAD unifies various driving objectives and jointly optimizes all driving tasks in a single framework, significantly reducing system complexity and harmonizing task coordination. The reverse process iteratively refines the generated BEV image, resulting in more robust and realistic driving behaviors. Closed-loop evaluations in Carla demonstrate the superiority of the proposed method, achieving a new state-of-the-art Success Rate and Driving Score.

cs.RO

Reconfigurable chiral edge states in synthetic dimensions on an integrated photonic chip

Chiral edge state is a hallmark of topological physics, which has drawn significant attention across quantum mechanics, condensed matter and optical systems. Recently, synthetic dimensions have emerged as ideal platforms for investigating chiral edge states in multiple dimensions, overcoming the limitations of real space. In this work, we demonstrate reconfigurable chiral edge states via synthetic dimensions on an integrated photonic chip. These states are realized by coupling two frequency lattices with opposite pseudospins, which are subjected to programmable artificial gauge potential and long-range coupling within a thin-film lithium niobate microring resonator. Within this system, we are able to implement versatile strategies to observe and steer the chiral edge states, including the realization and frustration of the chiral edge states in a synthetic Hall ladder, the generation of imbalanced chiral edge currents, and the regulation of chiral behaviors as chirality, single-pseudospin enhancement, and complete suppression. This work provides a reconfigurable integrated photonic platform for simulating and steering chiral edge states in synthetic space, paying the way for the realization of high-dimensional and programmable topological photonic systems on chip.

physics.optics

Nonlinear Non-Hermitian Skin Effect and Skin Solitons in Temporal Photonic Feedforward Lattices

Here we report the experimental demonstration of the nonlinear non-Hermitian skin effect (NHSE) in an effective Kerr nonlinear temporal photonic lattice, where the high-power requirements and lack of tunability intrinsic to optical materials are overcome by an artificial nonlinearity arising from optoelectronic feedforward. Thanks to Kerr self-trapping, the nonlinear NHSE is demonstrated to possess much better localization strength and robustness at the preferred boundary compared to the linear case. Away from the preferred boundary, Kerr self-trapping can even inhibit NHSE-induced transport and form stable skin solitons. Harnessing the nonlinearity-controlled NHSE, we judiciously design an optical router with a flexibly tuned output port. Our findings promise great applications in robust signal transmission, routing, and processing.

physics.optics

Finite Temperature Magnetism in the Triangular Lattice Antiferromagnet KErTe2

After the discovery of the ARECh2 (A=alkali or monovalent ions, RE=rare-earth, Ch= chalcogen) triangular lattice quantum spin liquid (QSL) family, a series of its oxide, sulfide, and selenide counterparts has been consistently reported and extensively investigated. While KErTe2 represents the initial synthesized telluride member, preserving its triangular spin lattice, it was anticipated that the substantial tellurium ions could impart more pronounced magnetic attributes and electronic structures to this material class. This study delves into the magnetism of KErTe2 at finite temperatures through magnetization and electron spin resonance (ESR) measurements. Based on the angular momentum $\hat{J}$ after spin-orbit coupling (SOC) and symmetry analysis, we obtain the magnetic effective Hamiltonian to describe the magnetism of Er3+ in R-3m space group. Applying the mean-field approximation to the Hamiltonian, we can simulate the magnetization and magnetic heat capacity of KErTe2 in paramagnetic state and determine the crystalline electric field (CEF) parameters and partial exchange interactions. The relatively narrow energy gaps between CEF ground state and excited states exert a significant influence on the magnetism. For example, small CEF excitations can result in a significant broadening of the ESR linewidth at 2 K. For the fitted exchange interactions, although the values are small, given a large angular momentum J = 15/2 after SOC, they still have a noticeable effect at finite temperatures. Notably, the heat capacity data under different magnetic fields along the c-axis direction also roughly match our calculated results, further validating the reliability of our analytical approach. These derived parameters serve as crucial tools for future investigations into the ground state magnetism of KErTe2.

cond-mat.str-el

Compact ultra-broadband light coupling on chip via nonadiabatic pumping

Enlarging bandwidth capacity of the integrated photonic systems demands efficient and broadband light coupling among optical elements, which has been a vital issue in integrated photonics. Here, we have developed a compact ultra-broadband light coupling strategy based on nonadiabatic pumping in coupled optical waveguides, and experimentally demonstrated the designs in thin-film lithium niobate on insulator (LNOI) platform. We found that nonadiabatic transition would produce a decreased dispersion of the phases related to eigenstates in the waveguides. As a consequence, we realized high-efficiency directional transfer between edgestates for various wavelengths covering a 1-dB bandwidth of ~320 nm in experiment (>400 nm in simulation), with a coupling length (~50 {\mu}m) approximately 1/10 of that required in the adiabatic regime. Furthermore, we have constructed complex functional devices including beamsplitter and multiple-level cascaded networks for broadband light routing and splitting. Our work preserves significant advantages simultaneously in extending the operation bandwidth and minimizing the footprint, which demonstrates great potential for large-scale and compact photonic integration on chip.

physics.optics

Coverage-Guaranteed Prediction Sets for Out-of-Distribution Data

Out-of-distribution (OOD) generalization has attracted increasing research attention in recent years, due to its promising experimental results in real-world applications. In this paper,we study the confidence set prediction problem in the OOD generalization setting. Split conformal prediction (SCP) is an efficient framework for handling the confidence set prediction problem. However, the validity of SCP requires the examples to be exchangeable, which is violated in the OOD setting. Empirically, we show that trivially applying SCP results in a failure to maintain the marginal coverage when the unseen target domain is different from the source domain. To address this issue, we develop a method for forming confident prediction sets in the OOD setting and theoretically prove the validity of our method. Finally, we conduct experiments on simulated data to empirically verify the correctness of our theory and the validity of our proposed method.

cs.LG