Arrow Research search

Author name cluster

Xinlei He

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.

5 papers
1 author row

Possible papers

5

AAAI Conference 2026 Conference Paper

6DAttack: Backdoor Attacks in the 6DoF Pose Estimation

  • Jihui Guo
  • Zongmin Zhang
  • Zhen Sun
  • Yuhao Yang
  • Jinlin Wu
  • Fu Zhang
  • Xinlei He

Recent advances in deep learning have enabled highly accurate six-degree-of-freedom (6DoF) object pose estimation, leading to its widespread use in real-world applications such as robotics, augmented reality, virtual reality, and autonomous systems. However, backdoor attacks pose a major security risk to deep learning models. By injecting malicious triggers into training data, an attacker can cause a model to perform normally on benign inputs but behave incorrectly under specific conditions. While most research on backdoor attacks has focused on 2D vision tasks, their impact on 6DoF pose estimation remains largely unexplored. Furthermore, unlike traditional backdoors that only change the object class, backdoors against 6DoF pose estimation must additionally control continuous pose parameters, such as translation and rotation, making existing 2D backdoor attack methods not directly applicable to this setting. To address this gap, we propose a novel backdoor attack framework (6DAttack) that exposes vulnerabilities in 6DoF pose estimation. 6DAttack uses synthetic and real 3D objects of varying shapes as triggers and assigns target poses to induce controlled erroneous pose outputs while maintaining normal behavior on clean inputs. We evaluated this attack on multiple models (including PVNet, DenseFusion, and PoseDiffusion) and datasets (including LINEMOD, YCB-Video, and CO3D). Experimental results demonstrate that 6DAttack achieves extremely high attack success rates (ASRs) without compromising performance on legitimate tasks. Across various models and objects, the backdoored models achieve up to 100% ADD accuracy on clean data, while also achieving 100% ASR under trigger conditions. The accuracy of controlled erroneous pose output is also extremely high, with triggered samples achieving 97.70% ADD-P. These results demonstrate that the backdoor can be reliably implanted and activated, achieving a high ASR under trigger conditions while maintaining a negligible impact on benign data. Furthermore, we evaluate a representative defense and show that it remains ineffective under 6DAttack. Overall, our findings reveal a potentially serious and previously underexplored threat to modern 6DoF pose estimation models.

AAAI Conference 2026 Conference Paper

An Improved Privacy and Utility Analysis of Differentially Private SGD with Bounded Domain and Smooth Losses

  • Hao Liang
  • Wanrong Zhang
  • Xinlei He
  • Kaishun Wu
  • Hong Xing

Differentially Private Stochastic Gradient Descent (DPSGD) is widely used to protect sensitive data during the training of machine learning models, but its privacy guarantee often comes at a large cost of model performance due to the lack of tight theoretical bounds quantifying privacy loss. While recent efforts have achieved more accurate privacy guarantees, they still impose some assumptions prohibited from practical applications, such as convexity and complex parameter requirements, and rarely investigate in-depth the impact of privacy mechanisms on the model's utility. In this paper, we provide a rigorous privacy characterization for DPSGD with general L-smooth and non-convex loss functions, revealing converged privacy loss with iteration in bounded-domain cases. Specifically, we track the privacy loss over multiple iterations, leveraging the noisy smooth-reduction property, and further establish comprehensive convergence analysis in different scenarios. In particular, we show that for DPSGD with a bounded domain, (i) the privacy loss can still converge without the convexity assumption, (ii) a smaller bounded diameter can improve both privacy and utility simultaneously under certain conditions, and (iii) the attainable big-O order of the privacy utility trade-off for DPSGD with gradient clipping (DPSGD-GC) and for DPSGD-GC with bounded domain (DPSGD-DC) and strongly convex population risk function, respectively. Experiments via membership inference attack (MIA) in a practical setting validate insights gained from the theoretical results.

NeurIPS Conference 2025 Conference Paper

