← Search

Wei Ju

45 accepted papers

2026

CELL: A Causal Perspective for Fairness-aware Graph Adaptation

ICML 2026poster

This paper investigates fairness-aware graph adaptation, aiming to transfer knowledge from a labeled source graph to an unlabeled target graph while explicitly accounting for fairness. Most prior methods rely on adversarial learning to learn invariant graph representations of sensitive attributes. H…

Cited by 0SourceScholar
2026

CLINIC: Towards High-quality Graph Out-Of-Distribution Detection

ICML 2026poster

This paper studies the problem of graph out-of-distribution (OOD) detection, which aims to identify anomaly graphs out of a graph dataset. Prior efforts usually focus on the utilization of topological structures with unsupervised graph learning to foster typical pattern recognition, which overlooks …

Cited by 0SourceScholar
2026

CURE: Context-driven Diffusion with Progressive Expansion for Single Domain Generalization in Time Series Classification

ICML 2026poster

This paper studies the problem of single domain generalization in time series classification, which aims to learn a generalized time series classification model using a single source domain. This problem is highly challenging due to unreliable supervision from domain scarcity. Although current appro…

Cited by 0SourceScholar
2026

CogniTrust: Cognitive Memory-Driven Verifiable Supervision for Robust Hashing

AAAI 2026technical

In this paper, we study the problem of robust multi-label hashing, where label noise hinders the learning of a reliable semantic structure from data. Many existing methods rely on heuristic sample selection or consistency-based training, but lack a unified mechanism to validate and refine supervisio

Cited by 0SourcePDFScholar
2026

Compactness and Consistency: A Conjoint Framework for Deep Graph Clustering

ICLR 2026oral

Graph clustering is a fundamental task in data analysis, aiming at grouping nodes with similar characteristics in the graph into clusters. This problem has been widely explored using graph neural networks (GNNs) due to their ability to leverage node attributes and graph topology for effective cluste…

Cited by 0SourcecodeScholar
2026

Conformalized Hierarchical Calibration for Uncertainty-Aware Adaptive Hashing

ICLR 2026poster

Unsupervised domain adaptive hashing transfers knowledge from labeled source domains to unlabeled target domains, addressing domain shift challenges in real-world retrieval tasks. Existing methods face two critical limitations: target domain noise severely misleads model training, and indiscriminate…

Cited by 0SourceScholar
2026

Dynamic Multi-sample Mixup with Gradient Exploration for Open-set Graph Anomaly Detection

ICLR 2026poster

This paper studies the problem of open-set graph anomaly detection, which aims to generalize a graph neural network (GNN) trained with a small number of both normal and abnormal nodes to detect unseen anomalies different from training anomalies during inference. This problem is highly challenging du…

Cited by 0SourceScholar
2026

Evidence-aware Integration and Domain Identification of Spatial Transcriptomics Data

AAAI 2026technical

Spatial transcriptomics (ST) enables joint profiling of gene expression and spatial positions, thereby revealing spatially resolved biological functions. However, many existing ST analysis methods often fail to explicitly quantify the belief and uncertainty in decisions caused by noisy ST data, maki

Cited by 0SourcePDFScholar
2026

FairGC: Fostering Individual and Group Fairness for Deep Graph Clustering

AAAI 2026technical

The widespread adoption of graph neural networks (GNNs) has brought increased attention to fairness issues related to sensitive attributes, such as gender and race, in practical scenarios. However, this concern remains largely unexplored in the context of graph clustering. Conventional fair graph cl

Cited by 0SourcePDFScholar
2026

HGOOD: Hypergraph-enhanced Graph Contrastive Learning for Graph Out-of-Distribution Detection

IJCAI 2026

With the increasing application of graph learning advanced by deep learning, out-of-distribution (OOD) detection for graph-structured data has become an imperative challenge in the real world. Graph neural networks (GNNs) provide a promising solution for OOD detection. However, GNNs' core message-pa

Cited by 0Scholar
2026

Hierarchical Encoding Tree with Modality Mixup for Cross-modal Hashing

ICLR 2026poster

