Search arXivSearch

arXiv subjects

Yating Li

Publications and source records attributed to Yating Li.

6 recordsLinked to original sources

Geometry-aware Gaussian Prior and Axial Attention for Cervical Cytology Image Classification

Accurate cervical cytology image classification is a key component of automated cervical cancer screening, where reliable recognition of normal, precancerous, and cancer-associated cellular patterns from Pap smear images can improve screening efficiency and diagnostic consistency. However, this task remains challenging because cervical cells exhibit complex morphology, subtle intra-class variations, and strong inter-class similarities. Existing convolution-based models capture local texture well but have limited ability to model long-range relationships, whereas attention-based models provide broader context but often lack explicit structural guidance. To address these limitations, we propose a geometry-aware classification framework for cervical cancer screening-oriented cytology image analysis, incorporating semantic abstraction and structural priors learned from pre-trained vision-language features. The method uses Gaussian expert modules to generate axis-wise priors from global semantic information, capturing structural regularities such as nuclear alignment and cellular spatial organization. These priors are embedded into an axial self-attention module to modulate similarity computation along horizontal and vertical directions, improving long-range dependency modeling and structure-sensitive feature interaction. Experiments on the Mendeley liquid-based cytology and SIPaKMeD datasets show that the proposed method achieves 99.48% accuracy on the former and 96.08% on the latter, with balanced gains in recall, precision, and overall classification performance. Visual analysis further shows that the learned priors highlight diagnostically relevant cellular regions, demonstrating the potential of the proposed framework as a screening-oriented decision-support tool for cervical cytology.

cs.CV

Spin-chirality-dependent modulation of topological gap, Chern number, and valley-polarization in monolayer kagome lattice Cr3Se4

Kagome materials exhibit unique electronic properties, such as the quantum anomalous Hall effect. The control of Chern numbers is critical for quantum device manipulation, but existing research has mainly focused on collinear magnetization while neglecting chiral spin textures. Through first-principles calculations and tight-binding modeling of monolayer Cr3Se4, this study reveals spin-chirality-dependent control of topological gaps, Chern numbers, and valley polarization in kagome materials. The results demonstrate that the azimuthal angle has no observable effect. For collinear magnetization (\k{appa} = 0) or spin-chirality \k{appa} = -1, the topological bandgap decreases as the spin orientation approaches the in-plane direction. Conversely, increasing the polar angle enhances the bandgap for \k{appa} = 1. In the breathing kagome lattice, the degeneracy between K and K' valleys is lifted. As the gap undergoes sequential closure and reopening in the two valleys, the structural asymmetry and spin-chirality allow for controlled tuning of the topological gap, Chern number, and valley polarization. Moreover, the emergence of a topological Hall effect is is also demonstrated. These findings provide strategies for controlling topological states and advancing applications in quantum devices and valleytronic systems.

cond-mat.mtrl-sci

OUS: Scene-Guided Dynamic Facial Expression Recognition

Dynamic Facial Expression Recognition (DFER) is crucial for affective computing but often overlooks the impact of scene context. We have identified a significant issue in current DFER tasks: human annotators typically integrate emotions from various angles, including environmental cues and body language, whereas existing DFER methods tend to consider the scene as noise that needs to be filtered out, focusing solely on facial information. We refer to this as the Rigid Cognitive Problem. The Rigid Cognitive Problem can lead to discrepancies between the cognition of annotators and models in some samples. To align more closely with the human cognitive paradigm of emotions, we propose an Overall Understanding of the Scene DFER method (OUS). OUS effectively integrates scene and facial features, combining scene-specific emotional knowledge for DFER. Extensive experiments on the two largest datasets in the DFER field, DFEW and FERV39k, demonstrate that OUS significantly outperforms existing methods. By analyzing the Rigid Cognitive Problem, OUS successfully understands the complex relationship between scene context and emotional expression, closely aligning with human emotional understanding in real-world scenarios.

cs.CV

Hierarchic control for the coupled fourth order parabolic equations

In this paper, we obtain a null controllability result for a coupled fourth order parabolic system based on the Stackelberg-Nash strategies. For this purpose, we first prove the existence and uniqueness of Nash equilibrium pair of the original system and its explicit expression is provided. Next, we investigate the null controllability of Nash equilibrium to the corresponding optimal system. By duality theory, we establish an observability estimate for the coupled fourth order parabolic system. Such an estimate is obtained by a new global Carleman estimate we derived.

math.OC

On the Effectiveness of Function-Level Vulnerability Detectors for Inter-Procedural Vulnerabilities

Software vulnerabilities are a major cyber threat and it is important to detect them. One important approach to detecting vulnerabilities is to use deep learning while treating a program function as a whole, known as function-level vulnerability detectors. However, the limitation of this approach is not understood. In this paper, we investigate its limitation in detecting one class of vulnerabilities known as inter-procedural vulnerabilities, where the to-be-patched statements and the vulnerability-triggering statements belong to different functions. For this purpose, we create the first Inter-Procedural Vulnerability Dataset (InterPVD) based on C/C++ open-source software, and we propose a tool dubbed VulTrigger for identifying vulnerability-triggering statements across functions. Experimental results show that VulTrigger can effectively identify vulnerability-triggering statements and inter-procedural vulnerabilities. Our findings include: (i) inter-procedural vulnerabilities are prevalent with an average of 2.8 inter-procedural layers; and (ii) function-level vulnerability detectors are much less effective in detecting to-be-patched functions of inter-procedural vulnerabilities than detecting their counterparts of intra-procedural vulnerabilities.

cs.CR

Robin: A Novel Method to Produce Robust Interpreters for Deep Learning-Based Code Classifiers

Deep learning has been widely used in source code classification tasks, such as code classification according to their functionalities, code authorship attribution, and vulnerability detection. Unfortunately, the black-box nature of deep learning makes it hard to interpret and understand why a classifier (i.e., classification model) makes a particular prediction on a given example. This lack of interpretability (or explainability) might have hindered their adoption by practitioners because it is not clear when they should or should not trust a classifier's prediction. The lack of interpretability has motivated a number of studies in recent years. However, existing methods are neither robust nor able to cope with out-of-distribution examples. In this paper, we propose a novel method to produce \underline{Rob}ust \underline{in}terpreters for a given deep learning-based code classifier; the method is dubbed Robin. The key idea behind Robin is a novel hybrid structure combining an interpreter and two approximators, while leveraging the ideas of adversarial training and data augmentation. Experimental results show that on average the interpreter produced by Robin achieves a 6.11\% higher fidelity (evaluated on the classifier), 67.22\% higher fidelity (evaluated on the approximator), and 15.87x higher robustness than that of the three existing interpreters we evaluated. Moreover, the interpreter is 47.31\% less affected by out-of-distribution examples than that of LEMNA.

cs.SE