← Search

Jiaqi Lv

14 accepted papers

2026

A Unified Framework for Knowledge Transfer in Bidirectional Model Scaling

CVPR 2026

Transferring pre-trained knowledge from a source model to a target model of a different architectural size is a key challenge for flexible and efficient model scaling. However, current parameter-space methods treat Small-to-Large (S2L) and Large-to-Small (L2S) scaling as separate, incompatible probl

Cited by 0SourceScholar
2026

Unlocking Pre-trained Weights: Parameter Inheritance for Zero-Shot Initialization

CVPR 2026

Appropriate parameter initialization is crucial for reducing the training cost of deep neural networks. Graph HyperNetworks (GHN) have emerged as a promising approach for initializing diverse architectures, with recent methods such as Task-Aware Learngene (TAL) further attempting to leverage pre-tra

Cited by 0SourcecodeScholar
2025

Learngene Tells You How to Customize: Task-Aware Parameter Initialization at Flexible Scales

ICML 2025poster

Appropriate parameter initialization strategies are essential for reducing the high computational costs of training large pretrained models in various task scenarios. Graph HyperNetwork (GHN), a parameter initialization method, has recently demonstrated strong performance in initializing models. How…

Cited by 0SourcePDFScholar
2024

Learning with Partial-Label and Unlabeled Data: A Uniform Treatment for Supervision Redundancy and Insufficiency

ICML 2024spotlight

One major challenge in weakly supervised learning is learning from inexact supervision, ranging from partial labels (PLs) with *redundant* information to the extreme of unlabeled data with *insufficient* information. While recent work has made significant strides in specific inexact supervision cont…

Cited by 2SourcePDFScholar
2024

What Makes Partial-Label Learning Algorithms Effective?

NeurIPS 2024poster

A partial label (PL) specifies a set of candidate labels for an instance and partial-label learning (PLL) trains multi-class classifiers with PLs. Recently, many methods that incorporate techniques from other domains have shown strong potential. The expectation that stronger techniques would enhance…

Cited by 2SourcePDFScholar
2023

FREDIS: A Fusion Framework of Refinement and Disambiguation for Unreliable Partial Label Learning

ICML 2023poster

To reduce the difficulty of annotation, partial label learning (PLL) has been widely studied, where each example is ambiguously annotated with a set of candidate labels instead of the exact correct label. PLL assumes that the candidate label set contains the correct label, which induces disambiguati…

Cited by 7SourcePDFScholar
2023

Progressive Purification for Instance-Dependent Partial Label Learning

ICML 2023poster

Partial label learning (PLL) aims to train multiclass classifiers from the examples each annotated with a set of candidate labels where a fixed but unknown candidate label is correct. In the last few years, the instance-independent generation process of candidate labels has been extensively studied,…

Cited by 25SourcePDFScholar
2023

Towards Effective Visual Representations for Partial-Label Learning

CVPR 2023poster

Under partial-label learning (PLL) where, for each training instance, only a set of ambiguous candidate labels containing the unknown true label is accessible, contrastive learning has recently boosted the performance of PLL on vision tasks, attributed to representations learned by contrasting the s…

2022

Ambiguity-Induced Contrastive Learning for Instance-Dependent Partial Label Learning

IJCAI 2022poster

Partial label learning (PLL) learns from a typical weak supervision, where each training instance is labeled with a set of ambiguous candidate labels (CLs) instead of its exact ground-truth label. Most existing PLL works directly eliminate, rather than exploiting the label ambiguity, since they expl…

2022

One Positive Label is Sufficient: Single-Positive Multi-Label Learning with Label Enhancement

NeurIPS 2022accept

Multi-label learning (MLL) learns from the examples each associated with multiple labels simultaneously, where the high cost of annotating all relevant labels for each training example is challenging for real-world applications. To cope with the challenge, we investigate single-positive multi-label…

2020

Progressive Identification of True Labels for Partial-Label Learning

ICML 2020poster

Partial-label learning (PLL) is a typical weakly supervised learning problem, where each training instance is equipped with a set of candidate labels among which only one is the true label. Most existing methods elaborately designed learning objectives as constrained optimizations that must be solve…