← Search

ZHIQIANG TAO

31 accepted papers

2026

IF-Prune: Information-Flow Guided Token Pruning for Efficient Vision-Language Models

CVPR 2026

Vision-language models (VLMs) with dynamic resolution vision encoders achieve strong performance, but face significant efficiency challenges due to long input sequences. A common approach is to assess the importance of tokens and prune those that are less informative. Recent methods utilizing a smal

Cited by 0SourcecodeScholar
2025

Contrastive Multi-view Subspace Clustering via Tensor Transformers Autoencoder

AAAI 2025technical

Multi-view clustering aims to identify consistent and complementary information across multiple views to partition data into clusters, emerging as a popular unsupervised method for multi-view data analysis. However, existing methods often design view-specific encoders to extract distinct features fr…

Cited by 0SourcePDFScholar
2025

Does RAG Introduce Unfairness in LLMs? Evaluating Fairness in Retrieval-Augmented Generation Systems

COLING 2025main

Retrieval-Augmented Generation (RAG) has recently gained significant attention for its enhanced ability to integrate external knowledge sources into open-domain question answering (QA) tasks. However, it remains unclear how these models address fairness concerns, particularly with respect to sensiti…

2025

Does Reasoning Introduce Bias? A Study of Social Bias Evaluation and Mitigation in LLM Reasoning

EMNLP 2025

Recent advances in large language models (LLMs) have enabled automatic generation of chain-of-thought (CoT) reasoning, leading to strong performance on tasks such as math and code. However, when reasoning steps reflect social stereotypes (e.g., those related to gender, race or age), they can reinfor

Cited by 0SourcePDFScholar
2025

Efficient Multi-view Clustering via Reinforcement Contrastive Learning

IJCAI 2025

Contrastive multi-view clustering has demonstrated remarkable potential in complex data analysis, yet existing approaches face two critical challenges: difficulty in constructing high-quality positive and negative pairs and high computational overhead due to static optimization strategies. To addres

Cited by 0SourcePDFScholar
2025

Evaluating Fairness in Large Vision-Language Models Across Diverse Demographic Attributes and Prompts

EMNLP 2025

Large vision-language models (LVLMs) have recently achieved significant progress, demonstrating strong capabilities in open-world visual understanding. However, it is not yet clear how LVLMs address demographic biases in real life, especially the disparities across attributes such as gender, skin to

2025

Latent Chain-of-Thought for Visual Reasoning

NeurIPS 2025poster

Chain-of-thought (CoT) reasoning is critical for improving the interpretability and reliability of Large Vision-Language Models (LVLMs). However, existing training algorithms such as SFT, PPO, and GRPO may not generalize well across unseen reasoning tasks and heavily rely on a biased reward model. T…

Cited by 0SourceScholar
2025

Structured Policy Optimization: Enhance Large Vision-Language Model via Self-referenced Dialogue

ICCV 2025poster

Preference optimization algorithms typically enhance LLM response quality by leveraging human feedback on multiple answers given a fixed instruction. However, these methods often lack capturing the dynamic nature of conversational exchanges. For large vision-language models (LVLMs), direct preferenc…

Cited by 0SourcePDFScholar
2025

Visual Self-Refinement for Autoregressive Models

EMNLP 2025

Autoregressive models excel in sequential modeling and have proven to be effective for vision-language data. However, the spatial nature of visual signals conflicts with the sequential dependencies of next-token prediction, leading to suboptimal results. This work proposes a plug-and-play refinement

Cited by 0SourcePDFScholar
2025

X-CoT: Explainable Text-to-Video Retrieval via LLM-based Chain-of-Thought Reasoning

EMNLP 2025

Prevalent text-to-video retrieval systems mainly adopt embedding models for feature extraction and compute cosine similarities for ranking. However, this design presents two limitations. Low-quality text-video data pairs could compromise the retrieval, yet are hard to identify and examine. Cosine si

2024

Cooperative Hardware-Prompt Learning for Snapshot Compressive Imaging

NeurIPS 2024poster

Existing reconstruction models in snapshot compressive imaging systems (SCI) are trained with a single well-calibrated hardware instance, making their perfor- mance vulnerable to hardware shifts and limited in adapting to multiple hardware configurations. To facilitate cross-hardware learning, previ…

2024

Diffusion-Inspired Truncated Sampler for Text-Video Retrieval

NeurIPS 2024poster

Prevalent text-to-video retrieval methods represent multimodal text-video data in a joint embedding space, aiming at bridging the relevant text-video pairs and pulling away irrelevant ones. One main challenge in state-of-the-art retrieval methods lies in the modality gap, which stems from the substa…

Cited by 2SourcePDFScholar
2024

Do Large Language Models Rank Fairly? An Empirical Study on the Fairness of LLMs as Rankers

NAACL 2024long

