← Search

Qianli Ma

64 accepted papers

2026

A Unified Shape-Aware Foundation Model for Time Series Classification

AAAI 2026technical

Foundation models pre-trained on large-scale source datasets are reshaping the traditional training paradigm for time series classification. However, existing time series foundation models primarily focus on forecasting tasks and often overlook classification-specific challenges, such as modeling in

Cited by 0SourcePDFScholar
2026

Group Editing: Edit Multiple Images in One Go

CVPR 2026

In this paper, we tackle the problem of performing consistent and unified modifications across a set of related images. This task is particularly challenging because these images may vary significantly in pose, viewpoint, and spatial layout. Achieving coherent edits requires establishing reliable co

Cited by 9SourcecodeScholar
2026

Large Scale Diffusion Distillation via Score-Regularized Continuous-Time Consistency

ICLR 2026poster

Although continuous-time consistency models (e.g., sCM, MeanFlow) are theoretically principled and empirically powerful for fast academic-scale diffusion, its applicability to large-scale text-to-image and video tasks remains unclear due to infrastructure challenges in Jacobian-vector product (JVP)…

Cited by 0SourcecodeScholar
2026

Learning Recursive Multi-Scale Representations for Irregular Multivariate Time Series Forecasting

ICLR 2026poster

Irregular Multivariate Time Series (IMTS) are characterized by uneven intervals between consecutive timestamps, which carry sampling pattern information valuable and informative for learning temporal and variable dependencies. In addition, IMTS often exhibit diverse dependencies across multiple time…

Cited by 0SourcecodeScholar
2026

MemFlow: A Lightweight Forward Memorizing Framework for Quick Domain Adaptive Feature Mapping

CVPR 2026

Deploying pretrained visual models in real-world environments often suffers from significant performance degradation due to the diversity of testing scenarios. Continuous adaptation of learning models on edge devices via unlabeled data collected from the target domain is highly effective for boostin

Cited by 0SourcecodeScholar
2026

OmniScale: Scaling Any Modality Model Training with Model-Centric Distributed Recipe Zoo

AAAI 2026technical

Recent advances in large language models (LLMs) have driven impressive progress in omni-modal understanding and generation. However, training omni-modal LLMs remains a significant challenge due to the heterogeneous model architectures required to process diverse modalities, necessitating sophisticat

Cited by 0SourcePDFScholar
2026

SAGE: Scalable Agentic 3D Scene Generation for Embodied AI

CVPR 2026

Real-world data collection for embodied agents remains costly and unsafe, calling for scalable, realistic, and simulator-ready 3D environments. However, existing scene-generation systems often rely on rule-based or task-specific pipelines, yielding artifacts and physically invalid scenes. We present

Cited by 0SourcecodeScholar
2026

Semantic Cache Distillation: Efficient State Transfer via Reuse and Selective Patching

ICML 2026poster

