Arrow Research search

Author name cluster

Chenxi Li

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.

8 papers
2 author rows

Possible papers

8

AAAI Conference 2026 Conference Paper

Uplift Modeling with Delayed Feedback: Identifiability and Algorithms

  • Chunyuan Zheng
  • Anpeng Wu
  • Chuan Zhou
  • Taojun Hu
  • Qingying Chen
  • Hongyi Liu
  • Chenxi Li
  • Huiyou Jiang

Uplift modeling has obtained significant attention, with broad applications in medicine, economics, and marketing. For example, in a push notification scenario, accurately estimating the uplift of different push frequencies on user activation and notification switch close rate is critical for balancing user experience and business goals. Existing methods only use binary labels, i.e., convert or not within the observational window. However, they ignore time information (e.g., users who convert on day 1 vs. day 14 reflect different sensitivities) and fail to model potential closures outside the window, i.e., due to treatments always taking time to manifest causal impacts on outcomes, the potential outcomes of interest cannot be observed promptly and accurately. Failing to account for these issues can result in skewed uplift modeling. To address this gap, this work examines how observation timing influences the assessment of uplift by explicitly modeling the potential response time. Theoretical analysis establishes the conditions for identifiability under delayed feedback scenarios. We introduce CFR-DF (Counterfactual Regression with Delayed Feedback), a systematic framework that jointly learns both the latent response times and the underlying potential outcomes. Empirical evaluations on synthetic and real-world datasets, including an A/B test with over 1 billion users for 14 days, validate the approach, demonstrating its ability to handle temporal delays and improve estimation accuracy compared to previous uplift modeling methods.

ECAI Conference 2025 Conference Paper

FGML-DG: Feynman-Inspired Cognitive Science Paradigm for Cross-Domain Medical Image Segmentation

  • Yucheng Song
  • Chenxi Li
  • Haokang Ding
  • Zhining Liao
  • Zhifang Liao

In medical image segmentation across multiple modalities (e. g. , MRI, CT, etc.) and heterogeneous data sources (e. g. , different hospitals and devices), Domain Generalization (DG) remains a critical challenge in AI-driven healthcare. This challenge primarily arises from domain shifts, imaging variations, and patient diversity, which often lead to degraded model performance in unseen domains. To address these limitations, we identify key issues in existing methods, including insufficient simplification of complex style features, inadequate reuse of domain knowledge, and a lack of feedback-driven optimization. To tackle these problems, inspired by Feynman’s learning techniques in educational psychology, this paper introduces a cognitive science-inspired meta-learning paradigm for medical image domain generalization segmentation. We propose, for the first time, a cognitive-inspired Feynman-Guided Meta-Learning framework for medical image domain generalization segmentation (FGML-DG), which mimics human cognitive learning processes to enhance model learning and knowledge transfer. Specifically, we first leverage the ‘concept understanding’ principle from Feynman’s learning method to simplify complex features across domains into style information statistics, achieving precise style feature alignment. Second, we design a meta-style memory and recall method (MetaStyle) to emulate the human memory system’s utilization of past knowledge. Finally, we incorporate a Feedback-Driven Re-Training strategy (FDRT), which mimics Feynman’s emphasis on targeted relearning, enabling the model to dynamically adjust learning focus based on prediction errors. Experimental results demonstrate that our method outperforms other existing domain generalization approaches on two challenging medical image domain generalization tasks.

YNIMG Journal 2024 Journal Article

Effects of computerized working memory training on neuroplasticity in healthy individuals: A combined neuroimaging and neurotransmitter study

  • Peng Fang
  • Yuntao Gao
  • Yijun Li
  • Chenxi Li
  • Tian Zhang
  • Lin Wu
  • Yuanqiang Zhu
  • Yuanjun Xie

