← Search

Tianshu Yu

33 accepted papers

2026

Beyond the Heatmap: A Rigorous Evaluation of Component Impact in MCTS-Based TSP Solvers

ICLR 2026poster

The ``Heatmap + Monte Carlo Tree Search (MCTS)'' paradigm has recently emerged as a prominent framework for solving the Travelling Salesman Problem (TSP). While considerable effort has been devoted to enhancing heatmap sophistication through advanced learning models, this paper rigorously examines w…

Cited by 0SourcecodeScholar
2026

GraphOmni: A Comprehensive and Extensible Benchmark Framework for Large Language Models on Graph-theoretic Tasks

ICLR 2026poster

This paper introduces GraphOmni, a comprehensive benchmark designed to evaluate the reasoning capabilities of LLMs on graph-theoretic tasks articulated in natural language. GraphOmni spans diverse graph types, serialization formats, and prompting schemes, substantially extending upon prior efforts i…

Cited by 0SourcecodeScholar
2026

Incomplete Data, Complete Dynamics: A Diffusion Approach

ICLR 2026poster

Learning physical dynamics from data is a fundamental challenge in machine learning and scientific modeling. Real-world observational data are inherently incomplete and irregularly sampled, posing significant challenges for existing data-driven approaches. In this work, we propose a principled diffu…

Cited by 0SourceScholar
2026

Learning What to Trust: Bayesian Prior-Guided Optimization for Visual Generation

CVPR 2026

Group Relative Policy Optimization (GRPO) has emerged as an effective and lightweight framework for post-training visual generative models. However, its performance is fundamentally limited by the ambiguity of textual-visual correspondence: a single prompt may validly describe diverse visual outputs

Cited by 0SourceScholar
2026

Neural Graduated Assignment for Maximum Common Edge Subgraphs

ICLR 2026poster

The Maximum Common Edge Subgraph (MCES) problem is a crucial challenge with significant implications in domains such as biology and chemistry. Traditional approaches, which include transformations into max-clique and search-based algorithms, suffer from scalability issues when dealing with larger in…

Cited by 0SourceScholar
2026

Order Matters in Retrosynthesis: Structure-aware Generation via Reaction-Center-Guided Discrete Flow Matching

ICML 2026poster

Template-free retrosynthesis methods treat the task as black-box sequence generation, limiting learning efficiency, while semi-template approaches rely on rigid reaction libraries that constrain generalization. We address this gap with a key insight: atom ordering in neural representations matters. …

Cited by 0SourceScholar
2026

Physically-Informed Flow Matching with Graph Neural Networks for Complex Fluid Dynamics

AAAI 2026technical

Computational fluid dynamics (CFD) simulations traditionally require extensive computational resources, limiting their utility in many scientific and engineering applications at scale. We introduce Physically-Informed Flow Matching Graph Networks (PIFM-GN), a novel generative framework that directly

Cited by 0SourcePDFScholar
2026

When Vision Meets Graphs: A Survey on Graph Reasoning and Learning

IJCAI 2026

Graphs are a fundamental data structure underlying many problems in the natural and social sciences. Over the past decade, Graph Neural Networks (GNNs) have dominated graph machine learning, supported by solid theoretical foundations. Yet scientists often understand graph structure through vision: c

Cited by 0Scholar
2025

Enhancing Generalizability in Molecular Conformation Generation with METRIZATION-Informed Geometric Diffusion Pretraining

AAAI 2025technical

Diffusion-based generative models have recently excelled in generating molecular conformations but struggled with the generalization issue -- models trained on one dataset may produce meaningless conformations on out-of-distribution molecules. On the other hand, distance geometry serves as a genera…

2025

Improving Task-Specific Multimodal Sentiment Analysis with General MLLMs via Prompting

NeurIPS 2025poster

Multimodal Sentiment Analysis (MSA) aims to predict sentiment from diverse data types, such as video, audio, and language. Recent progress in Multimodal Large Language Models (MLLMs) have demonstrated impressive performance across various tasks. However, in MSA, the increase in computational costs d…

Cited by 0SourceScholar
2025

ReKG-MCTS: Reinforcing LLM Reasoning on Knowledge Graphs via Training-Free Monte Carlo Tree Search

ACL 2025finding

Recent advancements in combining knowledge graphs (KGs) with large language models (LLMs) have demonstrated promising potential in complex KG reasoning tasks, yet existing approaches face limitations in path exploration strategies or excessive computational overhead. We propose ReKG-MCTS, a novel tr…