Cross-modal retrieval is a significant task that aims to learn the semantic correspondence between visual and textual modalities. Unsupervised hashing methods can efficiently manage large-scale data and can be effectively applied to cross-modal retrieval studies. However, existing methods typically…

Cited by 0SourceScholar
2026

Identifying and Correcting Label Noise for Robust GNNs via Influence Contradiction

ICML 2026poster

Graph Neural Networks (GNNs) have shown remarkable capabilities in learning from graph-structured data with various applications such as social analysis and bioinformatics. However, the presence of label noise in real scenarios poses a significant challenge in learning robust GNNs, and their effecti…

Cited by 0SourceScholar
2026

PRISM: Partial-label Relational Inference with Spatial and Spectral Cues

ICLR 2026poster

In many real-world scenarios, precisely labeling graph data is costly or impractical, especially in domains like molecular biology or social networks, where annotation requires expert effort. This challenge motivates partial-label graph learning, where each graph is weakly annotated with a candidate…

Cited by 0SourceScholar
2026

Von Mises-Fisher Mixture Model with Dynamic Shrinkage for Realistic Test-Time Transduction

ICML 2026poster

Many methods aim to enhance the performance of vision-language models (VLMs) at test time. Among them, transduction has emerged as a promising paradigm due to its strong compatibility and efficiency. However, realistic evaluations often involve highly imbalanced class distributions, which cause perf…

Cited by 0SourceScholar
2026

scGTN: Deep Siamese Graph Transformer Network for Single-cell RNA Sequencing Clustering

IJCAI 2026

Single-cell RNA sequencing (scRNA-seq) serves a pivotal role in characterizing gene expression at the cellular level, enabling the identification of cell types and advancing the understanding of cellular heterogeneity. Despite the significant progress in scRNA-seq data clustering, we argue that curr

Cited by 0Scholar
2025

A Survey on Efficient Large Language Model Training: From Data-centric Perspectives

ACL 2025long

Post-training of Large Language Models (LLMs) is crucial for unlocking their task generalization potential and domain-specific capabilities. However, the current LLM post-training paradigm faces significant data challenges, including the high costs of manual annotation and diminishing marginal retur…

2025

Cluster-guided Contrastive Class-imbalanced Graph Classification

AAAI 2025technical

This paper studies the problem of class-imbalanced graph classification, which aims at effectively classifying the graph categories in scenarios with imbalanced class distributions. While graph neural networks (GNNs) have achieved remarkable success, their modeling ability on imbalanced graph-struct…

Cited by 1SourcePDFScholar
2025

DANCE: Dual Unbiased Expansion with Group-acquired Alignment for Out-of-distribution Graph Fairness Learning

ICML 2025poster

Graph neural networks (GNNs) have shown strong performance in graph fairness learning, which aims to ensure that predictions are unbiased with respect to sensitive attributes. However, existing approaches usually assume that training and test data share the same distribution, which rarely holds in t…

Cited by 0SourcePDFScholar
2025

DisCo: Graph-Based Disentangled Contrastive Learning for Cold-Start Cross-Domain Recommendation

AAAI 2025technical

Recommender systems are widely used in various real-world applications, but they often encounter the persistent challenge of the user cold-start problem. Cross-domain recommendation (CDR), which leverages user interactions from one domain to improve prediction performance in another, has emerged as…

2025

Dual Prototype-Enhanced Contrastive Framework for Class-Imbalanced Graph Domain Adaptation

NeurIPS 2025poster

Graph transfer learning, especially in unsupervised domain adaptation, aims to transfer knowledge from a label-abundant source graph to an unlabeled target graph. However, most existing approaches overlook the common issue of label imbalance in the source domain, typically assuming a balanced label…

Cited by 0SourcecodeScholar
2025

Dynamic Bundling with Large Language Models for Zero-Shot Inference on Text-Attributed Graphs

NeurIPS 2025poster

Large language models (LLMs) have been used in many zero-shot learning problems, with their strong generalization ability. Recently, adopting LLMs in text-attributed graphs (TAGs) has drawn increasing attention. However, the adoption of LLMs faces two major challenges: limited information on graph s…

Cited by 0SourceScholar
2025

