SearcharxivSearch

arXiv subjects

Peng Cai

Publications and source records attributed to Peng Cai.

At least 19 recordsLinked to original sources

TeleOCR: Navigating Document Parsing Across Digital and Camera-Captured Documents

Document parsing aims to transform unstructured documents into structured and machine-readable representations. Recent advances in Vision-Language Models (VLMs) have significantly advanced document parsing. However, existing approaches still face two major challenges. First, decoupled VLM-based methods heavily rely on accurate layout analysis, where geometric distortions in camera-captured documents can introduce cascading errors. Second, although end-to-end VLM-based methods alleviate the dependence on explicit layout detection, they often suffer from redundant generation, hallucinations, and insufficient structural reasoning in high-resolution scenarios. To address these challenges, we propose TeleOCR, a unified framework for document parsing. TeleOCR introduces deformation-aware learning to incorporate geometric perception into VLMs and proposes an adaptive sampling mechanism for complex layout representation. Furthermore, a content-structure decoupled learning strategy is developed to explicitly model formula grammars and table structures, enabling more effective structured representation learning. Extensive experiments demonstrate that TeleOCR achieves state-of-the-art performance across diverse document parsing benchmarks. It obtains overall scores of 96.87, 88.53 and 78.41 on OmniDocBench v1.6, Wild-OmniDocBench, and PureDocBench, respectively, and ranks first in the ICDAR 2026 Sci-ImageMiner Challenge. These results validate the effectiveness and generalization capability of TeleOCR in complex document parsing scenarios.

cs.CV

Tunneling spectra of $\mathrm{TaO}_x$ junctions for van der Waals superconductors

Tunneling spectroscopy and its evolution are crucial for elucidating the intricate electronic structure and emergent phenomena in quantum materials.Nevertheless, high-quality measurements -- specifically those tracking evolution across temperature and external fields -- remain a formidable challenge. We have fabricated a high-quality $\mathrm{TaO}_x$-based planar tunneling junction by using magnetron sputtering for van der Waals (vdW) superconductors. Using the vdW superconductor $\mathrm{Bi}_2\mathrm{Sr}_2\mathrm{CaCu}_2\mathrm{O}_{8+\delta}$ (Bi2212) as a benchmark, this platform yields high-quality tunneling spectra, reproducing the electronic signatures obtained from scanning tunneling spectra acquired from atomically clean surfaces under ultra-high vacuum conditions. This architecture enables high-precision spectroscopy across extensive temperature and magnetic field ranges, offering a universal strategy for probing the electronic structures of diverse two-dimensional systems and facilitating future explorations of material properties.

cond-mat.supr-con

A Practical Framework for Flaky Failure Triage in Distributed Database Continuous Integration

Flaky failure triage is crucial for keeping distributed database continuous integration (CI) efficient and reliable. After a failure is observed, operators must quickly decide whether to auto-rerun the job as likely flaky or escalate it as likely persistent, often under CPU-only millisecond budgets. Existing approaches remain difficult to deploy in this setting because they may rely on post-failure artifacts, produce poorly calibrated scores under telemetry and workload shifts, or learn from labels generated by finite rerun policies. To address these challenges, we present SCOUT, a practical state-aware causal online uncertainty-calibrated triage framework for distributed database CI. SCOUT uses only strict-causal features, including pre-failure telemetry and strictly historical data, to make online decisions without lookahead. Specifically, SCOUT combines lightweight state-aware scoring with optional sparse metadata fusion, applies post-hoc calibration to support fixed-threshold decisions across temporal and cross-domain shifts, and introduces a posterior-soft correction to reduce label bias induced by finite rerun budgets. We evaluated SCOUT on a benchmark of 3,680 labeled failed runs, including 462 flaky positives, and 62 telemetry/context features. Further, we studied the feasibility of SCOUT on TiDB v7/v8 and a large GitHub Actions metadata-only trace. The experimental results demonstrated its effectiveness and usefulness. We deployed SCOUT in the production environment, achieving an end-to-end P95 latency of 1.17 ms on CPU.

