← Search

Yi Liu

132 accepted papers

2026

ACoT-VLA: Action Chain-of-Thought for Vision-Language-Action Models

CVPR 2026

Vision-Language-Action models have emerged as essential generalist robot policies for diverse manipulation tasks, conventionally relying on directly translating multimodal inputs into actions via Vision-Language Model embeddings. Recent advancements have introduced explicit intermediary reasoning--s

Cited by 0SourcecodeScholar
2026

Answering the Unanswerable Is to Err Knowingly: Analyzing and Mitigating Abstention Failures in Large Reasoning Models

AAAI 2026technical

Large reasoning models (LRMs) have shown remarkable progress on complex reasoning tasks. However, some questions posed to LRMs are inherently unanswerable, such as math problems lacking sufficient conditions. We find that LRMs continually fail to provide appropriate abstentions when confronted with

Cited by 0SourcePDFScholar
2026

Beyond Tie Points: Satellite Image Block Adjustment based on Dense Feature Consistency

CVPR 2026

Owing to the weak stereo geometry of satellite images, Planar Block Adjustment (PBA) is a predominant technique for correcting geometric distortions in satellite images, which treats elevation as a known constraint and primarily optimizes planar coordinates. Existing PBA methods mainly rely on expli

Cited by 0SourcecodeScholar
2026

Beyond Tokens: Enhancing RTL Quality Estimation via Structural Graph Learning

ICML 2026poster

Estimating the quality of register transfer level (RTL) designs is crucial in the electronic design automation (EDA) workflow, as it enables instant feedback on key performance metrics like area and delay without the need for time-consuming logic synthesis. While recent approaches have leveraged lar…

Cited by 0SourceScholar
2026

Boosting Document Parsing Efficiency and Performance with Coarse-to-Fine Visual Processing

CVPR 2026

Document parsing is a fine-grained task where image resolution significantly impacts performance. While advanced research leveraging vision-language models benefits from high-resolution input to boost model performance, this often leads to a quadratic increase in the number of vision tokens and sign

Cited by 2SourcecodeScholar
2026

CAUSALNAV: A Long-Term Embodied Navigation System for Autonomous Mobile Robots in Dynamic Outdoor Scenarios

RA-L 2026

Autonomous language-guided navigation in large-scale outdoor environments remains a key challenge in mobile robotics, due to difficulties in semantic reasoning, dynamic conditions, and long-term stability. We propose CausalNav, the first scene graph-based semantic navigation framework tailored for d

Cited by 2SourceScholar
2026

Data Selection for LLM Alignment Using Fine-Grained Preferences

ICLR 2026poster

Large language models (LLMs) alignment aims to ensure that the behavior of LLMs meets human preferences. While collecting data from multiple fine-grained, aspect-specific preferences becomes more and more feasible, existing alignment methods typically work on a single preference and thus struggle wi…

Cited by 0SourceScholar
2026

DynamicRTL: RTL Representation Learning for Dynamic Circuit Behavior

AAAI 2026technical

There is a growing body of work on using Graph Neural Networks (GNNs) to learn representations of circuits, focusing primarily on their static characteristics. However, these models fail to capture circuit runtime behavior, which is crucial for tasks like circuit verification and optimization. To ad

Cited by 0SourcePDFScholar
2026

FedPissa: Towards Federated Personalized Adaptation of Foundation Models via LoRA Subspace Mapping

ICML 2026spotlight

LoRA efficiently adapts large pre-trained models via low-rank updates, making it a strong parameter-efficient fine-tuning (PEFT) method. When integrated with Federated Learning (FL), it enables collaborative fine-tuning across distributed clients, leveraging rich downstream data without exposing pri…

Cited by 0SourceScholar
2026

Finding Time Series Anomalies Using Granular-Ball Vector Data Description

AAAI 2026technical

Modeling normal behavior in dynamic, nonlinear time series data is challenging for effective anomaly detection. Traditional methods, such as nearest neighbor and clustering approaches, often depend on rigid assumptions, such as a predefined number of reliable neighbors or clusters, which frequently

Cited by 0SourcePDFScholar
2026

FineRef: Fine-Grained Error Reflection and Correction for Long-Form Generation with Citations

AAAI 2026technical

Generating with citations is crucial for trustworthy Large Language Models (LLMs), yet even advanced LLMs often produce mismatched or irrelevant citations. Existing methods over-optimize citation fidelity while overlooking relevance to the user query, which degrades answer quality and robustness in

Cited by 0SourcePDFScholar
2026

GAGA: Gaussianity-Aware Gaussian Approximation for Efficient 3D Molecular Generation

ICLR 2026poster

Gaussian Probability Path based Generative Models (GPPGMs) generate data by reversing a stochastic process that progressively corrupts samples with Gaussian noise. Despite state-of-the-art results in 3D molecular generation, their deployment is hindered by the high cost of long generative trajectori…

Cited by 0SourceScholar
2026

GGD-SLAM: Monocular 3DGS SLAM Powered by Generalizable Motion Model for Dynamic Environments

ICRA 2026poster

Visual SLAM algorithms achieve significant improvements through the exploration of 3D Gaussian Splatting (3DGS) representations, particularly in generating high-fidelity dense maps. However, they depend on a static environment assumption and experience significant performance degradation in dynamic …

2026

In-Token Rationality Optimization: Towards Accurate and Concise LLM Reasoning via Self-Feedback

AAAI 2026technical