The integration of Large Language Models (LLMs) in information retrieval has raised a critical reevaluation of fairness in the text-ranking models. LLMs, such as GPT models and Llama2, have shown effectiveness in natural language understanding tasks, and prior works such as RankGPT have demonstrated…

Cited by 8SourcePDFScholar
2024

Efficient Federated Multi-View Clustering with Integrated Matrix Factorization and K-Means

IJCAI 2024poster

Multi-view clustering is a popular unsupervised multi-view learning method. Real-world multi-view data are often distributed across multiple entities, presenting a challenge for performing multi-view clustering. Federated learning provides a solution by enabling multiple entities to collaboratively…

Cited by 1SourcePDFScholar
2024

Federated Multi-View Clustering via Tensor Factorization

IJCAI 2024poster

Multi-view clustering is an effective method to process massive unlabeled multi-view data. Since data of different views may be collected and held by different parties, it becomes impractical to train a multi-view clustering model in a centralized way, for the sake of privacy. However, federated mul…

Cited by 1SourcePDFScholar
2024

Partial Multi-View Clustering via Self-Supervised Network

AAAI 2024technical

Partial multi-view clustering is a challenging and practical research problem for data analysis in real-world applications, due to the potential data missing issue in different views. However, most existing methods have not fully explored the correlation information among various incomplete views. I…

Cited by 7SourcePDFScholar
2024

Prototypical Transformer As Unified Motion Learners

ICML 2024poster

In this work, we introduce the Prototypical Transformer (ProtoFormer), a general and unified framework that approaches various motion tasks from a prototype perspective. ProtoFormer seamlessly integrates prototype learning with Transformer by thoughtfully considering motion dynamics, introducing two…

Cited by 17SourcePDFScholar
2024

SQ-LLaVA: Self-Questioning for Large Vision-Language Assistant

ECCV 2024poster

"Recent advances in vision-language models have shown notable generalization in broad tasks through visual instruction tuning. However, bridging the gap between the pre-trained vision encoder and the large language models (LLMs) becomes the whole network’s bottleneck. To improve cross-modality align…

2024

Self-Training Large Language and Vision Assistant for Medical Question Answering

EMNLP 2024main

Large Vision-Language Models (LVLMs) have shown significant potential in assisting medical diagnosis by leveraging extensive biomedical datasets. However, the advancement of medical image understanding and reasoning critically depends on building high-quality visual instruction data, which is costly…

2024

Text Is MASS: Modeling as Stochastic Embedding for Text-Video Retrieval

CVPR 2024highlight

The increasing prevalence of video clips has sparked growing interest in text-video retrieval. Recent advances focus on establishing a joint embedding space for text and video relying on consistent embedding representations to compute similarity. However the text content in existing datasets is gene…

Cited by 40SourcePDFScholar
2023

Distributionally Robust Ensemble of Lottery Tickets Towards Calibrated Sparse Network Training

NeurIPS 2023poster

The recently developed sparse network training methods, such as Lottery Ticket Hypothesis (LTH) and its variants, have shown impressive learning capacity by finding sparse sub-networks from a dense one. While these methods could largely sparsify deep networks, they generally focus more on realizing…

2023

Iterative Soft Shrinkage Learning for Efficient Image Super-Resolution

ICCV 2023poster

Image super-resolution (SR) has witnessed extensive neural network designs from CNN to transformer architectures. However, prevailing SR models suffer from prohibitive memory footprint and intensive computations, which limits further deployment on edge devices. This work investigates the potential o…

Cited by 5PDFcodeScholar
2022

Modeling Mask Uncertainty in Hyperspectral Image Reconstruction

ECCV 2022poster

"Recently, hyperspectral imaging (HSI) has attracted increasing research attention, especially for the ones based on a coded aperture snapshot spectral imaging (CASSI) system. Existing deep HSI reconstruction models are generally trained on paired data to retrieve original signals upon 2D compressed…

2021

Correlative Channel-Aware Fusion for Multi-View Time Series Classification

AAAI 2021technical

Multi-view time series classification (MVTSC) aims to improve the performance by fusing the distinctive temporal information from multiple views. Existing methods for MVTSC mainly aim to fuse multi-view information at an early stage, e.g., by extracting a common feature subspace among multiple views…

2020

Learning to Mutate with Hypergradient Guided Population

NeurIPS 2020poster

Computing the gradient of model hyperparameters, i.e., hypergradient, enables a promising and natural way to solve the hyperparameter optimization task. However, gradient-based methods could lead to suboptimal solutions due to the non-convex nature of optimization in a complex hyperparameter space.…

2020

Multi-View Attribute Graph Convolution Networks for Clustering

IJCAI 2020poster

Graph neural networks (GNNs) have made considerable achievements in processing graph-structured data. However, existing methods can not allocate learnable weights to different nodes in the neighborhood and lack of robustness on account of neglecting both node attributes and graph reconstruction. Mor…

Cited by 0SourcePDFScholar