cs.SE

TiInsight: A SQL-based Automated Exploratory Data Analysis System through Large Language Models

The SQL-based exploratory data analysis has garnered significant attention within the data analysis community. The emergence of large language models (LLMs) has facilitated the paradigm shift from manual to automated data exploration. However, existing methods generally lack the ability for cross-domain analysis, and the exploration of LLMs capabilities remains insufficient. This paper presents TiInsight, an SQL-based automated cross-domain exploratory data analysis system. First, TiInsight offers a user-friendly GUI enabling users to explore data using natural language queries. Second, TiInsight offers a robust cross-domain exploratory data analysis pipeline: hierarchical data context (i.e., HDC) generation, question clarification and decomposition, text-to-SQL (i.e., TiSQL), and data visualization (i.e., TiChart). Third, we have implemented and deployed TiInsight in the production environment of PingCAP and demonstrated its capabilities using representative datasets. The demo video is available at https://youtu.be/JzYFyYd-emI.

cs.DB

LLMLogAnalyzer: A Clustering-Based Log Analysis Chatbot using Large Language Models

System logs are a cornerstone of cybersecurity, supporting proactive breach prevention and post-incident investigations. However, analyzing vast amounts of diverse log data remains significantly challenging, as high costs, lack of in-house expertise, and time constraints make even basic analysis difficult for many organizations. This study introduces LLMLogAnalyzer, a clustering-based log analysis chatbot that leverages Large Language Models (LLMs) and Machine Learning (ML) algorithms to simplify and streamline log analysis processes. This innovative approach addresses key LLM limitations, including context window constraints and poor structured text handling capabilities, enabling more effective summarization, pattern extraction, and anomaly detection tasks. LLMLogAnalyzer is evaluated across four distinct domain logs and various tasks. Results demonstrate significant performance improvements over state-of-the-art LLM-based chatbots, including ChatGPT, ChatPDF, and NotebookLM, with consistent gains ranging from 39% to 68% across different tasks. The system also exhibits strong robustness, achieving a 93% reduction in interquartile range (IQR) when using ROUGE-1 scores, indicating significantly lower result variability. The framework's effectiveness stems from its modular architecture comprising a router, log recognizer, log parser, and search tools. This design enhances LLM capabilities for structured text analysis while improving accuracy and robustness, making it a valuable resource for both cybersecurity experts and non-technical users.

cs.AI

ForCenNet: Foreground-Centric Network for Document Image Rectification

Document image rectification aims to eliminate geometric deformation in photographed documents to facilitate text recognition. However, existing methods often neglect the significance of foreground elements, which provide essential geometric references and layout information for document image correction. In this paper, we introduce Foreground-Centric Network (ForCenNet) to eliminate geometric distortions in document images. Specifically, we initially propose a foreground-centric label generation method, which extracts detailed foreground elements from an undistorted image. Then we introduce a foreground-centric mask mechanism to enhance the distinction between readable and background regions. Furthermore, we design a curvature consistency loss to leverage the detailed foreground labels to help the model understand the distorted geometric distribution. Extensive experiments demonstrate that ForCenNet achieves new state-of-the-art on four real-world benchmarks, such as DocUNet, DIR300, WarpDoc, and DocReal. Quantitative analysis shows that the proposed method effectively undistorts layout elements, such as text lines and table borders. The resources for further comparison are provided at https://github.com/caipeng328/ForCenNet.

cs.CV

LogSage: An LLM-Based Framework for CI/CD Failure Detection and Remediation with Industrial Validation

