Arrow Research search

Author name cluster

Pengfei Chen

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

13 papers
1 author row

Possible papers

13

EAAI Journal 2026 Journal Article

An efficient and interpretable clustering-based framework for large-scale maritime traffic pattern recognition

  • Shaoqing Guo
  • Victor Bolbot
  • Liangliang Lu
  • Pengfei Chen
  • Osiris A. Valdez Banda

Understanding maritime navigational behaviors is fundamental for safe and intelligent shipping systems. Existing trajectory clustering approaches often suffer from two main limitations: computational inefficiency caused by complex similarity measures and repeated parameter tuning, and poor interpretability due to clusters that lack characterization through operational features and interaction patterns. To address these issues, this study proposes an efficient and interpretable framework for large-scale maritime traffic pattern recognition. First, the Hierarchical Jaccard on Geohash (HiJaG) method is developed for streamlined similarity measurement, which incorporates hierarchical spatial gridding and set-based comparison to achieve scale adaptivity and expedites the computation of the synthetic similarity matrix. Then, the Similarity Graph-based Leiden (SG-Leiden) clustering method is introduced to improve clustering robustness and eliminate cumbersome parameter adjustment by transforming the similarity matrix into a graph for Leiden algorithm. Finally, a pattern interpretation step profiles each cluster via spatial coverage, movement regularity, and behavioral properties, and examines encounter-driven interaction patterns. A case study using Automatic Identification System (AIS) and Traffic Separation Scheme (TSS) data from the Gulf of Finland was conducted to validate the proposed framework. Compared with baseline methods, it achieves superior accuracy and efficiency, with computation time reduced by an order of magnitude. The interpretation results further reveal distinct pattern characteristics. These findings highlight the practical value of this work in supporting enhanced navigation safety and maritime traffic management.

AAAI Conference 2026 Conference Paper

ConInstruct: Evaluating Large Language Models on Conflict Detection and Resolution in Instructions

  • Xingwei He
  • Qianru Zhang
  • Pengfei Chen
  • Guanhua Chen
  • Linlin Yu
  • Yuan Yuan
  • Siu-Ming Yiu

Instruction-following is a critical capability of Large Language Models (LLMs). While existing works primarily focus on assessing how well LLMs adhere to user instructions, they often overlook scenarios where instructions contain conflicting constraints—a common occurrence in complex prompts. The behavior of LLMs under such conditions remains under-explored. To bridge this gap, we introduce ConInstruct, a benchmark specifically designed to assess LLMs' ability to detect and resolve conflicts within user instructions. Using this dataset, we evaluate LLMs' conflict detection performance and analyze their conflict resolution behavior. Our experiments reveal two key findings: (1) Most proprietary LLMs exhibit strong conflict detection capabilities, whereas among open-source models, only DeepSeek-R1 demonstrates similarly strong performance. DeepSeek-R1 and Claude-4.5-Sonnet achieve the highest average F1-scores at 91.5% and 87.3%, respectively, ranking first and second overall. (2) Despite their strong conflict detection abilities, LLMs rarely explicitly notify users about the conflicts or request clarification when faced with conflicting constraints. These results underscore a critical shortcoming in current LLMs and highlight an important area for future improvement when designing instruction-following LLMs.

AAAI Conference 2026 Conference Paper

Fine-grained Image Quality Assessment for Perceptual Image Restoration

  • Xiangfei Sheng
  • Xiaofeng Pan
  • Zhichao Yang
  • Pengfei Chen
  • Leida Li

Recent years have witnessed remarkable achievements in perceptual image restoration (IR), creating an urgent demand for accurate image quality assessment (IQA), which is essential for both performance comparison and algorithm optimization. Unfortunately, the existing IQA metrics exhibit inherent weakness for IR task, particularly when distinguishing fine-grained quality differences among restored images. To address this dilemma, we contribute the first-of-its-kind fine-grained image quality assessment dataset for image restoration, termed FGRestore, comprising 18,408 restored images across six common IR tasks. Beyond conventional scalar quality scores, FGRestore was also annotated with 30,886 fine-grained pairwise preferences. Based on FGRestore, a comprehensive benchmark was conducted on the existing IQA metrics, which reveal significant inconsistencies between score-based IQA evaluations and the fine-grained restoration quality. Motivated by these findings, we further propose FGResQ, a new IQA model specifically designed for image restoration, which features both coarse-grained score regression and fine-grained quality ranking. Extensive experiments and comparisons demonstrate that FGResQ significantly outperforms state-of-the-art IQA metrics.

TAAS Journal 2026 Journal Article

