← Search

Jing Gao

35 accepted papers

2026

PRIME: A Decoupled Multi-agent Actor-Critic for Multi-view Clustering

IJCAI 2026

Deep multi-view clustering draws plentiful attention in various domains, owing to remarkable performance in learning patterns from complementary information of multi-view data. However, previous methods encounter two challenges. They utilize a single pre-defined clustering strategy to perceive diver

Cited by 0Scholar
2026

Your VAR Model is Secretly an Efficient and Explainable Generative Classifier

ICLR 2026poster

Generative classifiers, which leverage conditional generative models for classification, have recently demonstrated desirable properties such as robustness to distribution shifts. However, recent progress in this area has been largely driven by diffusion-based models, whose substantial computational…

Cited by 0SourcecodeScholar
2025

DiSRT-In-Bed: Diffusion-Based Sim-to-Real Transfer Framework for In-Bed Human Mesh Recovery

CVPR 2025poster

In-bed human mesh recovery can be crucial and enabling for several healthcare applications, including sleep pattern monitoring, rehabilitation support, and pressure ulcer prevention. However, it is difficult to collect large real-world visual datasets in this domain, in part due to privacy and expen…

2025

Dynamic-static Feature Fusion with Multi-scale Attention for Continuous Blood Glucose Prediction

ICASSP 2025accepted

Accurate continuous blood glucose prediction is an effective and direct method for treating type 2 diabetes mellitus. However, current methods are commonly single-domain single-scale blood glucose prediction models. That is, they only learn time correlations within constant time steps of continuous…

Cited by 0SourceScholar
2025

Hard Sample Aware Robust Contrastive Learning for Multi-View Clustering

ICASSP 2025accepted

Multi-view clustering aims to divide samples into several clusters, by mining and utilizing the consistency and complementarity of multi-view data. Recent years, numerous deep contrastive multi-view clustering methods have been proposed to address the false negative issue by using self-supervised in…

Cited by 0SourceScholar
2025

Mitigating Heterogeneous Token Overfitting in LLM Knowledge Editing

ICML 2025poster

Large language models (LLMs) have achieved remarkable performance on various natural language tasks. However, they are trained on static corpora and their knowledge can become outdated quickly in the fast-changing world. This motivates the development of knowledge editing (KE) to update specific kn…

Cited by 3SourcePDFScholar
2025

On the Alignment between Fairness and Accuracy: from the Perspective of Adversarial Robustness

ICML 2025poster

While numerous work has been proposed to address fairness in machine learning, existing methods do not guarantee fair predictions under imperceptible feature perturbation, and a seemingly fair model can suffer from large group-wise disparities under such perturbation. Moreover, while adversarial tra…

Cited by 0SourcePDFScholar
2025

Towards Federated RLHF with Aggregated Client Preference for LLMs

ICLR 2025poster

Reinforcement learning with human feedback (RLHF) fine-tunes a pretrained large language model (LLM) using user preference data, enabling it to generate content aligned with human preferences. However, due to privacy concerns, users may be reluctant to share sensitive preference data. To address thi…

Cited by 0SourcePDFScholar
2025

Towards Universal Debiasing for Language Models-based Tabular Data Generation

EMNLP 2025

Large language models (LLMs) have achieved promising results in tabular data generation. However, inherent historical biases in tabular datasets often cause LLMs to exacerbate fairness issues, particularly when multiple advantaged and protected features are involved. In this work, we introduce a uni

Cited by 0SourcePDFScholar
2025

Unlocking Efficient, Scalable, and Continual Knowledge Editing with Basis-Level Representation Fine-Tuning

ICLR 2025poster

Large language models (LLMs) have achieved remarkable performance on vari- ous natural language tasks. However, they are trained on static corpora and their knowledge can become outdated quickly in the fast-changing world. This moti- vates the development of knowledge editing methods designed to upd…

Cited by 1SourcePDFScholar
2024

BlendFilter: Advancing Retrieval-Augmented Large Language Models via Query Generation Blending and Knowledge Filtering