Continuous Integration and Deployment (CI/CD) pipelines are critical to modern software engineering, yet diagnosing and resolving their failures remains complex and labor-intensive. We present LogSage, the first end-to-end LLM-powered framework for root cause analysis (RCA) and automated remediation of CI/CD failures. LogSage employs a token-efficient log preprocessing pipeline to filter noise and extract critical errors, then performs structured diagnostic prompting for accurate RCA. For solution generation, it leverages retrieval-augmented generation (RAG) to reuse historical fixes and invokes automation fixes via LLM tool-calling. On a newly curated benchmark of 367 GitHub CI/CD failures, LogSage achieves over 98\% precision, near-perfect recall, and an F1 improvement of more than 38\% points in the RCA stage, compared with recent LLM-based baselines. In a year-long industrial deployment at ByteDance, it processed over 1.07M executions, with end-to-end precision exceeding 80\%. These results demonstrate that LogSage provides a scalable and practical solution for automating CI/CD failure management in real-world DevOps workflows.

cs.SE

Optimizing AUV speed dynamics with a data-driven Koopman operator approach

Autonomous Underwater Vehicles (AUVs) play an essential role in modern ocean exploration, and their speed control systems are fundamental to their efficient operation. Like many other robotic systems, AUVs exhibit multivariable nonlinear dynamics and face various constraints, including state limitations, input constraints, and constraints on the increment input, making controller design challenging and requiring significant effort and time. This paper addresses these challenges by employing a data-driven Koopman operator theory combined with Model Predictive Control (MPC), which takes into account the aforementioned constraints. The proposed approach not only ensures the performance of the AUV under state and input limitations but also considers the variation in incremental input to prevent rapid and potentially damaging changes to the vehicle's operation. Additionally, we develop a platform based on ROS2 and Gazebo to validate the effectiveness of the proposed algorithms, providing new control strategies for underwater vehicles against the complex and dynamic nature of underwater environments.

eess.SY

Towards Automated Cross-domain Exploratory Data Analysis through Large Language Models

Exploratory data analysis (EDA), coupled with SQL, is essential for data analysts involved in data exploration and analysis. However, data analysts often encounter two primary challenges: (1) the need to craft SQL queries skillfully, and (2) the requirement to generate suitable visualization types that enhance the interpretation of query results. Due to its significance, substantial research efforts have been made to explore different approaches to address these challenges, including leveraging large language models (LLMs). However, existing methods fail to meet real-world data exploration requirements primarily due to (1) complex database schema; (2) unclear user intent; (3) limited cross-domain generalization capability; and (4) insufficient end-to-end text-to-visualization capability. This paper presents TiInsight, an automated SQL-based cross-domain exploratory data analysis system. First, we propose hierarchical data context (i.e., HDC), which leverages LLMs to summarize the contexts related to the database schema, which is crucial for open-world EDA systems to generalize across data domains. Second, the EDA system is divided into four components (i.e., stages): HDC generation, question clarification and decomposition, text-to-SQL generation (i.e., TiSQL), and data visualization (i.e., TiChart). Finally, we implemented an end-to-end EDA system with a user-friendly GUI interface in the production environment at PingCAP. We have also open-sourced all APIs of TiInsight to facilitate research within the EDA community. Through extensive evaluations by a real-world user study, we demonstrate that TiInsight offers remarkable performance compared to human experts. Specifically, TiSQL achieves an execution accuracy of 86.3% on the Spider dataset using GPT-4. It also demonstrates state-of-the-art performance on the Bird dataset.

cs.DB

Gate Tunable Asymmetric Ozone Adsorption on Graphene

Molecular adsorption is pivotal in device fabrication and material synthesis for quantum technology. However, elucidating the behavior of physisorption poses technical challenges. Here graphene with ultrahigh sensitivity was utilized to detect ozone adsorption at cryogenic temperatures. Significant hole doping observed in graphene indicates a strong interaction between ozone and graphene. Interestingly, the adsorption exhibits asymmetry with positive and negative gate voltages. The strong affinity of ozone provides a tool to modulate materials and devices, while the gate tunability of adsorption offers new insights into construction and manipulation of oxide quantum materials.

cond-mat.mes-hall

All-optical polarization scrambler based on polarization beam splitting with amplified fiber ring

