← Search

Lingqiao Liu

55 accepted papers

2026

HiTVideo: Hierarchical Tokenizers for Enhancing Text-to-Video Generation with Autoregressive Large Language Models

AAAI 2026technical

Text-to-video generation poses significant challenges due to the inherent complexity of video data, which spans both temporal and spatial dimensions. It introduces additional redundancy, abrupt variations, and a domain gap between language and vision tokens while generation. Addressing these challen

Cited by 0SourcePDFScholar
2026

LightAVSeg: Lightweight Audio-Visual Segmentation

ICML 2026poster

Audio-Visual Segmentation (AVS) targets pixel level localization of sounding emitting objects in videos. However, existing models rely on dense cross-modal attention with quadratic computational cost, limiting their suitability for resource efficient deployment. Most efficiency oriented methods focu…

Cited by 0SourceScholar
2026

Points-to-3D: Structure-Aware 3D Generation with Point Cloud Priors

CVPR 2026

Recent progress in 3D generation has been driven largely by models conditioned on images or text, while readily available 3D priors are still underused. In many real-world scenarios, the visible-region point cloud are easy to obtain--from active sensors such as LiDAR or from feed-forward predictors

Cited by 0SourceScholar
2026

ReFINE: A Reward-Based Framework for Interpretable and Nuanced Evaluation of Radiology Report Generation

AAAI 2026technical

Automated radiology report generation (R2Gen) has advanced significantly, yet evaluation remains challenging due to the complexity of assessing report quality. Traditional metrics often misalign with human judgments, failing to identify specific deficiencies. To address this, we introduce ReFINE, a

Cited by 0SourcePDFScholar
2026

SAT-RRG: LLM-Guided Self-Adaptive Training for Radiology Report Generation with Token-Level Push-Pull Optimization

CVPR 2026

Radiology report generators often produce fluent text yet miss crucial details, leading to local semantic conflicts or flipped findings that require stronger penalties. **Cross-entropy (CE) merely increases the probability of the ground-truth token y^* without directly suppressing the model's curren

Cited by 0SourceScholar
2025

Attention-Driven GUI Grounding: Leveraging Pretrained Multimodal Large Language Models Without Fine-Tuning

AAAI 2025technical

Recent advancements in Multimodal Large Language Models (MLLMs) have generated significant interest in their ability to autonomously interact with and interpret Graphical User Interfaces (GUIs). A major challenge in these systems is grounding—accurately identifying critical GUI components such as te…

2025

Chain-of-Action: Trajectory Autoregressive Modeling for Robotic Manipulation

NeurIPS 2025poster

We present Chain-of-Action (CoA), a novel visuomotor policy paradigm built upon Trajectory Autoregressive Modeling. Unlike conventional approaches that predict next step action(s) forward, CoA generates an entire trajectory by explicit backward reasoning with task-specific goals through an action-le…

Cited by 0SourceScholar
2025

Effective Tuning Strategies for Generalist Robot Manipulation Policies

ICRA 2025

Generalist robot manipulation policies (GMPs) have the potential to generalize across a wide range of tasks, devices, and environments. However, existing policies continue to struggle with out-of-distribution scenarios due to the inherent difficulty of collecting sufficient action data to cover exte

Cited by 9SourceScholar
2025

Efficiently Selecting Response Generation Strategies for Synthetic Data Construction by Self-Aligned Perplexity

EMNLP 2025

Fine-tuning large language models (LLMs) typically relies on producing large sets of input-output pairs. Yet for a given question, there can be many valid outputs. In practice, these outputs are often derived by distilling knowledge from teacher models, and they can vary depending on the specific te

2024

Decomposing Disease Descriptions for Enhanced Pathology Detection: A Multi-Aspect Vision-Language Pre-training Framework

CVPR 2024poster

Medical vision language pre-training (VLP) has emerged as a frontier of research enabling zero-shot pathological recognition by comparing the query image with the textual descriptions for each disease. Due to the complex semantics of biomedical texts current methods struggle to align medical images…

2024

I Learn Better If You Speak My Language: Understanding the Superior Performance of Fine-Tuning Large Language Models with LLM-Generated Responses

EMNLP 2024main

This paper explores an intriguing observation: fine-tuning a large language model (LLM) with responses generated by a LLM often yields better results than using responses generated by humans, particularly in reasoning tasks. We conduct an in-depth investigation to understand why this occurs. Contrar…

2024

LFME: A Simple Framework for Learning from Multiple Experts in Domain Generalization

NeurIPS 2024poster