CHASM: Unveiling Covert Advertisements on Chinese Social Media

  • Jingyi Zheng
  • Tianyi Hu
  • Yule Liu
  • Zhen Sun
  • Zongmin Zhang
  • Zifan Peng
  • Wenhan Dong
  • Xinlei He

Current benchmarks for evaluating large language models (LLMs) in social media moderation completely overlook a serious threat: covert advertisements, which disguise themselves as regular posts to deceive and mislead consumers into making purchases, leading to significant ethical and legal concerns. In this paper, we present the CHASM, a first-of-its-kind dataset designed to evaluate the capability of Multimodal Large Language Models (MLLMs) in detecting covert advertisements on social media. CHASM is a high-quality, anonymized, manually curated dataset consisting of 4, 992 instances, based on real-world scenarios from the Chinese social media platform Rednote. The dataset was collected and annotated under strict privacy protection and quality control protocols. It includes many product experience sharing posts that closely resemble covert advertisements, making the dataset particularly challenging. The results show that under both zero-shot and in-context learning settings, none of the current MLLMs are sufficiently reliable for detecting covert advertisements. Our further experiments revealed that fine-tuning open-source MLLMs on our dataset yielded noticeable performance gains. However, significant challenges persist, such as detecting subtle cues in comments and differences in visual and textual structures. We provide in-depth error analysis and outline future research directions. We hope our study can serve as a call for the research community and platform moderators to develop more precise defenses against this emerging threat.

AAAI Conference 2025 Conference Paper

CL-Attack: Textual Backdoor Attacks via Cross-Lingual Triggers

  • Jingyi Zheng
  • Tianyi Hu
  • Tianshuo Cong
  • Xinlei He

Backdoor attacks significantly compromise the security of large language models by triggering them to output specific and controlled content. Currently, triggers for textual backdoor attacks fall into two categories: fixed-token triggers and sentence-pattern triggers. However, the former are typically easy to identify and filter, while the latter, such as syntax and style, do not apply to all original samples and may lead to semantic shifts. In this paper, inspired by cross-lingual (CL) prompts of LLMs in real-world scenarios, we propose a higher-dimensional trigger method at the paragraph level, namely CL-Attack. CL-Attack injects the backdoor by using texts with specific structures that incorporate multiple languages, thereby offering greater stealthiness and universality compared to existing backdoor attack techniques. Extensive experiments on different tasks and model architectures demonstrate that CL-Attack can achieve nearly 100 percents attack success rate with a low poisoning rate in both classification and generation tasks. We also empirically show that CL-Attack is more robust against current major defense methods compared to baseline backdoor attacks. Additionally, in response to CL-Attack, we further develop a new defense called TranslateDefense, which can partially mitigate the impact of CL-Attack.

EAAI Journal 2024 Journal Article

A lightweight deep learning based bowel sounds segmentation algorithm for gastrointestinal (GI) monitoring

  • Mingyuan Zhang
  • Xiao Cui
  • Liuwei Zhao
  • Xinlei He
  • Yu Shi
  • Jianhong Yang
  • YuXin Leng

Segmentation of bowel sounds (BS) events is a significant task of automatic BS monitoring. Recently, deep learning (DL) has been utilized to realize the segmentation of BS events. However, most researchers treat BS segmentation as a traditional classification problem, which causes that more precise locations for the occurrence of BS events are unable to obtained. Besides, the performance of segmentation of BS events is easily affected by thresholds of model output in practical applications. To tackle these issues, in this paper, a lightweight DL-based BS segmentation algorithm is proposed. The one-dimensional convolution layers and bidirectional gate recurrent unit (GRU) layers are adopted to enhance the ability of feature extraction. A loss function named shape loss is proposed to reduce the sensitivity of model to thresholds. Moreover, a portable BS monitoring device is developed to realize data acquisition, display and algorithm deployment. Based on this device, experiments on human and rats are conducted to verify the effectiveness of our proposed approach. Experimental results shows that the proposed method outperforms other comparison methods with the higher f1-scores and lower sensitivity to thresholds.

v2026.09.13