SearcharxivSearch

arXiv subjects

Shuai Cui

Publications and source records attributed to Shuai Cui.

16 recordsLinked to original sources

AdaPCLA: Adaptive Prior-Calibrated Logit Adjustment for Long-Tailed Longitudinal EHR Generation

Generative modeling of longitudinal Electronic Health Records is increasingly important for privacy-preserving research, yet standard autoregressive models tend to underrepresent the co-occurrence structure of tail events (i.e., diseases, symptoms), reducing the fidelity and faithfulness of generated data for rare subpopulations. To this end, we propose AdaPCLA framework, which enables generative models to adaptively fit and generate EHR data through a data distribution-aware training strategy; this is achieved by internalizing data knowledge parameters by simulated annealing training. It also supports training-free adaptation to a diverse clinical population for generation through zero-shot distribution control. Moreover, our theoretical analysis characterizes rare-code logit updates through the label-wise empirical NTK and derives a prior-internalization bound for how annealing speed and NTK conditioning affect retained prior signals. Experiments on real-world data show that AdaPCLA achieves consistent gains in tail plausibility, downstream utility, and zero-shot control; in particular, it improves TailPairSeen over HALO by 114.2% on MIMIC-III and 65.1% on MIMIC-IV, outperforms GPT-style generation by 3.5% F1 for zero-shot cross-population adaptation.

cs.LG

BLM-Guard: Explainable Multimodal Ad Moderation with Chain-of-Thought and Policy-Aligned Rewards

Short-video platforms now host vast multimodal ads whose deceptive visuals, speech and subtitles demand finer-grained, policy-driven moderation than community safety filters. We present BLM-Guard, a content-audit framework for commercial ads that fuses Chain-of-Thought reasoning with rule-based policy principles and a critic-guided reward. A rule-driven ICoT data-synthesis pipeline jump-starts training by generating structured scene descriptions, reasoning chains and labels, cutting annotation costs. Reinforcement learning then refines the model using a composite reward balancing causal coherence with policy adherence. A multitask architecture models intra-modal manipulations (e.g., exaggerated imagery) and cross-modal mismatches (e.g., subtitle-speech drift), boosting robustness. Experiments on real short-video ads show BLM-Guard surpasses strong baselines in accuracy, consistency and generalization.

cs.CV

Predicting Scores of Various Aesthetic Attribute Sets by Learning from Overall Score Labels

Now many mobile phones embed deep-learning models for evaluation or guidance on photography. These models cannot provide detailed results like human pose scores or scene color scores because of the rare of corresponding aesthetic attribute data. However, the annotation of image aesthetic attribute scores requires experienced artists and professional photographers, which hinders the collection of large-scale fully-annotated datasets. In this paper, we propose to replace image attribute labels with feature extractors. First, a novel aesthetic attribute evaluation framework based on attribute features is proposed to predict attribute scores and overall scores. We call it the F2S (attribute features to attribute scores) model. We use networks from different tasks to provide attribute features to our F2S models. Then, we define an aesthetic attribute contribution to describe the role of aesthetic attributes throughout an image and use it with the attribute scores and the overall scores to train our F2S model. Sufficient experiments on publicly available datasets demonstrate that our F2S model achieves comparable performance with those trained on the datasets with fully-annotated aesthetic attribute score labels. Our method makes it feasible to learn meaningful attribute scores for various aesthetic attribute sets in different types of images with only overall aesthetic scores.

cs.CV

An Order-Complexity Model for Aesthetic Quality Assessment of Symbolic Homophony Music Scores

Computational aesthetics evaluation has made great achievements in the field of visual arts, but the research work on music still needs to be explored. Although the existing work of music generation is very substantial, the quality of music score generated by AI is relatively poor compared with that created by human composers. The music scores created by AI are usually monotonous and devoid of emotion. Based on Birkhoff's aesthetic measure, this paper proposes an objective quantitative evaluation method for homophony music score aesthetic quality assessment. The main contributions of our work are as follows: first, we put forward a homophony music score aesthetic model to objectively evaluate the quality of music score as a baseline model; second, we put forward eight basic music features and four music aesthetic features.

cs.SD

Aesthetic Visual Question Answering of Photographs

Aesthetic assessment of images can be categorized into two main forms: numerical assessment and language assessment. Aesthetics caption of photographs is the only task of aesthetic language assessment that has been addressed. In this paper, we propose a new task of aesthetic language assessment: aesthetic visual question and answering (AVQA) of images. If we give a question of images aesthetics, model can predict the answer. We use images from \textit{www.flickr.com}. The objective QA pairs are generated by the proposed aesthetic attributes analysis algorithms. Moreover, we introduce subjective QA pairs that are converted from aesthetic numerical labels and sentiment analysis from large-scale pre-train models. We build the first aesthetic visual question answering dataset, AesVQA, that contains 72,168 high-quality images and 324,756 pairs of aesthetic questions. Two methods for adjusting the data distribution have been proposed and proved to improve the accuracy of existing models. This is the first work that both addresses the task of aesthetic VQA and introduces subjectiveness into VQA tasks. The experimental results reveal that our methods outperform other VQA models on this new task.

