← Search

Yanjie Fu

25 accepted papers

2026

Brownian Bridge Augmented Surrogate Simulation and Injection Planning for Geological CO2 Storage

AAAI 2026technical

Geological CO2 storage (GCS) involves injecting captured CO2 into deep subsurface formations to support climate goals. The effective management of GCS relies on adaptive injection planning to dynamically control injection rates and well pressures to balance both storage safety and efficiency. Prior

Cited by 0SourcePDFScholar
2026

DGTF: Cross-Domain Decentralized Graph Learning with Topology-Aware Knowledge Fusion

AAAI 2026technical

Cross-Domain Decentralized Graph Learning (CD-DGL) is a promising paradigm that enables efficient, privacy-preserving collaboration among multiple parties to unlock the value of cross-domain graph data. However, it faces two fundamental challenges. First, inconsistent label spaces across domains dri

Cited by 0SourcePDFScholar
2026

Efficient Post-Training Refinement of Latent Reasoning in Large Language Models

AAAI 2026technical

Reasoning is a key component of language understanding in Large Language Models. While Chain-of-Thought prompting enhances performance via explicit intermediate steps, it suffers from sufficient token overhead and a fixed reasoning trajectory, preventing step-wise refinement. Recent advances in late

Cited by 0SourcePDFScholar
2026

MMTok: Multimodal Coverage Maximization for Efficient Inference of VLMs

ICLR 2026poster

Vision-Language Models (VLMs) demonstrate impressive performance in understanding visual content with language instruction by converting visual inputs to vision tokens. However, redundancy in vision tokens results in the degenerated inference efficiency of VLMs. While many algorithms have been propo…

Cited by 0SourceScholar
2026

Not All Answers Are Contextually Persuadable: Inference Dynamics in Large Language Models under Contextual Influence

ICML 2026poster

At the core of modern prompting techniques is contextual sensitivity, the ability of large language models to adapt their predictions based on inference-time context. Despite its central role, inference behavior under strong contextual influence remains poorly understood, particularly at the level o…

Cited by 0SourceScholar
2025

Evolutionary Large Language Model for Automated Feature Transformation

AAAI 2025technical

Feature transformation aims to reconstruct the feature space of raw features to enhance the performance of downstream models. However, the exponential growth in the combinations of features and operations poses a challenge, making it difficult for existing methods to efficiently explore a wide space…

2025

ISACL: Internal State Analyzer for Copyrighted Training Data Leakage

EMNLP 2025

Large Language Models (LLMs) have revolutionized Natural Language Processing (NLP) but pose risks of inadvertently exposing copyrighted or proprietary data, especially when such data is used for training but not intended for distribution. Traditional methods address these leaks only after content is

2025

MixLLM: Dynamic Routing in Mixed Large Language Models

NAACL 2025long

Large Language Models (LLMs) exhibit potential artificial generic intelligence recently, however, their usage is costly with high response latency. Given mixed LLMs with their own strengths and weaknesses, LLM routing aims to identify the most suitable model for each query in the stream to maximize…

Cited by 4SourcePDFScholar
2025

Sculpting Features from Noise: Reward-Guided Hierarchical Diffusion for Task-Optimal Feature Transformation

NeurIPS 2025poster

Feature Transformation (FT) crafts new features from original ones via mathematical operations to enhance dataset expressiveness for downstream models. However, existing FT methods exhibit critical limitations: discrete search struggles with enormous combinatorial spaces, impeding practical use; and…

Cited by 0SourcecodeScholar
2025

Unsupervised Feature Transformation via In-context Generation, Generator-critic LLM Agents, and Duet-play Teaming

IJCAI 2025

Feature transformation involves generating a new set of features from the original dataset to enhance the data's utility. In certain domains like material performance screening, dimensionality is large and collecting labels is expensive and lengthy. It highly necessitates transforming feature spaces

2025

Weaver: Interweaving SQL and LLM for Table Reasoning

EMNLP 2025

Querying tables with unstructured data is challenging due to the presence of text (or image), either embedded in the table or in external paragraphs, which traditional SQL struggles to process, especially for tasks requiring semantic reasoning. While Large Language Models (LLMs) excel at understandi

2024

Make Graph Neural Networks Great Again: A Generic Integration Paradigm of Topology-Free Patterns for Traffic Speed Prediction

IJCAI 2024poster

Urban traffic speed prediction aims to estimate the future traffic speed for improving urban transportation services. Enormous efforts have been made to exploit Graph Neural Networks (GNNs) for modeling spatial correlations and temporal dependencies of traffic speed evolving patterns, regularized by…

