← Search

Jiahao Su

10 accepted papers

2026

DV-World: Benchmarking Data Visualization Agents in Real-World Scenarios

ICML 2026poster

Real-world data visualization (DV) requires native environmental grounding, cross-platform evolution, and proactive intent alignment. Yet, existing benchmarks often suffer from code-sandbox confinement, single-language creation-only tasks, and assumption of perfect intent. To bridge these gaps, we i…

Cited by 0SourceScholar
2026

Talk2Image: A Multi-Agent System for Multi-Turn Image Generation and Editing

AAAI 2026technical

Text-to-image generation tasks have driven remarkable advances in diverse media applications, yet most focus on single-turn scenarios and struggle with iterative, multi-turn creative tasks. Recent dialogue-based systems attempt to bridge this gap, but their single-agent, sequential paradigm often ca

Cited by 0SourcePDFScholar
2022

Adversarial Auto-Augment with Label Preservation: A Representation Learning Principle Guided Approach

NeurIPS 2022accept

Data augmentation is a critical contributing factor to the success of deep learning but heavily relies on prior domain knowledge which is not always available. Recent works on automatic data augmentation learn a policy to form a sequence of augmentation operations, which are still pre-defined and re…

2022

Scaling-up Diverse Orthogonal Convolutional Networks by a Paraunitary Framework

ICML 2022spotlight

Enforcing orthogonality in convolutional neural networks is a remedy for gradient vanishing/exploding problems and sensitivity to perturbation. Many previous approaches for orthogonal convolutions enforce orthogonality on its flattened kernel, which, however, do not lead to the orthogonality of the…

2022

Tuformer: Data-driven Design of Transformers for Improved Generalization or Efficiency

ICLR 2022poster

Transformers are neural network architectures that achieve remarkable performance in many areas. However, the core component of Transformers, multi-head self-attention (MHSA), is mainly derived from heuristics, and the interactions across its components are not well understood. To address the proble…

Cited by 6SourcePDFScholar
2020

Convolutional Tensor-Train LSTM for Spatio-Temporal Learning

NeurIPS 2020poster

Learning from spatio-temporal data has numerous applications such as human-behavior analysis, object tracking, video compression, and physics simulation. However, existing methods still perform poorly on challenging video tasks such as long-term forecasting. This is because these kinds of challengin…

2020

Understanding Generalization in Deep Learning via Tensor Methods

AISTATS 2020poster

Deep neural networks generalize well on unseen data though the number of parameters often far exceeds the number of training examples. Recently proposed complexity measures have provided insights to understanding the generalizability in neural networks from perspectives of PAC-Bayes, robustness, ove…