← Search

Qian Yu

43 accepted papers

2026

Prune4Web: DOM Tree Pruning Programming for Web Agent

AAAI 2026technical

Web automation uses intelligent agents to perform high-level tasks by mimicking human interactions with webpages. Despite recent advances in LLM-based web agents, efficiently navigating complex, real-world webpages remains challenging due to massive DOM structures (10,000 ~ 100,000 tokens). Current

Cited by 0SourcePDFScholar
2026

RxnCaption: Reformulating Reaction Diagram Parsing as Visual Prompt Guided Captioning

CVPR 2026

Large-scale chemical reaction datasets are crucial for AI research in chemistry. However, existing chemical reaction data often exist as images within papers, making them not machine-readable and unusable for training machine learning models. In response to this challenge, we propose the RxnCaption

Cited by 0SourcecodeScholar
2026

VAnim: Rendering-Aware Sparse State Modeling for Structure-Preserving Vector Animation

ICML 2026poster

Scalable Vector Graphics (SVG) animation generation is pivotal for professional design due to their structural editability and resolution independence. However, this task remains challenging as it requires bridging discrete code representations with continuous visual dynamics. Existing optimization-…

Cited by 0SourceScholar
2025

CAD-Coder: Text-to-CAD Generation with Chain-of-Thought and Geometric Reward

NeurIPS 2025poster

In this work, we introduce CAD-Coder, a novel framework that reformulates text-to-CAD as the generation of CadQuery scripts—a Python-based, parametric CAD language. This representation enables direct geometric validation, a richer modeling vocabulary, and seamless integration with existing LLMs. To…

Cited by 0SourceScholar
2025

Empowering LLMs to Understand and Generate Complex Vector Graphics

CVPR 2025poster

The unprecedented advancements in Large Language Models (LLMs) have profoundly impacted natural language processing but have yet to fully embrace the realm of scalable vector graphics (SVG) generation. While LLMs encode partial knowledge of SVG data from web pages during training, recent findings su…

2025

From 2D CAD Drawings to 3D Parametric Models: A Vision-Language Approach

AAAI 2025technical

In this paper, we present CAD2Program, a new method for reconstructing 3D parametric models from 2D CAD drawings. Our proposed method is inspired by recent successes in vision-language models (VLMs), and departs from traditional methods which rely on task-specific data representations and/or algorit…

2025

High-Precision Dichotomous Image Segmentation via Probing Diffusion Capacity

ICLR 2025poster

In the realm of high-resolution (HR), fine-grained image segmentation, the primary challenge is balancing broad contextual awareness with the precision required for detailed object delineation, capturing intricate details and the finest edges of objects. Diffusion models, trained on vast datasets co…

2025

Move to Understand a 3D Scene: Bridging Visual Grounding and Exploration for Efficient and Versatile Embodied Navigation

ICCV 2025poster

Embodied scene understanding requires not only comprehending visual-spatial information that has been observed but also determining where to explore next in the 3D physical world. Existing 3D Vision-Language (3D-VL) models primarily focus on grounding objects in static observations from 3D reconstru…

Cited by 0SourcePDFScholar
2025

Rethinking Cross-Subject Data Splitting for Brain-to-Text Decoding

EMNLP 2025

Recent major milestones have successfully reconstructed natural language from non-invasive brain signals (e.g. functional Magnetic Resonance Imaging (fMRI) and Electroencephalogram (EEG)) across subjects. However, we find current dataset splitting strategies for cross-subject brain-to-text decoding

Cited by 0SourcePDFScholar
2025

SafeToolBench: Pioneering a Prospective Benchmark to Evaluating Tool Utilization Safety in LLMs

EMNLP 2025

Large language models (LLMs) have exhibited great performance in autonomously calling various tools in external environments, leading to better problems solving and task automation capabilities. However, these external tools also amplify potential risks such as financial loss or privacy leaking with

2025

Steady Progress Beats Stagnation: Mutual Aid of Foundation and Conventional Models in Mixed Domain Semi-Supervised Medical Image Segmentation

CVPR 2025poster

Large pretrained visual foundation models exhibit impressive general capabilities. However, the extensive prior knowledge inherent in these models can sometimes be a double-edged sword when adapting them to downstream tasks in specific domains.In the context of semi-supervised medical image segmenta…

2025

TrackGo: A Flexible and Efficient Method for Controllable Video Generation

AAAI 2025technical

Recent years have seen substantial progress in diffusion-based controllable video generation. However, achieving precise control in complex scenarios, including fine-grained object parts, sophisticated motion trajectories, and coherent background movement, remains a challenge. In this paper, we in…

Cited by 11SourcePDFScholar
2025

TransBench: Breaking Barriers for Transferable Graphical User Interface Agents in Dynamic Digital Environments

ACL 2025finding

Graphical User Interface (GUI) agents, which autonomously operate on digital interfaces through natural language instructions, hold transformative potential for accessibility, automation, and user experience. A critical aspect of their functionality is grounding — the ability to map linguistic inten…