Fine-grained Tracing for Performance Anomaly Diagnosis of Serverless Functions

  • Runan Wang
  • Guangba Yu
  • Giuliano Casale
  • Pengfei Chen
  • Antonio Filieri

Serverless function compositions subject to unpredictable faults are challenging to evaluate for root cause analysis. Even though distributed tracing provides observations at multiple levels of granularity for troubleshooting, excessive code instrumentation increases the tracing overheads in terms of both computation and storage. Therefore, developers face the challenge of where and how to instrument serverless functions to maximize the likelihood of locating faults based on tracing data while minimizing tracing overhead and costs. In this article, we propose a methodology to instrument an application with code-level tracing to infer the location of faults, taking into account constraints in terms of the maximum cost of the instrumentation and testing. We encode the tracing probe placement based on the control flow graph of the application and devise heuristics-based tracing data collection strategies to relate possible probe placements with their ability to locate a fault. Then we train novelty detection models to identify the internal anomalies and present an enhanced global search algorithm that automatically computes a probe placement with optimal fault localization ability versus cost. Experimental results show high performance in locating single and multiple faults with over 90% recall score for up to 15% latency anomalies, with minimal instrumentation overhead.

EAAI Journal 2026 Journal Article

Joint embedding for multi-structural hypergraph based dimensionality reduction in rotor fault diagnosis

  • Yongfei Zhang
  • Qibo Liang
  • Yuqiao Zheng
  • Rongzhen Zhao
  • Linfeng Deng
  • Mingkuan Shi
  • Pengfei Chen
  • Kongyuan Wei

Traditional methods of constructing graph models based on label information to drive first-order relationships struggle to adaptively mine higher-order geometric structures and global features among samples, limiting the expressive power of the resulting graph models. To address this issue, this study proposes Joint Embedding for Multi-structural Hypergraph (JEMSH) based Dimensionality Reduction in Rotor Fault Diagnosis. First, the algorithm constructs intra-class and inter-class hypergraphs using Euclidean distance and local geometric prior information. It then adaptively selects neighboring domains via sparse representation to build intra-class sparse hypergraphs and inter-class sparse hypergraphs. Finally, a multi-structural hypergraph objective function is formulated using a weighted difference criterion to enhance intra-class sample compactness and maximize inter-class sample separation. This dual-structural fusion strategy captures global subspace relationships and local geometric features, enabling extraction of more discriminative low-dimensional representations. Finally, the proposed algorithm was applied to dimensionality reduction on rotor fault datasets. Its performance was validated using two different structural rotor test platforms. Experimental results demonstrate fault identification accuracies of 100 % and 99. 3 % on the respective datasets, confirming the method's capability to effectively separate various fault types. This approach provides a computational foundation for data-driven intelligent dimensionality reduction techniques.

AAAI Conference 2026 Conference Paper

LongT2IBench: A Benchmark for Evaluating Long Text-to-Image Generation with Graph-structured Annotations

  • Zhichao Yang
  • Tianjiao Gu
  • Jianjie Wang
  • Feiyu Lin
  • Xiangfei Sheng
  • Pengfei Chen
  • Leida Li

The increasing popularity of long Text-to-Image (T2I) generation has created an urgent need for automatic and interpretable models that can evaluate the image-text alignment in long prompt scenarios. However, the existing T2I alignment benchmarks predominantly focus on short prompt scenarios and only provide MOS or Likert scale annotations. This inherent limitation hinders the development of long T2I evaluators, particularly in terms of the interpretability of alignment. In this study, we contribute LongT2IBench, which comprises 14K long text-image pairs accompanied by graph-structured human annotations. Given the detail-intensive nature of long prompts, we first design a Generate-Refine-Qualify annotation protocol to convert them into textual graph structures that encompass entities, attributes, and relations. Through this transformation, fine-grained alignment annotations are achieved based on these granular elements. Finally, the graph-structed annotations are converted into alignment scores and interpretations to facilitate the design of T2I evaluation models. Based on LongT2IBench, we further propose LongT2IExpert, a LongT2I evaluator that enables multi-modal large language models (MLLMs) to provide both quantitative scores and structured interpretations through an instruction-tuning process with Hierarchical Alignment Chain-of-Thought (CoT). Extensive experiments and comparisons demonstrate the superiority of the proposed LongT2IExpert in alignment evaluation and interpretation.

AAAI Conference 2026 Conference Paper

TuningIQA: Fine-Grained Blind Image Quality Assessment for Livestreaming Camera Tuning

  • Xiangfei Sheng
  • Zhichao Duan
  • Xiaofeng Pan
  • Yipo Huang
  • Zhichao Yang
  • Pengfei Chen
  • Leida Li