Optical-fiber-based polarization scramblers can reduce the impact of polarization sensitive performance of various optical fiber systems. Here, we propose a simple and efficient polarization scrambler based on an all optical Mach-Zehnder structure by combining polarization beam splitter and amplified fiber ring. To totally decoherence one polarization splitted beam, a fiber ring together with an amplifier are incorporated. The ratio of two orthogonal beams can be controlled by varying the amplification factor, and we observe different evolution trajectories of the output state of polarizations on Poincare sphere. When the amplification factor exceeds a certain threshold, the scrambler system exhibits chaotical behavior. A commercial single wavelength laser with linewidth of 3 MHz is utilized to characterize the scrambling performance. We found that when the sampling rate is 1.6 MSa/s, a scrambling speed up to 2000 krad/s can be obtained for the average degree of polarization being less than 0.1. We also exploit these chaotic polarization fluctuations to generate random binary number, indicating that the proposed technique is a good candidate for random bit generator.

physics.optics

Particle-hole asymmetric superconducting coherence peaks in overdoped cuprates

To elucidate the superconductor to metal transition at the end of superconducting dome, the overdoped regime has stepped onto the center stage of cuprate research recently. Here, we use scanning tunneling microscopy to investigate the atomic-scale electronic structure of overdoped trilayer Bi-2223 and bilayer Bi-2212 cuprates. At low energies the spectroscopic maps are well described by dispersive quasiparticle interference patterns. However, as the bias increases to the superconducting coherence peak energy, a virtually non-dispersive pattern with sqrt(2)*sqrt(2) periodicity emerges. Remarkably, the position of the coherence peaks exhibits evident particle-hole asymmetry which also modulates with the same period. We propose that this is an extreme quasiparticle interference phenomenon, caused by pairing-breaking scattering between flat anti-nodal Bogoliubov bands, which is ultimately responsible for the superconductor to metal transition.

cond-mat.supr-con

Machine Learning Identification of Impurities in the STM Images

In this work we train a neural network to identify impurities in the experimental images obtained by the scanning tunneling microscope measurements. The neural network is first trained with large number of simulated data and then the trained neural network is applied to identify a set of experimental images taken at different voltages. We use the convolutional neural network to extract features from the images and also implement the attention mechanism to capture the correlations between images taken at different voltages. We note that the simulated data can capture the universal Friedel oscillation but cannot properly describe the non-universal physics short-range physics nearby an impurity, as well as noises in the experimental data. And we emphasize that the key of this approach is to properly deal these differences between simulated data and experimental data. Here we show that even by including uncorrelated white noises in the simulated data, the performance of neural network on experimental data can be significantly improved. To prevent the neural network from learning unphysical short-range physics, we also develop another method to evaluate the confidence of the neural network prediction on experimental data and to add this confidence measure into the loss function. We show that adding such an extra loss function can also improve the performance on experimental data. Our research can inspire future similar applications of machine learning on experimental data analysis.

cond-mat.str-el

Visualizing the periodic modulation of Cooper pairing in a severely underdoped cuprate

A major obstacle in understanding the mechanism of Cooper pairing in the cuprates is the existence of various intertwined orders associated with spin, charge, and Cooper pairs. Of particular importance is the ubiquitous charge order features that have been observed in a variety of cuprates, especially in the underdoped regime of the phase diagram. To explain the origin of the charge order and its implication to the superconducting phase, many theoretical models have been proposed, such as charge stripes, electronic nematicity, and Fermi surface instability. A highly appealing physical picture is the so-called pair density wave (PDW), a periodic modulation of Cooper paring in space, which may also induce a charge order. To elucidate the existence and nature of the PDW order, here we use scanning tunneling microscopy (STM) to investigate a severely underdoped Bi2Sr2CaCu2O8+δ, in which superconductivity just emerges on top of a pronounced checkerboard charge order. By analyzing the spatial distribution of the spectral features characteristic of superconductivity, we observe a periodic modulation of both the superconducting coherence peak and gap depth, demonstrating the existence of a density wave order of Cooper pairing. The PDW order has the same spatial periodicity as the charge order, and the amplitudes of the two orders exhibit clear positive correlation. These results shed important new lights on the origin of and interplay between the charge order and Cooper pairing modulation in the cuprates.