2025

ViewCraft3D: High-fidelity and View-Consistent 3D Vector Graphics Synthesis

NeurIPS 2025poster

3D vector graphics play a crucial role in various applications including 3D shape retrieval, conceptual design, and virtual reality interactions due to their ability to capture essential structural information with minimal representation. While recent approaches have shown promise in generating 3D v…

Cited by 0SourceScholar
2024

Constructing and Exploring Intermediate Domains in Mixed Domain Semi-supervised Medical Image Segmentation

CVPR 2024poster

Both limited annotation and domain shift are prevalent challenges in medical image segmentation. Traditional semi-supervised segmentation and unsupervised domain adaptation methods address one of these issues separately. However the coexistence of limited annotation and domain shift is quite common…

2024

Data-Free Generalized Zero-Shot Learning

AAAI 2024technical

Deep learning models have the ability to extract rich knowledge from large-scale datasets. However, the sharing of data has become increasingly challenging due to concerns regarding data copyright and privacy. Consequently, this hampers the effective transfer of knowledge from existing data to novel…

2024

GenesisTex: Adapting Image Denoising Diffusion to Texture Space

CVPR 2024poster

We present GenesisTex a novel method for synthesizing textures for 3D geometries from text descriptions. GenesisTex adapts the pretrained image diffusion model to texture space by texture space sampling. Specifically we maintain a latent texture map for each viewpoint which is updated with predicted…

Cited by 11SourcePDFScholar
2024

Language-Driven Ordinal Learning for Imbalanced Head Pose Estimation

ICASSP 2024accepted

Head pose estimation aims to predict three degrees of freedom pose angles in an unconstrained environment. Conventional ordinal learning methods project the input in a one-dimensional label distribution, with preserving ordinal relationship among labels. However, this assumption frequently fails to…

Cited by 0SourceScholar
2024

Multi-Modality Affinity Inference for Weakly Supervised 3D Semantic Segmentation

AAAI 2024technical

3D point cloud semantic segmentation has a wide range of applications. Recently, weakly supervised point cloud segmentation methods have been proposed, aiming to alleviate the expensive and laborious manual annotation process by leveraging scene-level labels. However, these methods have not effectiv…

2024

Multi-view Aggregation Network for Dichotomous Image Segmentation

CVPR 2024highlight

Dichotomous Image Segmentation (DIS) has recently emerged towards high-precision object segmentation from high-resolution natural images. When designing an effective DIS model the main challenge is how to balance the semantic dispersion of high-resolution targets in the small receptive field and the…

2024

SVGDreamer: Text Guided SVG Generation with Diffusion Model

CVPR 2024poster

Recently text-guided scalable vector graphics (SVGs) synthesis has shown promise in domains such as iconography and sketch. However existing text-to-SVG generation methods lack editability and struggle with visual quality and result diversity. To address these limitations we propose a novel text-gui…

2024

Stochastic Zeroth-Order Optimization under Strongly Convexity and Lipschitz Hessian: Minimax Sample Complexity

NeurIPS 2024poster

Optimization of convex functions under stochastic zeroth-order feedback has been a major and challenging question in online learning. In this work, we consider the problem of optimizing second-order smooth and strongly convex functions where the algorithm is only accessible to noisy evaluations of t…

Cited by 1SourcePDFScholar
2024

The Devil is in the Statistics: Mitigating and Exploiting Statistics Difference for Generalizable Semi-supervised Medical Image Segmentation

ECCV 2024poster

"Despite the recent success of domain generalization in medical image segmentation, voxel-wise annotation for all source domains remains a huge burden. Semi-supervised domain generalization has been proposed very recently to combat this challenge by leveraging limited labeled data along with abundan…

2024

Unlocking Attributes' Contribution to Successful Camouflage: A Combined Textual and Visual Analysis Strategy

ECCV 2024poster

"In the domain of Camouflaged Object Segmentation (COS), despite continuous improvements in segmentation performance, the underlying mechanisms of effective camouflage remain poorly understood, akin to a black box. To address this gap, we present the first comprehensive study to examine the impact o…

2024

Unsupervised Cross-Domain Image Retrieval via Prototypical Optimal Transport

AAAI 2024technical

Unsupervised cross-domain image retrieval (UCIR) aims to retrieve images sharing the same category across diverse domains without relying on labeled data. Prior approaches have typically decomposed the UCIR problem into two distinct tasks: intra-domain representation learning and cross-domain featur…

2023

DiffSketcher: Text Guided Vector Sketch Synthesis through Latent Diffusion Models

NeurIPS 2023poster

Even though trained mainly on images, we discover that pretrained diffusion models show impressive power in guiding sketch synthesis. In this paper, we present DiffSketcher, an innovative algorithm that creates \textit{vectorized} free-hand sketches using natural language input. DiffSketcher is deve…

2023