Training Large Language Models (LLMs) for chain-of-thought reasoning presents a significant challenge: supervised fine-tuning on a single "golden" rationale hurts generalization as it penalizes equally valid alternatives, whereas reinforcement learning with verifiable rewards struggles with credit a

Cited by 0SourcePDFScholar
2026

PP-OCRv5: A Specialized 5M-Parameter Model Rivaling Billion-Parameter Vision-Language Models on OCR Tasks

CVPR 2026

The advent of "OCR 2.0" and large-scale vision-language models (VLMs) has set new benchmarks in text recogni- tion. However, these unified architectures often come with significant computational demands, challenges in precise text localization within complex layouts, and a propen- sity for textual h

Cited by 0SourcecodeScholar
2026

Privacy-Protected Causal Survival Analysis Under Distribution Shift

ICLR 2026poster

Causal inference across multiple data sources can improve the generalizability and reproducibility of scientific findings. However, for time-to-event outcomes, data integration methods remain underdeveloped, especially when populations are heterogeneous and privacy constraints prevent direct data po…

Cited by 0SourceScholar
2026

ProtSAE: Disentangling and Interpreting Protein Language Models via Semantically-Guided Sparse Autoencoders

AAAI 2026technical

Sparse Autoencoder (SAE) has emerged as a powerful tool for mechanistic interpretability of large language models. Recent works apply SAE to protein language models (PLMs), aiming to extract and analyze biologically meaningful features from their latent spaces. However, SAE suffers from semantic en

Cited by 0SourcePDFScholar
2026

RADAR: Defending RAG Dynamically against Retrieval Corruption

ICML 2026poster

While RAG systems are increasingly deployed in dynamic web search, temporal volatility amplifies their vulnerability to adversarial attacks. Existing static-oriented defenses struggle to handle evolving threats and incur prohibitive storage costs in dynamic settings. We propose RADAR, a framework th…

Cited by 0SourceScholar
2026

ReFAct: Empowering Multimodal Web Agents with Visual and Context Focusing

CVPR 2026

Multimodal Web Search Agents demonstrate a practically valuable capability by fusing information from diverse modalities (e.g., text and vision), retrieved iteratively from the internet, to address complex user queries. However, the visual modality is prone to information overload, and the noise con

Cited by 0SourceScholar
2026

Recover to Predict: Progressive Retrospective Learning for Variable-Length Trajectory Prediction

CVPR 2026

Trajectory prediction is critical for autonomous driving, enabling safe and efficient planning in dense, dynamic traffic. Most existing methods optimize prediction accuracy under fixed-length observations. However, real-world driving often yields variable-length, incomplete observations, posing a ch

Cited by 0SourcecodeScholar
2026

STEAMROLLER: A Multi-Agent System for Inclusive Automatic Speech Recognition for People Who Stutter

AAAI 2026technical

People who stutter (PWS) face systemic exclusion in today’s voice-driven society, where access to voice assistants, authentication systems, and remote work tools increasingly depends on fluent speech. Current automatic speech recognition (ASR) systems, trained predominantly on fluent speech, fail to

Cited by 0SourcePDFScholar
2026

Sortblock: Similarity-Aware Feature Reuse for Diffusion Model

AAAI 2026technical

Diffusion Transformers (DiTs) have demonstrated remarkable generative capabilities, particularly benefiting from Transformer architectures that enhance visual and artistic fidelity. However, their inherently sequential denoising process results in high inference latency, limiting their deployment in

Cited by 0SourcePDFScholar
2026

Synergizing Multigrid Algorithms with Vision Transformer: A Novel Approach to Enhance the Seismic Foundation Model

AAAI 2026technical

Due to the rapid advancement and homogenization of Artificial Intelligence (AI) technology development, transformer-based foundation models have revolutionized scientific applications, such as drug discovery, materials research, and astronomy. However, seismic data presents unique characteristics th

Cited by 0SourcePDFScholar
2026

Towards Global Sparse and Partial Point Set Registration with Pose-Robust Completion for Computer-Assisted Orthopedic Surgery

ICRA 2026poster

In computer-assisted orthopedic surgery (CAOS), accurately registering sparse and partial intraoperative point sets with a complete preoperative model remains highly challenging due to limited overlap, extreme sparsity, and point localisation noise. In this paper, we propose a novel end-to-end compl…

Cited by 0Scholar
2026

Ultra-Fast Lightweight Incipient Slip Detection Using Hyperdimensional Computing With the PapillArray Tactile Sensor

RA-L 2026

Timely detection of incipient slip is critical for delicate robotic grasping and dexterous manipulation. However, existing learning-based methods suffer from detection latency and high computational demands. In this paper, we present an ultra-fast lightweight incipient slip detection framework based

Cited by 0SourceScholar
2026

Ultra-Fast Lightweight Incipient Slip Detection Using Hyperdimensional Computing with the PapillArray Tactile Sensor

ICRA 2026poster

Timely detection of incipient slip is critical for delicate robotic grasping and dexterous manipulation. However, existing learning-based methods suffer from detection latency and high computational demands. In this paper, we present an ultra-fast lightweight incipient slip detection framework based…

Cited by 0SourceScholar
2026

UniRTL: Unifying Code and Graph for Robust RTL Representation Learning

ICML 2026poster

Developing effective representations for register transfer level (RTL) designs is crucial for accelerating the hardware design workflow. Existing approaches, however, typically rely on a single data modality, either the RTL code or its associated graph-based representation, limiting the expressivene…

Cited by 0SourceScholar
2026