2024

Reconstructing Missing Variables for Multivariate Time Series Forecasting via Conditional Generative Flows

IJCAI 2024poster

The Variable Subset Forecasting (VSF) problem, where the majority of variables are unavailable in the inference stage of multivariate forecasting, has been an important but under-explored task with broad impacts in many real-world applications. Missing values, absent inter-correlation, and the impra…

Cited by 1SourcePDFScholar
2023

Adaptive Path-Memory Network for Temporal Knowledge Graph Reasoning

IJCAI 2023poster

Temporal knowledge graph (TKG) reasoning aims to predict the future missing facts based on historical information and has gained increasing research interest recently. Lots of works have been made to model the historical structural and temporal characteristics for the reasoning task. Most existing w…

2023

Dish-TS: A General Paradigm for Alleviating Distribution Shift in Time Series Forecasting

AAAI 2023technical

The distribution shift in Time Series Forecasting (TSF), indicating series distribution changes over time, largely hinders the performance of TSF models. Existing works towards distribution shift in time series are mostly limited in the quantification of distribution and, more importantly, overlook…

2023

Generic and Dynamic Graph Representation Learning for Crowd Flow Modeling

AAAI 2023technical

Many deep spatio-temporal learning methods have been proposed for crowd flow modeling in recent years. However, most of them focus on designing a spatial and temporal convolution mechanism to aggregate information from nearby nodes and historical observations for a pre-defined prediction task. Diffe…

2023

Human-Instructed Deep Hierarchical Generative Learning for Automated Urban Planning

AAAI 2023technical

The essential task of urban planning is to generate the optimal land-use configuration of a target area. However, traditional urban planning is time-consuming and labor-intensive. Deep generative learning gives us hope that we can automate this planning process and come up with the ideal urban plans…

Cited by 20SourcePDFScholar
2023

Reinforcement-Enhanced Autoregressive Feature Transformation: Gradient-steered Search in Continuous Space for Postfix Expressions

NeurIPS 2023spotlight

Feature transformation aims to generate new pattern-discriminative feature space from original features to improve downstream machine learning (ML) task performances. However, the discrete search space for the optimal feature explosively grows on the basis of combinations of features and operations…

Cited by 21SourcePDFScholar
2023

Stream Attention Based U-Net for L3DAS23 Challenge

ICASSP 2023accepted

Machine learning applications of 3D audio are gaining increasing interest in recent years. In this paper, we propose a stream attention based U-Net to remove background noise and reverberation based on ICASSP Signal Processing Grand Challenge 2023: L3DAS23 Challenge<sup xmlns:mml="http://www.w3.org/…

Cited by 0SourceScholar
2022

DEPTS: Deep Expansion Learning for Periodic Time Series Forecasting

ICLR 2022spotlight

Periodic time series (PTS) forecasting plays a crucial role in a variety of industries to foster critical tasks, such as early warning, pre-planning, resource scheduling, etc. However, the complicated dependencies of the PTS signal on its inherent periodicity as well as the sophisticated composition…

2022

Feature and Instance Joint Selection: A Reinforcement Learning Perspective

IJCAI 2022poster

Feature selection and instance selection are two important techniques of data processing. However, such selections have mostly been studied separately, while existing work towards the joint selection conducts feature/instance selection coarsely; thus neglecting the latent fine-grained interaction be…

Cited by 2SourcePDFScholar
2021

Coupled Layer-wise Graph Convolution for Transportation Demand Prediction

AAAI 2021technical

Graph Convolutional Network (GCN) has been widely applied in transportation demand prediction due to its excellent ability to capture non-Euclidean spatial dependence among station-level or regional transportation demands. However, in most of the existing research, the graph convolution was implemen…

2021

Reinforced Imitative Graph Representation Learning for Mobile User Profiling: An Adversarial Training Perspective

AAAI 2021technical

In this paper, we study the problem of mobile user profiling, which is a critical component for quantifying users' characteristics in the human mobility modeling pipeline. Human mobility is a sequential decision-making process dependent on the users' dynamic interests. With accurate user profiles, t…

Cited by 37SourcePDFScholar
2020

Exploiting Mutual Information for Substructure-aware Graph Representation Learning

IJCAI 2020poster

In this paper, we design and evaluate a new substructure-aware Graph Representation Learning (GRL) approach. GRL aims to map graph structure information into low-dimensional representations. While extensive efforts have been made for modeling global and/or local structure information, GRL can be imp…

Cited by 0SourcePDFScholar