2025

Sampling from Binary Quadratic Distributions via Stochastic Localization

ICML 2025poster

Sampling from binary quadratic distributions (BQDs) is a fundamental but challenging problem in discrete optimization and probabilistic inference. Previous work established theoretical guarantees for stochastic localization (SL) in continuous domains, where MCMC methods efficiently estimate the requ…

2025

TEMPO: Temporal Multi-scale Autoregressive Generation of Protein Conformational Ensembles

NeurIPS 2025poster

Understanding the dynamic behavior of proteins is critical to elucidating their functional mechanisms, yet generating realistic, temporally coherent trajectories of protein ensembles remains a significant challenge. In this work, we introduce a novel hierarchical autoregressive framework for modelin…

Cited by 0SourceScholar
2025

The Underappreciated Power of Vision Models for Graph Structural Understanding

NeurIPS 2025poster

Graph Neural Networks operate through bottom-up message-passing, fundamentally differing from human visual perception, which intuitively captures global structures first. We investigate the underappreciated potential of vision models for graph understanding, finding they achieve performance comparab…

Cited by 0SourceScholar
2025

Training Language Model to Critique for Better Refinement

ACL 2025finding

Large language models (LLMs) have demonstrated remarkable evaluation and critique capabilities, providing insightful feedback and identifying flaws in various tasks. However, limited research has explored which types of critiques are most effective for improving model responses or how to generate su…

2024

Towards Robust Multimodal Sentiment Analysis with Incomplete Data

NeurIPS 2024poster

The field of Multimodal Sentiment Analysis (MSA) has recently witnessed an emerging direction seeking to tackle the issue of data incompleteness. Recognizing that the language modality typically contains dense sentiment information, we consider it as the dominant modality and present an innovative L…

2023

Learning Language-guided Adaptive Hyper-modality Representation for Multimodal Sentiment Analysis

EMNLP 2023long main

Though Multimodal Sentiment Analysis (MSA) proves effective by utilizing rich information from multiple sources (*e.g.,* language, video, and audio), the potential sentiment-irrelevant and conflicting information across modalities may hinder the performance from being further improved. To alleviate…

Cited by 0SourcecodeScholar
2023

Speech-Text Pre-training for Spoken Dialog Understanding with Explicit Cross-Modal Alignment

ACL 2023long

Recently, speech-text pre-training methods have shown remarkable success in many speech and natural language processing tasks. However, most previous pre-trained models are usually tailored for one or two specific tasks, but fail to conquer a wide range of speech-text tasks. In addition, existing sp…

Cited by 20SourcePDFScholar
2022

Dependency-aware Prototype Learning for Few-shot Relation Classification

COLING 2022main

Few-shot relation classification aims to classify the relation type between two given entities in a sentence by training with a few labeled instances for each relation. However, most of existing models fail to distinguish multiple relations that co-exist in one sentence. This paper presents a novel…

2021

Combinatorial Learning of Graph Edit Distance via Dynamic Embedding

CVPR 2021poster

Graph Edit Distance (GED) is a popular similarity measurement for pairwise graphs and it also refers to the recovery of the edit path from the source graph to the target graph. Traditional A* algorithm suffers scalability issues due to its exhaustive nature, whose search heuristics heavily rely on h…

Cited by 69PDFcodeScholar
2020

Learning deep graph matching with channel-independent embedding and Hungarian attention

ICLR 2020poster

Graph matching aims to establishing node-wise correspondence between two graphs, which is a classic combinatorial problem and in general NP-complete. Until very recently, deep graph matching methods start to resort to deep networks to achieve unprecedented matching accuracy. Along this direction, th…

Cited by 118SourceScholar
2018

Generalizing Graph Matching beyond Quadratic Assignment Model

NeurIPS 2018poster

Graph matching has received persistent attention over decades, which can be formulated as a quadratic assignment problem (QAP). We show that a large family of functions, which we define as Separable Functions, can approximate discrete graph matching in the continuous domain asymptotically by varying…

Cited by 54SourcePDFScholar
2018

Incremental Multi-graph Matching via Diversity and Randomness based Graph Clustering

ECCV 2018poster

Multi-graph matching refers to finding correspondences across graphs, which are traditionally solved by matching all the graphs in a single batch. However in real-world applications, graphs are often collected incrementally, rather than once for all. In this paper, we present an incremental multi-gr…

Cited by 22SourcePDFScholar