Arrow Research search

Author name cluster

Lu Xu

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.

7 papers
1 author row

Possible papers

7

YNICL Journal 2025 Journal Article

CTV-MIND: A cortical thickness-volume integrated individualized morphological network model to explore disease progression in temporal lobe epilepsy

  • Xinyan Liu
  • Jiaqi Han
  • Xiating Zhang
  • Boxuan Wei
  • Lu Xu
  • Qilin Zhou
  • Yuping Wang
  • Yicong Lin

Temporal lobe epilepsy (TLE) is a progressive brain network disorder. Elucidating network reorganization and identifying disease progression-associated biomarkers are crucial for understanding pathological mechanisms, quantifying disease burden, and optimizing clinical strategies. This study aimed to investigate progressive changes in TLE by constructing a novel individualized morphological brain network based on T1-weighted structural magnetic resonance imaging (MRI). MRI data were collected from 34 postoperative seizure-free TLE patients and 28 age- and sex-matched healthy controls (HC), with patients divided into LONG-TERM and SHORT-TERM groups. Individualized morphological networks were constructed using the Morphometric INverse Divergence (MIND) framework by integrating cortical thickness and volume features (CTV-MIND). Network properties were then calculated and compared across groups to identify features potentially associated with disease progression. Results revealed progressive hub-node reorganization in CTV-MIND networks, with the LONG-TERM group showing increased connectivity in the lesion-side temporal lobe compared to SHORT-TERM and HC groups. The altered network node properties showed a significant correlation with local cortical atrophy. Incorporating identified network features into a machine learning-based brain age prediction model further revealed significantly elevated brain age in TLE. Notably, duration-related brain regions exerted a more significant and specific impact on premature brain aging in TLE than other regional combinations. Thus, prolonged duration may serve as an important contributor to the pathological aging observed in TLE. Our findings could help clinicians better identify abnormal brain trajectories in TLE and have the potential to facilitate the optimization of personalized treatment strategies.

NeurIPS Conference 2025 Conference Paper

Variational Pólya Tree

  • Lu Xu
  • Tsai Hor Chan
  • Lequan Yu
  • Kwok Lam
  • Guosheng Yin

Density estimation is essential for generative modeling, particularly with the rise of modern neural networks. While existing methods capture complex data distributions, they often lack interpretability and uncertainty quantification. Bayesian nonparametric methods, especially the Pólya tree, offer a robust framework that addresses these issues by accurately capturing function behavior over small intervals. Traditional techniques like Markov chain Monte Carlo (MCMC) face high computational complexity and scalability limitations, hindering the use of Bayesian nonparametric methods in deep learning. To tackle this, we introduce the variational Pólya tree (VPT) model, which employs stochastic variational inference to compute posterior distributions. This model provides a flexible, nonparametric Bayesian prior that captures latent densities and works well with stochastic gradient optimization. We also leverage the joint distribution likelihood for a more precise variational posterior approximation than traditional mean-field methods. We evaluate the model performance on both real data and images, and demonstrate its competitiveness with other state-of-the-art deep density estimation methods. We also explore its ability in enhancing interpretability and uncertainty quantification. Code is available at https: //github. com/howardchanth/var-polya-tree.

NeurIPS Conference 2024 Conference Paper

CuMo: Scaling Multimodal LLM with Co-Upcycled Mixture-of-Experts

  • Jiachen Li
  • Xinyao Wang
  • Sijie Zhu
  • Chia-Wen Kuo
  • Lu Xu
  • Fan Chen
  • Jitesh Jain
  • Humphrey Shi

Recent advancements in Multimodal Large Language Models (LLMs) have focused primarily on scaling by increasing text-image pair data and enhancing LLMs to improve performance on multimodal tasks. However, these scaling approaches are computationally expensive and overlook the significance of efficiently improving model capabilities from the vision side. Inspired by the successful applications of Mixture-of-Experts (MoE) in LLMs, which improves model scalability during training while keeping inference costs similar to those of smaller models, we propose CuMo, which incorporates Co-upcycled Top-K sparsely-gated Mixture-of-experts blocks into both the vision encoder and the MLP connector, thereby enhancing the multimodal LLMs with neglectable additional activated parameters during inference. CuMo first pre-trains the MLP blocks and then initializes each expert in the MoE block from the pre-trained MLP block during the visual instruction tuning stage, with auxiliary losses to ensure a balanced loading of experts. CuMo outperforms state-of-the-art multimodal LLMs across various VQA and visual-instruction-following benchmarks within each model size group, all while training exclusively on open-sourced datasets.

AAAI Conference 2024 Conference Paper