Livestreaming has become increasingly prevalent in modern visual communication, where automatic camera quality tuning is essential for delivering superior user Quality of Experience (QoE). Such tuning requires accurate blind image quality assessment (BIQA) to guide parameter optimization decisions. Unfortunately, the existing BIQA models typically only predict an overall coarse-grained quality score, which cannot provide fine-grained perceptual guidance for precise camera parameter tuning. To bridge this gap, we first establish FGLive-10K, a comprehensive fine-grained BIQA database containing 10,185 high-resolution images captured under varying camera parameter configurations across diverse livestreaming scenarios. The dataset features 50,925 multi-attribute quality annotations and 19,234 fine-grained pairwise preference annotations. Based on FGLive-10K, we further develop TuningIQA, a fine-grained BIQA metric for livestreaming camera tuning, which integrates human-aware feature extraction and graph-based camera parameter fusion. Extensive experiments and comparisons demonstrate that TuningIQA significantly outperforms state-of-the-art BIQA methods in both score regression and fine-grained quality ranking, achieving superior performance when deployed for livestreaming camera tuning.

EAAI Journal 2025 Journal Article

Dimensionality reduction of rolling bearing fault data based on graph-embedded semi-supervised deep auto-encoders

  • Kongyuan Wei
  • Rongzhen Zhao
  • Haixia Kou
  • Pengfei Chen
  • Yongyong Cao
  • Yuqiao Zheng
  • Linfeng Deng

Conventional shallow models struggle to extract effective features from high-dimensional and sparse bearing fault data, which negatively impacts fault classification accuracy. To address this issue, we propose a dimensionality reduction method for rolling bearing fault datasets based on a Graph Embedding Semi-supervised Deep Auto-Encoder (GESDAE). This method constructs traditional fault datasets into a data network graph embedding structure and inputs them into a sparse dropout regularized semi-supervised deep auto-encoder for dimensionality reduction. The supervised component utilizes first-order proximity to maintain the local network graph embedding structure, while the unsupervised component employs second-order proximity to capture the global network graph embedding structure. By reasonably introducing a sparse dropout regularization term in the original objective function, the method helps prevent model overfitting and enhances the robustness and generalization ability of GESDAE. The effectiveness of the proposed method is validated using vibration signals from rolling bearing systems on two different experimental platforms. Results show that the proposed method achieves a correct recognition rate of 97. 3 % for rolling bearing faults, with a 4. 8 % improvement compared to state-of-the-art dimensionality reduction methods. Furthermore, visualization and convergence analysis demonstrate that the proposed method not only retains highly nonlinear local and global network graph embedding structures but also significantly enhances the separability of fault features, showcasing its superior robustness and generalization performance in fault diagnosis systems.

EAAI Journal 2025 Journal Article

Multi-source contrastive cluster center method for cross-domain bearing fault identification

  • Pengfei Chen
  • Lizhen Wu
  • Rongzhen Zhao
  • Kongyuan Wei
  • Yuqiao Zheng
  • Linfeng Deng
  • Yongfei Zhang
  • Mingkuan Shi

Because of the complexity and time-varying attributes of the exterior surroundings, rolling bearings commonly operate under variable working conditions at any time. Therefore, there is a multi-source domain adaptation problem that involves multiple source domains and a target domain. In this circumstance, identifying faults directly in a multi-source domain through a model built in a single source domain will also lead to limited model generalization ability, i. e. , due to the incompleteness of the training sample size caused by the singularity of the domain quantity limited access to fault knowledge in a single source domain, the established model may be prone to over-fitting, thus whose generalization ability has been decreased under complex and variable working conditions to a certain extent. Hence, this paper has proposed a Multi-source Contrastive Cluster Center (MS3C) Method for addressing the aforementioned issues. Experimental findings on two datasets have suggested that MS3C has not only considered the domain shifts of the same classes between different source domains and the target domain but also adaptively aligned the feature distributions of the same classses in different source domains, therefore, MS3C has a higher identification rate, a better clustering and classification performance and a superior convergence.

EAAI Journal 2023 Journal Article

Unsupervised structure subdomain adaptation based the Contrastive Cluster Center for bearing fault diagnosis

  • Pengfei Chen
  • Rongzhen Zhao
  • Tianjing He
  • Kongyuan Wei
  • Jianhui Yuan

