Arrow Research search

Author name cluster

Xin Yan

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.

10 papers
1 author row

Possible papers

10

NeurIPS Conference 2025 Conference Paper

Decoupling Contrastive Decoding: Robust Hallucination Mitigation in Multimodal Large Language Models

  • Wei Chen
  • Xin Yan
  • Bin Wen
  • Fan Yang
  • Tingting Gao
  • Di Zhang
  • Long Chen

Although multimodal large language models (MLLMs) exhibit remarkable reasoning capabilities on complex multimodal understanding tasks, they still suffer from the notorious 'hallucination' issue: generating outputs misaligned with obvious visual or factual evidence. Currently, training-based solutions, like direct preference optimization (DPO), leverage paired preference data to suppress hallucinations. However, they risk sacrificing general reasoning capabilities due to the likelihood displacement. Meanwhile, training-free solutions, like contrastive decoding, achieve this goal by subtracting the estimated hallucination pattern from a distorted input. Yet, these handcrafted perturbations (e. g. , add noise to images) may poorly capture authentic hallucination patterns. To avoid these weaknesses of existing methods, and realize ``robust'' hallucination mitigation (\ie, maintaining general reasoning performance), we propose a novel framework: Decoupling Contrastive Decoding (DCD). Specifically, DCD decouples the learning of positive and negative samples in preference datasets, and trains separate positive and negative image projections within the MLLM. The negative projection implicitly models real hallucination patterns, which enables vision-aware negative images in the contrastive decoding inference stage. Our DCD alleviates likelihood displacement by avoiding pairwise optimization and generalizes robustly without handcrafted degradation. Extensive ablations across hallucination benchmarks and general reasoning tasks demonstrate the effectiveness of DCD, \ie, it matches DPO’s hallucination suppression while preserving general capabilities and outperforms the handcrafted contrastive decoding methods.

EAAI Journal 2025 Journal Article

Spectrum prior-based and visibility fusion method for underwater image enhancement

  • Qifeng Liu
  • Xin Yan
  • Lu Shen
  • Qiang Li

When light propagates in water, it undergoes scattering and absorption phenomena, which typically result in haze, high blur, low contrast and color distortion, making it extremely challenging to obtain high-quality images. To address these issues, many existing methods target image enhancement by correcting specific aspects such as color shift or contrast. However, challenges like poor visibility and low-light conditions are often overlooked. In this paper, we proposed a spectrum prior-based and visibility fusion method (SPV) to enhance underwater images in terms of color, contrast, and visibility. Unlike existing methods, SPV complements the advantages of both physical and non-physical models, comprehensively addressing the problems of reduced visual visibility, color distortion, and low contrast caused by low-light environments, thereby significantly improving the overall image quality. We proposed a dehazing module based on spectral information priors, which reliably restores image quality under complex water conditions. Additionally, we introduced a color correction module based on human color perception and employed morphological operations, effectively solving the issues of color shift and unclear contours in underwater images. Furthermore, we proposed a visibility enhancement module based on the fuzzy c-means clustering method to improve image contrast and visibility, particularly under low-light conditions. Finally, through a detail enhancement fusion module, we simultaneously addressed problems related to color shift, low contrast, and low visibility. SPV showed excellent performance in application tests including feature point matching, geometric rotation estimation, and edge detection. Comparative experiments on four real underwater datasets against 14 advanced enhancement methods demonstrated promising results.

NeurIPS Conference 2023 Conference Paper

Diffusion Model for Graph Inverse Problems: Towards Effective Source Localization on Complex Networks

  • Xin Yan
  • Hui Fang
  • Qiang He

Information diffusion problems, such as the spread of epidemics or rumors, are widespread in society. The inverse problems of graph diffusion, which involve locating the sources and identifying the paths of diffusion based on currently observed diffusion graphs, are crucial to controlling the spread of information. The problem of localizing the source of diffusion is highly ill-posed, presenting a major obstacle in accurately assessing the uncertainty involved. Besides, while comprehending how information diffuses through a graph is crucial, there is a scarcity of research on reconstructing the paths of information propagation. To tackle these challenges, we propose a probabilistic model called DDMSL (Discrete Diffusion Model for Source Localization). Our approach is based on the natural diffusion process of information propagation over complex networks, which can be formulated using a message-passing function. First, we model the forward diffusion of information using Markov chains. Then, we design a reversible residual network to construct a denoising-diffusion model in discrete space for both source localization and reconstruction of information diffusion paths. We provide rigorous theoretical guarantees for DDMSL and demonstrate its effectiveness through extensive experiments on five real-world datasets.

NeurIPS Conference 2021 Conference Paper

Clustering Effect of Adversarial Robust Models

  • Yang Bai
  • Xin Yan
  • Yong Jiang
  • Shu-Tao Xia
  • Yisen Wang