Working memory (WM) is an essential cognitive function that underpins various higher-order cognitive processes. Improving WM capacity through targeted training interventions has emergered as a potential approach for enhancing cognitive abilities. The present study employed an 8-week regimen of computerized WM training (WMT) to investigate its effect on neuroplasticity in healthy individuals, utilizing neuroimaging data gathered both before and after the training. The key metrics assessed included the amplitude of low-frequency fluctuations (ALFF), voxel-based morphometry (VBM), and the spatial distribution correlations of neurotransmitter. The results indicated that post-training, compared to baseline, there was a reduction in ALFF in the medial superior frontal gyrus and an elevation in ALFF in the left middle occipital gyrus within the training group. In comparison to the control group, the training group also exhibited decreased ALFF in the anterior cingulate cortex, angular gyrus, and superior parietal lobule, along with increased ALFF in the postcentral gyrus post-training. VBM analysis revealed a significant increase in gray matter volume (GMV) in the right dorsal superior frontal gyrus after the training period, compared to the initial baseline measurement. Furthermore, the training group showed GMV increases in the dorsal superior frontal gyrus, Rolandic operculum, precentral gyrus, and postcentral gyrus when compared to the control group. In addition, significant associations were identifed between neuroimaging measurements (AFLL and VBM) and the spatial patterns of neurotransmitters such as serotonin (5-HT), dopamine (DA), and N-methyl-D-aspartate (NMDA), providing insights into the underlying neurochemical processes. These findings clarify the neuroplastic changes caused by WMT, offering a deeper understanding of brain plasticity and highlighting the potential advantages of cognitive training interventions.

IROS Conference 2024 Conference Paper

Highly Efficient Observation Process Based on FFT Filtering for Robot Swarm Collaborative Navigation in Unknown Environments *

  • Chenxi Li
  • Weining Lu
  • Zhihao Ma
  • Litong Meng
  • Bin Liang

Collaborative path planning for robot swarms in complex, unknown environments without external positioning is a challenging problem. This requires robots to find safe directions based on real-time environmental observations, and to efficiently transfer and fuse these observations within the swarm. This study presents a filtering method based on Fast Fourier Transform (FFT) to address these two issues. We treat sensors’ environmental observations as a digital sampling process. Then, we design two different types of filters for safe direction extraction, as well as for the compression and reconstruction of environmental data. The reconstructed data is mapped to probabilistic domain, achieving efficient fusion of swarm observations and planning decision. The computation time is only on the order of microseconds, and the transmission data in communication systems is in bit-level. The performance of our algorithm in sensor data processing was validated in real world experiments, and the effectiveness in swarm path optimization was demonstrated through extensive simulations.

ICLR Conference 2024 Conference Paper

PromptAgent: Strategic Planning with Language Models Enables Expert-level Prompt Optimization

  • Xinyuan Wang 0010
  • Chenxi Li
  • Zhen Wang 0041
  • Fan Bai 0006
  • Haotian Luo
  • Jiayou Zhang
  • Nebojsa Jojic
  • Eric P. Xing

Expert-level prompts, carefully engineered by human experts who have a deep understanding of both large language models (LLMs) and domain knowledge, are the future of prompting and pivotal to harnessing the full power of advanced LLMs. Discovering such prompts with an automated process remains a sought-after and unresolved challenge. Existing prompt optimization techniques, though automated through iterative sampling, often fall short in injecting domain knowledge and exploring the vast prompt space for complex expert-level prompts efficiently. To address this pressing need and achieve expert-level prompting, we introduce PromptAgent, which autonomously discovers prompts equivalent in quality to those handcrafted by experts. At its core, PromptAgent views prompt optimization as a strategic planning problem and employs a principled planning algorithm (rooted in Monte Carlo Tree Search) to strategically explore the vast expert-level prompt space. PromptAgent interacts with the LLM in a human-like trial-and-error manner during the planning, and injects expert-level knowledge by reflecting on model errors and generating insightful error feedback. This novel formulation allows it to iteratively evaluate intermediate prompts, refine them based on errors, simulate future rewards, and search for high-reward paths leading to expert-level prompts. We apply PromptAgent to 12 tasks spanning three practical domains: BIG-Bench Hard (BBH), domain-expert, and general NLU tasks, showing PromptAgent consistently outperforms strong prompting and prompt optimization baselines by great margins. Our qualitative analysis further emphasizes PromptAgent's capability to distill insightful errors into expert-level prompts.

AAAI Conference 2024 Conference Paper

Trust Region Methods for Nonconvex Stochastic Optimization beyond Lipschitz Smoothness

  • Chenghan Xie
  • Chenxi Li
  • Chuwen Zhang
  • Qi Deng
  • Dongdong Ge
  • Yinyu Ye

