← Search

Yu Li

168 accepted papers

2026

AdaViewPlanner: Adapting Video Diffusion Models for Viewpoint Planning in 4D Scenes

ICLR 2026poster

Recent Text-to-Video (T2V) models have demonstrated powerful capability in visual simulation of real-world geometry and physical laws, indicating its potential as implicit world models. Inspired by this, we explore the feasibility of leveraging the video generation prior for viewpoint planning from…

Cited by 0SourceScholar
2026

AgentExpt: Automating AI Experiment Design with LLM-based Resource Retrieval Agent

ICML 2026poster

In modern AI research, baseline and dataset selection is a high-stakes decision in experimental design. It operationalizes a research idea into a concrete evaluation protocol and largely determines the validity and comparability of empirical conclusions. However, making appropriate choices is increa…

Cited by 0SourceScholar
2026

AgentSwift: Efficient LLM Agent Design via Value-Guided Hierarchical Search

AAAI 2026technical

Large language model (LLM) agents have demonstrated strong capabilities across diverse domains, yet automated agent design remains a significant challenge. Current automated agent design approaches are often constrained by limited search spaces that primarily optimize workflows but fail to integrate

Cited by 0SourcePDFScholar
2026

Beyond Semantic Features: Pixel-level Mapping for Generalized AI-Generated Image Detection

AAAI 2026technical

The rapid evolution of generative technologies necessitates reliable methods for detecting AI-generated images. A critical limitation of current detectors is their failure to generalize to images from unseen generative models, as they often overfit to source-specific semantic cues rather than learni

Cited by 0SourcePDFScholar
2026

BioMD: All-atom Generative Model for Biomolecular Dynamics Simulation

ICLR 2026poster

Molecular dynamics (MD) simulations are essential tools in computational chemistry and drug discovery, offering crucial insights into dynamic molecular behavior. However, their utility is significantly limited by substantial computational costs, which severely restrict accessible timescales for many…

Cited by 0SourceScholar
2026

Bridging the Perceptual Gap: Residual-Enhanced Downscaling and Manifold-Aware Perception Alignment Adaptation for NR-IQA

ICML 2026poster

Leveraging Large Vision-Language Models like CLIP has recently set new benchmarks for No-Reference Image Quality Assessment (NR-IQA). However, the contrastive pretraining of CLIP inherently prioritizes semantic invariance, which often suppresses subtle perceptual signals, a phenomenon we term percep…

Cited by 0SourceScholar
2026

CRAFT-LoRA: Content-Style Personalization via Rank-Constrained Adaptation and Training-Free Fusion

CVPR 2026

Personalized image generation requires effectively balancing content fidelity with stylistic consistency when synthesizing images based on text and reference examples. Low-Rank Adaptation (LoRA) offers an efficient personalization approach, with potential for precise control through combining LoRA w

Cited by 0SourcecodeScholar
2026

Calibrating and Rotating: A Unified Framework for Weight Conditioning in PEFT

AAAI 2026technical

Parameter-Efficient Fine-Tuning (PEFT) methods are crucial for adapting large pre-trained models. Among these, LoRA is considered a foundational approach. Building on this, the influential DoRA method enhances performance by decomposing weight updates into magnitude and direction. However, its under

Cited by 0SourcePDFScholar
2026

CineScene: Implicit 3D as Effective Scene Representation for Cinematic Video Generation

CVPR 2026

Cinematic video production requires control over scene-subject composition and camera movement, but live-action shooting remains costly due to the need for constructing physical sets. To address this, we introduce the task of cinematic video generation with decoupled scene context: given multiple im

Cited by 0SourceScholar
2026

C³TG: Conflict-aware, Composite, and Collaborative Controlled Text Generation

AAAI 2026technical

Recent advancements in large language models (LLMs) have demonstrated remarkable text generation capabilities. However, controlling specific attributes of generated text remains challenging without architectural modifications or extensive fine-tuning. Current methods typically toggle a single, basic

Cited by 0SourcePDFScholar
2026

DS-ProGen: A Dual-Structure Deep Language Model for Functional Protein Design

AAAI 2026technical

Inverse Protein Folding (IPF) is a critical subtask in the field of protein design, aiming to engineer amino acid sequences capable of folding correctly into a specified three-dimensional (3D) conformation. Although substantial progress has been achieved in recent years, existing methods generally r

Cited by 0SourcePDFScholar
2026

ETS: Energy-Guided Test-Time Scaling for Training-Free RL Alignment

ICML 2026poster

Reinforcement Learning (RL) post-training alignment for language models is effective, but also costly and unstable in practice, owing to its complicated training process. To address this, we propose a training-free inference method to sample directly from the optimal RL policy. The transition probab…

Cited by 0SourceScholar
2026

IDEAL: Data Equilibrium Adaptation for Multi-Capability Language Model Alignment

ICLR 2026poster

Large Language Models (LLMs) have achieved impressive performance through Supervised Fine-tuning (SFT) on diverse instructional datasets. When training on multiple capabilities simultaneously, the mixture training dataset, governed by volumes of data from different domains, is a critical factor that…

Cited by 0SourceScholar
2026

Investigating Data Pruning for Pretraining Biological Foundation Models at Scale

AAAI 2026technical

Biological foundation models (BioFMs), pretrained on large-scale biological sequences, have recently shown strong potential in providing meaningful representations for diverse downstream bioinformatics tasks. However, such models often rely on millions to billions of training sequences and billions

Cited by 0SourcePDFScholar
2026

Learning the Interaction Prior for Protein-Protein Interaction Prediction: A Model-Agnostic Approach

ICML 2026poster

Protein-protein interactions (PPIs) are fundamental to cellular function, disease mechanisms, and drug discovery. Current learning-based PPI predictors focus on learning powerful protein representations but neglect designing specialized classification heads. They mainly rely on generic aggregating m…

Cited by 0SourceScholar
2026

LinProVSR: Linguistics-Knowledge Guided Progressive Disambiguation Network for Visual Speech Recognition

AAAI 2026technical

Visual Speech Recognition (VSR), commonly known as lipreading, enables the recognition of spoken text by analyzing lip visual features. Due to the subtlety of lip movements, its recognition is much harder than other motion recognition tasks. Existing VSR models face the challenge of viseme ambiguit

Cited by 0SourcePDFScholar
2026

LithoDreamer: A Physics-Informed World Model for Multi-Stage Computational Lithography

ICML 2026poster

As semiconductor technology nodes continue to shrink, computational lithography has become critical to yield and performance. However, real-world lithography is a continuous, multi-stage physical process driven by implicit interventions, which cannot be captured by the existing static or stage-wise …

Cited by 0SourceScholar
2026

MaxMark: High-Capacity Diffusion-Native Watermarking via Robust and Invertible Latent Embedding

CVPR 2026

Diffusion-native watermarking provides a more secure and reliable way to trace images from latent diffusion models (LDMs) by embedding information directly into the generative process. However, existing methods suffer from a fundamental limitation: their embedding capacity is extremely small. We int

Cited by 0SourcecodeScholar
2026