cs.CV

Aesthetic Attributes Assessment of Images with AMANv2 and DPC-CaptionsV2

Image aesthetic quality assessment is popular during the last decade. Besides numerical assessment, nature language assessment (aesthetic captioning) has been proposed to describe the generally aesthetic impression of an image. In this paper, we propose aesthetic attribute assessment, which is the aesthetic attributes captioning, i.e., to assess the aesthetic attributes such as composition, lighting usage and color arrangement. It is a non-trivial task to label the comments of aesthetic attributes, which limit the scale of the corresponding datasets. We construct a novel dataset, named DPC-CaptionsV2, by a semi-automatic way. The knowledge is transferred from a small-scale dataset with full annotations to large-scale professional comments from a photography website. Images of DPC-CaptionsV2 contain comments up to 4 aesthetic attributes: composition, lighting, color, and subject. Then, we propose a new version of Aesthetic Multi-Attributes Networks (AMANv2) based on the BUTD model and the VLPSA model. AMANv2 fuses features of a mixture of small-scale PCCD dataset with full annotations and large-scale DPCCaptionsV2 dataset with full annotations. The experimental results of DPCCaptionsV2 show that our method can predict the comments on 4 aesthetic attributes, which are closer to aesthetic topics than those produced by the previous AMAN model. Through the evaluation criteria of image captioning, the specially designed AMANv2 model is better to the CNN-LSTM model and the AMAN model.

cs.CV

Aesthetic Attribute Assessment of Images Numerically on Mixed Multi-attribute Datasets

With the continuous development of social software and multimedia technology, images have become a kind of important carrier for spreading information and socializing. How to evaluate an image comprehensively has become the focus of recent researches. The traditional image aesthetic assessment methods often adopt single numerical overall assessment scores, which has certain subjectivity and can no longer meet the higher aesthetic requirements. In this paper, we construct an new image attribute dataset called aesthetic mixed dataset with attributes(AMD-A) and design external attribute features for fusion. Besides, we propose a efficient method for image aesthetic attribute assessment on mixed multi-attribute dataset and construct a multitasking network architecture by using the EfficientNet-B0 as the backbone network. Our model can achieve aesthetic classification, overall scoring and attribute scoring. In each sub-network, we improve the feature extraction through ECA channel attention module. As for the final overall scoring, we adopt the idea of the teacher-student network and use the classification sub-network to guide the aesthetic overall fine-grain regression. Experimental results, using the MindSpore, show that our proposed method can effectively improve the performance of the aesthetic overall and attribute assessment.

cs.CV

Pseudo-labelling and Meta Reweighting Learning for Image Aesthetic Quality Assessment

In the tasks of image aesthetic quality evaluation, it is difficult to reach both the high score area and low score area due to the normal distribution of aesthetic datasets. To reduce the error in labeling and solve the problem of normal data distribution, we propose a new aesthetic mixed dataset with classification and regression called AMD-CR, and we train a meta reweighting network to reweight the loss of training data differently. In addition, we provide a training strategy acccording to different stages, based on pseudo labels of the binary classification task, and then we use it for aesthetic training acccording to different stages in classification and regression tasks. In the construction of the network structure, we construct an aesthetic adaptive block (AAB) structure that can adapt to any size of the input images. Besides, we also use the efficient channel attention (ECA) to strengthen the feature extracting ability of each task. The experimental result shows that our method improves 0.1112 compared with the conventional methods in SROCC. The method can also help to find best aesthetic path planning for unmanned aerial vehicles (UAV) and vehicles.

cs.CV

Exact analysis of the spectral properties of the anisotropic two-bosons Rabi model

We introduce the anisotropic two-photon Rabi model in which the rotating and counter rotating terms enters along with two different coupling constants. Eigenvalues and eigenvectors are studied with exact means. We employ a variation of the Braak method based on Bogolubov rotation of the underlying $su(1,1)$ Lie algebra. Accordingly, the spectrum is provided by the analytical properties of a suitable meromorphic function. Our formalism applies to the two-modes Rabi model as well, sharing the same algebraic structure of the two-photon model. Through the analysis of the spectrum, we discover that the model displays close analogies to many-body systems undergoing quantum phase transitions.

quant-ph