Domain generalization (DG) methods aim to maintain good performance in an unseen target domain by using training data from multiple source domains. While success on certain occasions are observed, enhancing the baseline across most scenarios remains challenging. This work introduces a simple yet eff…

2024

On Learning Discriminative Features from Synthesized Data for Self-Supervised Fine-Grained Visual Recognition

ECCV 2024poster

"Self-Supervised Learning (SSL) has become a prominent approach for acquiring visual representations across various tasks, yet its application in fine-grained visual recognition (FGVR) is challenged by the intricate task of distinguishing subtle differences between categories. To overcome this, we i…

Cited by 2SourcePDFScholar
2024

Semantic Role Labeling Guided Out-of-distribution Detection

COLING 2024main

Identifying unexpected domain-shifted instances in natural language processing is crucial in real-world applications. Previous works identify the out-of-distribution (OOD) instance by leveraging a single global feature embedding to represent the sentence, which cannot characterize subtle OOD pattern…

2024

Unlocking the Potential of Pre-trained Vision Transformers for Few-Shot Semantic Segmentation through Relationship Descriptors

CVPR 2024poster

The recent advent of pre-trained vision transformers has unveiled a promising property: their inherent capability to group semantically related visual concepts. In this paper we explore to harnesses this emergent feature to tackle few-shot semantic segmentation a task focused on classifying pixels i…

2023

Domain Generalization via Rationale Invariance

ICCV 2023poster

This paper offers a new perspective to ease the challenge of domain generalization, which involves maintaining robust results even in unseen environments. Our design focuses on the decision-making process in the final classifier layer. Specifically, we propose treating the element-wise contributions…

Cited by 26PDFcodeScholar
2023

Improved Test-Time Adaptation for Domain Generalization

CVPR 2023poster

The main challenge in domain generalization (DG) is to handle the distribution shift problem that lies between the training and test data. Recent studies suggest that test-time training (TTT), which adapts the learned model with test data, might be a promising solution to the problem. Generally, a T…

2023

Learning Conditional Attributes for Compositional Zero-Shot Learning

CVPR 2023poster

Compositional Zero-Shot Learning (CZSL) aims to train models to recognize novel compositional concepts based on learned concepts such as attribute-object combinations. One of the challenges is to model attributes interacted with different objects, e.g., the attribute "wet" in "wet apple" and "wet ca…

2023

METransformer: Radiology Report Generation by Transformer With Multiple Learnable Expert Tokens

CVPR 2023poster

In clinical scenarios, multi-specialist consultation could significantly benefit the diagnosis, especially for intricate cases. This inspires us to explore a "multi-expert joint diagnosis" mechanism to upgrade the existing "single expert" framework commonly seen in the current literature. To this en…

2023

Out-of-Distribution Generalization in Natural Language Processing: Past, Present, and Future

EMNLP 2023long main

Machine learning (ML) systems in natural language processing (NLP) face significant challenges in generalizing to out-of-distribution (OOD) data, where the test distribution differs from the training data distribution. This poses important questions about the robustness of NLP models and their high…

Cited by 0SourceScholar
2023

Toward Re-Identifying Any Animal

NeurIPS 2023poster

The current state of re-identification (ReID) models poses limitations to their applicability in the open world, as they are primarily designed and trained for specific categories like person or vehicle. In light of the importance of ReID technology for tracking wildlife populations and migration pa…

Cited by 18SourcePDFScholar
2023

ZegCLIP: Towards Adapting CLIP for Zero-Shot Semantic Segmentation

CVPR 2023poster

Recently, CLIP has been applied to pixel-level zero-shot learning tasks via a wo-stage scheme. The general idea is to first generate class-agnostic region proposals and then feed the cropped proposal regions to CLIP to utilize its image-level zero-shot classification capability. While effective, suc…

2023

Zero-Shot Slot Filling with Slot-Prefix Prompting and Attention Relationship Descriptor

AAAI 2023technical

This paper addresses zero-shot slot filling, which tries to build a system that can generalize to unseen slot types without any training data. The key to zero-shot slot-filling is to match the tokens from the utterance with the semantic definition of the slot without training data in the target doma…

Cited by 7SourcePDFScholar
2022

Dynamically Transformed Instance Normalization Network for Generalizable Person Re-identification

ECCV 2022poster

"Existing person re-identification methods often suffer significant performance degradation on unseen domains, which fuels interest in domain generalizable person re-identification (DG-PReID). As an effective technology to alleviate domain variance, the Instance Normalization (IN) has been widely em…

Cited by 51SourcePDFScholar
2022