MultiKD: Backdoor Defense in Federated Graph Learning via Attention-Guided Multi-Teacher Distillation

AAAI 2026technical

Backdoor attacks pose a severe threat to federated graph learning (FGL), where malicious clients can inject hidden triggers into the global model without being detected. Defending against such attacks is particularly challenging due to the complex graph structures and the stealthy nature of trigger

Cited by 0SourcePDFScholar
2026

Phase-Aware Mixture of Experts for Agentic Reinforcement Learning

ICML 2026poster

Reinforcement learning (RL) has equipped LLM agents with a strong ability to solve complex tasks. However, existing RL methods normally use a single policy network, causing simplicity bias where simple tasks occupy most parameters and dominate gradient updates, leaving insufficient capacity for comp…

Cited by 0SourceScholar
2026

Q-CLIP: Unleashing the Power of Vision-Language Models for Video Quality Assessment through Unified Cross-Modal Adaptation

ICML 2026poster

Accurate and efficient Video Quality Assessment (VQA) has long been a key research challenge. Current mainstream VQA methods typically improve performance by pretraining on large-scale classification datasets, followed by fine-tuning on VQA datasets. However, this strategy presents two significant c…

Cited by 0SourceScholar
2026

RCM Constraint-Consistent Dynamic Control in Surgical Robots

ICRA 2026poster

Robotic-assisted minimally invasive surgery (RAMIS) requires accurate enforcement of the remote center of motion (RCM) constraint to ensure safe tool motion through a trocar. Existing virtual RCM controllers are commonly formulated either at the kinematic level or as task-space objectives, which mak…

2026

RMSAGen: Integrating Multiple Sequence Alignment for Function RNA Design

AAAI 2026technical

Biological sequences, including RNAs and proteins, share similarities with natural languages, enabling the application of advanced language models to various biological tasks. However, due to its flexibility and lack of experimental data, RNA is a particularly challenging biological ``language

Cited by 0SourcePDFScholar
2026

ResCa: Residual Caching for Diffusion Transformers Acceleration

CVPR 2026

Diffusion transformers have achieved remarkable progress in high-quality image and video generation, but their computational overhead remains a significant challenge. Existing token reduction-based acceleration techniques, such as caching and merging, attempt to reduce this cost from both temporal a

Cited by 0SourcecodeScholar
2026

SFR-Net: Steering-Fusion-Refining Network in Multi-label Zero-Shot Sewer Defect Detection

CVPR 2026

Due to the prohibitive cost of data annotation and the inability to obtain sufficient sample data for all defect categories, municipal sewer pipe defect detection poses significant generalization challenges for traditional models. Multi-Label Zero-Shot Learning (ML-ZSL) offers a viable solution to a

Cited by 0SourcecodeScholar
2026

SMD: Multi-view Safety-Critical Driving Video Generation in the Real-world Domain

ICML 2026poster

Safety-critical scenarios are essential for evaluating autonomous driving (AD) systems, yet they are rare in practice. Existing generators produce trajectories, simulations, or single-view videos—but they don’t meet what modern AD systems actually consume: realistic multi-view video. We present SMD,…

Cited by 4SourcecodeScholar
2026

SafeCompass: Dynamic Chain-of-Thought Steering via Inference-Time Safety Signals

ICML 2026poster

Large reasoning models (LRMs) achieve strong performance by explicitly generating chain-of-thought (CoT) reasoning, but this reasoning process can be manipulated by adversarial prompts. Inference-time CoT interventions offer a simple and lightweight approach to improving safety, yet existing methods…

Cited by 0SourceScholar
2026

SafeSpec: Fast and Safe LLM via Dynamic Reflective Sampling

ICML 2026poster

Speculative inference accelerates large language model (LLM) decoding but provides no inherent safety guarantees. Existing safety defenses are largely incompatible with speculative inference: they either introduce additional computation or disrupt the draft–verify mechanism, negating acceleration be…

Cited by 0SourceScholar
2026

SimpleGVR: A Simple Baseline for Latent-Cascaded Generative Video Super-Resolution

ICLR 2026poster

Cascaded pipelines, which use a base text-to-video (T2V) model for low-resolution content and a video super-resolution (VSR) model for high-resolution details, are a prevailing strategy for efficient video synthesis. However, current works suffer from two key limitations: an inefficient pixel-space…

Cited by 0SourcecodeScholar
2026

Uni-DocRobust: Universal Plug-and-Play Robustness Enhancement for Multi-modal LLMs via Feature Restoration

ICML 2026poster

Real-world degradations, such as noise, blur, and low resolution, significantly impair the performance of Multi-modal Large Language Models (MLLMs) in document understanding tasks. Despite recent advancements, progress in this field remains stifled by two critical bottlenecks: the scarcity of large-…

Cited by 0SourceScholar
2026

UniDoorManip: Learning Universal Door Manipulation Policy Over Large-Scale and Diverse Door Manipulation Environments

ICRA 2026poster

Learning a universal manipulation policy encompassing doors with diverse categories, geometries and mechanisms, is crucial for future embodied agents to effectively work in complex and broad real-world scenarios. Due to the limited datasets and unrealistic simulation environments, previous studies f…

2026

Unleashing Vision Transformer Potential in Image Quality Assessment via Global-Local Adaptive Interaction

ICASSP 2026poster

In the field of Blind Image Quality Assessment (BIQA), accurately predicting the perceptual quality of authentically distorted images remains highly challenging due to the diverse and complex distortions present in natural environments. Although existing methods have achieved notable accuracy, their…

Cited by 0SourcePDFScholar
2026

Video-SVD: Efficient Video Diffusion via Orthogonal Basis Composition

ICML 2026poster

Video Diffusion Transformers (VDiTs) represent the state-of-the-art in video generation but are fundamentally constrained by the quadratic computational complexity of self-attention. To accelerate this critical computation, we analyze the pre-softmax matrix ($QK^T$) and reveal two key insights: (1) …

Cited by 0SourceScholar
2026

You Don't Protect if You Don't Expect: Breaking the Key Assumption behind CLIP's Test-Time Defenses

ICML 2026poster

Recent test-time defenses for CLIP claim to preserve zero-shot clean accuracy while improving adversarial robustness. However, we find the reported robustness of six recent proposed state-of-the-art methods substantially overestimated: they fail under basic adaptive attacks. We further observe that …

Cited by 0SourceScholar
2025

A Strategic Coordination Framework of Small LMs Matches Large LMs in Data Synthesis

ACL 2025long

While data synthesis and distillation are promising strategies to enhance small language models, current approaches heavily rely on Large Language Models (LLMs), which suffer from high computational costs, environmental inefficiency, and potential biases inherited from monolithic architectures. In c…

2025

AIR: Complex Instruction Generation via Automatic Iterative Refinement

EMNLP 2025

With the development of large language models, their ability to follow simple instructions has significantly improved. However, adhering to complex instructions remains a major challenge. Current approaches to generating complex instructions are often irrelevant to the current instruction requiremen

2025

AdaManip: Adaptive Articulated Object Manipulation Environments and Policy Learning

