← Search

Jiawen Li

13 accepted papers

2026

CLIP2Pose: Frozen CLIP as Semantic Guide for Domain Adaptive Pose Estimation

AAAI 2026technical

Unsupervised domain adaptive pose estimation is a fundamental yet challenging task due to the need to transfer from labeled synthetic data to unlabeled real data. Nevertheless, the underlying pose semantics, which are governed by spatial structure, remain largely consistent across domains. This obse

Cited by 0SourcePDFScholar
2026

Thinking With Videos: Multimodal Tool-Augmented Reinforcement Learning for Long Video Reasoning

CVPR 2026

The video reasoning ability of multimodal large language models (MLLMs) is crucial for downstream tasks like video question answering and temporal grounding. While recent approaches have explored text-based chain-of-thought (CoT) reasoning for MLLMs, these methods often suffer from limited cross-mod

Cited by 0SourcecodeScholar
2026

Turning Pre-Trained Vision Transformers into End-to-End Histopathology Whole Slide Image Models for Survival Prediction

CVPR 2026

Conventional whole slide image (WSI) analysis pipelines follow a two-stage process. First, an image encoder, such as a vision transformer (ViT), is used to perform batched offline feature extraction on a series of tiles cropped from the WSI. Second, a multiple instance learning (MIL) model is traine

Cited by 0SourcecodeScholar
2025

ACT as Human: Multimodal Large Language Model Data Annotation with Critical Thinking

NeurIPS 2025poster

Supervised learning relies on high-quality labeled data, but obtaining such data through human annotation is both expensive and time-consuming. Recent work explores using large language models (LLMs) for annotation, but LLM-generated labels still fall short of human-level quality. To address this pr…

Cited by 0SourceScholar
2025

Lark: Low-Rank Updates After Knowledge Localization for Few-shot Class-Incremental Learning

ICCV 2025poster

For Few-Shot Class-Incremental Learning (FSCIL), direct fine-tuning causes significant parameter shifts, resulting in catastrophic forgetting and increased resource consumption. While, freezing the pre-trained backbone exacerbates the inconsistency between the backbone and the evolving classifier. T…

Cited by 0SourcePDFScholar
2024

Dynamic Graph Representation with Knowledge-aware Attention for Histopathology Whole Slide Image Analysis

CVPR 2024poster

Histopathological whole slide images (WSIs) classification has become a foundation task in medical microscopic imaging processing. Prevailing approaches involve learning WSIs as instance-bag representations emphasizing significant instances but struggling to capture the interactions between instance…

2024

HIQ: One-Shot Network Quantization for Histopathological Image Classification

ICASSP 2024accepted

To deploy neural networks on clinical edge devices, quantization is the most commonly used method to compress the models, which requires a calibration set of hundreds of real images. However, due to privacy concerns, the scarcity of private histopathological images hinders the application of quantiz…

Cited by 0SourceScholar
2024

Unveiling the Tapestry of Consistency in Large Vision-Language Models

NeurIPS 2024poster

Large vision-language models (LVLMs) have recently achieved rapid progress, exhibiting great perception and reasoning abilities concerning visual information. However, when faced with prompts in different sizes of solution spaces, LVLMs fail to always give consistent answers regarding the same knowl…

2022

HCSC: Hierarchical Contrastive Selective Coding

CVPR 2022poster

Hierarchical semantic structures naturally exist in an image dataset, in which several semantically relevant image clusters can be further integrated into a larger cluster with coarser-grained semantics. Capturing such structures with image representations can greatly benefit the semantic understand…

Cited by 101PDFcodeScholar
2022

R-AT: Regularized Adversarial Training for Natural Language Understanding

EMNLP 2022finding

Currently, adversarial training has become a popular and powerful regularization method in the natural language domain. In this paper, we Regularized Adversarial Training (R-AT) via dropout, which forces the output probability distributions of different sub-models generated by dropout to be consiste…