← Search

Yuheng Jia

35 accepted papers

2026

Beyond Distribution Estimation: Simplex Anchored Structural Inference Towards Universal Semi-supervised Learning

ICML 2026poster

Semi-supervised learning (SSL) faces significant challenges in realistic scenarios where labeled data is extremely scarce and unlabeled data follows unknown, arbitrary distributions. We formalize this critical yet under-explored paradigm as Universal Semi-supervised Learning (UniSSL). Existing metho…

Cited by 0SourceScholar
2026

DiCaP: Distribution-Calibrated Pseudo-labeling for Semi-Supervised Multi-Label Learning

AAAI 2026technical

Semi-supervised multi-label learning (SSMLL) aims to address the challenge of limited labeled data in multi-label learning (MLL) by leveraging unlabeled data to improve the model’s performance. While pseudo-labeling has become a dominant strategy in SSMLL, most existing methods assign equal weights

Cited by 0SourcePDFScholar
2026

ESMC: MLLM-Based Embedding Selection for Explainable Multiple Clustering

AAAI 2026technical

Typical deep clustering methods, while achieving notable progress, can only provide one clustering result per dataset. This limitation arises from their assumption of a fixed underlying data distribution, which may fail to meet user needs and provide unsatisfactory clustering outcomes. Our work inve

Cited by 0SourcePDFScholar
2026

FedHarmony: Harmonizing Heterogeneous Label Correlations in Federated Multi-Label Learning

CVPR 2026

Federated Multi-Label Learning is a distributed paradigm where multiple clients possess heterogeneous multi-label data and perform collaborative learning under privacy constraints without sharing raw data. However, modeling label correlations under heterogeneous distributions remains challenging. Du

Cited by 0SourceScholar
2026

Finding the Correct Visual Evidence Without Forgetting: Mitigating Hallucination in LVLMs via Inter-Layer Visual Attention Discrepancy

ICML 2026poster

Large Vision-Language Models (LVLMs) have shown remarkable performance on a wide range of vision-language tasks. Despite this progress, they are still prone to hallucination, generating responses that are semantically coherent but inconsistent with visual content. In this work, we find that LVLMs te…

Cited by 0SourceScholar
2026

One Coin Has Two Sides: Single Poistive Multi Label Learning from Salient Annotations

ICML 2026poster

Single-Positive Multi-Label Learning (SPML) studies learning from incomplete supervision, where each instance is annotated with only one positive label despite potentially belonging to multiple categories. While existing methods assume the annotated labels are randomly distributed, real-world annota…

Cited by 0SourceScholar
2026

Positive–Unlabeled Reinforcement Learning Distillation for On-Premise Small Models

ICML 2026poster

Due to constraints on privacy, cost, and latency, on-premise deployment of small models is increasingly common. However, most practical pipelines stop at supervised fine-tuning (SFT) and fail to reach the reinforcement learning (RL) alignment stage. The main reason is that RL alignment typically req…

Cited by 0SourceScholar
2026

Samples Are Not Equal: A Sample Selection Approach for Deep Clustering

ICLR 2026poster

Deep clustering has recently achieved remarkable progress across various domains. However, existing clustering methods typically treat all samples equally, neglecting the inherent differences in their feature patterns and learning states. Such redundant learning often drives models to overemphasize…

Cited by 0SourcecodeScholar
2026

Towards Better IncomLDL: We Are Unaware of Hidden Labels in Advance

AAAI 2026technical

Label distribution learning (LDL) is a novel paradigm that describe the samples by label distribution of a sample. However, acquiring LDL dataset is costly and time-consuming, which leads to the birth of incomplete label distribution learning (IncomLDL). All the previous IncomLDL methods set the de

Cited by 0SourcePDFScholar
2026

Trustworthy Federated Label Distribution Learning under Annotation Quality Disparity

ICML 2026poster

Label Distribution Learning (LDL) models supervision as an instance-wise probability distribution, enabling fine-grained learning under inherent ambiguity, but its success relies on high-fidelity label distributions that are costly to obtain and thus often noisy. Motivated by privacy-sensitive appli…

Cited by 0SourceScholar
2025

Boosting Class Representation via Semantically Related Instances for Robust Long-Tailed Learning with Noisy Labels

ICCV 2025poster

The problem of learning from long-tailed noisy data, referred to as Long-Tailed Noisy Label Learning (LTNLL), presents significant challenges in deep learning. LTNLL datasets are typically affected by two primary issues: class imbalance and label noise. While previous methods have addressed these pr…

2025

Calibrated Disambiguation for Partial Multi-label Learning

AAAI 2025technical

Partial multi-label learning (PML) aims to train a classifier on dataset whose instances are over-annotated with not only relevant labels but also irrelevant labels, which is common when datasets are collected from crowd-sourcing platform. Existing works primarily approach it from a curriculum learn…