Off-diagonal Bethe Ansatz solution of the $τ_2$-model

The generic quantum $τ_2$-model (also known as Baxter-Bazhanov-Stroganov (BBS) model) with periodic boundary condition is studied via the off-diagonal Bethe Ansatz method. The eigenvalues of the corresponding transfer matrix (solutions of the recursive functional relations in $τ_j$-hierarchy) with generic site-dependent inhomogeneity parameters are given in terms of an inhomogeneous T-Q relation with polynomial Q-functions. The associated Bethe Ansatz equations are obtained. Numerical solutions of the Bethe Ansatz equations for small number of sites indicate that the inhomogeneous T-Q relation does indeed give the complete spectrum.

math-ph

Bethe ansatz for an AdS/CFT open spin chain with non-diagonal boundaries

We consider the integrable open-chain transfer matrix corresponding to a Y=0 brane at one boundary, and a Y_theta=0 brane (rotated with the respect to the former by an angle theta) at the other boundary. We determine the exact eigenvalues of this transfer matrix in terms of solutions of a corresponding set of Bethe equations.

hep-th

Exact solution of the spin-s Heisenberg chain with generic non-diagonal boundaries

The off-diagonal Bethe ansatz method is generalized to the high spin integrable systems associated with the su(2) algebra by employing the spin-s isotropic Heisenberg chain model with generic integrable boundaries as an example. With the fusion techniques, certain closed operator identities for constructing the functional T-Q relations and the Bethe ansatz equations are derived. It is found that a variety of inhomogeneous T-Q relations obeying the operator product identities can be constructed. Numerical results for two-site s=1 case indicate that an arbitrary choice of the derived T-Q relations is enough to give the complete spectrum of the transfer matrix.

cond-mat.stat-mech

Spin-1/2 XYZ model revisit: general solutions via off-diagonal Bethe ansatz

The spin-1/2 XYZ model with both periodic and anti-periodic boundary conditions is studied via the off-diagonal Bethe ansatz method. The exact spectra of the Hamiltonians and the Bethe ansatz equations are derived by constructing the inhomogeneous T-Q relations, which allow us to treat both the even N (the number of lattice sites) and odd N cases simultaneously in an unified approach.

cond-mat.stat-mech

Anisotropic Rabi model

We define the anisotropic Rabi model as the generalization of the spin-boson Rabi model: The Hamiltonian system breaks the parity symmetry; the rotating and counter-rotating interactions are governed by two different coupling constants; a further parameter introduces a phase factor in the counter-rotating terms. The exact energy spectrum and eigenstates of the generalized model is worked out. The solution is obtained as an elaboration of a recent proposed method for the isotropic limit of the model. In this way, we provide a long sought solution of a cascade of models with immediate relevance in different physical fields, including i) quantum optics: two-level atom in single mode cross electric and magnetic fields; ii) solid state physics: electrons in semiconductors with Rashba and Dresselhaus spin-orbit coupling; iii) mesoscopic physics: Josephson junctions flux-qubit quantum circuits.

quant-ph

Completeness and Bethe root distribution of the spin-1/2 Heisenberg chain with arbitrary boundary fields

Recently, the XXX spin chain with arbitrary boundary fields was successfully solved [1] via the off-diagonal Bethe ansatz method [2]. The correctness and the completeness of this solution were numerically verified by Nepomechie for one choice of the parameterizations [3]. In this paper, we discuss further the completeness of another parameterization of the Bethe ansatz equations and its reduction to the parallel boundary field case. The numerical results show that when the relative angle between the boundary fields turns to zero, both the T-Q relations and the Bethe ansatz equations are reduced to the ones obtained by the conventional Bethe ansatz methods. This allows us to establish a one-to-one correspondence between the Bethe roots of the unparallel boundary field case and those of the parallel boundary field case. In the thermodynamic limit, those two sets of Bethe roots tend to the same and the contribution of the relative angle to the energy is in the order of 1/N.

cond-mat.stat-mech

Thermalization from a general canonical principle

We investigate the time evolution of a generic and finite isolated quantum many-body system starting from a pure quantum state. We find the kinematical general canonical principle proposed by Popescu-Short-Winter for statistical mechanics can be built in a more solid ground by studying the thermalization, i.e. comparing the density matrices themselves rather than the measures of distances. In particular, this allows us to explicitly identify that, from any instantaneous pure state after thermalization, the state of subsystem is like from a microcanonical ensemble or a generalized Gibbs ensemble, but neither a canonical nor a thermal ones due to finite-size effect. Our results are expected to bring the task of characterizing the state after thermalization to completion. In addition, thermalization of coupled systems with different temperatures corresponding to mixed initial states is studied.

quant-ph