Improving Fine-Grained Visual Recognition in Low Data Regimes via Self-Boosting Attention Mechanism

ECCV 2022poster

"The challenge of fine-grained visual recognition often lies in discovering the key discriminative regions. While such regions can be automatically identified from a large-scale labeled dataset, a similar method might become less effective when only a few annotations are available. In low data regim…

2022

OST: Improving Generalization of DeepFake Detection via One-Shot Test-Time Training

NeurIPS 2022accept

State-of-the-art deepfake detectors perform well in identifying forgeries when they are evaluated on a test set similar to the training set, but struggle to maintain good performance when the test forgeries exhibit different characteristics from the training images e.g., forgeries are created by uns…

Cited by 75SourcePDFScholar
2022

Progressive Class Semantic Matching for Semi-supervised Text Classification

NAACL 2022long

Semi-supervised learning is a promising way to reduce the annotation cost for text-classification. Combining with pre-trained language models (PLMs), e.g., BERT, recent semi-supervised learning methods achieved impressive performance. In this work, we further investigate the marriage between semi-su…

2022

Self-Supervised Learning of Adversarial Example: Towards Good Generalizations for Deepfake Detection

CVPR 2022oral

Recent studies in deepfake detection have yielded promising results when the training and testing face forgeries are from the same dataset. However, the problem remains challenging when one tries to generalize the detector to forgeries created by unseen methods in the training dataset. This work add…

Cited by 271PDFcodeScholar
2022

Semi-supervised Semantic Segmentation with Prototype-based Consistency Regularization

NeurIPS 2022accept

Semi-supervised semantic segmentation requires the model to effectively propagate the label information from limited annotated images to unlabeled ones. A challenge for such a per-pixel prediction task is the large intra-class variation, i.e., regions belonging to the same class may exhibit a very d…

2021

Contextualize Knowledge Bases with Transformer for End-to-end Task-Oriented Dialogue Systems

EMNLP 2021main

Incorporating knowledge bases (KB) into end-to-end task-oriented dialogue systems is challenging, since it requires to properly represent the entity of KB, which is associated with its KB context and dialogue context. The existing works represent the entity with only perceiving a part of its KB cont…

2020

Meta Learning with Differentiable Closed-form Solver for Fast Video Object Segmentation

IROS 2020poster

Video object segmentation plays a vital role to many robotic tasks, beyond the satisfied accuracy, quickly adapt to the new scenario with very limited annotations and conduct a quick inference are also important. In this paper, we are specifically concerned with the task of fast segmenting all pixel…

Cited by 14SourceScholar
2020

Semi-Supervised Crowd Counting via Self-Training on Surrogate Tasks

ECCV 2020poster

Most existing crowd counting systems rely on the availability of the object location annotation which can be expensive to obtain. To reduce the annotation cost, one attractive solution is to leverage a large number of unlabeled images to build a crowd counting model in semi-supervised fashion. This…

Cited by 96SourcePDFScholar
2020

Training Quantized Neural Networks With a Full-Precision Auxiliary Module

CVPR 2020oral

In this paper, we seek to tackle a challenge in training low-precision networks: the notorious difficulty in propagating gradient through a low-precision network due to the non-differentiable quantization function. We propose a solution by training the low-precision network with a full-precision aux…

Cited by 95PDFScholar
2019

Memorizing Normality to Detect Anomaly: Memory-Augmented Deep Autoencoder for Unsupervised Anomaly Detection

ICCV 2019poster

Deep autoencoder has been extensively used for anomaly detection. Training on the normal data, the autoencoder is expected to produce higher reconstruction error for the abnormal inputs than the normal ones, which is adopted as a criterion for identifying anomalies. However, this assumption does not…

Cited by 1738PDFScholar
2019

Structured Binary Neural Networks for Accurate Image Classification and Semantic Segmentation

CVPR 2019poster

In this paper, we propose to train convolutional neural networks (CNNs) with both binarized weights and activations, leading to quantized models specifically for mobile devices with limited power capacity and computation resources. By assuming the same architecture to full-precision networks, previo…

Cited by 192PDFScholar
2018

Learning Context Flexible Attention Model for Long-Term Visual Place Recognition

RA-L 2018

Identifying regions of interest in an image has long been of great importance in a wide range of tasks, including place recognition. In this letter, we propose a novel attention mechanism with flexible context, which can be incorporated into existing feedforward network architecture to learn image r

Cited by 106SourceScholar
2018

Seeing Deeply and Bidirectionally: A Deep Learning Approach for Single Image Reflection Removal

ECCV 2018poster