cond-mat.supr-con

Quasiparticle interference and charge order in a heavily overdoped non-superconducting cuprate

One of the key issues in unraveling the mystery of high Tc superconductivity in the cuprates is to understand the normal state outside the superconducting dome. Here we perform scanning tunneling microscopy and spectroscopy measurements on a heavily overdoped, non-superconducting (Bi,Pb)2Sr2CuO6+x cuprate. Spectroscopic imaging reveals dispersive quasiparticle interferences and the Fourier transforms uncover the evolution of momentum space topology. More interestingly, we observe nanoscale patches of static charge order with sqrt(2)*sqrt(2) periodicity. Both the dispersive quasiparticle interference and static charge order can be qualitatively explained by theoretical calculations, which reveal the unique electronic structure of strongly overdoped cuprate.

cond-mat.supr-con

Orbital-driven Mottness collapse in 1T-TaS2-xSex transition metal dichalcogenide

The vicinity of a Mott insulating phase has constantly been a fertile ground for finding exotic quantum states, most notably the high Tc cuprates and colossal magnetoresistance manganites. The layered transition metal dichalcogenide 1T-TaS2 represents another intriguing example, in which the Mott insulator phase is intimately entangled with a series of complex charge-density-wave (CDW) orders. More interestingly, it has been recently found that 1T-TaS2 undergoes a Mott-insulator-to-superconductor transition induced by high pressure, charge doping, or isovalent substitution. The nature of the Mott insulator phase and transition mechanism to the conducting state is still under heated debate. Here, by combining scanning tunneling microscopy (STM) measurements and first-principles calculations, we investigate the atomic scale electronic structure of 1T-TaS2 Mott insulator and its evolution to the metallic state upon isovalent substitution of S with Se. We identify two distinct types of orbital textures - one localized and the other extended - and demonstrates that the interplay between them is the key factor that determines the electronic structure. Especially, we show that the continuous evolution of the charge gap visualized by STM is due to the immersion of the localized-orbital-induced Hubbard bands into the extended-orbital-spanned Fermi sea, featuring a unique evolution from a Mott gap to a charge-transfer gap. This new mechanism of orbital-driven Mottness collapse revealed here suggests an interesting route for creating novel electronic state and designing future electronic devices.

cond-mat.str-el

Relationship between the parent charge transfer gap and maximum transition temperature in cuprates

One of the biggest puzzles concerning the cuprate high temperature superconductors is what determines the maximum transition temperature (Tc,max), which varies from less than 30 K to above 130 K in different compounds. Despite this dramatic variation, a robust trend is that within each family, the double-layer compound always has higher Tc,max than the single-layer counterpart. Here we use scanning tunneling microscopy to investigate the electronic structure of four cuprate parent compounds belonging to two different families. We find that within each family, the double layer compound has a much smaller charge transfer gap size ($Δ_{CT}$), indicating a clear anticorrelation between $Δ_{CT}$ and Tc,max. These results suggest that the charge transfer gap plays a key role in the superconducting physics of cuprates, which shed important new light on the high Tc mechanism from doped Mott insulator perspective.

cond-mat.str-el

Visualizing the evolution from the Mott insulator to a charge ordered insulator in lightly doped cuprates

A central question in the high temperature cuprate superconductors is the fate of the parent Mott insulator upon charge doping. Here we use scanning tunneling microscopy to investigate the local electronic structure of lightly doped cuprate in the antiferromagnetic insulating regime. We show that the doped charge induces a spectral weight transfer from the high energy Hubbard bands to the low energy in-gap states. With increasing doping, a V-shaped density of state suppression occurs at the Fermi level, which is accompanied by the emergence of checkerboard charge order. The new STM perspective revealed here is the cuprates first become a charge ordered insulator upon doping. Subsequently, with further doping, Fermi surface and high temperature superconductivity grow out of it.

cond-mat.supr-con