← Search

Wanyu Wang

10 accepted papers

2026

Physics-Inspired All-Pair Interaction Learning for 3D Dynamics Modeling

ICLR 2026poster

Modeling 3D dynamics is a fundamental problem in multi-body systems across scientific and engineering domains and has important practical implications in trajectory prediction and simulation. While recent GNN-based approaches have achieved strong performance by enforcing geometric symmetries, encodi…

Cited by 0SourcecodeScholar
2026

Renormalization Group Guided Tensor Network Structure Search

AAAI 2026technical

Tensor network structure search (TN-SS) aims to automatically discover optimal network topologies and rank configurations for efficient tensor decomposition in high-dimensional data representation. Despite recent advances, existing TN-SS methods face significant limitations in computational tractabi

Cited by 0SourcePDFScholar
2026

SONATA: Synergistic Coreset Informed Adaptive Temporal Tensor Factorization

ICLR 2026poster

Analyzing dynamic tensor streams is fundamentally challenged by complex, evolving temporal dynamics and the need to identify informative data from high-velocity streams. Existing methods often lack the expressiveness to model multi-scale temporal dependencies, limiting their ability to capture evolv…

Cited by 0SourceScholar
2026

T-GINEE: A Tensor-Based Multi-Graph Representation Learning

ICML 2026poster

While traditional network analysis focuses on single-layer networks, real-world systems often form multilayer networks with multiple relationship types. However, existing methods typically fail to capture complex inter-layer dependencies by treating layers independently or aggregating them. To addre…

Cited by 0SourceScholar
2025

Data Efficient Adaptation in Large Language Models via Continuous Low-Rank Fine-Tuning

NeurIPS 2025poster

Recent advancements in Large Language Models (LLMs) have emphasized the critical role of fine-tuning (FT) techniques in adapting LLMs to specific tasks, especially when retraining from scratch is computationally infeasible. Fine-tuning enables LLMs to leverage task- or domain-specific data, producin…

Cited by 0SourcecodeScholar
2025

LLMEmb: Large Language Model Can Be a Good Embedding Generator for Sequential Recommendation

AAAI 2025technical

Sequential Recommender Systems (SRS), which model a user's interaction history to predict the next item of interest, are widely used in various applications. However, existing SRS often struggle with low-popularity items, a challenge known as the long-tail problem. This issue leads to reduced serend…

2025

RGBT Tracking via All-layer Multimodal Interactions with Progressive Fusion Mamba

AAAI 2025technical

Existing RGBT tracking methods often design various interaction models to perform cross-modal fusion of each layer, but can not execute the feature interactions among all layers, which plays a critical role in robust multimodal representation, due to large computational burden. To address this issue…

Cited by 2SourcePDFScholar
2025

SIGMA: Selective Gated Mamba for Sequential Recommendation

AAAI 2025technical

Sequential Recommender Systems (SRS) has stood out as a highly promising technique in numerous domains due to its impressive capability of capturing complex user preferences. Current SRS have employed transformer-based models to give the next-item prediction. Nevertheless, its quadratic computationa…

Cited by 0SourcePDFScholar
2025

Stepwise Reasoning Disruption Attack of LLMs

ACL 2025long

Large language models (LLMs) have made remarkable strides in complex reasoning tasks, but their safety and robustness in reasoning processes remain unexplored, particularly in third-party platforms that facilitate user interactions via APIs. Existing attacks on LLM reasoning are constrained by speci…

2025

Training-free LLM Merging for Multi-task Learning

ACL 2025long

Large Language Models (LLMs) have demonstrated exceptional capabilities across diverse natural language processing (NLP) tasks. The release of open-source LLMs like LLaMA and Qwen has triggered the development of numerous fine-tuned models tailored for various tasks and languages. In this paper, we…