ICLR 2025poster

Articulated object manipulation is a critical capability for robots to perform various tasks in real-world scenarios. Composed of multiple parts connected by joints, articulated objects are endowed with diverse functional mechanisms through complex relative motions. For example, a safe consists of a…

Cited by 4SourcePDFScholar
2025

Adaptive Articulated Object Manipulation On The Fly with Foundation Model Reasoning and Part Grounding

ICCV 2025poster

Articulated objects pose diverse manipulation challenges for robots. Since their internal structures are not directly observable, robots must adaptively explore and refine actions to generate successful manipulation trajectories. While existing works have attempted cross-category generalization in a…

Cited by 0SourcePDFScholar
2025

AgentSquare: Automatic LLM Agent Search in Modular Design Space

ICLR 2025poster

Recent advancements in Large Language Models (LLMs) have led to a rapid growth of agentic systems capable of handling a wide range of complex tasks. However, current research largely relies on manual, task-specific design, limiting their adaptability to novel tasks. In this paper, we introduce a new…

2025

AnyTalk: Multi-modal Driven Multi-domain Talking Head Generation

AAAI 2025technical

Cross-domain talking head generation, such as animating a static cartoon animal photo with real human video, is crucial for personalized content creation. However, prior works typically rely on domain-specific frameworks and paired videos, limiting its utility and complicating its architecture with…

Cited by 0SourcePDFScholar
2025

Beyond Chemical QA: Evaluating LLM's Chemical Reasoning with Modular Chemical Operations

NeurIPS 2025poster

While large language models (LLMs) with Chain-of-Thought (CoT) reasoning excel in mathematics and coding, their potential for systematic reasoning in chemistry, a domain demanding rigorous structural analysis for real-world tasks like drug design and reaction engineering, remains untapped. Current b…

Cited by 0SourceScholar
2025

CAPE: A Chinese Dataset for Appraisal-based Emotional Generation in Large Language Models

NAACL 2025findings

Generating emotionally appropriate responses in conversations with large language models presents a significant challenge due to the complexities of human emotions and cognitive processes, which remain largely underexplored in their critical role in social interactions. In this study, we introduce a…

Cited by 0SourcePDFScholar
2025

CDT: A Comprehensive Capability Framework for Large Language Models Across Cognition, Domain, and Task

EMNLP 2025

Recent advances in Large Language Models (LLMs) have significantly enhanced their capabilities, highlighting the need for comprehensive evaluation frameworks that extend beyond task-specific benchmarks.However, existing benchmarks often focus on isolated abilities, lacking a holistic framework for a

2025

CanonSwap: High-Fidelity and Consistent Video Face Swapping via Canonical Space Modulation

ICCV 2025poster

Video face swapping aims to address two primary challenges: effectively transferring the source identity to the target video and accurately preserving the dynamic attributes of the target face, such as head poses, facial expressions, lip-sync, etc..Existing methods mainly focus on achieving high-qua…

Cited by 0SourcePDFScholar
2025

CipherBank: Exploring the Boundary of LLM Reasoning Capabilities through Cryptography Challenge

ACL 2025finding

Large language models (LLMs) have demonstrated remarkable capabilities, especially the recent advancements in reasoning, such as o1 and o3, pushing the boundaries of AI. Despite these impressive achievements in mathematics and coding, the reasoning abilities of LLMs in domains requiring cryptographi…

2025

Context-Aware Hierarchical Learning: A Two-Step Paradigm towards Safer LLMs

NeurIPS 2025poster

Large Language Models (LLMs) have emerged as powerful tools for diverse applications. However, their uniform token processing paradigm introduces critical vulnerabilities in instruction handling, particularly when exposed to adversarial scenarios. In this work, we identify and propose a novel class…

Cited by 0SourcecodeScholar
2025

ControlMol: Adding Substructure Control To Molecule Diffusion Models

ICASSP 2025accepted

Due to the vast design space of molecules, generating molecules conditioned on a specific sub-structure relevant to a particular function or therapeutic target is a crucial task in computer-aided drug design. Existing works mainly focus on specific tasks, such as linker design or scaffold hopping, e…

Cited by 0SourceScholar
2025

DAPE V2: Process Attention Score as Feature Map for Length Extrapolation

ACL 2025long

The attention mechanism is a fundamental component of the Transformer model, contributing to interactions among distinct tokens. In general, the attention scores are determined simply by the key-query products. However, this work’s occasional trial (combining DAPE and NoPE) of including additional M…

2025

DF-MIA: A Distribution-Free Membership Inference Attack on Fine-Tuned Large Language Models

AAAI 2025technical

Membership Inference Attack (MIA) aims to determine if a specific sample is present in the training dataset of a target machine learning model. Previous MIAs against fine-tuned Large Language Models (LLMs) either fail to address the unique challenges in the fine-tuned setting or rely on strong assu…

2025

DeTAM: Defending LLMs Against Jailbreak Attacks via Targeted Attention Modification

ACL 2025finding

With the widespread adoption of Large Language Models (LLMs), jailbreak attacks have become an increasingly pressing safety concern. While safety-aligned LLMs can effectively defend against normal harmful queries, they remain vulnerable to such attacks. Existing defense methods primarily rely on fin…

2025

Developing and Utilizing a Large-Scale Cantonese Dataset for Multi-Tasking in Large Language Models

EMNLP 2025