Adversarial robustness has received increasing attention along with the study of adversarial examples. So far, existing works show that robust models not only obtain robustness against various adversarial attacks but also boost the performance in some downstream tasks. However, the underlying mechanism of adversarial robustness is still not clear. In this paper, we interpret adversarial robustness from the perspective of linear components, and find that there exist some statistical properties for comprehensively robust models. Specifically, robust models show obvious hierarchical clustering effect on their linearized sub-networks, when removing or replacing all non-linear components (e. g. , batch normalization, maximum pooling, or activation layers). Based on these observations, we propose a novel understanding of adversarial robustness and apply it on more tasks including domain adaption and robustness boosting. Experimental evaluations demonstrate the rationality and superiority of our proposed clustering strategy. Our code is available at https: //github. com/bymavis/Adv Weight NeurIPS2021.

YNIMG Journal 2020 Journal Article

Identifying a supramodal language network in human brain with individual fingerprint

  • Lanfang Liu
  • Xin Yan
  • Hehui Li
  • Dingguo Gao
  • Guosheng Ding

Where is human language processed in the brain independent of its form? We addressed this issue by analyzing the cortical responses to spoken, written and signed sentences at the level of individual subjects. By applying a novel fingerprinting method based on the distributed pattern of brain activity, we identified a left-lateralized network composed by the superior temporal gyrus/sulcus (STG/STS), inferior frontal gyrus (IFG), precentral gyrus/sulcus (PCG/PCS), and supplementary motor area (SMA). In these regions, the local distributed activity pattern induced by any of the three language modalities can predict the activity pattern induced by the other two modalities, and such cross-modal prediction is individual-specific. The prediction is successful for speech-sign bilinguals across all possible modality pairs, but fails for monolinguals across sign-involved pairs. In comparison, conventional group-mean focused analysis detects shared cortical activations across modalities only in the STG, PCG/PCS and SMA, and the shared activations were found in both groups. This study reveals the core language system in the brain that is shared by spoken, written and signed language, and demonstrates that it is possible and desirable to utilize the information of individual differences for functional brain mapping.

AAAI Conference 2019 Conference Paper

AI-Sketcher: A Deep Generative Model for Producing High-Quality Sketches

  • Nan Cao
  • Xin Yan
  • Yang Shi
  • Chaoran Chen

Sketch drawings play an important role in assisting humans in communication and creative design since ancient period. This situation has motivated the development of artificial intelligence (AI) techniques for automatically generating sketches based on user input. Sketch-RNN, a sequence-to-sequence variational autoencoder (VAE) model, was developed for this purpose and known as a state-of-the-art technique. However, it suffers from limitations, including the generation of lowquality results and its incapability to support multi-class generations. To address these issues, we introduced AI-Sketcher, a deep generative model for generating high-quality multiclass sketches. Our model improves drawing quality by employing a CNN-based autoencoder to capture the positional information of each stroke at the pixel level. It also introduces an influence layer to more precisely guide the generation of each stroke by directly referring to the training data. To support multi-class sketch generation, we provided a conditional vector that can help differentiate sketches under various classes. The proposed technique was evaluated based on two large-scale sketch datasets, and results demonstrated its power in generating high-quality sketches.

YNIMG Journal 2017 Journal Article

Different mechanisms in learning different second languages: Evidence from English speakers learning Chinese and Spanish

  • Fan Cao
  • Bethany L. Sussman
  • Valeria Rios
  • Xin Yan
  • Zhao Wang
  • Gregory J. Spray
  • Ryan M. Mack

Word reading has been found to be associated with different neural networks in different languages, with greater involvement of the lexical pathway for opaque languages and greater invovlement of the sub-lexical pathway for transparent langauges. However, we do not know whether this language divergence can be demonstrated in second langauge learners, how learner's metalinguistic ability would modulate the langauge divergence, or whether learning method would interact with the language divergence. In this study, we attempted to answer these questions by comparing brain activations of Chinese and Spanish word reading in native English-speaking adults who learned Chinese and Spanish over a 2 week period under three learning conditions: phonological, handwriting, and passive viewing. We found that mapping orthography to phonology in Chinese had greater activation in the left inferior frontal gyrus (IFG) and left inferior temporal gyrus (ITG) than in Spanish, suggesting greater invovlement of the lexical pathway in opaque langauges. In contrast, Spanish words evoked greater activation in the left superior temporal gyrus (STG) than English, suggesting greater invovlement of the sublexical pathway for transparant languages. Furthermore, brain-behavior correlation analyses found that higher phonological awareness and rapid naming were associated with greater activation in the bilateral IFG for Chinese and in the bilateral STG for Spanish, suggesting greater language divergence in participants with higher meta-linguistic awareness. Finally, a significant interaction between the language and learning condition was found in the left STG and middle frontal gyrus (MFG), with greater activation in handwriting learning than viewing learning in the left STG only for Spanish, and greater activation in handwriting learning than phonological learning in the left MFG only for Chinese. These findings suggest that handwriting facilitates assembled phonology in Spanish and addressed phonology in Chinese. In summary, our study suggests different mechanisms in learning different L2s, providing important insights into neural plasticity and important implications in second language education.

YNIMG Journal 2017 Journal Article