EMNLP 2024main

Retrieval-augmented Large Language Models (LLMs) offer substantial benefits in enhancing performance across knowledge-intensive scenarios. However, these methods often struggle with complex inputs and encounter difficulties due to noisy knowledge retrieval, notably hindering model effectiveness. To…

Cited by 16SourcePDFScholar
2024

Counterfactual Fairness by Combining Factual and Counterfactual Predictions

NeurIPS 2024poster

In high-stakes domains such as healthcare and hiring, the role of machine learning (ML) in decision-making raises significant fairness concerns. This work focuses on Counterfactual Fairness (CF), which posits that an ML model's outcome on any individual should remain unchanged if they had belonged…

2024

FIARSE: Model-Heterogeneous Federated Learning via Importance-Aware Submodel Extraction

NeurIPS 2024poster

In federated learning (FL), accommodating clients' varied computational capacities poses a challenge, often limiting the participation of those with constrained resources in global model training. To address this issue, the concept of model heterogeneity through submodel extraction has emerged, off…

2024

LIDAO: Towards Limited Interventions for Debiasing (Large) Language Models

ICML 2024spotlight

Large language models (LLMs) have achieved impressive performance on various natural language generation tasks. Nonetheless, they suffer from generating negative and harmful contents that are biased against certain demographic groups (e.g., female), raising severe fairness concerns. As remedies, pri…

Cited by 0SourcePDFScholar
2024

Model LEGO: Creating Models Like Disassembling and Assembling Building Blocks

NeurIPS 2024poster

With the rapid development of deep learning, the increasing complexity and scale of parameters make training a new model increasingly resource-intensive. In this paper, we start from the classic convolutional neural network (CNN) and explore a paradigm that does not require training to obtain new mo…

2024

RoseLoRA: Row and Column-wise Sparse Low-rank Adaptation of Pre-trained Language Model for Knowledge Editing and Fine-tuning

EMNLP 2024main

Pre-trained language models, trained on large-scale corpora, demonstrate strong generalizability across various NLP tasks. Fine-tuning these models for specific tasks typically involves updating all parameters, which is resource-intensive. Parameter-efficient fine-tuning (PEFT) methods, such as the…

2024

SHIELD: Evaluation and Defense Strategies for Copyright Compliance in LLM Text Generation

EMNLP 2024main

Large Language Models (LLMs) have transformed machine learning but raised significant legal concerns due to their potential to produce text that infringes on copyrights, resulting in several high-profile lawsuits. The legal landscape is struggling to keep pace with these rapid advancements, with ong…

2024

SaySelf: Teaching LLMs to Express Confidence with Self-Reflective Rationales

EMNLP 2024main

Large language models (LLMs) often generate inaccurate or fabricated information and generally fail to indicate their confidence, which limits their broader applications. Previous work has elicited confidence from LLMs by direct or self-consistency prompting, or constructing specific datasets for su…

2023

Anchor Sampling for Federated Learning with Partial Client Participation

ICML 2023poster

Compared with full client participation, partial client participation is a more practical scenario in federated learning, but it may amplify some challenges in federated learning, such as data heterogeneity. The lack of inactive clients' updates in partial client participation makes it more likely f…

2023

HadSkip: Homotopic and Adaptive Layer Skipping of Pre-trained Language Models for Efficient Inference

EMNLP 2023long findings

Pre-trained language models~(LMs) have brought remarkable performance on numerous NLP tasks. However, they require significant resources and entail high computational costs for inference, making them challenging to deploy in real-world and real-time systems. Existing early exiting methods aim to red…

Cited by 0SourceScholar
2023

Macedon: Minimizing Representation Coding Rate Reduction for Cross-Lingual Natural Language Understanding

EMNLP 2023long findings

Cross-lingual natural language understanding(NLU) is one of the fundamental tasks of NLP. The goal is to learn a model which can generalize well on both high-resource and low-resource language data. Recent pre-trained multilingual language models, e.g., multilingual BERT, XLM, have shown impressive…

Cited by 0SourceScholar
2023