Reflections often obstruct the desired scene when taking photos through glass panels. Removing unwanted reflection automatically from the photos is highly desirable. Traditional methods often impose certain priors or assumptions to target particular type(s) of reflection such as shifted double refle…

2018

Towards Effective Low-Bitwidth Convolutional Neural Networks

CVPR 2018poster

This paper tackles the problem of training a deep convolutional neural network with both low-precision weights and low-bitwidth activations. Optimizing a low-precision network is very challenging since the training process can easily get trapped in a poor local minima, which results in substantial a…

2017

Adversarial PoseNet: A Structure-Aware Convolutional Network for Human Pose Estimation

ICCV 2017poster

For human pose estimation in monocular images, joint occlusions and overlapping upon human bodies often result in deviated pose predictions. Under these circumstances, bi- ologically implausible pose predictions may be produced. In contrast, human vision is able to predict poses by exploiting geomet…

Cited by 461PDFScholar
2017

Attend in Groups: A Weakly-Supervised Deep Learning Framework for Learning From Web Data

CVPR 2017poster

Large-scale datasets have driven the rapid development of deep neural networks for visual recognition. However, annotating a massive dataset is expensive and time-consuming. Web images and their labels are, in comparison, much easier to obtain, but direct training on such automatially harvested imag…

Cited by 103PDFScholar
2017

Deep learning features at scale for visual place recognition

ICRA 2017poster

The success of deep learning techniques in the computer vision domain has triggered a range of initial investigations into their utility for visual place recognition, all using generic features from networks that were trained for other types of recognition tasks. In this paper, we train, at large sc…

Cited by 437SourceScholar
2017

From Motion Blur to Motion Flow: A Deep Learning Solution for Removing Heterogeneous Motion Blur

CVPR 2017poster

Removing pixel-wise heterogeneous motion blur is challenging due to the ill-posed nature of the problem. The predominant solution is to estimate the blur kernel by adding a prior, but extensive literature on the subject indicates the difficulty in identifying a prior which is suitably informative, a…

Cited by 504PDFScholar
2017

Multi-Attention Network for One Shot Learning

CVPR 2017poster

One-shot learning is a challenging problem where the aim is to recognize a class identified by a single training image. Given the practical importance of one-shot learning, it seems surprising that the rich information present in the class tag itself has largely been ignored. Most existing approache…

Cited by 112PDFScholar
2017

Sequential Person Recognition in Photo Albums With a Recurrent Network

CVPR 2017poster

Recognizing the identities of people in everyday photos is still a very challenging problem for machine vision, due to issues such as non-frontal faces, changes in clothing, location, lighting. Recent studies have shown that rich relational information between people in the same photo can help in re…

Cited by 32PDFScholar
2017

Towards Context-Aware Interaction Recognition for Visual Relationship Detection

ICCV 2017poster

Recognizing how objects interact with each other is a crucial task in visual recognition. If we define the context of the interaction to be the objects involved, then most current methods can be categorized as either: (i) training a single classifier on the combination of the interaction and its con…

Cited by 199PDFcodeScholar
2016

Less Is More: Zero-Shot Learning From Online Textual Documents With Noise Suppression

CVPR 2016poster

Classifying a visual concept merely from its associated online textual source, such as a Wikipedia article, is an attractive research topic in zero-shot learning because it alleviates the burden of manually collecting semantic attributes. Several recent works have pursued this approach by exploring…

Cited by 238PDFScholar
2016

What Value Do Explicit High Level Concepts Have in Vision to Language Problems?

CVPR 2016poster

Much recent progress in Vision-to-Language (V2L) problems has been achieved through a combination of Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs). This approach does not explicitly represent high-level semantic concepts, but rather seeks to progress directly from image f…

Cited by 561PDFScholar
2016

What's Wrong With That Object? Identifying Images of Unusual Objects by Modelling the Detection Score Distribution

CVPR 2016spotlight

This paper studies the challenging problem of identifying unusual instances of known objects in images within an "open world" setting. That is, we aim to find objects that are members of a known class, but which are not typical of that class. Thus the "unusual object" should be distinguished from bo…

Cited by 15PDFScholar
2015

The Treasure Beneath Convolutional Layers: Cross-Convolutional-Layer Pooling for Image Classification

CVPR 2015poster

A number of recent studies have shown that a Deep Convolutional Neural Network (DCNN) pretrained on a large dataset can be adopted as a universal image descriptor, and that doing so leads to impressive performance at a range of image classification tasks. Most of these studies, if not all, adopt act…

Cited by 266SourcePDFScholar