In many important machine learning applications, the standard assumption of having a globally Lipschitz continuous gradient may fail to hold. This paper delves into a more general (L0, L1)-smoothness setting, which gains particular significance within the realms of deep neural networks and distributionally robust optimization (DRO). We demonstrate the significant advantage of trust region methods for stochastic nonconvex optimization under such generalized smoothness assumption. We show that first-order trust region methods can recover the normalized and clipped stochastic gradient as special cases and then provide a unified analysis to show their convergence to first-order stationary conditions. Motivated by the important application of DRO, we propose a generalized high-order smoothness condition, under which second-order trust region methods can achieve a complexity of O(epsilon(-3.5)) for convergence to second-order stationary points. By incorporating variance reduction, the second-order trust region method obtains an even better complexity of O(epsilon(-3)), matching the optimal bound for standard smooth optimization. To our best knowledge, this is the first work to show convergence beyond the first-order stationary condition for generalized smooth optimization. Preliminary experiments show that our proposed algorithms perform favorably compared with existing methods.

YNICL Journal 2023 Journal Article

Rich-club reorganization of white matter structural network in schizophrenia patients with auditory verbal hallucinations following 1 Hz rTMS treatment

  • Muzhen Guan
  • Yuanjun Xie
  • Chenxi Li
  • Tian Zhang
  • Chaozong Ma
  • Zhongheng Wang
  • Zhujing Ma
  • Huaning Wang

The human brain comprises a large-scale structural network of regions and interregional pathways, including a selectively defined set of highly central and interconnected hub regions, often referred to as the "rich club", which may play a pivotal role in the integrative processes of the brain. A quintessential symptom of schizophrenia, auditory verbal hallucinations (AVH) have shown a decrease in severity following low-frequency repetitive transcranial magnetic stimulation (rTMS). However, the underlying mechanism of rTMS in treating AVH remains elusive. This study investigated the effect of low-frequency rTMS on the rich-club organization within the brain in patients diagnosed with schizophrenia who experience AVH using diffusion tensor imaging data. Through by constructing structural connectivity networks, we identified several critical rich hub nodes, which constituted a rich-club subnetwork, predominantly located in the prefrontal cortices. Notably, our findings revealed enhanced connection strength and density within the rich-club subnetwork following rTMS treatment. Furthermore, we found that the decreased connectivity within the subnetwork components, including the rich-club subnetwork, was notably enhanced in patients following rTMS treatment. In particular, the increased connectivity strength of the right median superior frontal gyrus, which functions as a critical local bridge, with the right postcentral gyrus exhibited a significant correlation with improvements in both positive symptoms and AVH. These findings provide valuable insights into the role of rTMS in inducing reorganizational changes within the rich-club structural network in schizophrenia and shed light on potential mechanisms through which rTMS may alleviate AVH.

YNICL Journal 2022 Journal Article

The longitudinal neural dynamics changes of whole brain connectome during natural recovery from poststroke aphasia

  • Liming Fan
  • Chenxi Li
  • Zi-gang Huang
  • Jie Zhao
  • Xiaofeng Wu
  • Tian Liu
  • Youjun Li
  • Jue Wang

Poststroke aphasia is one of the most dramatic functional deficits that results from direct damage of focal brain regions and dysfunction of large-scale brain networks. The reconstruction of language function depends on the hierarchical whole-brain dynamic reorganization. However, investigations into the longitudinal neural changes of large-scale brain networks for poststroke aphasia remain scarce. Here we characterize large-scale brain dynamics in left-frontal-stroke aphasia through energy landscape analysis. Using fMRI during an auditory comprehension task, we find that aphasia patients suffer serious whole-brain dynamics perturbation in the acute and subacute stages after stroke, in which the brains were restricted into two major activity patterns. Following spontaneous recovery process, the brain flexibility improved in the chronic stage. Critically, we demonstrated that the abnormal neural dynamics are correlated with the aberrant brain network coordination. Taken together, the energy landscape analysis exhibited that the acute poststroke aphasia has a constrained, low dimensional brain dynamics, which were replaced by less constrained and high dimensional dynamics at chronic aphasia. Our study provides a new perspective to profoundly understand the pathological mechanisms of poststroke aphasia.