SimFair: A Unified Framework for Fairness-Aware Multi-Label Classification

AAAI 2023technical

Recent years have witnessed increasing concerns towards unfair decisions made by machine learning algorithms. To improve fairness in model decisions, various fairness notions have been proposed and many fairness-aware methods are developed. However, most of existing definitions and methods focus onl…

Cited by 6SourcePDFScholar
2023

Towards Reliable Item Sampling for Recommendation Evaluation

AAAI 2023technical

Since Rendle and Krichene argued that commonly used sampling-based evaluation metrics are ``inconsistent'' with respect to the global metrics (even in expectation), there have been a few studies on the sampling-based recommender system evaluation. Existing methods try either mapping the sampling-bas…

Cited by 12SourcePDFScholar
2023

Weighted Contrastive Learning With False Negative Control to Help Long-tailed Product Classification

ACL 2023industry

Item categorization (IC) aims to classify product descriptions into leaf nodes in a categorical taxonomy, which is a key technology used in a wide range of applications. Along with the fact that most datasets often has a long-tailed distribution, classification performances on tail labels tend to be…

Cited by 3SourcePDFScholar
2022

AdaMix: Mixture-of-Adaptations for Parameter-efficient Model Tuning

EMNLP 2022main

Standard fine-tuning of large pre-trained language models (PLMs) for downstream tasks requires updating hundreds of millions to billions of parameters, and storing a large copy of the PLM weights for every task resulting in increased cost for storing, sharing and serving the models. To address this,…

2022

An Efficient Person Clustering Algorithm for Open Checkout-Free Groceries

ECCV 2022poster

"Open checkout-free grocery is the grocery store where the customers never have to wait in line to check out. Developing a system like this is not trivial since it faces challenges of recognizing the dynamic and massive flow of people. In particular, a clustering method that can efficiently assign e…

2022

LiST: Lite Prompted Self-training Makes Parameter-efficient Few-shot Learners

NAACL 2022findings

We present a new method LiST for efficient fine-tuning of large pre-trained language models (PLMs) in few-shot learning settings. LiST improves over recent methods that adopt prompt-based fine-tuning (FN) using two key techniques. The first is the use of self-training to leverage large amounts of un…

2021

Learning from Language Description: Low-shot Named Entity Recognition via Decomposed Framework

EMNLP 2021finding

In this work, we study the problem of named entity recognition (NER) in a low resource scenario, focusing on few-shot and zero-shot settings. Built upon large-scale pre-trained language models, we propose a novel NER framework, namely SpanNER, which learns from natural language supervision and enabl…

2021

On Estimating Recommendation Evaluation Metrics under Sampling

AAAI 2021technical

Since the recent studies (KDD'20) done by Krichene and Rendle on the sampling based top-k evaluation metric for recommendation, there have been a lot of debate on the validity of using sampling for evaluating recommendation algorithms. Though their work and the recent work done by Li et. al. (KDD'…

Cited by 16SourcePDFScholar
2021

Profanity-Avoiding Training Framework for Seq2seq Models with Certified Robustness

EMNLP 2021main

Seq2seq models have demonstrated their incredible effectiveness in a large variety of applications. However, recent research has shown that inappropriate language in training samples and well-designed testing cases can induce seq2seq models to output profanity. These outputs may potentially hurt the…

2020

HDMFH: Hypergraph Based Discrete Matrix Factorization Hashing for Multimodal Retrieval

ICASSP 2020accepted

In recent years, hashing based cross-modal retrieval methods have attracted considerable attention for the high retrieval efficiency and low storage cost. However, most of the existing methods neglect the high-order relationship among data samples. In addition, most of them can only deal with two mo…

Cited by 0SourceScholar
2018

Representation Learning for Treatment Effect Estimation from Observational Data

NeurIPS 2018poster

Estimating individual treatment effect (ITE) is a challenging problem in causal inference, due to the missing counterfactuals and the selection bias. Existing ITE estimation methods mainly focus on balancing the distributions of control and treated groups, but ignore the local similarity information…