Neural signatures of phonological deficits in Chinese developmental dyslexia

  • Fan Cao
  • Xin Yan
  • Zhao Wang
  • Yanni Liu
  • Jin Wang
  • Gregory J. Spray
  • Yuan Deng

There has been debate on whether phonological deficits explain reading difficulty in Chinese, since Chinese is a logographic language which does not employ grapheme-phoneme-correspondence rules and remote memorization seems to be the main method to acquire reading. In the current study, we present neuroimaging evidence that the phonological deficit is also a signature of Chinese dyslexia. Specifically, we found that Chinese children with dyslexia (DD) showed reduced brain activation in the left dorsal inferior frontal gyrus (dIFG) when compared to both age-matched controls (AC) and reading-matched controls (RC) during an auditory rhyming judgment task. This suggests that the phonological processing deficit in this region may be a signature of dyslexia in Chinese, rather than a difference due to task performance or reading ability, which was matched on DD and RC. At exactly the same region of the left dIFG, we found a positive correlation between brain activation and reading skill in DD, suggesting that the phonological deficit is associated with the severity of dyslexia. We also found increased brain activation in the right precentral gyrus in DD than both AC and RC, suggesting a compensation of reliance on articulation. Functional connectivity analyses revealed that DD had a weaker connection between the left superior temporal gyrus (STG) and fusiform gyrus (FG) than the two control groups, suggesting that the reduced connection between phonology and orthography is another neural signature of dyslexia. In contrast, DD showed greater connectivity between the left dIFG and the left inferior parietal lobule (IPL) than both control groups, suggesting a reduced segregation between the language network and default mode network in dyslexic children. We also found that connectivity between the left STG and the left dIFG was sensitive to task performance and/or reading skill rather than being dyslexic or not, because AC was greater than both RC and DD, while the connectivity between the left middle occipital gyrus (MOG) and left STG was sensitive to age, because both AC and DD were greater than RC. In summary, our study provides the very first neurological evidence of phonological deficits in Chinese developmental dyslexia and we successfully distinguished variations of brain activity/functional connectivity due to age, performance, and dyslexia by comparing AC, RC, and DD.

JMLR Journal 2012 Journal Article

Facilitating Score and Causal Inference Trees for Large Observational Studies

  • Xiaogang Su
  • Joseph Kang
  • Juanjuan Fan
  • Richard A. Levine
  • Xin Yan

Assessing treatment effects in observational studies is a multifaceted problem that not only involves heterogeneous mechanisms of how the treatment or cause is exposed to subjects, known as propensity, but also differential causal effects across sub-populations. We introduce a concept termed the facilitating score to account for both the confounding and interacting impacts of covariates on the treatment effect. Several approaches for estimating the facilitating score are discussed. In particular, we put forward a machine learning method, called causal inference tree (CIT), to provide a piecewise constant approximation of the facilitating score. With interpretable rules, CIT splits data in such a way that both the propensity and the treatment effect become more homogeneous within each resultant partition. Causal inference at different levels can be made on the basis of CIT. Together with an aggregated grouping procedure, CIT stratifies data into strata where causal effects can be conveniently assessed within each. Besides, a feasible way of predicting individual causal effects (ICE) is made available by aggregating ensemble CIT models. Both the stratified results and the estimated ICE provide an assessment of heterogeneity of causal effects and can be integrated for estimating the average causal effect (ACE). Mean square consistency of CIT is also established. We evaluate the performance of proposed methods with simulations and illustrate their use with the NSW data in Dehejia and Wahba (1999) where the objective is to assess the impact of a labor training program, the National Supported Work (NSW) demonstration, on post-intervention earnings. [abs] [ pdf ][ bib ] &copy JMLR 2012. ( edit, beta )

YNIMG Journal 2012 Journal Article

Second language experience modulates functional brain network for the native language production in bimodal bilinguals

  • Lijuan Zou
  • Jubin Abutalebi
  • Benjamin Zinszer
  • Xin Yan
  • Hua Shu
  • Danling Peng
  • Guosheng Ding

The functional brain network of a bilingual's first language (L1) plays a crucial role in shaping that of his or her second language (L2). However, it is less clear how L2 acquisition changes the functional network of L1 processing in bilinguals. In this study, we demonstrate that in bimodal (Chinese spoken-sign) bilinguals, the functional network supporting L1 production (spoken language) has been reorganized to accommodate the network underlying L2 production (sign language). Using functional magnetic resonance imaging (fMRI) and a picture naming task, we find greater recruitment of the right supramarginal gyrus (RSMG), the right temporal gyrus (RSTG), and the right superior occipital gyrus (RSOG) for bilingual speakers versus monolingual speakers during L1 production. In addition, our second experiment reveals that these regions reflect either automatic activation of L2 (RSOG) or extra cognitive coordination (RSMG and RSTG) between both languages during L1 production. The functional connectivity between these regions, as well as between other regions that are L1- or L2-specific, is enhanced during L1 production in bimodal bilinguals as compared to their monolingual peers. These findings suggest that L1 production in bimodal bilinguals involves an interaction between L1 and L2, supporting the claim that learning a second language does, in fact, change the functional brain network of the first language.

v2026.09.13