SearcharxivSearch

arXiv subjects

Yukai Guo

Publications and source records attributed to Yukai Guo.

5 recordsLinked to original sources

ChartGalaxy: A Dataset for Infographic Chart Understanding and Generation

Infographic charts are a powerful medium for communicating abstract data by combining visual elements (e.g., charts, images) with textual information. However, their visual and structural richness poses challenges for large vision-language models (LVLMs), which are typically trained on plain charts. To bridge this gap, we introduce ChartGalaxy, a million-scale dataset designed to advance the understanding and generation of infographic charts. The dataset is constructed through an inductive process that identifies 75 chart types, 440 chart variations, and 68 layout templates from real infographic charts and uses them to create synthetic ones programmatically. We showcase the utility of this dataset through: 1) improving infographic chart understanding via fine-tuning, 2) benchmarking code generation for infographic charts, and 3) enabling example-based infographic chart generation. By capturing the visual and structural complexity of real design, ChartGalaxy provides a useful resource for enhancing multimodal reasoning and generation in LVLMs.

cs.CV

Extended Non-Markovian Stochastic Schrödinger Equation with Complex Frequency Modes for General Basis Functions

We introduce an extended formulation of the non-Markovian stochastic Schrödinger equation with complex frequency modes (extended cNMSSE), designed for simulating open quantum system dynamics under arbitrary spectral densities. This extension employs non-exponential basis sets to expand the bath correlation functions, overcoming the reliance of the original cNMSSE on exponential decompositions of the spectral density. Consequently, the extended cNMSSE is applicable to environments beyond those characterized by Debye-type spectral densities. The flexibility to employ general basis functions is particularly advantageous for handling spectral densities with higher-order poles, for which exponential decompositions are often inaccurate or unavailable. The extended cNMSSE is implemented in a pseudo-Fock space using conventional ladder operators and solved efficiently via matrix product state (MPS) techniques, preserving the favorable linear-scaling and wavefunction-based nature of the original method. Benchmark simulations across four representative cases, including discrete spectral density, Ohmic spectral density with exponential and algebraic cutoffs, and critically damped Brownian spectral density, demonstrate excellent agreement with results of hierarchy of forward-backward stochastic Schrödinger equations (HFB-SSE) and extended hierarchical equation of motion (HEOM).

quant-ph

Quantum Simulation of Open Quantum Dynamics via Non-Markovian Quantum State Diffusion

Quantum simulation of non-Markovian open quantum dynamics is essential but challenging for standard quantum computers due to their non-Hermitian nature, leading to non-unitary evolution, and the limitations of available quantum resources. Here we introduce a hybrid quantum-classical algorithm designed for simulating dissipative dynamics in system with non-Markovian environment. Our approach includes formulating a non-Markovian Stochastic Schrödinger equation with complex frequency modes (cNMSSE) where the non-Markovianity is characterized by the mode excitation. Following this, we utilize variational quantum simulation to capture the non-unitary evolution within the cNMSSE framework, leading to a substantial reduction in qubit requirements. To demonstrate our approach, we investigated the spin-boson model and dynamic quantum phase transitions (DQPT) within transverse field Ising model (TFIM). Significantly, our findings reveal the enhanced DQPT in TFIM due to non-Markovian behavior.

quant-ph

Interactive Reweighting for Mitigating Label Quality Issues

Label quality issues, such as noisy labels and imbalanced class distributions, have negative effects on model performance. Automatic reweighting methods identify problematic samples with label quality issues by recognizing their negative effects on validation samples and assigning lower weights to them. However, these methods fail to achieve satisfactory performance when the validation samples are of low quality. To tackle this, we develop Reweighter, a visual analysis tool for sample reweighting. The reweighting relationships between validation samples and training samples are modeled as a bipartite graph. Based on this graph, a validation sample improvement method is developed to improve the quality of validation samples. Since the automatic improvement may not always be perfect, a co-cluster-based bipartite graph visualization is developed to illustrate the reweighting relationships and support the interactive adjustments to validation samples and reweighting results. The adjustments are converted into the constraints of the validation sample improvement method to further improve validation samples. We demonstrate the effectiveness of Reweighter in improving reweighting results through quantitative evaluation and two case studies.

cs.HC

A Unified Interactive Model Evaluation for Classification, Object Detection, and Instance Segmentation in Computer Vision

Existing model evaluation tools mainly focus on evaluating classification models, leaving a gap in evaluating more complex models, such as object detection. In this paper, we develop an open-source visual analysis tool, Uni-Evaluator, to support a unified model evaluation for classification, object detection, and instance segmentation in computer vision. The key idea behind our method is to formulate both discrete and continuous predictions in different tasks as unified probability distributions. Based on these distributions, we develop 1) a matrix-based visualization to provide an overview of model performance; 2) a table visualization to identify the problematic data subsets where the model performs poorly; 3) a grid visualization to display the samples of interest. These visualizations work together to facilitate the model evaluation from a global overview to individual samples. Two case studies demonstrate the effectiveness of Uni-Evaluator in evaluating model performance and making informed improvements.

cs.CV