Mask-Homo: Pseudo Plane Mask-Guided Unsupervised Multi-Homography Estimation

  • Yasi Wang
  • Hong Liu
  • Chao Zhang
  • Lu Xu
  • Qiang Wang

Homography estimation is a fundamental problem in computer vision. Previous works mainly focus on estimating either a single homography, or multiple homographies based on mesh grid division of the image. In practical scenarios, single homography is inadequate and often leads to a compromised result for multiple planes; while mesh grid multi-homography damages the plane distribution of the scene, and does not fully address the restriction to use homography. In this work, we propose a novel semantics guided multi-homography estimation framework, Mask-Homo, to provide an explicit solution to the multi-plane depth disparity problem. First, a pseudo plane mask generation module is designed to obtain multiple correlated regions that follow the plane distribution of the scene. Then, multiple local homography transformations, each of which aligns a correlated region precisely, are predicted and corresponding warped images are fused to obtain the final result. Furthermore, a new metric, Mask-PSNR, is proposed for more comprehensive evaluation of alignment. Extensive experiments are conducted to verify the effectiveness of the proposed method. Our code is available at https://github.com/SAITPublic/MaskHomo.

NeurIPS Conference 2023 Conference Paper

The Memory-Perturbation Equation: Understanding Model's Sensitivity to Data

  • Peter Nickl
  • Lu Xu
  • Dharmesh Tailor
  • Thomas Möllenhoff
  • Mohammad Emtiyaz Khan

Understanding model’s sensitivity to its training data is crucial but can also be challenging and costly, especially during training. To simplify such issues, we present the Memory-Perturbation Equation (MPE) which relates model's sensitivity to perturbation in its training data. Derived using Bayesian principles, the MPE unifies existing sensitivity measures, generalizes them to a wide-variety of models and algorithms, and unravels useful properties regarding sensitivities. Our empirical results show that sensitivity estimates obtained during training can be used to faithfully predict generalization on unseen test data. The proposed equation is expected to be useful for future research on robust and adaptive learning.

AAAI Conference 2021 Conference Paper

Efficient Deep Image Denoising via Class Specific Convolution

  • Lu Xu
  • Jiawei Zhang
  • Xuanye Cheng
  • Feng Zhang
  • Xing Wei
  • Jimmy Ren

Deep neural networks have been widely used in image denoising during the past few years. Even though they achieve great success on this problem, they are computationally inefficient which makes them inappropriate to be implemented in mobile devices. In this paper, we propose an efficient deep neural network for image denoising based on pixel-wise classification. Despite using a computationally efficient network cannot effectively remove the noises from any content, it is still capable to denoise from a specific type of pattern or texture. The proposed method follows such a divide and conquer scheme. We first use an efficient U-net to pixel-wisely classify pixels in the noisy image based on the local gradient statistics. Then we replace part of the convolution layers in existing denoising networks by the proposed Class Specific Convolution layers (CSConv) which use different weights for different classes of pixels. Quantitative and qualitative evaluations on public datasets demonstrate that the proposed method can reduce the computational costs without sacrificing the performance compared to state-of-the-art algorithms.

AAAI Conference 2020 Conference Paper

Knowing What, How and Why: A Near Complete Solution for Aspect-Based Sentiment Analysis

  • Haiyun Peng
  • Lu Xu
  • Lidong Bing
  • Fei Huang
  • Wei Lu
  • Luo Si

Target-based sentiment analysis or aspect-based sentiment analysis (ABSA) refers to addressing various sentiment analysis tasks at a fine-grained level, which includes but is not limited to aspect extraction, aspect sentiment classification, and opinion extraction. There exist many solvers of the above individual subtasks or a combination of two subtasks, and they can work together to tell a complete story, i. e. the discussed aspect, the sentiment on it, and the cause of the sentiment. However, no previous ABSA research tried to provide a complete solution in one shot. In this paper, we introduce a new subtask under ABSA, named aspect sentiment triplet extraction (ASTE). Particularly, a solver of this task needs to extract triplets (What, How, Why) from the inputs, which show WHAT the targeted aspects are, HOW their sentiment polarities are and WHY they have such polarities (i. e. opinion reasons). For instance, one triplet from “Waiters are very friendly and the pasta is simply average” could be (‘Waiters’, positive, ‘friendly’). We propose a two-stage framework to address this task. The first stage predicts what, how and why in a unified model, and then the second stage pairs up the predicted what (how) and why from the first stage to output triplets. In the experiments, our framework has set a benchmark performance in this novel triplet extraction task. Meanwhile, it outperforms a few strong baselines adapted from state-of-the-art related methods.

v2026.09.13