2025

Complementary Label Learning with Positive Label Guessing and Negative Label Enhancement

ICLR 2025poster

Complementary label learning (CLL) is a weakly supervised learning paradigm that constructs a multi-class classifier only with complementary labels, specifying classes that the instance does not belong to. We reformulate CLL as an inverse problem that infers the full label information from the outpu…

2025

Cracking the Code of Hallucination in LVLMs with Vision-aware Head Divergence

ACL 2025long

Large vision-language models (LVLMs) have made substantial progress in integrating large language models (LLMs) with visual inputs, enabling advanced multimodal reasoning. Despite their success, a persistent challenge is hallucination—where generated text fails to accurately reflect visual content—u…

2025

Generalization Performance of Ensemble Clustering: From Theory to Algorithm

ICML 2025poster

Ensemble clustering has demonstrated great success in practice; however, its theoretical foundations remain underexplored. This paper examines the generalization performance of ensemble clustering, focusing on generalization error, excess risk and consistency. We derive a convergence rate of general…

2025

Keep It on a Leash: Controllable Pseudo-label Generation Towards Realistic Long-Tailed Semi-Supervised Learning

NeurIPS 2025poster

Current long-tailed semi-supervised learning methods assume that labeled data exhibit a long-tailed distribution, and unlabeled data adhere to a typical predefined distribution (i.e., long-tailed, uniform, or inverse long-tailed). However, the distribution of the unlabeled data is generally unknown…

Cited by 0SourcecodeScholar
2025

Label Distribution Learning with Biased Annotations Assisted by Multi-Label Learning

IJCAI 2025

Multi-label learning (MLL) has gained attention for its ability to represent real-world data. Label Distribution Learning (LDL), an extension of MLL to learning from label distributions, faces challenges in collecting accurate label distributions. To address the issue of biased annotations, based on

Cited by 0SourcePDFScholar
2025

Noise Separation guided Candidate Label Reconstruction for Noisy Partial Label Learning

ICLR 2025poster

Partial label learning is a weakly supervised learning problem in which an instance is annotated with a set of candidate labels, among which only one is the correct label. However, in practice the correct label is not always in the candidate label set, leading to the noisy partial label learning (NP…

2025

RankMatch: A Novel Approach to Semi-Supervised Label Distribution Learning Leveraging Rank Correlation between Labels

NeurIPS 2025poster

Pseudo label based semi-supervised learning (SSL) for single-label and multi-label classification tasks has been extensively studied; however, semi-supervised label distribution learning (SSLDL) remains a largely unexplored area. Existing SSL methods fail in SSLDL because the pseudo-labels they ge…

Cited by 0SourceScholar
2025

Steering LVLMs via Sparse Autoencoder for Hallucination Mitigation

EMNLP 2025

Large vision-language models (LVLMs) have achieved remarkable performance on multimodal tasks. However, they still suffer from hallucinations, generating text inconsistent with visual input, posing significant risks in real-world applications. Existing approaches to address this issue focus on incor

2025

You Can Trust Your Clustering Model: A Parameter-free Self-Boosting Plug-in for Deep Clustering

NeurIPS 2025poster

Recent deep clustering models have produced impressive clustering performance. However, a common issue with existing methods is the disparity between global and local feature structures. While local structures typically show strong consistency and compactness within class samples, global features o…

Cited by 0SourcecodeScholar
2024

Exploiting Multi-Label Correlation in Label Distribution Learning

IJCAI 2024poster

Label Distribution Learning (LDL) is a novel machine learning paradigm that assigns label distribution to each instance. Numerous LDL methods proposed to leverage label correlation in the learning process to solve the exponential-sized output space; among these, many exploited the low-rank structur…

2024

Long-Tailed Partial Label Learning by Head Classifier and Tail Classifier Cooperation

AAAI 2024technical

In partial label learning (PLL), each instance is associated with a set of candidate labels, among which only one is correct. The traditional PLL almost all implicitly assume that the distribution of the classes is balanced. However, in real-world applications, the distribution of the classes is imb…

2023

Partial Label Learning with Dissimilarity Propagation guided Candidate Label Shrinkage

NeurIPS 2023poster

In partial label learning (PLL), each sample is associated with a group of candidate labels, among which only one label is correct. The key of PLL is to disambiguate the candidate label set to find the ground-truth label. To this end, we first construct a constrained regression model to capture the…

2021

Clustering Ensemble Meets Low-rank Tensor Approximation

AAAI 2021technical

This paper explores the problem of clustering ensemble, which aims to combine multiple base clusterings to produce better performance than that of the individual one. The existing clustering ensemble methods generally construct a co-association matrix, which indicates the pairwise similarity between…