Embracing Large Language Models in Traffic Flow Forecasting

ACL 2025finding

Traffic flow forecasting aims to predict future traffic flows based on historical traffic conditions and the road network. It is an important problem in intelligent transportation systems, with a plethora of methods being proposed. Existing efforts mainly focus on capturing and utilizing spatio-temp…

2025

ExLM: Rethinking the Impact of $\texttt{[MASK]}$ Tokens in Masked Language Models

ICML 2025poster

Masked Language Models (MLMs) have achieved remarkable success in many self-supervised representation learning tasks. MLMs are trained by randomly masking portions of the input sequences with $\texttt{[MASK]}$ tokens and learning to reconstruct the original content based on the remaining context. Th…

Cited by 0SourcePDFScholar
2025

HEAL: Hybrid Enhancement with LLM-based Agents for Text-attributed Hypergraph Self-supervised Representation Learning

EMNLP 2025

This paper studies the problem of text-attributed hypergraph self-supervised representation learning, which aims to generate discriminative representations of hypergraphs without any annotations for downstream tasks. However, real-world hypergraphs could contain incomplete signals, which could deter

Cited by 0SourcePDFScholar
2025

LEAF: Large Language Diffusion Model for Time Series Forecasting

EMNLP 2025

This paper studies the problem of time series forecasting, which aims to generate future predictions given historical trajectories. Recent researchers have applied large language models (LLMs) into time series forecasting, which usually align the time series space with textual space and output futur

Cited by 0SourcePDFScholar
2025

MMEvalPro: Calibrating Multimodal Benchmarks Towards Trustworthy and Efficient Evaluation

NAACL 2025long

Large Multimodal Models (LMMs) exhibit impressive cross-modal understanding and reasoning abilities, often assessed through multiple-choice questions (MCQs) that include an image, a question, and several options. However, many benchmarks used for such evaluations suffer from systematic biases. Remar…

2025

Multifaceted Evaluation of Audio-Visual Capability for MLLMs: Effectiveness, Efficiency, Generalizability and Robustness

EMNLP 2025

Multi-modal large language models (MLLMs) have recently achieved great success in processing and understanding information from diverse modalities (e.g., text, audio, and visual signals). Despite their growing popularity, there remains a lack of comprehensive evaluation measuring the audio-visual ca

Cited by 0SourcePDFScholar
2025

PALA: Class-imbalanced Graph Domain Adaptation via Prototype-anchored Learning and Alignment

IJCAI 2025

Graph domain adaptation is a key subfield of graph transfer learning that aims to bridge domain gaps by transferring knowledge from a label-rich source graph to an unlabeled target graph. However, most existing methods assume balanced labels in the source graph, which often fails in practice and lea

2025

SEGA: Shaping Semantic Geometry for Robust Hashing under Noisy Supervision

NeurIPS 2025poster

This paper studies the problem of learning hash codes from noisy supervision, which is a practical yet challenging task. This problem is important in extensive real-world applications such as image retrieval and cross-modal retrieval. However, most of the existing methods focus on label denoising to…

Cited by 0SourceScholar
2025

SMI-Editor: Edit-based SMILES Language Model with Fragment-level Supervision

ICLR 2025poster

SMILES, a crucial textual representation of molecular structures, has garnered significant attention as a foundation for pre-trained language models (LMs). However, most existing pre-trained SMILES LMs focus solely on the single-token level supervision during pre-training, failing to fully leverage…

Cited by 1SourcePDFScholar
2025

Semi-supervised Fine-tuning for Large Language Models

NAACL 2025findings

Supervised fine-tuning (SFT) is crucial in adapting large language models (LLMs) to a specific domain or task. However, only a limited amount of labeled data is available in practical applications, which poses a severe challenge for SFT in yielding satisfactory results. Therefore, a data-efficient f…

2025

Sparse Causal Discovery with Generative Intervention for Unsupervised Graph Domain Adaptation

ICML 2025poster

Unsupervised Graph Domain Adaptation (UGDA) leverages labeled source domain graphs to achieve effective performance in unlabeled target domains despite distribution shifts. However, existing methods often yield suboptimal results due to the entanglement of causal-spurious features and the failure of…