High-quality data resources play a crucial role in learning large language models (LLMs), particularly for low-resource languages like Cantonese. Despite having more than 85 million native speakers, Cantonese is still considered a low-resource language in the field of natural language processing (NL

2025

Domain-RAG: Retrieval-Guided Compositional Image Generation for Cross-Domain Few-Shot Object Detection

NeurIPS 2025poster

Cross-Domain Few-Shot Object Detection (CD-FSOD) aims to detect novel objects with only a handful of labeled samples from previously unseen domains. While data augmentation and generative methods have shown promise in few-shot learning, their effectiveness for CD-FSOD remains unclear due to the need…

Cited by 0SourcecodeScholar
2025

Dynamic Guided and Domain Applicable Safeguards for Enhanced Security in Large Language Models

NAACL 2025findings

With the extensive deployment of Large Language Models (LLMs), ensuring their safety has become increasingly critical. However, existing defense methods often struggle with two key issues: (i) inadequate defense capabilities, particularly in domain-specific scenarios like chemistry, where a lack of…

2025

Enhanced Data Synthesis for LLM through Reasoning Structures Generated by Hierarchical GFlowNet

ACL 2025finding

Large language models (LLMs) excel in problem-solving but require training data with diverse reasoning processes. Existing methods mainly optimize instruction-response pairs but lack a systematic design for the underlying reasoning structure. This paper proposes RSS: a Reasoning Structure driven dat…

2025

Function-to-Style Guidance of LLMs for Code Translation

ICML 2025poster

Large language models (LLMs) have made significant strides in code translation tasks. However, ensuring both the correctness and readability of translated code remains a challenge, limiting their effective adoption in real-world software development. In this work, we propose F2STrans, a function-to…

Cited by 0SourcePDFScholar
2025

GPAS: Accelerating Convergence of LLM Pretraining via Gradient-Preserving Activation Scaling

NeurIPS 2025poster

Modern Large Language Models, such as the LLaMA, Qwen and DeepSeek series, predominantly adopt the Pre-LayerNorm (Pre-LN) Transformer architecture. While being stable during pretraining and scalable to large model sizes, Pre-LN suffers from an exponential growth in activation variance across layers,…

Cited by 0SourcecodeScholar
2025

GUAVA: Generalizable Upper Body 3D Gaussian Avatar

ICCV 2025poster

Reconstructing a high-quality, animatable 3D human avatar with expressive facial and hand motions from a single image has gained significant attention due to its broad application potential. 3D human avatar reconstruction typically requires multi-view or monocular videos and training on individual I…

Cited by 0SourcePDFScholar
2025

HRAvatar: High-Quality and Relightable Gaussian Head Avatar

CVPR 2025poster

Reconstructing animatable and high-quality 3D head avatars from monocular videos, especially with realistic relighting, is a valuable task. However, the limited information from single-view input, combined with the complex head poses and facial movements, makes this challenging. Previous methods ach…

Cited by 0SourcePDFScholar
2025

HeGTa: Leveraging Heterogeneous Graph-enhanced Large Language Models for Few-shot Complex Table Understanding

AAAI 2025technical

Table Understanding (TU) has achieved promising advancements, but it faces the challenges of the scarcity of manually labeled tables and the presence of complex table structures. To address these challenges, we propose HeGTa, a heterogeneous graph (HG)-enhanced large language model (LLM) designed fo…

Cited by 2SourcePDFScholar
2025

How Well Do LLMs Handle Cantonese? Benchmarking Cantonese Capabilities of Large Language Models

NAACL 2025findings

The rapid evolution of large language models (LLMs) has transformed the competitive landscape in natural language processing (NLP), particularly for English and other data-rich languages. However, underrepresented languages like Cantonese, spoken by over 85 million people, face significant developme…

2025

InstructMol: Multi-Modal Integration for Building a Versatile and Reliable Molecular Assistant in Drug Discovery

COLING 2025main

The rapid evolution of artificial intelligence in drug discovery encounters challenges with generalization and extensive training, yet Large Language Models (LLMs) offer promise in reshaping interactions with complex molecular data. Our novel contribution, InstructMol, a multi-modal LLM, effectively…

2025

LEMMA: Learning from Errors for MatheMatical Advancement in LLMs

ACL 2025finding

Large language models (LLMs) have demonstrated remarkable reasoning capability in solving mathematical problems. However, existing approaches primarily focus on improving the quality of correct training data, e.g., distilling high-quality correct solutions from advanced models, neglecting the value…

2025

Large Language Models in Bioinformatics: A Survey

ACL 2025finding

Large Language Models (LLMs) are revolutionizing bioinformatics, enabling advanced analysis of DNA, RNA, proteins, and single-cell data. This survey provides a systematic review of recent advancements, focusing on genomic sequence modeling, RNA structure prediction, protein function inference, and s…

Cited by 0SourcePDFScholar
2025

Learning to Watermark: A Selective Watermarking Framework for Large Language Models via Multi-Objective Optimization

NeurIPS 2025poster

The rapid development of LLMs has raised concerns about their potential misuse, leading to various watermarking schemes that typically offer high detectability. However, existing watermarking techniques often face trade-off between watermark detectability and generated text quality. In this paper,…

Cited by 0SourcecodeScholar
2025

MTSA: Multi-turn Safety Alignment for LLMs through Multi-round Red-teaming

ACL 2025long

The proliferation of jailbreak attacks against large language models (LLMs) highlights the need for robust security measures. However, in multi-round dialogues, malicious intentions may be hidden in interactions, leading LLMs to be more prone to produce harmful responses. In this paper, we propose t…

2025

MVQA: Mamba with Unified Sampling for Efficient Video Quality Assessment

ICCV 2025poster

The rapid growth of long-duration, high-definition videos has made efficient video quality assessment (VQA) a critical challenge. Existing research typically tackles this problem through two main strategies: reducing model parameters and resampling inputs. However, light-weight Convolution Neural Ne…

2025

MathFusion: Enhancing Mathematical Problem-solving of LLM through Instruction Fusion

ACL 2025long

Large Language Models (LLMs) have shown impressive progress in mathematical reasoning. While data augmentation is promising to enhance mathematical problem-solving ability, current approaches are predominantly limited to instance-level modifications—such as rephrasing or generating syntactic variati…

2025

MetaLadder: Ascending Mathematical Solution Quality via Analogical-Problem Reasoning Transfer

EMNLP 2025

Large Language Models (LLMs) have demonstrated promising capabilities in solving mathematical reasoning tasks, leveraging Chain-of-Thought (CoT) data as a vital component in guiding answer generation. Current paradigms typically generate CoT and answers directly for a given problem, diverging from h

2025

Model Predictive Control for Cable-Driven Remote Actuation Systems with Friction and Compliance

IROS 2025

In this work, we model and control a cable-driven, remote-actuated system that includes both friction and compliance in its dynamics. The control objective is to solve a regulation problem using a Model Predictive Controller (MPC). Unlike the flexible-joint robot models, which typically assume frict

Cited by 0SourceScholar
2025

Non-Stationary Predictions May Be More Informative: Exploring Pseudo-Labels with a Two-Phase Pattern of Training Dynamics

ICML 2025poster

Pseudo-labeling is a widely used strategy in semi-supervised learning. Existing methods typically select predicted labels with high confidence scores and high training stationarity, as pseudo-labels to augment training sets. In contrast, this paper explores the pseudo-labeling potential of predicted…

Cited by 0SourcePDFScholar
2025

One Model Transfer to All: On Robust Jailbreak Prompts Generation against LLMs

ICLR 2025poster

Safety alignment in large language models (LLMs) is increasingly compromised by jailbreak attacks, which can manipulate these models to generate harmful or unintended content. Investigating these attacks is crucial for uncovering model vulnerabilities. However, many existing jailbreak strategies fai…

2025

Parameter-Efficient Fine-Tuning via Circular Convolution

ACL 2025finding

Low-Rank Adaptation (LoRA) has gained popularity for fine-tuning large foundation models, leveraging low-rank matrices \mathbf A and \mathbf B to represent weight changes (i.e., 𝛥 \mathbf W = \mathbf B \mathbf A). This method reduces trainable parameters and mitigates heavy memory consumption associ…

Cited by 0SourcePDFScholar
2025

ProReflow: Progressive Reflow with Decomposed Velocity

CVPR 2025poster

Diffusion models have achieved significant progress in both image and video generation while still suffering from huge computation costs. As an effective solution, rectified flow aims to rectify the diffusion process of diffusion models into a straight line for few-step and even one-step generation.…

Cited by 1SourcePDFScholar
2025

RBPtool: A Deep Language Model Framework for Multi-Resolution RBP-RNA Binding Prediction and RNA Molecule Design

EMNLP 2025

RNA-binding proteins (RBPs) play essential roles in post-transcriptional gene regulation via recognizing specific RNA molecules as well as modulating several key physiological processes in cellulo, represented by alternative splicing and RNA degradation. Despite extensive research, most existing app

Cited by 0SourcePDFScholar
2025

Rethinking Text-based Protein Understanding: Retrieval or LLM?

EMNLP 2025

In recent years, protein-text models have gained significant attention for their potential in protein generation and understanding. Current approaches focus on integrating protein-related knowledge into large language models through continued pretraining and multi-modal alignment, enabling simultane

2025

Safety Alignment via Constrained Knowledge Unlearning

ACL 2025long

Despite significant progress in safety alignment, large language models (LLMs) remain susceptible to jailbreak attacks. Existing defense mechanisms have not fully deleted harmful knowledge in LLMs, which allows such attacks to bypass safeguards and produce harmful outputs. To address this challenge,…

2025

Scaling Code-Assisted Chain-of-Thoughts and Instructions for Model Reasoning

NeurIPS 2025poster

Reasoning capability is pivotal for Large Language Models (LLMs) to solve complex tasks, yet achieving reliable and scalable reasoning remains challenging. While Chain-of-Thought (CoT) prompting has become a mainstream approach, existing methods often suffer from uncontrolled generation, insufficien…

Cited by 0SourceScholar
2025

Semantic Contribution-Aware Adaptive Retrieval for Black-Box Models

EMNLP 2025

Retrieval-Augmented Generation (RAG) plays a critical role in mitigating hallucinations and improving factual accuracy for Large Language Models (LLMs). While dynamic retrieval techniques aim to determine retrieval timing and content based on model intrinsic needs, existing approaches struggle to ge

2025

SilentStriker: Toward Stealthy Bit-Flip Attacks on Large Language Models

NeurIPS 2025poster

The rapid adoption of large language models (LLMs) in critical domains has spurred extensive research into their security issues. While input manipulation attacks (e.g., prompt injection) have been well-studied, Bit-Flip Attacks (BFAs)—which exploit hardware vulnerabilities to corrupt model paramete…

Cited by 0SourceScholar
2025

TAMER: Tree-Aware Transformer for Handwritten Mathematical Expression Recognition

AAAI 2025technical

Handwritten Mathematical Expression Recognition (HMER) has extensive applications in automated grading and office automation. However, existing sequence-based decoding methods, which directly predict LaTeX sequences, struggle to understand and model the inherent tree structure of LaTeX and often fa…

2025

TEASER: Token Enhanced Spatial Modeling for Expressions Reconstruction

ICLR 2025poster

3D facial reconstruction from a single in-the-wild image is a crucial task in human-centered computer vision tasks. While existing methods can recover accurate facial shapes, there remains significant space for improvement in fine-grained expression capture. Current approaches struggle with irregul…

Cited by 1SourcePDFScholar
2025

Uni-MuMER: Unified Multi-Task Fine-Tuning of Vision-Language Model for Handwritten Mathematical Expression Recognition

NeurIPS 2025spotlight

Handwritten Mathematical Expression Recognition (HMER) remains a persistent challenge in Optical Character Recognition (OCR) due to the inherent freedom of symbol layouts and variability in handwriting styles. Prior methods have faced performance bottlenecks by proposing isolated architectural modif…

Cited by 0SourcecodeScholar
2024

A Video is Worth 256 Bases: Spatial-Temporal Expectation-Maximization Inversion for Zero-Shot Video Editing

CVPR 2024poster

This paper presents a video inversion approach for zero-shot video editing which models the input video with low-rank representation during the inversion process. The existing video editing methods usually apply the typical 2D DDIM inversion or naive spatial-temporal DDIM inversion before editing wh…

2024

Articulated Object Manipulation with Coarse-to-fine Affordance for Mitigating the Effect of Point Cloud Noise

ICRA 2024poster

3D articulated objects are inherently challenging for manipulation due to the varied geometries and intricate functionalities associated with articulated objects. Point-level affordance, which predicts the per-point actionable score and thus proposes the best point to interact with, has demonstrated…

Cited by 16SourceScholar
2024

Atlantis: Enabling Underwater Depth Estimation with Stable Diffusion

CVPR 2024highlight

Monocular depth estimation has experienced significant progress on terrestrial images in recent years thanks to deep learning advancements. But it remains inadequate for underwater scenes primarily due to data scarcity. Given the inherent challenges of light attenuation and backscatter in water acqu…

2024

Blind Face Restoration under Extreme Conditions: Leveraging 3D-2D Prior Fusion for Superior Structural and Texture Recovery

AAAI 2024technical

Blind face restoration under extreme conditions involves reconstructing high-quality face images from severely degraded inputs. These input images are often in poor quality and have extreme facial poses, leading to errors in facial structure and unnatural artifacts within the restored images. In thi…

Cited by 2SourcePDFScholar
2024

CNCA: Toward Customizable and Natural Generation of Adversarial Camouflage for Vehicle Detectors

NeurIPS 2024poster

Prior works on physical adversarial camouflage against vehicle detectors mainly focus on the effectiveness and robustness of the attack. The current most successful methods optimize 3D vehicle texture at a pixel level. However, this results in conspicuous and attention-grabbing patterns in the gener…

2024

Compress3D: a Compressed Latent Space for 3D Generation from a Single Image

ECCV 2024poster

"3D generation has witnessed significant advancements, yet efficiently producing high-quality 3D assets from a single image remains challenging. In this paper, we present a triplane autoencoder, which encodes 3D models into a compact triplane latent space to effectively compress both the 3D geometry…

2024

DAPE: Data-Adaptive Positional Encoding for Length Extrapolation

NeurIPS 2024poster

Positional encoding plays a crucial role in transformers, significantly impact- ing model performance and length generalization. Prior research has introduced absolute positional encoding (APE) and relative positional encoding (RPE) to distinguish token positions in given sequences. However, both AP…

Cited by 7SourcePDFScholar
2024

DiffSHEG: A Diffusion-Based Approach for Real-Time Speech-driven Holistic 3D Expression and Gesture Generation

CVPR 2024poster

We propose DiffSHEG a Diffusion-based approach for Speech-driven Holistic 3D Expression and Gesture generation. While previous works focused on co-speech gesture or expression generation individually the joint generation of synchronized expressions and gestures remains barely explored. To address th…

Cited by 37SourcePDFScholar
2024

Exploring the Impact of Table-to-Text Methods on Augmenting LLM-based Question Answering with Domain Hybrid Data

NAACL 2024industry

Augmenting Large Language Models (LLMs) for Question Answering (QA) with domain specific data has attracted wide attention. However, domain data often exists in a hybrid format, including text and semi-structured tables, posing challenges for the seamless integration of information. Table-to-Text Ge…

Cited by 17SourcePDFScholar
2024

From Pixels to Personas: Investigating and Modeling Self-Anthropomorphism in Human-Robot Dialogues

EMNLP 2024finding

Self-anthropomorphism in robots manifests itself through their display of human-like characteristics in dialogue, such as expressing preferences and emotions. Our study systematically analyzes self-anthropomorphic expression within various dialogue datasets, outlining the contrasts between self-anth…

Cited by 0SourcePDFScholar
2024

GPAvatar: Generalizable and Precise Head Avatar from Image(s)

ICLR 2024poster

Head avatar reconstruction, crucial for applications in virtual reality, online meetings, gaming, and film industries, has garnered substantial attention within the computer vision community. The fundamental objective of this field is to faithfully recreate the head avatar and precisely control expr…

2024

HORSE: Hierarchical Representation for Large-Scale Neural Subset Selection

NeurIPS 2024poster

Subset selection tasks, such as anomaly detection and compound selection in AI-assisted drug discovery, are crucial for a wide range of applications. Learning subset-valued functions with neural networks has achieved great success by incorporating permutation invariance symmetry into the architectur…

Cited by 0SourcePDFScholar
2024

MSA Generation with Seqs2Seqs Pretraining: Advancing Protein Structure Predictions

NeurIPS 2024poster

Deep learning models like AlphaFold2 have revolutionized protein structure prediction, achieving unprecedented accuracy. However, the dependence on robust multiple sequence alignments (MSAs) continues to pose a challenge, especially for proteins that lack a wealth of homologous sequences. To overcom…

2024

MoleculeQA: A Dataset to Evaluate Factual Accuracy in Molecular Comprehension

EMNLP 2024finding

Large language models are playing an increasingly significant role in molecular research, yet existing models often generate erroneous information. Traditional evaluations fail to assess a model’s factual correctness. To rectify this absence, we present MoleculeQA, a novel question answering (QA) da…

2024

Multi-Track Message Passing: Tackling Oversmoothing and Oversquashing in Graph Learning via Preventing Heterophily Mixing

ICML 2024spotlight

The advancement toward deeper graph neural networks is currently obscured by two inherent issues in message passing, *oversmoothing* and *oversquashing*. We identify the root cause of these issues as information loss due to *heterophily mixing* in aggregation, where messages of diverse category sema…

Cited by 8SourcePDFScholar
2024

PRESTO: Progressive Pretraining Enhances Synthetic Chemistry Outcomes

EMNLP 2024finding

Multimodal Large Language Models (MLLMs) have seen growing adoption across various scientific disciplines. These advancements encourage the investigation of molecule-text modeling within synthetic chemistry, a field dedicated to designing and conducting chemical reactions to synthesize new compounds…

2024

Progressive3D: Progressively Local Editing for Text-to-3D Content Creation with Complex Semantic Prompts

ICLR 2024poster

Recent text-to-3D generation methods achieve impressive 3D content creation capacity thanks to the advances in image diffusion models and optimizing strategies. However, current methods struggle to generate correct 3D content for a complex prompt in semantics, i.e., a prompt describing multiple inte…

Cited by 42SourcePDFScholar
2024

Protecting Object Detection Models from Model Extraction Attack via Feature Space Coverage

IJCAI 2024poster

The model extraction attack is an attack pattern aimed at stealing well-trained machine learning models' functionality or privacy information. With the gradual popularization of AI-related technologies in daily life, various well-trained models are being deployed. As a result, these models are consi…

2024

Protein Multimer Structure Prediction via Prompt Learning

ICLR 2024poster

Understanding the 3D structures of protein multimers is crucial, as they play a vital role in regulating various cellular processes. It has been empirically confirmed that the multimer structure prediction (MSP) can be well handled in a step-wise assembly fashion using provided dimer structures and…

2024

RAUCA: A Novel Physical Adversarial Attack on Vehicle Detectors via Robust and Accurate Camouflage Generation

ICML 2024poster

Adversarial camouflage is a widely used physical attack against vehicle detectors for its superiority in multi-view attack performance. One promising approach involves using differentiable neural renderers to facilitate adversarial camouflage optimization through gradient back-propagation. However,…

2024

SeRTS: Self-Rewarding Tree Search for Biomedical Retrieval-Augmented Generation

EMNLP 2024finding

Large Language Models (LLMs) have shown great potential in the biomedical domain with the advancement of retrieval-augmented generation (RAG). However, existing retrieval-augmented approaches face challenges in addressing diverse queries and documents, particularly for medical knowledge queries, res…

2024

SubgDiff: A Subgraph Diffusion Model to Improve Molecular Representation Learning

NeurIPS 2024poster

Molecular representation learning has shown great success in advancing AI-based drug discovery. A key insight of many recent works is that the 3D geometric structure of molecules provides essential information about their physicochemical properties. Recently, denoising diffusion probabilistic models…

2024

Task Groupings Regularization: Data-Free Meta-Learning with Heterogeneous Pre-trained Models

ICML 2024poster

Data-Free Meta-Learning (DFML) aims to derive knowledge from a collection of pre-trained models without accessing their original data, enabling the rapid adaptation to new unseen tasks. Current methods often overlook the heterogeneity among pre-trained models, which leads to performance degradation…

2024

Torque Transmission in Double-Tendon Sheath Driven Actuators for Application in Exoskeletons

ICRA 2024poster

Bowden cables serve as essential components in various mechanical systems, facilitating power transmission from remote actuators to specific destinations. The pretension of Bowden cables profoundly influences system performance, notably in terms of friction. This study investigates the effects of ca…

Cited by 1SourceScholar
2024

ZE-FESG: A Zero-Shot Feature Extraction Method Based on Semantic Guidance for No-Reference Video Quality Assessment

ICASSP 2024accepted

Although the current deep neural network based no-reference video quality assessment (NR-VQA) methods can effectively simulate the human visual system (HVS), their interpretability is getting worse. The current methods only extract the low-level features of space and time of the video and do not con…

Cited by 0SourceScholar
2023

A Multi-modal Debiasing Model with Dynamical Constraint for Robust Visual Question Answering

ACL 2023findings

Recent studies have pointed out that many well-developed Visual Question Answering (VQA) systems suffer from bias problem. Despite the remarkable performance gained on In-Distribution (ID) datasets, the VQA model might merely capture the superficial correlation from question to answer rather than sh…

Cited by 10SourcePDFScholar
2023

Accurate 3D Face Reconstruction with Facial Component Tokens

ICCV 2023poster

Accurately reconstructing 3D faces from monocular images and videos is crucial for various applications, such as digital avatar creation. However, the current deep learning-based methods face significant challenges in achieving accurate reconstruction with disentangled facial parameters and ensuring…

Cited by 23PDFScholar
2023

DIONYSUS: A Pre-trained Model for Low-Resource Dialogue Summarization

ACL 2023long

Dialogue summarization has recently garnered significant attention due to its wide range of applications. However, existing methods for summarizing dialogues have limitations because they do not take into account the inherent structure of dialogue and rely heavily on labeled data, which can lead to…

2023

From Knowledge Distillation to Self-Knowledge Distillation: A Unified Approach with Normalized Loss and Customized Soft Labels

ICCV 2023poster

Knowledge Distillation (KD) uses the teacher's prediction logits as soft labels to guide the student, while self-KD does not need a real teacher to require the soft labels. This work unifies the formulations of the two tasks by decomposing and reorganizing the generic KD loss into a Normalized KD (N…

Cited by 111PDFcodeScholar
2023

L-CAD: Language-based Colorization with Any-level Descriptions using Diffusion Priors

NeurIPS 2023spotlight

Language-based colorization produces plausible and visually pleasing colors under the guidance of user-friendly natural language descriptions. Previous methods implicitly assume that users provide comprehensive color descriptions for most of the objects in the image, which leads to suboptimal perfor…

2023

L-CoIns: Language-Based Colorization With Instance Awareness

CVPR 2023poster

Language-based colorization produces plausible colors consistent with the language description provided by the user. Recent studies introduce additional annotation to prevent color-object coupling and mismatch issues, but they still have difficulty in distinguishing instances corresponding to the sa…

Cited by 28SourcePDFScholar
2023

Large-Scale and Multi-Perspective Opinion Summarization with Diverse Review Subsets

EMNLP 2023long findings

Opinion summarization is expected to digest larger review sets and provide summaries from different perspectives. However, most existing solutions are deficient in epitomizing extensive reviews and offering opinion summaries from various angles due to the lack of designs for information selection. T…

Cited by 0SourcecodeScholar
2023

Learning Single Image Defocus Deblurring with Misaligned Training Pairs

AAAI 2023technical

By adopting popular pixel-wise loss, existing methods for defocus deblurring heavily rely on well aligned training image pairs. Although training pairs of ground-truth and blurry images are carefully collected, e.g., DPDD dataset, misalignment is inevitable between training pairs, making existing me…

2023

Look and Think: Intrinsic Unification of Self-Attention and Convolution for Spatial-Channel Specificity

ICASSP 2023accepted

Convolution and self-attention are popular paradigms and many works take them as two separate components to explore their potential combination. In this work, we consider their intrinsic properties in spatial and channel domains for vision representation. Convolution has the great property of channe…

Cited by 0SourceScholar
2023

MODA: Mapping-Once Audio-driven Portrait Animation with Dual Attentions

ICCV 2023poster

Audio-driven portrait animation aims to synthesize portrait videos that are conditioned by given audio. Animating high-fidelity and multimodal video portraits has a variety of applications. Previous methods have attempted to capture different motion modes and generate high-fidelity portrait videos b…

Cited by 27PDFcodeScholar
2023

Make Encoder Great Again in 3D GAN Inversion through Geometry and Occlusion-Aware Encoding

ICCV 2023poster

3D GAN inversion aims to achieve high reconstruction fidelity and reasonable 3D geometry simultaneously from a single image input. However, existing 3D GAN inversion methods rely on time-consuming optimization for each individual case. In this work, we introduce a novel encoder-based inversion frame…

Cited by 42PDFScholar
2023

One-Stage 3D Whole-Body Mesh Recovery With Component Aware Transformer

CVPR 2023poster

Whole-body mesh recovery aims to estimate the 3D human body, face, and hands parameters from a single image. It is challenging to perform this task with a single network due to resolution issues, i.e., the face and hands are usually located in extremely small regions. Existing works usually detect h…

2022

Contact-Distil: Boosting Low Homologous Protein Contact Map Prediction by Self-Supervised Distillation

AAAI 2022technical

Accurate protein contact map prediction (PCMP) is essential for precise protein structure estimation and further biological studies. Recent works achieve significant performance on this task with high quality multiple sequence alignment (MSA). However, the PCMP accuracy drops dramatically while only…

2022

Hot-Refresh Model Upgrades with Regression-Free Compatible Training in Image Retrieval

ICLR 2022poster

The task of hot-refresh model upgrades of image retrieval systems plays an essential role in the industry but has never been investigated in academia before. Conventional cold-refresh model upgrades can only deploy new models after the gallery is overall backfilled, taking weeks or even months for m…

Cited by 12SourcePDFScholar
2022

Improving Conversational Recommendation Systems’ Quality with Context-Aware Item Meta-Information

NAACL 2022findings

A key challenge of Conversational Recommendation Systems (CRS) is to integrate the recommendation function and the dialog generation function smoothly. Previous works employ graph neural networks with external knowledge graphs (KG) to model individual recommendation items and integrate KGs with lang…

2022

Knowledge-Grounded Dialogue Generation with a Unified Knowledge Representation

NAACL 2022long

Knowledge-grounded dialogue systems are challenging to build due to the lack of training data and heterogeneous knowledge sources. Existing systems perform poorly on unseen topics due to limited topics covered in the training data. In addition, it is challenging to generalize to the domains that req…

2022

L-CoDer: Language-Based Colorization with Color-Object Decoupling Transformer

ECCV 2022poster

"Language-based colorization requires the colorized image to be consistent with the the user-provided language caption. A most recent work proposes to decouple the language into color and object conditions in solving the problem. Though decent progress has been made, its performance is limited by th…

2022

Robots-Dont-Cry: Understanding Falsely Anthropomorphic Utterances in Dialog Systems

EMNLP 2022main

Dialog systems are often designed or trained to output human-like responses. However, some responses may be impossible for a machine to truthfully say (e.g. “that movie made me cry”). Highly anthropomorphic responses might make users uncomfortable or implicitly deceive them into thinking they are in…

2022

SMINet: State-Aware Multi-Aspect Interests Representation Network for Cold-Start Users Recommendation

AAAI 2022technical

Online travel platforms (OTPs), e.g., bookings.com and Ctrip.com, deliver travel experiences to online users by providing travel-related products. Although much progress has been made, the state-of-the-arts for cold-start problems are largely sub-optimal for user representation, since they do not ta…

2022

Temporally Efficient Vision Transformer for Video Instance Segmentation

CVPR 2022oral

Recently vision transformer has achieved tremendous success on image-level visual recognition tasks. To effectively and efficiently model the crucial temporal information within a video clip, we propose a Temporally Efficient Vision Transformer (TeViT) for video instance segmentation (VIS). Differen…

Cited by 87PDFcodeScholar
2022

“Think Before You Speak”: Improving Multi-Action Dialog Policy by Planning Single-Action Dialogs

IJCAI 2022poster

Multi-action dialog policy (MADP), which generates multiple atomic dialog actions per turn, has been widely applied in task-oriented dialog systems to provide expressive and efficient system responses. Existing MADP models usually imitate action combinations from the labeled multi-action dialog samp…

2021

Beyond Categorical Label Representations for Image Classification

ICLR 2021poster

We find that the way we choose to represent data labels can have a profound effect on the quality of trained models. For example, training an image classifier to regress audio labels rather than traditional categorical probabilities produces a more reliable classification. This result is surprising,…

2021

Crossover Learning for Fast Online Video Instance Segmentation

ICCV 2021poster

Modeling temporal visual context across frames is critical for video instance segmentation (VIS) and other video understanding tasks. In this paper, we propose a fast online VIS model termed CrossVIS. For temporal information modeling in VIS, we present a novel crossover learning scheme that uses th…

Cited by 137PDFcodeScholar
2021

Exploring Balanced Feature Spaces for Representation Learning

ICLR 2021poster

Existing self-supervised learning (SSL) methods are mostly applied for training representation models from artificially balanced datasets (e.g., ImageNet). It is unclear how well they will perform in the practical scenarios where datasets are often imbalanced w.r.t. the classes. Motivated by this qu…

Cited by 331SourcePDFScholar
2021

FLiText: A Faster and Lighter Semi-Supervised Text Classification with Convolution Networks

EMNLP 2021main

In natural language processing (NLP), state-of-the-art (SOTA) semi-supervised learning (SSL) frameworks have shown great performance on deep pre-trained language models such as BERT, and are expected to significantly reduce the demand for manual labeling. However, our empirical studies indicate that…

2021

Information Bottleneck Approach to Spatial Attention Learning

IJCAI 2021poster

The selective visual attention mechanism in the human visual system (HVS) restricts the amount of information to reach visual awareness for perceiving natural scenes, allowing near real-time information processing with limited computational capacity. This kind of selectivity acts as an ‘Information…

2021

Learning Temporal Consistency for Low Light Video Enhancement From Single Images

CVPR 2021poster

Single image low light enhancement is an important task and it has many practical applications. Most existing methods adopt a single image approach. Although their performance is satisfying on a static single image, we found, however, they suffer serious temporal instability when handling low light…

Cited by 165PDFcodeScholar
2021

Refine and Imitate: Reducing Repetition and Inconsistency in Persuasion Dialogues via Reinforcement Learning and Human Demonstration

EMNLP 2021finding

Persuasion dialogue system reflects the machine’s ability to make strategic moves beyond verbal communication, and therefore differentiates itself from task-oriented or open-domain dialogues and has its own unique values. However, the repetition and inconsistency problems still persist in dialogue r…

Cited by 32SourcePDFScholar
2021

RevMan: Revenue-aware Multi-task Online Insurance Recommendation

AAAI 2021technical

Online insurance is a new type of e-commerce with exponential growth. An effective recommendation model that maximizes the total revenue of insurance products listed in multiple customized sales scenarios is crucial for the success of online insurance business. Prior recommendation models are ineffe…

Cited by 17SourcePDFScholar
2021

TestRank: Bringing Order into Unlabeled Test Instances for Deep Learning Tasks

NeurIPS 2021poster

Deep learning (DL) systems are notoriously difficult to test and debug due to the lack of correctness proof and the huge test input space to cover. Given the ubiquitous unlabeled test data and high labeling cost, in this paper, we propose a novel test prioritization technique, namely TestRank, which…

Cited by 31SourcePDFScholar
2021

The R-U-A-Robot Dataset: Helping Avoid Chatbot Deception by Detecting User Questions About Human or Non-Human Identity

ACL 2021long

Humans are increasingly interacting with machines through language, sometimes in contexts where the user may not know they are talking to a machine (like over the phone or a text chatbot). We aim to understand how system designers and researchers might allow their systems to confirm its non-human id…

2021

Towards Emotional Support Dialog Systems

ACL 2021long

Emotional support is a crucial ability for many conversation scenarios, including social interactions, mental health support, and customer service chats. Following reasonable procedures and using various support skills can help to effectively provide support. However, due to the lack of a well-desig…

2021

Towards Real-World Blind Face Restoration With Generative Facial Prior

CVPR 2021poster

Blind face restoration usually relies on facial priors, such as facial geometry prior or reference prior, to restore realistic and faithful details. However, very low-quality inputs cannot offer accurate geometric prior while high-quality references are inaccessible, limiting the applicability in re…

Cited by 588PDFcodeScholar
2021

Towards Vivid and Diverse Image Colorization With Generative Color Prior

ICCV 2021poster

Colorization has attracted increasing interest in recent years. Classic reference-based methods usually rely on external color images for plausible results. A large image database or online search engine is inevitably required for retrieving such exemplars. Recent deep-learning-based methods could a…

Cited by 119PDFcodeScholar
2020

Interactive Key-Value Memory-augmented Attention for Image Paragraph Captioning

COLING 2020main

Image paragraph captioning (IPC) aims to generate a fine-grained paragraph to describe the visual content of an image. Significant progress has been made by deep neural networks, in which the attention mechanism plays an essential role. However, conventional attention mechanisms tend to ignore the p…

Cited by 17SourcePDFScholar
2020

Overcoming Classifier Imbalance for Long-Tail Object Detection With Balanced Group Softmax

CVPR 2020oral

Solving long-tail large vocabulary object detection with deep learning based models is a challenging and demanding task, which is however under-explored. In this work, we provide the first systematic analysis on the underperformance of state-of-the-art models in front of long-tail distribution. We f…

Cited by 351PDFcodeScholar
2020

RNA Secondary Structure Prediction By Learning Unrolled Algorithms

ICLR 2020talk

In this paper, we propose an end-to-end deep learning model, called E2Efold, for RNA secondary structure prediction which can effectively take into account the inherent constraints in the problem. The key idea of E2Efold is to directly predict the RNA base-pairing matrix, and use an unrolled algorit…

Cited by 149SourcecodeScholar
2020

The Devil is in Classification: A Simple Framework for Long-tail Instance Segmentation

ECCV 2020poster

Most existing object instance detection and segmentation models only work well on fairly balanced benchmarks where per-category training sample numbers are comparable, such as COCO. They tend to suffer performance drop on realistic datasets that are usually long-tailed. This work aims to study and a…

2020

Unsupervised Learning for Intrinsic Image Decomposition From a Single Image

CVPR 2020poster

Intrinsic image decomposition, which is an essential task in computer vision, aims to infer the reflectance and shading of the scene. It is challenging since it needs to separate one image into two components. To tackle this, conventional methods introduce various priors to constrain the solution, y…

Cited by 133PDFcodeScholar
2019

Two Generator Game: Learning to Sample via Linear Goodness-of-Fit Test

NeurIPS 2019poster

Learning the probability distribution of high-dimensional data is a challenging problem. To solve this problem, we formulate a deep energy adversarial network (DEAN), which casts the energy model learned from real data into an optimization of a goodness-of-fit (GOF) test statistic. DEAN can be inter…

Cited by 6SourcePDFScholar
2015

SPM-BP: Sped-up PatchMatch Belief Propagation for Continuous MRFs

ICCV 2015oral

Markov random fields are widely used to model many computer vision problems that can be cast in an energy minimization framework composed of unary and pairwise potentials. While computationally tractable discrete optimizers such as Graph Cuts and belief propagation (BP) exist for multi-label discret…

Cited by 111PDFScholar
2015

Tripedal walking robot with fixed coxa driven by radially stretchable legs

IROS 2015poster

In this paper, we propose a new kind of tripedal locomotion—namely, robotic walking with three legs. We develop a prototype robot, which we call Martian III, having three stretchable legs fixed to each other at the center of the body. Therefore the coxa (the hip joint) is completely fixed in this ro…

Cited by 11SourceScholar