Feature Decomposition for Reducing Negative Transfer: A Novel Multi-Task Learning Method for Recommender System (Student Abstract)

AAAI 2023technical

We propose a novel multi-task learning method termed Feature Decomposition Network (FDN). The key idea of the proposed FDN is to reduce the phenomenon of feature redundancy by explicitly decomposing features into task-specific features and task-shared features with carefully designed constraints. Ex…

Cited by 13SourcePDFScholar
2023

LiDAR-Camera Panoptic Segmentation via Geometry-Consistent and Semantic-Aware Alignment

ICCV 2023poster

3D panoptic segmentation is a challenging perception task that requires both semantic segmentation and instance segmentation. In this task, we notice that images could provide rich texture, color, and discriminative information, which can complement LiDAR data for evident performance improvement, bu…

Cited by 21PDFcodeScholar
2023

Optimal Sample Complexity Bounds for Non-convex Optimization under Kurdyka-Lojasiewicz Condition

AISTATS 2023poster

Optimization of smooth reward functions under bandit feedback is a long-standing problem in online learning. This paper approaches this problem by studying the convergence under smoothness and Kurdyka-Lojasiewicz conditions. We designed a search-based algorithm that achieves an improved rate compare…

Cited by 2SourcePDFScholar
2023

Orthogonal Annotation Benefits Barely-Supervised Medical Image Segmentation

CVPR 2023poster

Recent trends in semi-supervised learning have significantly boosted the performance of 3D semi-supervised medical image segmentation. Compared with 2D images, 3D medical volumes involve information from different directions, e.g., transverse, sagittal, and coronal planes, so as to naturally provide…

2023

Sample Complexity for Quadratic Bandits: Hessian Dependent Bounds and Optimal Algorithms

NeurIPS 2023poster

In stochastic zeroth-order optimization, a problem of practical relevance is understanding how to fully exploit the local geometry of the underlying objective function. We consider a fundamental setting in which the objective function is quadratic, and provide the first tight characterization of the…

Cited by 2SourcePDFScholar
2022

IAM: A Comprehensive and Large-Scale Dataset for Integrated Argument Mining Tasks

ACL 2022long

Traditionally, a debate usually requires a manual preparation process, including reading plenty of articles, selecting the claims, identifying the stances of the claims, seeking the evidence for the claims, etc. As the AI debate attracts more attention these years, it is worth exploring the methods…

2022

SketchSampler: Sketch-Based 3D Reconstruction via View-Dependent Depth Sampling

ECCV 2022poster

"Reconstructing a 3D shape based on a single sketch image is challenging due to the large domain gap between a sparse, irregular sketch and a regular, dense 3D shape. Existing works try to employ the global feature extracted from sketch to directly predict the 3D coordinates, but they usually suffer…

2020

Minimax Regret of Switching-Constrained Online Convex Optimization: No Phase Transition

NeurIPS 2020poster

We study the problem of switching-constrained online convex optimization (OCO), where the player has a limited number of opportunities to change her action. While the discrete analog of this online learning task has been studied extensively, previous work in the continuous setting has neither establ…

Cited by 30SourcePDFScholar
2019

Lagrange Coded Computing: Optimal Design for Resiliency, Security, and Privacy

AISTATS 2019poster

We consider a scenario involving computations over a massive dataset stored distributedly across multiple workers, which is at the core of distributed learning algorithms. We propose Lagrange Coded Computing (LCC), a new framework to simultaneously provide (1) resiliency against stragglers that may…

Cited by 470SourcePDFScholar
2018

SketchyScene: Richly-Annotated Scene Sketches

ECCV 2018poster

We contribute the rst large-scale dataset of scene sketches, SketchyScene, with the goal of advancing research on sketch understanding at both the object and scene level. The dataset is created through a novel and carefully designed crowdsourcing pipeline, enabling users to eciently generate large q…

2017

Deep Spatial-Semantic Attention for Fine-Grained Sketch-Based Image Retrieval

ICCV 2017poster

Human sketches are unique in being able to capture both the spatial topology of a visual object, as well as its subtle appearance details. Fine-grained sketch-based image retrieval (FG-SBIR) importantly leverages on such fine-grained characteristics of sketches to conduct instance-level retrieval of…

Cited by 318PDFScholar
2017

Polynomial Codes: an Optimal Design for High-Dimensional Coded Matrix Multiplication

NeurIPS 2017poster

We consider a large-scale matrix multiplication problem where the computation is carried out using a distributed system with a master node and multiple worker nodes, where each worker can store parts of the input matrices. We propose a computation strategy that leverages ideas from coding theory to…

Cited by 548SourcePDFScholar
2015

Ontological Supervision for Fine Grained Classification of Street View Storefronts

CVPR 2015poster

Modern search engines receive large numbers of business related, local aware queries. Such queries are best answered using accurate, up-to-date, business listings, that contain representations of business categories. Creating such listings is a challenging task as businesses often change hands or cl…

Cited by 95SourcePDFScholar