VideoReasonBench: Can MLLMs Perform Vision-Centric Complex Video Reasoning?

ICLR 2026poster

Recent studies have shown that long chain-of-thought (CoT) reasoning can significantly enhance the performance of large language models (LLMs) on complex tasks. However, this benefit is yet to be demonstrated in the domain of video understanding, since most existing benchmarks lack the reasoning dep…

Cited by 0SourcecodeScholar
2025

A Modified Resistance Model for Magnetic Honeycomb Robots to Navigate in Low Reynolds Number Fluids

ICRA 2025

In recent years, magnetically controlled microrobots have garnered significant attention. This paper presents the H-robot, a self-designed microrobot featuring an innovative structure. The H-robot features a honeycomb porous spherical design specifically engineered to enhance cargo capacity. A new d

Cited by 0SourceScholar
2025

ATLANTIS: Weak-to-Strong Learning via Importance Sampling

ACL 2025long

Supervised fine-tuning (SFT) enables large language models to align with training data for better performance in many aspects. Nevertheless, the gap between the distribution of current datasets from human annotations or model generations and the real-world data distribution heavily limits the capaci…

2025

Avoiding Knowledge Edit Skipping in Multi-hop Question Answering with Guided Decomposition

EMNLP 2025

In a rapidly evolving world where information updates swiftly, knowledge in large language models (LLMs) becomes outdated quickly. Retraining LLMs is not a cost-effective option, making knowledge editing (KE) without modifying parameters particularly necessary. We find that although existing retriev

Cited by 0SourcePDFScholar
2025

CALM: Curiosity-Driven Auditing for Large Language Models

AAAI 2025technical

Auditing Large Language Models (LLMs) is a crucial and challenging task. In this study, we focus on auditing black-box LLMs without access to their parameters, only to the provided service. We treat this type of auditing as a black-box optimization problem where the goal is to automatically uncover…

2025

CoST: Efficient Collaborative Perception From Unified Spatiotemporal Perspective

ICCV 2025poster

Collaborative perception shares information among different agents and helps solving problems that individual agents may face, e.g., occlusions and small sensing range. Prior methods usually separate the multi-agent fusion and multi-time fusion into two consecutive steps. In contrast, this paper pro…

2025

Controllable Protein Sequence Generation with LLM Preference Optimization

AAAI 2025technical

Designing proteins with specific attributes offers an important solution to address biomedical challenges. Pre-trained protein large language models (LLMs) have shown promising results on protein sequence generation. However, to control sequence generation for specific attributes, existing work stil…

2025

CycleVAR: Repurposing Autoregressive Model for Unsupervised One-Step Image Translation

ICCV 2025poster

The current conditional autoregressive image generation methods have shown promising results, yet their potential remains largely unexplored in the practical unsupervised image translation domain, which operates without explicit cross-domain correspondences.A critical limitation stems from the discr…

2025

D3: Diversity, Difficulty, and Dependability-Aware Data Selection for Sample-Efficient LLM Instruction Tuning

IJCAI 2025

Recent advancements in instruction tuning for large language models (LLMs) suggest that a small, high-quality dataset can significantly equip LLMs with instruction-following capabilities, outperforming large datasets often burdened by quality and redundancy issues. However, the challenge lies in aut

Cited by 0SourcePDFScholar
2025

DARNet: A Dual Attention Residual Network for Medical Image Classification

ICASSP 2025accepted

In the field of medical image analysis, accurate classification of images is crucial for diagnosing diseases and formulating treatment plans. Many studies have shown that global features and local features help reduce noise interference in medical images. Due to the fixed receptive field size of the…

Cited by 0SourceScholar
2025

DeepRTL2: A Versatile Model for RTL-Related Tasks

ACL 2025finding

The integration of large language models (LLMs) into electronic design automation (EDA) has significantly advanced the field, offering transformative benefits, particularly in register transfer level (RTL) code generation and understanding. While previous studies have demonstrated the efficacy of fi…

Cited by 0SourcePDFScholar
2025

DeepRTL: Bridging Verilog Understanding and Generation with a Unified Representation Model

ICLR 2025spotlight

Recent advancements in large language models (LLMs) have shown significant potential for automating hardware description language (HDL) code generation from high-level natural language instructions. While fine-tuning has improved LLMs' performance in hardware design tasks, prior efforts have largely…

Cited by 3SourcePDFScholar
2025

Discretization-invariance? On the Discretization Mismatch Errors in Neural Operators

ICLR 2025poster

In recent years, neural operators have emerged as a prominent approach for learning mappings between function spaces, such as the solution operators of parametric PDEs. A notable example is the Fourier Neural Operator (FNO), which models the integral kernel as a convolution operator and uses the Con…

Cited by 0SourcePDFScholar
2025

Effective Cloud Removal for Remote Sensing Images by an Improved Mean-Reverting Denoising Model with Elucidated Design Space

CVPR 2025poster

Cloud removal (CR) remains a challenging task in remote sensing image processing. Although diffusion models (DM) exhibit strong generative capabilities, their direct applications to CR are suboptimal, as they generate cloudless images from random noise, ignoring inherent information in cloudy inputs…

2025

Efficient Knowledge Transfer in Federated Recommendation for Joint Venture Ecosystem

NeurIPS 2025spotlight

The current Federated Recommendation System (FedRS) focuses on personalized recommendation services and assumes clients are personalized IoT devices (e.g., Mobile phones). In this paper, we deeply dive into new but practical FedRS applications within the joint venture ecosystem. Subsidiaries engage…

