← Search

Jianyang Gu

15 accepted papers

2026

AVION: Aerial Vision-Language Instruction from Offline Teacher to Prompt-Tuned Network

CVPR 2026

Adapting vision-language models to remote sensing imagery remains challenging due to two key factors: limited semantic coverage in textual representations and insufficient adaptability of visual features. These issues are particularly significant in aerial scenes, which involve various visual appear

Cited by 0SourcecodeScholar
2026

BioCAP: Exploiting Synthetic Captions Beyond Labels in Biological Foundation Models

ICLR 2026poster

This work investigates descriptive captions as an additional source of supervision for biological multimodal foundation models. Images and captions can be viewed as complementary samples from the latent morphospace of a species, each capturing certain biological traits. Incorporating captions during…

Cited by 0SourcecodeScholar
2026

HierAmp: Coarse-to-Fine Autoregressive Amplification for Generative Dataset Distillation

CVPR 2026

Dataset distillation often prioritizes global semantic proximity when creating small surrogate datasets for original large-scale ones. However, object semantics are inherently hierarchical. For example, the position and appearance of a bird's eyes are constrained by the outline of its head. Global p

Cited by 0SourcecodeScholar
2026

SparseInfer: Accelerating Large Language Model Inference with Semantics-Inspired Adaptive Sparse Activation

ICML 2026poster

Large Language Models (LLMs) with billions of parameters have transformed AI applications but require immense computational and memory resources during inference. Adaptive sparse activation inference, which activates only a small number of neurons for each token, offers a novel way to accelerate mod…

Cited by 0SourceScholar
2025

BioCLIP 2: Emergent Properties from Scaling Hierarchical Contrastive Learning

NeurIPS 2025spotlight

Foundation models trained at scale exhibit remarkable emergent behaviors, learning new capabilities beyond their initial training objectives. We find such emergent behaviors in biological vision models via large-scale contrastive vision-language training. To achieve this, we first curate TreeOfLife-…

Cited by 0SourcecodeScholar
2025

Finer-CAM: Spotting the Difference Reveals Finer Details for Visual Explanation

CVPR 2025poster

Class activation map (CAM) has been widely used to highlight image regions that contribute to class predictions. Despite its simplicity and computational efficiency, CAM often struggles to identify discriminative regions that distinguish visually similar fine-grained classes. Prior efforts address t…

2025

Group Distributionally Robust Dataset Distillation with Risk Minimization

ICLR 2025poster

Dataset distillation (DD) has emerged as a widely adopted technique for crafting a synthetic dataset that captures the essential information of a training dataset, facilitating the training of accurate neural models. Its applications span various domains, including transfer learning, federated learn…

2025

Prompt-CAM: Making Vision Transformers Interpretable for Fine-Grained Analysis

CVPR 2025poster

We present a simple approach to make pre-trained Vision Transformers (ViTs) interpretable for fine-grained analysis, aiming to identify and localize the traits that distinguish visually similar categories, such as bird species. Pre-trained ViTs, such as DINO, have demonstrated remarkable capabilitie…

2025

Taming Diffusion for Dataset Distillation with High Representativeness

ICML 2025poster

Recent deep learning models demand larger datasets, driving the need for dataset distillation to create compact, cost-efficient datasets while maintaining performance. Due to the powerful image generation capability of diffusion, it has been introduced to this field for generating distilled images.…

2024

Efficient Dataset Distillation via Minimax Diffusion

CVPR 2024poster

Dataset distillation reduces the storage and computational consumption of training a network by generating a small surrogate dataset that encapsulates rich information of the original large-scale one. However previous distillation methods heavily rely on the sample-wise iterative optimization scheme…

2024

InfoBatch: Lossless Training Speed Up by Unbiased Dynamic Data Pruning

ICLR 2024oral

Data pruning aims to obtain lossless performances with less overall cost. A common approach is to filter out samples that make less contribution to the training. This could lead to gradient expectation bias compared to the original data. To solve this problem, we propose InfoBatch, a novel framework…

2024

Summarizing Stream Data for Memory-Constrained Online Continual Learning

AAAI 2024technical

Replay-based methods have proved their effectiveness on online continual learning by rehearsing past samples from an auxiliary memory. With many efforts made on improving training schemes based on the memory, however, the information carried by each sample in the memory remains under-investigated. U…

2023

DREAM: Efficient Dataset Distillation by Representative Matching

ICCV 2023poster

Dataset distillation aims to synthesize small datasets with little information loss from original large-scale ones for reducing storage and training costs. Recent state-of-the-art methods mainly constrain the sample synthesis process by matching synthetic images and the original ones regarding gradi…

Cited by 125PDFcodeScholar
2023

MSINet: Twins Contrastive Search of Multi-Scale Interaction for Object ReID

CVPR 2023poster

Neural Architecture Search (NAS) has been increasingly appealing to the society of object Re-Identification (ReID), for that task-specific architectures significantly improve the retrieval performance. Previous works explore new optimizing targets and search spaces for NAS ReID, yet they neglect the…