Disaggregated serving alleviates memory bottlenecks in Large Language Model (LLM) inference but creates a severe communication bottleneck: transmitting high-dimensional Key-Value (KV) caches often dominates time-to-first-token (TTFT). Moreover, reusing caches across heterogeneous models (e.g., base …

Cited by 0SourceScholar
2026

The Blind Spot of Adaptation: Quantifying and Mitigating Forgetting in Fine-tuned Driving Models

CVPR 2026

The integration of Vision-Language Models (VLMs) into autonomous driving promises to solve long-tail scenarios, but this paradigm faces the critical and unaddressed challenge of catastrophic forgetting. The very fine-tuning process used to adapt these models to driving-specific data simultaneously e

Cited by 0SourceScholar
2026

Time-CoT: Hierarchical Reasoning with Temporal Semantic Codes for Multivariate Time Series Classification

ICML 2026poster

Integrating Large Language Models (LLMs) into time series tasks has yielded impressive performance. While some works aim to enhance accuracy by explicitly designing step-by-step reasoning into prompts, such explicit Chain-of-Thought (CoT) approaches are difficult to generalize to time series. This i…

Cited by 0SourceScholar
2025

Articulated Kinematics Distillation from Video Diffusion Models

CVPR 2025poster

We present Articulated Kinematics Distillation (AKD), a framework for generating high-fidelity character animations by merging the strengths of skeleton-based animation and modern generative models. AKD uses a skeleton-based representation for rigged 3D assets, drastically reducing the Degrees of Fr…

2025

CoT-VLA: Visual Chain-of-Thought Reasoning for Vision-Language-Action Models

CVPR 2025poster

Vision-language-action models (VLAs) have shown potential in leveraging pretrained vision-language models and diverse robot demonstrations for learning generalizable sensorimotor control. While this paradigm effectively utilizes large-scale data from both robotic and non-robotic sources, current VLA…

2025

DavIR: Data Selection via Implicit Reward for Large Language Models

ACL 2025long

We introduce DavIR, a model-based data selection method for post-training Large Language Models. DavIR generalizes Reducible Holdout Loss to core-set selection problem of causal language modeling, and quantifies the learnability of a given datum with respect to a pre-trained LLM based on relative re…

2025

Decouple-Then-Merge: Finetune Diffusion Models as Multi-Task Learning

CVPR 2025poster

Diffusion models are trained by learning a sequence of models that reverse each step of noise corruption. Typically, the model parameters are fully shared across multiple timesteps to enhance training efficiency. However, since the denoising tasks differ at each timestep, the gradients computed at d…

Cited by 0SourcePDFScholar
2025

Efficient Diffusion as Low Light Enhancer

CVPR 2025poster

The computational burden of the iterative sampling process remains a major challenge in diffusion-based Low-Light Image Enhancement (LLIE). Current acceleration methods, whether training-based or training-free, often lead to significant performance degradation, highlighting the trade-off between per…

Cited by 0SourcePDFScholar
2025

Hi-Patch: Hierarchical Patch GNN for Irregular Multivariate Time Series

ICML 2025poster

Multi-scale information is crucial for multivariate time series modeling. However, most existing time series multi-scale analysis methods treat all variables in the same manner, making them unsuitable for Irregular Multivariate Time Series (IMTS), where variables have distinct origin scales/sampling…

Cited by 0SourcePDFScholar
2025

HyperIMTS: Hypergraph Neural Network for Irregular Multivariate Time Series Forecasting

ICML 2025poster

Irregular multivariate time series (IMTS) are characterized by irregular time intervals within variables and unaligned observations across variables, posing challenges in learning temporal and variable dependencies. Many existing IMTS models either require padded samples to learn separately from te…

2025

LED-Merging: Mitigating Safety-Utility Conflicts in Model Merging with Location-Election-Disjoint

ACL 2025long

Fine-tuning pre-trained Large Language Models (LLMs) for specialized tasks incurs substantial computational and data costs. While model merging offers a training-free solution to integrate multiple task-specific models, existing methods suffer from safety-utility conflicts where enhanced general cap…

2025

Learning Soft Sparse Shapes for Efficient Time-Series Classification

ICML 2025spotlight

Shapelets are discriminative subsequences (or shapes) with high interpretability in time series classification. Due to the time-intensive nature of shapelet discovery, existing shapelet-based methods mainly focus on selecting discriminative shapes while discarding others to achieve candidate subsequ…

Cited by 0SourcePDFScholar
2025

RewardDS: Privacy-Preserving Fine-Tuning for Large Language Models via Reward Driven Data Synthesis

EMNLP 2025

The success of large language models (LLMs) has attracted many individuals to fine-tune them for domain-specific tasks by uploading their data. However, in sensitive areas like healthcare and finance, privacy concerns often arise. One promising solution is to generate synthetic data with Differentia

2025

Spurious Forgetting in Continual Learning of Language Models

ICLR 2025poster

Recent advancements in large language models (LLMs) reveal a perplexing phenomenon in continual learning: despite extensive training, models experience significant performance declines, raising questions about task alignment and underlying knowledge retention. This study first explores the concept o…

2025

Training Large Language Models for Retrieval-Augmented Question Answering through Backtracking Correction

ICLR 2025poster

Despite recent progress in Retrieval-Augmented Generation (RAG) achieved by large language models (LLMs), retrievers often recall uncorrelated documents, regarded as "noise" during subsequent text generation. To address this, some methods train LLMs to distinguish between relevant and irrelevant doc…

Cited by 0SourcePDFScholar
2025

Variational Learning of Gaussian Process Latent Variable Models through Stochastic Gradient Annealed Importance Sampling

UAI 2025

Gaussian Process Latent Variable Models (GPLVMs) have become increasingly popular for unsupervised tasks such as dimensionality reduction and missing data recovery due to their flexibility and non-linear nature. An importance-weighted version of the Bayesian GPLVMs has been proposed to obtain a tigh

Cited by 0SourcePDFScholar
2025

WarriorCoder: Learning from Expert Battles to Augment Code Large Language Models

ACL 2025long

Despite recent progress achieved by code large language models (LLMs), their remarkable abilities are largely dependent on fine-tuning on the high-quality data, posing challenges for data collection and annotation. To address this, current methods often design various data flywheels to collect compl…

2024

Degrees of Freedom Matter: Inferring Dynamics from Point Trajectories

CVPR 2024poster

Understanding the dynamics of generic 3D scenes is fundamentally challenging in computer vision essential in enhancing applications related to scene reconstruction motion tracking and avatar creation. In this work we address the task as the problem of inferring dense long-range motion of 3D points.…

2024

Diffusion Language-Shapelets for Semi-supervised Time-Series Classification

AAAI 2024technical

Semi-supervised time-series classification could effectively alleviate the issue of lacking labeled data. However, existing approaches usually ignore model interpretability, making it difficult for humans to understand the principles behind the predictions of a model. Shapelets are a set of discrimi…

2024

Improving Factual Consistency of News Summarization by Contrastive Preference Optimization

EMNLP 2024finding

Despite the recent progress in news summarization made by large language models (LLMs), they often generate summaries that are factually inconsistent with original articles, known as “hallucinations” in text generation. Unlike previous small models (e.g., BART, T5), current LLMs make fewer silly mis…

2024

Incremental Sequence Labeling: A Tale of Two Shifts

ACL 2024findings

The incremental sequence labeling task involves continuously learning new classes over time while retaining knowledge of the previous ones. Our investigation identifies two significant semantic shifts: E2O (where the model mislabels an old entity as a non-entity) and O2E (where the model labels a no…

2024

InfiAgent-DABench: Evaluating Agents on Data Analysis Tasks

ICML 2024poster

In this paper, we introduce InfiAgent-DABench, the first benchmark specifically designed to evaluate LLM-based agents on data analysis tasks. Agents need to solve these tasks end-to-end by interacting with an execution environment. This benchmark contains DAEval, a dataset consisting of 603 data ana…

2024

Knowledge-Empowered Dynamic Graph Network for Irregularly Sampled Medical Time Series

NeurIPS 2024poster

Irregularly Sampled Medical Time Series (ISMTS) are commonly found in the healthcare domain, where different variables exhibit unique temporal patterns while interrelated. However, many existing methods fail to efficiently consider the differences and correlations among medical variables together, l…

Cited by 1SourcePDFScholar
2024

Learn or Recall? Revisiting Incremental Learning with Pre-trained Language Models

ACL 2024long

Incremental Learning (IL) has been a long-standing problem in both vision and Natural Language Processing (NLP) communities.In recent years, as Pre-trained Language Models (PLMs) have achieved remarkable progress in various NLP downstream tasks, utilizing PLMs as backbones has become a common practi…

2024

Well Begun Is Half Done: An Implicitly Augmented Generative Framework with Distribution Modification for Hierarchical Text Classification

COLING 2024main

Hierarchical Text Classification (HTC) is a challenging task which aims to extract the labels in a tree structure corresponding to a given text. Discriminative methods usually incorporate the hierarchical structure information into the encoding process, while generative methods decode the features a…

Cited by 0SourcePDFScholar
2023

CTW: Confident Time-Warping for Time-Series Label-Noise Learning

IJCAI 2023poster

Noisy labels seriously degrade the generalization ability of Deep Neural Networks (DNNs) in various classification tasks. Existing studies on label-noise learning mainly focus on computer vision, while time series also suffer from the same issue. Directly applying the methods from computer vision to…

2023

Joint Constrained Learning with Boundary-adjusting for Emotion-Cause Pair Extraction

ACL 2023long

Emotion-Cause Pair Extraction (ECPE) aims to identify the document’s emotion clauses and corresponding cause clauses. Like other relation extraction tasks, ECPE is closely associated with the relationship between sentences. Recent methods based on Graph Convolutional Networks focus on how to model t…

Cited by 7SourcePDFScholar
2023

Preserving Commonsense Knowledge from Pre-trained Language Models via Causal Inference

ACL 2023long

Fine-tuning has been proven to be a simple and effective technique to transfer the learned knowledge of Pre-trained Language Models (PLMs) to downstream tasks. However, vanilla fine-tuning easily overfits the target data and degrades the generalization ability. Most existing studies attribute it to…

2023

Probabilistic Human Mesh Recovery in 3D Scenes from Egocentric Views

ICCV 2023oral

Automatic perception of human behaviors during social interactions is crucial for AR/VR applications, and an essential component is estimation of plausible 3D human pose and shape of our social partners from the egocentric view. One of the biggest challenges of this task is severe body truncation du…

Cited by 30PDFcodeScholar
2023

Scale-teaching: Robust Multi-scale Training for Time Series Classification with Noisy Labels

NeurIPS 2023poster

Deep Neural Networks (DNNs) have been criticized because they easily overfit noisy (incorrect) labels. To improve the robustness of DNNs, existing methods for image data regard samples with small training losses as correctly labeled data (small-loss criterion). Nevertheless, time series' discriminat…

2023

Temporal-Frequency Co-training for Time Series Semi-supervised Learning

AAAI 2023technical

Semi-supervised learning (SSL) has been actively studied due to its ability to alleviate the reliance of deep learning models on labeled data. Although existing SSL methods based on pseudo-labeling strategies have made great progress, they rarely consider time-series data's intrinsic properties (e.g…

2022

Distilling Causal Effect from Miscellaneous Other-Class for Continual Named Entity Recognition

EMNLP 2022main

Continual Learning for Named Entity Recognition (CL-NER) aims to learn a growing number of entity types over time from a stream of data. However, simply learning Other-Class in the same way as new entity types amplifies the catastrophic forgetting and leads to a substantial performance drop. The mai…

2022

EgoBody: Human Body Shape and Motion of Interacting People from Head-Mounted Devices

ECCV 2022poster

"Understanding social interactions from egocentric views is crucial for many applications, ranging from assistive robotics to AR/VR. Key to reasoning about interactions is to understand the body pose and motion of the interaction partner from the egocentric view. However, research in this area is se…

2022

It’s Better to Teach Fishing than Giving a Fish: An Auto-Augmented Structure-aware Generative Model for Metaphor Detection

EMNLP 2022finding

Metaphor Detection aims to identify the metaphorical meaning of words in the sentence. Most existing work is discriminant models, which use the contextual semantic information extracted by transformers for classifications directly. Due to insufficient training data and corresponding paraphrases, rec…

Cited by 8SourcePDFScholar
2022

Pair-Based Joint Encoding with Relational Graph Convolutional Networks for Emotion-Cause Pair Extraction

EMNLP 2022main

Emotion-cause pair extraction (ECPE) aims to extract emotion clauses and corresponding cause clauses, which have recently received growing attention. Previous methods sequentially encode features with a specified order. They first encode the emotion and cause features for clause extraction and then…

2021

A Span-based Dynamic Local Attention Model for Sequential Sentence Classification

ACL 2021short

Sequential sentence classification aims to classify each sentence in the document based on the context in which sentences appear. Most existing work addresses this problem using a hierarchical sequence labeling network. However, they ignore considering the latent segment structure of the document, i…

Cited by 18SourcePDFScholar
2021

CATE: A Contrastive Pre-trained Model for Metaphor Detection with Semi-supervised Learning

EMNLP 2021main

Metaphors are ubiquitous in natural language, and detecting them requires contextual reasoning about whether a semantic incongruence actually exists. Most existing work addresses this problem using pre-trained contextualized models. Despite their success, these models require a large amount of label…

Cited by 22SourcePDFScholar
2021

Hierarchy-aware Label Semantics Matching Network for Hierarchical Text Classification

ACL 2021long

Hierarchical text classification is an important yet challenging task due to the complex structure of the label hierarchy. Existing methods ignore the semantic relationship between text and labels, so they cannot make full use of the hierarchical information. To this end, we formulate the text-label…

2021

Joint-Label Learning by Dual Augmentation for Time Series Classification

AAAI 2021technical

Recently, deep neural networks (DNNs) have achieved excellent performance on time series classification. However, DNNs require large amounts of labeled data for supervised training. Although data augmentation can alleviate this problem, the standard approach assigns the same label to all augmented s…

2021

Learning Representations for Incomplete Time Series Clustering

AAAI 2021technical

Time-series clustering is an essential unsupervised technique for data analysis, applied to many real-world fields, such as medical analysis and DNA microarray. Existing clustering methods are usually based on the assumption that the data is complete. However, time series in real-world applications…

2021

MetaAvatar: Learning Animatable Clothed Human Models from Few Depth Images

NeurIPS 2021poster

In this paper, we aim to create generalizable and controllable neural signed distance fields (SDFs) that represent clothed humans from monocular depth observations. Recent advances in deep learning, especially neural implicit representations, have enabled human shape reconstruction and controllable…

2021

SCALE: Modeling Clothed Humans with a Surface Codec of Articulated Local Elements

CVPR 2021poster

Learning to model and reconstruct humans in clothing is challenging due to articulation, non-rigid deformation, and varying clothing types and topologies. To enable learning, the choice of representation is the key. Recent work uses neural networks to parameterize local surface elements. This approa…

Cited by 114PDFcodeScholar
2021

SCANimate: Weakly Supervised Learning of Skinned Clothed Avatar Networks

CVPR 2021poster

We present SCANimate, an end-to-end trainable framework that takes raw 3D scans of a clothed human and turns them into an animatable avatar. These avatars are driven by pose parameters and have realistic clothing that moves and deforms naturally. SCANimate does not rely on a customized mesh template…

Cited by 264PDFcodeScholar
2021

Time Series Anomaly Detection with Multiresolution Ensemble Decoding

AAAI 2021technical

Recurrent autoencoder is a popular model for time series anomaly detection, in which outliers or abnormal segments are identified by their high reconstruction errors. However, existing recurrent autoencoders can easily suffer from overfitting and error accumulation due to sequential decoding. In thi…

Cited by 72SourcePDFScholar
2020

Learning to Dress 3D People in Generative Clothing

CVPR 2020poster

Three-dimensional human body models are widely used in the analysis of human pose and motion. Existing models, however, are learned from minimally-clothed 3D scans and thus do not generalize to the complexity of dressed people in common images and videos. Additionally, current models lack the expres…

Cited by 435PDFcodeScholar
2019

Efficient Exact Collision Detection between Ellipsoids and Superquadrics via Closed-form Minkowski Sums

ICRA 2019poster

Collision detection has attracted attention of researchers for decades in the field of computer graphics, robot motion planning, computer aided design, etc. A large number of successful algorithms have been proposed and applied, which make use of convex polytopes and bounding volumes as primitives.…

Cited by 14SourceScholar
2019

Learning Representations for Time Series Clustering

NeurIPS 2019poster

Time series clustering is an essential unsupervised technique in cases when category information is not available. It has been widely applied to genome data, anomaly detection, and in general, in any domain where pattern detection is important. Although feature-based time series clustering methods a…

2018

Vision-Based Calibration of Dual RCM-Based Robot Arms in Human-Robot Collaborative Minimally Invasive Surgery

RA-L 2018

This letter reports the development of a vision-based calibration method for dual remote center-of-motion (RCM) based robot arms in a human-robot collaborative minimally invasive surgery (MIS) scenario. The method does not require any external tracking sensors and directly uses images captured by th

Cited by 69SourceScholar
2016

A new robotic ultrasound system for tracking a catheter with an active piezoelectric element

IROS 2016poster

Robotic-assisted catheter insertion is becoming increasingly popular due to its potential applications including cardiac catheterization. Typically, catheters are tracked during insertion procedures to verify the location of the tip relative to anatomy or features of interest. To this end, many cath…

Cited by 7SourceScholar
2016

New probabilistic approaches to the AX = XB hand-eye calibration without correspondence

ICRA 2016

The hand-eye calibration problem was first formulated decades ago and is widely applied in robotics, image guided therapy, etc. It is usually cast as the “AX = XB” problem where the matrices A, B, and X are rigid body transformations in SE(3). Many solvers have been proposed to recover X given data

Cited by 38SourceScholar
2016

Probabilistic Approaches to the AXB = YCZ Calibration Problem in Multi-Robot Systems

RSS 2016poster

In recent years, the topic of multi-robot systems has become very popular. These systems have been demonstrated in various applications, including exploration, construction, and warehouse operations. In order for the whole system to function properly, sensor calibrations such as determining the came…

Cited by 49SourcePDFScholar
2016

Simultaneous Hand-Eye and Robot-World Calibration by Solving the AX=YB Problem Without Correspondence

RA-L 2016

Calibration is often an important and necessary step in the use of image-guided systems. In the case of the <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$AX=YB$</tex-math></inline-formula> problem, the relative

Cited by 64SourceScholar