Cited by 0SourceScholar
2025

Enhancing Privacy in Multimodal Federated Learning with Information Theory

NeurIPS 2025poster

Multimodal federated learning (MMFL) has gained increasing popularity due to its ability to leverage the correlation between various modalities, meanwhile preserving data privacy for different clients. However, recent studies show that correlation between modalities increase the vulnerability of fed…

Cited by 0SourceScholar
2025

Exploring Enhanced Contextual Information for Video-Level Object Tracking

AAAI 2025technical

Contextual information at the video level has become increasingly crucial for visual object tracking. However, existing methods typically use only a few tokens to convey this information, which can lead to information loss and limit their ability to fully capture the context. To address this issue,…

2025

Fine-grained Knowledge Enhancement for Retrieval-Augmented Generation

ACL 2025finding

Retrieval-augmented generation (RAG) effectively mitigates hallucinations in large language models (LLMs) by filling knowledge gaps with retrieved external information. Most existing studies primarily retrieve knowledge documents based on semantic similarity to assist in answering questions but igno…

Cited by 0SourcePDFScholar
2025

Knowledge Graph-Guided Retrieval Augmented Generation

NAACL 2025long

Retrieval-augmented generation (RAG) has emerged as a promising technology for addressing hallucination issues in the responses generated by large language models (LLMs). Existing studies on RAG primarily focus on applying semantic-based approaches to retrieve isolated relevant chunks, which ignore…

2025

Leveraging Importance Sampling to Detach Alignment Modules from Large Language Models

NeurIPS 2025poster

The widespread adoption of large language models (LLMs) across industries has increased the demand for high-quality and customizable outputs. However, traditional alignment methods often require retraining large pretrained models, making it difficult to quickly adapt and optimize LLMs for diverse ap…

Cited by 0SourceScholar
2025

Leveraging robust optimization for llm alignment under distribution shifts

NeurIPS 2025poster

Preference alignment methods are increasingly critical for steering large language models (LLMs) to generate outputs consistent with human values. While recent approaches often rely on synthetic data generated by LLMs for scalability and cost-efficiency reasons, this reliance can introduce distribut…

Cited by 0SourceScholar
2025

Libra-Leaderboard: Towards Responsible AI through a Balanced Leaderboard of Safety and Capability

NAACL 2025system demonstrations

As large language models (LLMs) continue to evolve, leaderboards play a significant role in steering their development. Existing leaderboards often prioritize model capabilities while overlooking safety concerns, leaving a significant gap in responsible AI development. To address this gap, we introd…

2025

On-the-fly Preference Alignment via Principle-Guided Decoding

ICLR 2025poster

With the rapidly expanding landscape of large language models, aligning model generations with human values and preferences is becoming increasingly important. Popular alignment methods, such as Reinforcement Learning from Human Feedback, have shown significant success in guiding models with greater…

2025

Perturbation-driven Dual Auxiliary Contrastive Learning for Collaborative Filtering Recommendation

COLING 2025main

Graph collaborative filtering has made great progress in the recommender systems, but these methods often struggle with the data sparsity issue in real-world recommendation scenarios. To mitigate the effect of data sparsity, graph collaborative filtering incorporates contrastive learning as an auxil…

2025

PubSub-VFL: Towards Efficient Two-Party Split Learning in Heterogeneous Environments via Publisher/Subscriber Architecture

NeurIPS 2025poster