Recently, Unsupervised Domain Adaptation (UDA) as one of the transfer learning can handle the different data distributions and has been utilized in mechanical fault diagnosis under various working conditions successfully. However, most of them have only regarded two distributions as a global domain adaptation and ignored the subdomain adaptation issue, i. e. , there is a subdomain distribution discrepancy between the two same categories. Additionally, most marking pseudo label approaches do not consider the influences of noise in pseudo labels. To circumvent the aforementioned challenges, firstly, a dropout trick has been developed and explored to filter the noisy pseudo label for obtaining the higher confident pseudo labels. Furthermore, a novel subdomain alignment method named Contrastive Cluster Center (CCC) has been proposed for pushing away the different domain cluster centers and bringing closer the same domain cluster centers for bridging the subdomain gap. Finally, the findings of the comparative experiments have demonstrated that the proposed method could boost the average accuracy of 2. 2% and 3% on PU and LZUT bearing datasets than the state-of-art methods, respectively. Moreover, convergence analysis also suggests that the proposed method has superior robustness.

AAAI Conference 2021 Conference Paper

Beyond Class-Conditional Assumption: A Primary Attempt to Combat Instance-Dependent Label Noise

  • Pengfei Chen
  • Junjie Ye
  • Guangyong Chen
  • Jingwei Zhao
  • Pheng-Ann Heng

Supervised learning under label noise has seen numerous advances recently, while existing theoretical findings and empirical results broadly build up on the class-conditional noise (CCN) assumption that the noise is independent of input features given the true label. In this work, we present a theoretical hypothesis testing and prove that noise in real-world dataset is unlikely to be CCN, which confirms that label noise should depend on the instance and justifies the urgent need to go beyond the CCN assumption. The theoretical results motivate us to study the more general and practical-relevant instancedependent noise (IDN). To stimulate the development of theory and methodology on IDN, we formalize an algorithm to generate controllable IDN and present both theoretical and empirical evidence to show that IDN is semantically meaningful and challenging. As a primary attempt to combat IDN, we present a tiny algorithm termed self-evolution average label (SEAL), which not only stands out under IDN with various noise fractions, but also improves the generalization on realworld noise benchmark Clothing1M. Our code is released1. Notably, our theoretical analysis in Section 2 provides rigorous motivations for studying IDN, which is an important topic that deserves more research attention in future.

AAAI Conference 2021 Conference Paper

Foresee then Evaluate: Decomposing Value Estimation with Latent Future Prediction

  • Hongyao Tang
  • Zhaopeng Meng
  • Guangyong Chen
  • Pengfei Chen
  • Chen Chen
  • Yaodong Yang
  • Luo Zhang
  • Wulong Liu

Value function is the central notion of Reinforcement Learning (RL). Value estimation, especially with function approximation, can be challenging since it involves the stochasticity of environmental dynamics and reward signals that can be sparse and delayed in some cases. A typical model-free RL algorithm usually estimates the values of a policy by Temporal Difference (TD) or Monte Carlo (MC) algorithms directly from rewards, without explicitly taking dynamics into consideration. In this paper, we propose Value Decomposition with Future Prediction (VDFP), providing an explicit two-step understanding of the value estimation process: 1) first foresee the latent future, 2) and then evaluate it. We analytically decompose the value function into a latent future dynamics part and a policy-independent trajectory return part, inducing a way to model latent dynamics and returns separately in value estimation. Further, we derive a practical deep RL algorithm, consisting of a convolutional model to learn compact trajectory representation from past experiences, a conditional variational auto-encoder to predict the latent future dynamics and a convex return model that evaluates trajectory representation. In experiments, we empirically demonstrate the effectiveness of our approach for both off-policy and on-policy RL in several OpenAI Gym continuous control tasks as well as a few challenging variants with delayed reward.

AAAI Conference 2021 Conference Paper

Robustness of Accuracy Metric and its Inspirations in Learning with Noisy Labels

  • Pengfei Chen
  • Junjie Ye
  • Guangyong Chen
  • Jingwei Zhao
  • Pheng-Ann Heng

For multi-class classification under class-conditional label noise, we prove that the accuracy metric itself can be robust. We concretize this finding’s inspiration in two essential aspects: training and validation, with which we address critical issues in learning with noisy labels. For training, we show that maximizing training accuracy on sufficiently many noisy samples yields an approximately optimal classifier. For validation, we prove that a noisy validation set is reliable, addressing the critical demand of model selection in scenarios like hyperparameter-tuning and early stopping. Previously, model selection using noisy validation samples has not been theoretically justified. We verify our theoretical results and additional claims with extensive experiments. We show characterizations of models trained with noisy labels, motivated by our theoretical results, and verify the utility of a noisy validation set by showing the impressive performance of a framework termed noisy best teacher and student (NTS). Our code is released1.

v2026.09.13