Cited by 0SourcePDFScholar
2025

TRACI: A Data-centric Approach for Multi-Domain Generalization on Graphs

AAAI 2025technical

Graph neural networks (GNNs) have gained superior performance in graph-based prediction tasks with a variety of applications such as social analysis and drug discovery. Despite the remarkable progress, their performance often degrades on test graphs with distribution shifts. Existing domain adaptati…

2025

Test-time Adaptation on Graphs via Adaptive Subgraph-based Selection and Regularized Prototypes

ICML 2025poster

Test-time adaptation aims to adapt a well-trained model using test data only, without accessing training data. It is a crucial topic in machine learning, enabling a wide range of applications in the real world, especially when it comes to data privacy. While existing works on test-time adaptation pr…

Cited by 0SourcePDFScholar
2024

A Survey of Data-Efficient Graph Learning

IJCAI 2024poster

Graph-structured data, prevalent in domains ranging from social networks to biochemical analysis, serve as the foundation for diverse real-world systems. While graph neural networks demonstrate proficiency in modeling this type of data, their success is often reliant on significant amounts of labele…

Cited by 25SourcePDFScholar
2024

EGODE: An Event-attended Graph ODE Framework for Modeling Rigid Dynamics

NeurIPS 2024poster

This paper studies the problem of rigid dynamics modeling, which has a wide range of applications in robotics, graphics, and mechanical design. The problem is partly solved by graph neural network (GNN) simulators. However, these approaches cannot effectively handle the relationship between intrinsi…

2024

Hypergraph-enhanced Dual Semi-supervised Graph Classification

ICML 2024poster

In this paper, we study semi-supervised graph classification, which aims at accurately predicting the categories of graphs in scenarios with limited labeled graphs and abundant unlabeled graphs. Despite the promising capability of graph neural networks (GNNs), they typically require a large number o…

Cited by 18SourcePDFScholar
2024

PGODE: Towards High-quality System Dynamics Modeling

ICML 2024poster

This paper studies the problem of modeling multi-agent dynamical systems, where agents could interact mutually to influence their behaviors. Recent research predominantly uses geometric graphs to depict these mutual interactions, which are then captured by powerful graph neural networks (GNNs). Howe…

Cited by 6SourcePDFScholar
2024

Rank and Align: Towards Effective Source-free Graph Domain Adaptation

IJCAI 2024poster

Graph neural networks (GNNs) have achieved impressive performance in graph domain adaptation. However, extensive source graphs could be unavailable in real-world scenarios due to privacy and storage concerns. To this end, we investigate an underexplored yet practical problem of source-free graph dom…

Cited by 5SourcePDFScholar
2023

GLCC: A General Framework for Graph-Level Clustering

AAAI 2023technical

This paper studies the problem of graph-level clustering, which is a novel yet challenging task. This problem is critical in a variety of real-world applications such as protein clustering and genome analysis in bioinformatics. Recent years have witnessed the success of deep clustering coupled with…

Cited by 52SourcePDFScholar
2023

HOPE: High-order Graph ODE For Modeling Interacting Dynamics

ICML 2023poster

Leading graph ordinary differential equation (ODE) models have offered generalized strategies to model interacting multi-agent dynamical systems in a data-driven approach. They typically consist of a temporal graph encoder to get the initial states and a neural ODE-based generative model to model th…

Cited by 44SourcePDFScholar
2022

DisenCite: Graph-Based Disentangled Representation Learning for Context-Specific Citation Generation

AAAI 2022technical

Citing and describing related literature are crucial to scientific writing. Many existing approaches show encouraging performance in citation recommendation, but are unable to accomplish the more challenging and onerous task of citation text generation. In this paper, we propose a novel disentangled…

2022

TGNN: A Joint Semi-supervised Framework for Graph-level Classification

IJCAI 2022poster

This paper studies semi-supervised graph classification, a crucial task with a wide range of applications in social network analysis and bioinformatics. Recent works typically adopt graph neural networks to learn graph-level representations for classification, failing to explicitly leverage features…

Cited by 48SourcePDFScholar