With the rapid advancement of the digital economy, data collaboration between organizations has become a well-established business model, driving the growth of various industries. However, privacy concerns make direct data sharing impractical. To address this, Two-Party Split Learning (a.k.a. Verti…

Cited by 0SourceScholar
2025

PunchBench: Benchmarking MLLMs in Multimodal Punchline Comprehension

ACL 2025long

Multimodal punchlines, which involve humor or sarcasm conveyed in image-caption pairs, are a popular way of communication on online multimedia platforms. With the rapid development of multimodal large language models (MLLMs), it is essential to assess their ability to effectively comprehend these pu…

Cited by 0SourcePDFScholar
2025

RISE: Radius of Influence based Subgraph Extraction for 3D Molecular Graph Explanation

ICML 2025poster

3D Geometric Graph Neural Networks (GNNs) have emerged as transformative tools for modeling molecular data. Despite their predictive power, these models often suffer from limited interpretability, raising concerns for scientific applications that require reliable and transparent insights. While exis…

2025

RL-Guider: Leveraging Historical Decisions and Feedback for Drug Editing with Large Language Models

ACL 2025finding

Recent success of large language models (LLMs) in diverse domains showcases their potential to revolutionize scientific fields, including drug editing. Traditional drug editing relies on iterative conversations with domain experts, refining the drug until the desired property is achieved. This inter…

2025

SAP: Privacy-Preserving Fine-Tuning on Language Models with Split-and-Privatize Framework

IJCAI 2025

Pre-trained Language Models (PLM) have enabled a cost-effective approach to handling various downstream applications via Parameter-Efficient-Fine-Tuning (PEFT) techniques. In this context, service providers have introduced a popular fine-tuning-based product service known as Model-as-a-Service (MaaS

Cited by 0SourcePDFScholar
2025

SUTrack: Towards Simple and Unified Single Object Tracking

AAAI 2025technical

In this paper, we propose a simple yet unified single object tracking (SOT) framework, dubbed SUTrack. It consolidates five SOT tasks (RGB-based, RGB-Depth, RGB-Thermal, RGB-Event, RGB-Language Tracking) into a unified model trained in a single session. Due to the distinct nature of the data, curren…

2025

Sticking to the Mean: Detecting Sticky Tokens in Text Embedding Models

ACL 2025long

Despite the widespread use of Transformer-based text embedding models in NLP tasks, surprising “sticky tokens” can undermine the reliability of embeddings. These tokens, when repeatedly inserted into sentences, pull sentence similarity toward a certain value, disrupting the normal distribution of em…

2025

Template3D-AD: Point Cloud Template Matching Method Based on Center Points for 3D Anomaly Detection

IJCAI 2025

Existing 3D anomaly detection methods mainly include reconstruction-based methods and memory-based methods. However, reconstruction-based methods rely on anomaly simulation strategies, while the memory bank of memory-based methods cannot cover the features of all points. Different from existing meth

2025

TombRaider: Entering the Vault of History to Jailbreak Large Language Models

EMNLP 2025

**Warning: This paper contains content that may involve potentially harmful behaviours, discussed strictly for research purposes.**Jailbreak attacks can hinder the safety of Large Language Model (LLM) applications, especially chatbots. Studying jailbreak techniques is an important AI red teaming tas

Cited by 0SourcePDFScholar
2025

VHM: Versatile and Honest Vision Language Model for Remote Sensing Image Analysis

AAAI 2025technical

This paper develops a Versatile and Honest vision language Model (VHM) for remote sensing image analysis. VHM is built on a large-scale remote sensing image-text dataset with rich-content captions (VersaD), and an honest instruction dataset comprising both factual and deceptive questions (HnstD). Un…

2024

A Comprehensive Study of Jailbreak Attack versus Defense for Large Language Models

ACL 2024findings

Large Language Models (LLMs) have increasingly become central to generating content with potential societal impacts. Notably, these models have demonstrated capabilities for generating content that could be deemed harmful. To mitigate these risks, researchers have adopted safety training techniques…

2024

Alignment-Enhanced Decoding: Defending Jailbreaks via Token-Level Adaptive Refining of Probability Distributions

EMNLP 2024main

Large language models are susceptible to jailbreak attacks, which can result in the generation of harmful content. While prior defenses mitigate these risks by perturbing or inspecting inputs, they ignore competing objectives, the underlying cause of alignment failures. In this paper, we propose Ali…

2024

Analysis of Differentially Private Synthetic Data: A Measurement Error Approach

AAAI 2024technical

Differentially private (DP) synthetic datasets have been receiving significant attention from academia, industry, and government. However, little is known about how to perform statistical inference using DP synthetic datasets. Naive approaches that do not take into account the induced uncertainty du…

Cited by 2SourcePDFScholar
2024

Chain-of-Question: A Progressive Question Decomposition Approach for Complex Knowledge Base Question Answering

ACL 2024findings

Complex KBQA leverages the knowledge base (KB) to answer complex natural questions involving complicated semantics like multi-hop reasoning. Existing methods involve a question decomposition process, i.e., breaking a complex question into several simpler sub-questions, to assist obtaining logical fo…

Cited by 0SourcePDFScholar
2024

DETRs Beat YOLOs on Real-time Object Detection

CVPR 2024poster

The YOLO series has become the most popular framework for real-time object detection due to its reasonable trade-off between speed and accuracy. However we observe that the speed and accuracy of YOLOs are negatively affected by the NMS. Recently end-to-end Transformer-based detectors (DETRs) have pr…

2024

Distribution-Aware Continual Test-Time Adaptation for Semantic Segmentation

ICRA 2024poster

Since autonomous driving systems usually face dynamic and ever-changing environments, continual test-time adaptation (CTTA) has been proposed as a strategy for transferring deployed models to continually changing target domains. However, the pursuit of long-term adaptation often introduces catastrop…

Cited by 11SourcecodeScholar
2024

Empowering Active Learning for 3D Molecular Graphs with Geometric Graph Isomorphism

NeurIPS 2024poster

Molecular learning is pivotal in many real-world applications, such as drug discovery. Supervised learning requires heavy human annotation, which is particularly challenging for molecular data, e.g., the commonly used density functional theory (DFT) is highly computationally expensive. Active learni…

Cited by 1SourcePDFScholar
2024

Enhancing Emotion Prediction in News Headlines: Insights from ChatGPT and Seq2Seq Models for Free-Text Generation

COLING 2024main

Predicting emotions elicited by news headlines can be challenging as the task is largely influenced by the varying nature of people’s interpretations and backgrounds. Previous works have explored classifying discrete emotions directly from news headlines. We provide a different approach to tackling…

Cited by 1SourcePDFScholar
2024

Gradual Residuals Alignment: A Dual-Stream Framework for GAN Inversion and Image Attribute Editing

AAAI 2024technical

GAN-based image attribute editing firstly leverages GAN Inversion to project real images into the latent space of GAN and then manipulates corresponding latent codes. Recent inversion methods mainly utilize additional high-bit features to improve image details preservation, as low-bit codes cannot f…

Cited by 3SourcePDFScholar
2024

Knowledge Context Modeling with Pre-trained Language Models for Contrastive Knowledge Graph Completion

ACL 2024findings

Text-based knowledge graph completion (KGC) methods utilize pre-trained language models for triple encoding and further fine-tune the model to achieve completion. Despite their excellent performance, they neglect the knowledge context in inferring process. Intuitively, knowledge contexts, which refe…

Cited by 5SourcePDFScholar
2024

LIRE: listwise reward enhancement for preference alignment

ACL 2024findings

Recently, tremendous strides have been made to align the generation of Large Language Models (LLMs) with human values to mitigate toxic or unhelpful content. Leveraging Reinforcement Learning from Human Feedback (RLHF) proves effective and is widely adopted by researchers. However, implementing RLHF…

2024

MVBench: A Comprehensive Multi-modal Video Understanding Benchmark

CVPR 2024highlight

With the rapid development of Multi-modal Large Language Models (MLLMs) a number of diagnostic benchmarks have recently emerged to evaluate the comprehension capabilities of these models. However most benchmarks predominantly assess spatial understanding in the static image tasks while overlooking t…

2024

Multi-Aspect Controllable Text Generation with Disentangled Counterfactual Augmentation

ACL 2024long

Multi-aspect controllable text generation aims to control the generated texts in attributes from multiple aspects (e.g., “positive” from sentiment and “sport” from topic). Existing works neglect attribute correlations formed by the intertwining of different attributes. Particularly, the stereotype f…

2024

Multi-Source Conformal Inference Under Distribution Shift

ICML 2024poster

Recent years have experienced increasing utilization of complex machine learning models across multiple sources of data to inform more generalizable decision-making. However, distribution shifts across data sources and privacy concerns related to sharing individual-level data, coupled with a lack of…

2024

Neural Field Classifiers via Target Encoding and Classification Loss

ICLR 2024poster

Neural field methods have seen great progress in various long-standing tasks in computer vision and computer graphics, including novel view synthesis and geometry reconstruction. As existing neural field methods try to predict some coordinate-based continuous target values, such as RGB for Neural Ra…

Cited by 0SourcePDFScholar
2024

Optimize Weight Rounding via Signed Gradient Descent for the Quantization of LLMs

EMNLP 2024finding

Large Language Models (LLMs) have demonstrated exceptional proficiency in language-related tasks, but their deployment poses significant challenges due to substantial memory and storage requirements. Weight-only quantization has emerged as a promising solution to address these challenges. Previous r…

2024

Play Guessing Game with LLM: Indirect Jailbreak Attack with Implicit Clues

ACL 2024findings

With the development of LLMs, the security threats of LLMs are getting more and more attention. Numerous jailbreak attacks have been proposed to assess the security defense of LLMs. Current jailbreak attacks primarily utilize scenario camouflage techniques. However their explicitly mention of malici…

Cited by 42SourcePDFScholar
2024

Repairing Catastrophic-Neglect in Text-to-Image Diffusion Models via Attention-Guided Feature Enhancement

EMNLP 2024finding

Text-to-Image Diffusion Models (T2I DMs) have garnered significant attention for their ability to generate high-quality images from textual descriptions.However, these models often produce images that do not fully align with the input prompts, resulting in semantic inconsistencies.The most prominent…

2024

TISE: A Tripartite In-context Selection Method for Event Argument Extraction

NAACL 2024long

In-context learning enhances the reasoning capabilities of LLMs by providing several examples. A direct yet effective approach to obtain in-context example is to select the top-k examples based on their semantic similarity to the test input. However, when applied to event argument extraction (EAE),…

Cited by 4SourcePDFScholar
2024

Task Oriented In-Domain Data Augmentation

EMNLP 2024main

Large Language Models (LLMs) have shown superior performance in various applications and fields. To achieve better performance on specialized domains such as law and advertisement, LLMs are often continue pre-trained on in-domain data. However, existing approaches suffer from two major issues. First…

2024

TempCompass: Do Video LLMs Really Understand Videos?

ACL 2024findings

Recently, there is a surge in interest surrounding video large language models (Video LLMs). However, existing benchmarks fail to provide a comprehensive feedback on the temporal perception ability of Video LLMs. On the one hand, most of them are unable to distinguish between different temporal aspe…

2024

Towards Efficient and Effective Text-to-Video Retrieval with Coarse-to-Fine Visual Representation Learning

AAAI 2024technical

In recent years, text-to-video retrieval methods based on CLIP have experienced rapid development. The primary direction of evolution is to exploit the much wider gamut of visual and textual cues to achieve alignment. Concretely, those methods with impressive performance often design a heavy fusion…

2024

Tuning-free Estimation and Inference of Cumulative Distribution Function under Local Differential Privacy

ICML 2024poster

We introduce a novel algorithm for estimating Cumulative Distribution Function (CDF) values under Local Differential Privacy (LDP) by exploiting an unexpected connection between LDP and the current status problem, a classical survival data problem in statistics. This connection leads to the developm…

Cited by 0SourcePDFScholar
2024

VITATECS: A Diagnostic Dataset for Temporal Concept Understanding of Video-Language Models

ECCV 2024poster

"The ability to perceive how objects change over time is a crucial ingredient in human intelligence. However, current benchmarks cannot faithfully reflect the temporal understanding abilities of video-language models (VidLMs) due to the existence of static visual shortcuts. To remedy this issue, we…

2024

Visual-Linguistic Dependency Encoding for Image-Text Retrieval

COLING 2024main

Image-text retrieval is a fundamental task to bridge the semantic gap between natural language and vision. Recent works primarily focus on aligning textual meanings with visual appearance. However, they often overlook the semantic discrepancy caused by syntactic structure in natural language express…

2023

Communication Efficient Federated Learning for Multilingual Neural Machine Translation with Adapter

ACL 2023findings

Federated Multilingual Neural Machine Translation (Fed-MNMT) has emerged as a promising paradigm for institutions with limited language resources. This approach allows multiple institutions to act as clients and train a unified model through model synchronization, rather than collecting sensitive da…

2023

Efficient Approximations of Complete Interatomic Potentials for Crystal Property Prediction

ICML 2023poster

We study property prediction for crystal materials. A crystal structure consists of a minimal unit cell that is repeated infinitely in 3D space. How to accurately represent such repetitive structures in machine learning models remains unresolved. Current methods construct graphs by establishing edge…

2023

Efficient Preference-Based Reinforcement Learning Using Learned Dynamics Models

ICRA 2023poster

Preference-based reinforcement learning (PbRL) can enable robots to learn to perform tasks based on an individual's preferences without requiring a hand-crafted re-ward function. However, existing approaches either assume access to a high-fidelity simulator or analytic model or take a model-free app…

Cited by 24SourceScholar
2023

Gaussian Differential Privacy on Riemannian Manifolds

NeurIPS 2023poster

We develop an advanced approach for extending Gaussian Differential Privacy (GDP) to general Riemannian manifolds. The concept of GDP stands out as a prominent privacy definition that strongly warrants extension to manifold settings, due to its central limit properties. By harnessing the power of th…

2023

Learning Hierarchical Protein Representations via Complete 3D Graph Networks

ICLR 2023poster

We consider representation learning for proteins with 3D structures. We build 3D graphs based on protein structures and develop graph networks to learn their representations. Depending on the levels of details that we wish to capture, protein representations can be computed at different levels, \emp…

2023

Lightweight Image Super-Resolution with Superpixel Token Interaction

ICCV 2023poster

Transformer-based methods have demonstrated impressive results on single-image super-resolution (SISR) task. However, self-attention mechanism is computationally expensive when applied to the entire image. As a result, current approaches divide low-resolution input images into small patches, which a…

Cited by 68PDFcodeScholar
2023

Object-Aware Distillation Pyramid for Open-Vocabulary Object Detection

CVPR 2023poster

Open-vocabulary object detection aims to provide object detectors trained on a fixed set of object categories with the generalizability to detect objects described by arbitrary text queries. Previous methods adopt knowledge distillation to extract knowledge from Pretrained Vision-and-Language Models…

2023

Online Local Differential Private Quantile Inference via Self-normalization

ICML 2023poster

Based on binary inquiries, we developed an algorithm to estimate population quantiles under Local Differential Privacy (LDP). By self-normalizing, our algorithm provides asymptotically normal estimation with valid inference, resulting in tight confidence intervals without the need for nuisance param…

Cited by 6SourcePDFScholar
2023

Random Entity Quantization for Parameter-Efficient Compositional Knowledge Graph Representation

EMNLP 2023long main

Representation Learning on Knowledge Graphs (KGs) is essential for downstream tasks. The dominant approach, KG Embedding (KGE), represents entities with independent vectors and faces the scalability challenge. Recent studies propose an alternative way for parameter efficiency, which represents ent…

Cited by 0SourcecodeScholar
2023

Semi-Offline Reinforcement Learning for Optimized Text Generation

ICML 2023poster

Existing reinforcement learning (RL) mainly utilize online or offline settings. The online methods explore the environment with expensive time cost, and the offline methods efficiently obtain reward signals by sacrificing the exploration capability. We propose semi-offline RL, a novel paradigm that…

2023

Towards Better Entity Linking with Multi-View Enhanced Distillation

ACL 2023long

Dense retrieval is widely used for entity linking to retrieve entities from large-scale knowledge bases. Mainstream techniques are based on a dual-encoder framework, which encodes mentions and entities independently and calculates their relevances via rough interaction metrics, resulting in difficul…

2022

A New Framework for Multiple Deep Correlation Filters Based Object Tracking

ICASSP 2022accepted

In recent years, Correlation Filter (CF) based tracking methods using Convolutional Neural Network (CNN) features have achieved the state-of-the-art performance for object tracking. However, how to design an efficient deep CF based tracking method has not been well studied in the literature. To addr…

Cited by 0SourceScholar
2022

Boosting the Transferability of Adversarial Attacks with Reverse Adversarial Perturbation

NeurIPS 2022accept

Deep neural networks (DNNs) have been shown to be vulnerable to adversarial examples, which can produce erroneous predictions by injecting imperceptible perturbations. In this work, we study the transferability of adversarial examples, which is significant due to its threat to real-world application…

2022

CLIO: Role-interactive Multi-event Head Attention Network for Document-level Event Extraction

COLING 2022main

Transforming the large amounts of unstructured text on the Internet into structured event knowledge is a critical, yet unsolved goal of NLP, especially when addressing document-level text. Existing methods struggle in Document-level Event Extraction (DEE) due to its two intrinsic challenges: (a) Nes…

Cited by 11SourcePDFScholar
2022

ComENet: Towards Complete and Efficient Message Passing for 3D Molecular Graphs

NeurIPS 2022accept

Many real-world data can be modeled as 3D graphs, but learning representations that incorporates 3D information completely and efficiently is challenging. Existing methods either use partial 3D information, or suffer from excessive computational cost. To incorporate 3D information completely and eff…

2022

GOMP-FIT: Grasp-Optimized Motion Planning for Fast Inertial Transport

ICRA 2022poster

High-speed motions in pick-and-place operations are critical to making robots cost-effective in many automation scenarios, from warehouses and manufacturing to hospitals and homes. However, motions can be too fast-such as when the object being transported has an open-top, is fragile, or both. One wa…

Cited by 23SourcecodeScholar
2022

How Does Knowledge Graph Embedding Extrapolate to Unseen Data: A Semantic Evidence View

AAAI 2022technical

Knowledge Graph Embedding (KGE) aims to learn representations for entities and relations. Most KGE models have gained great success, especially on extrapolation scenarios. Specifically, given an unseen triple (h, r, t), a trained model can still correctly predict t from (h, r, ?), or h from (?, r, t…

2022

Identification, Amplification and Measurement: A bridge to Gaussian Differential Privacy

NeurIPS 2022accept

Gaussian differential privacy (GDP) is a single-parameter family of privacy notions that provides coherent guarantees to avoid the exposure of sensitive individual information. Despite the extra interpretability and tighter bounds under composition GDP provides, many widely used mechanisms (e.g., th…

Cited by 11SourcePDFScholar
2022

Multi-fingered Tactile Servoing for Grasping Adjustment under Partial Observation

IROS 2022poster

Grasping of objects using multi-fingered robotic hands often fails due to small uncertainties in the hand motion control and the object's pose estimation. To tackle this problem, we propose a grasping adjustment strategy based on tactile seroving. Our technique employs feedback from a sensorized mul…

Cited by 12SourceScholar
2022

Online Adaptive Identification and Switching of Soft Contact Model Based on ART-II Method

ICRA 2022poster

In order to obtain a high-precision contact model that can properly describe the target soft tissue, this paper proposes a hybrid soft contact model based on a clustering algorithm ART-II, which selects the most suitable soft contact model according to the surgical environment. The least-square meth…

Cited by 3SourceScholar
2022

Periodic Graph Transformers for Crystal Material Property Prediction

NeurIPS 2022accept

We consider representation learning on periodic graphs encoding crystal materials. Different from regular graphs, periodic graphs consist of a minimum unit cell repeating itself on a regular lattice in 3D space. How to effectively encode these periodic structures poses unique challenges not present…

2022

Spherical Message Passing for 3D Molecular Graphs

ICLR 2022poster

We consider representation learning of 3D molecular graphs in which each atom is associated with a spatial position in 3D. This is an under-explored area of research, and a principled message passing framework is currently lacking. In this work, we conduct analyses in the spherical coordinate system…

Cited by 228SourcePDFScholar
2022

The Volcspeech System for the ICASSP 2022 Multi-Channel Multi-Party Meeting Transcription Challenge

ICASSP 2022accepted

This paper describes our submission to ICASSP 2022 Multi-channel Multi-party Meeting Transcription (M2MeT) Challenge. For Track 1, we propose several approaches to make the clustering-based speaker diarization system enable to handle overlapped speech. Front-end dereverberation and the direction-of-…

Cited by 0SourceScholar
2022

Virtual Reality Based Tactile Sensing Enhancements for Bilateral Teleoperation System With In-Hand Manipulation

RA-L 2022

Tactile sensing is important for contact-rich tasks especially in where an in-hand manipulation is involved. In teleoperation, such feedback can provide information of when and where the contacts happen, and is essential for a human operator to make appropriate actions. To improve the experience in

Cited by 15SourceScholar
2021

Damped Anderson Mixing for Deep Reinforcement Learning: Acceleration, Convergence, and Stabilization

NeurIPS 2021poster

Anderson mixing has been heuristically applied to reinforcement learning (RL) algorithms for accelerating convergence and improving the sampling efficiency of deep RL. Despite its heuristic improvement of convergence, a rigorous mathematical justification for the benefits of Anderson mixing in RL ha…

Cited by 19SourcePDFScholar
2021

Mask-Embedded Discriminator With Region-Based Semantic Regularization for Semi-Supervised Class-Conditional Image Synthesis

CVPR 2021poster

Semi-supervised generative learning (SSGL) makes use of unlabeled data to achieve a trade-off between the data collection/annotation effort and generation performance, when adequate labeled data are not available. Learning precise class semantics is crucial for class-conditional image synthesis with…

Cited by 6PDFScholar
2021

Semi-Supervised Single-Stage Controllable GANs for Conditional Fine-Grained Image Generation

ICCV 2021poster

Previous state-of-the-art deep generative models improve fine-grained image generation quality by designing hierarchical model structures and synthesizing images across multiple stages. The learning process is typically performed without any supervision in object categories. To address this issue, w…

Cited by 10PDFScholar
2021

Synthetic Data For Dnn-Based Doa Estimation of Indoor Speech

ICASSP 2021accepted

This paper investigates the use of different room impulse response (RIR) simulation methods for synthesizing training data for deep neural network-based direction of arrival (DOA) estimation of speech in reverberant rooms.Different sets of synthetic RIRs are obtained using the image source method (I…

Cited by 0SourceScholar
2020

Internal and Contextual Attention Network for Cold-start Multi-channel Matching in Recommendation

IJCAI 2020poster

Real-world integrated personalized recommendation systems usually deal with millions of heterogeneous items. It is extremely challenging to conduct full corpus retrieval with complicated models due to the tremendous computation costs. Hence, most large-scale recommendation systems consist of two mod…

2020

Regularizing Discriminative Capability of CGANs for Semi-Supervised Generative Learning

CVPR 2020poster

Semi-supervised generative learning aims to learn the underlying class-conditional distribution of partially labeled data. Generative Adversarial Networks (GANs) have led to promising progress in this task. However, it still needs to further explore the issue of imbalance between real labeled data a…

Cited by 29PDFScholar