← Search

Mingjie Li

28 accepted papers

2026

Arcadia: Toward a Full-Lifecycle Framework for Embodied Lifelong Learning

CVPR 2026

We contend that embodied learning is fundamentally a lifecycle problem rather than a single-stage optimization. Systems that optimize only one link (data collection, simulation, learning, or deployment) rarely sustain improvement or generalize beyond narrow settings. We introduce Arcadia, a closed-l

Cited by 0SourceScholar
2026

BiOTPrompt: Bidirectional Optimal Transport Guided Prompting for Disease Evolution-aware Radiology Report Generation

CVPR 2026

Radiology report generation (RRG) aims to automatically describe medical images via free-text reports. In clinical practice, comparing current and prior chest X-rays is essential for assessing disease progression, motivating the development of longitudinal RRG methods. However, most existing approac

Cited by 0SourcecodeScholar
2026

Sparse Models, Sparse Safety: Unsafe Routes in Mixture-of-Experts LLMs

ICML 2026poster

By introducing routers to selectively activate experts in Transformer layers, the mixture-of-experts (MoE) architecture significantly reduces computational costs in large language models (LLMs) while maintaining competitive performance, especially for models with massive parameters. However, prior w…

Cited by 0SourceScholar
2026

When Understanding Becomes a Risk: Authenticity and Safety Risks in the Emerging Image Generation Paradigm

CVPR 2026

Recently, multimodal large language models (MLLMs) have emerged as a unified paradigm for language and image generation. Compared with diffusion models, MLLMs possess a much stronger capability for semantic understanding, enabling them to process more complex textual inputs and comprehend richer con

Cited by 0SourceScholar
2025

Adjacent Words, Divergent Intents: Jailbreaking Large Language Models via Task Concurrency

NeurIPS 2025poster

Despite their superior performance on a wide range of domains, large language models (LLMs) remain vulnerable to misuse for generating harmful content, a risk that has been further amplified by various jailbreak attacks. Existing jailbreak attacks mainly follow sequential logic, where LLMs understan…

Cited by 0SourcecodeScholar
2025

CoralVQA: A Large-Scale Visual Question Answering Dataset for Coral Reef Image Understanding

NeurIPS 2025oral

Coral reefs are vital yet vulnerable ecosystems that require continuous monitoring to support conservation. While coral reef images provide essential information in coral monitoring, interpreting such images remains challenging due to the need for domain expertise. Visual Question Answering (VQA), p…

Cited by 0SourceScholar
2025

Enhancing Vision-Language Models with Morphological and Taxonomic Knowledge: Towards Coral Recognition for Ocean Health

AAAI 2025technical

Coral reefs play a crucial role in marine ecosystems, offering a nutrient-rich environment and safe shelter for numerous marine species. Automated coral image recognition aids in monitoring ocean health at a scale without experts' manual effort. Recently, large vision-language models like CLIP have…

Cited by 0SourcePDFScholar
2025

Finding and Reactivating Post-Trained LLMs' Hidden Safety Mechanisms

NeurIPS 2025poster

Despite the impressive performance of general-purpose large language models (LLMs), they often require fine-tuning or post-training to excel at specific tasks. For instance, large reasoning models (LRMs), such as the DeepSeek-R1 series, demonstrate strong reasoning capabilities after post-train…

Cited by 0SourceScholar
2025

HC-LLM: Historical-Constrained Large Language Models for Radiology Report Generation

AAAI 2025technical

Radiology report generation (RRG) models typically focus on individual exams, often overlooking the integration of historical visual or textual data, which is crucial for patient follow-ups. Traditional methods usually struggle with long sequence dependencies when incorporating historical informatio…

2025

SaLoRA: Safety-Alignment Preserved Low-Rank Adaptation

ICLR 2025poster

As advancements in large language models (LLMs) continue and the demand for personalized models increases, parameter-efficient fine-tuning (PEFT) methods (e.g., LoRA) become essential due to their efficiency in reducing computation costs. However, recent studies have raised alarming concerns that Lo…

Cited by 3SourcePDFScholar
2024

PID: Prompt-Independent Data Protection Against Latent Diffusion Models

ICML 2024poster

The few-shot fine-tuning of Latent Diffusion Models (LDMs) has enabled them to grasp new concepts from a limited number of images. However, given the vast amount of personal images accessible online, this capability raises critical concerns about civil privacy. While several previous defense methods…

2024

TERD: A Unified Framework for Safeguarding Diffusion Models Against Backdoors

ICML 2024poster

Diffusion models have achieved notable success in image generation, but they remain highly vulnerable to backdoor attacks, which compromise their integrity by producing specific undesirable outputs when presented with a pre-defined trigger. In this paper, we investigate how to protect diffusion mode…

2023

Defining and Quantifying the Emergence of Sparse Concepts in DNNs

CVPR 2023poster

This paper aims to illustrate the concept-emerging phenomenon in a trained DNN. Specifically, we find that the inference score of a DNN can be disentangled into the effects of a few interactive concepts. These concepts can be understood as inference patterns in a sparse, symbolic graphical model, wh…

2023

Dynamic Graph Enhanced Contrastive Learning for Chest X-Ray Report Generation

CVPR 2023poster

Automatic radiology reporting has great clinical potential to relieve radiologists from heavy workloads and improve diagnosis interpretation. Recently, researchers have enhanced data-driven neural networks with medical knowledge graphs to eliminate the severe visual and textual bias in this task. Th…

2023

Mask Propagation for Efficient Video Semantic Segmentation

NeurIPS 2023poster

Video Semantic Segmentation (VSS) involves assigning a semantic label to each pixel in a video sequence. Prior work in this field has demonstrated promising results by extending image semantic segmentation models to exploit temporal relationships across video frames; however, these approaches often…

2023

Unbiased Stochastic Proximal Solver for Graph Neural Networks with Equilibrium States

ICLR 2023poster

Graph Neural Networks (GNNs) are widely used deep learning models that can extract meaningful representations from graph datasets and achieve great success in many machine learning tasks. Among them, graph neural networks with iterative iterations like unfolded GNNs and implicit GNNs can effectively…

Cited by 7SourcePDFScholar
2022

Cross-Modal Clinical Graph Transformer for Ophthalmic Report Generation

CVPR 2022poster

Automatic generation of ophthalmic reports using data-driven neural networks has great potential in clinical practice. When writing a report, ophthalmologists make inferences with prior clinical knowledge. This knowledge has been neglected in prior medical report generation methods. To endow models…

Cited by 55PDFcodeScholar
2022

G$^2$CN: Graph Gaussian Convolution Networks with Concentrated Graph Filters

ICML 2022spotlight

Recently, linear GCNs have shown competitive performance against non-linear ones with less computation cost, and the key lies in their propagation layers. Spectral analysis has been widely adopted in designing and analyzing existing graph propagations. Nevertheless, we notice that existing spectral…

Cited by 24SourcePDFScholar
2022

Towards Theoretical Analysis of Transformation Complexity of ReLU DNNs

ICML 2022spotlight

This paper aims to theoretically analyze the complexity of feature transformations encoded in piecewise linear DNNs with ReLU layers. We propose metrics to measure three types of complexities of transformations based on the information theory. We further discover and prove the strong correlation bet…

2021

FFA-IR: Towards an Explainable and Reliable Medical Report Generation Benchmark

NeurIPS 2021poster

The automatic generation of long and coherent medical reports given medical images (e.g. Chest X-ray and Fundus Fluorescein Angiography (FFA)) has great potential to support clinical practice. Researchers have explored advanced methods from computer vision and natural language processing to incorpor…

Cited by 48SourcecodeScholar
2021

Interpreting and Boosting Dropout from a Game-Theoretic View

ICLR 2021poster

This paper aims to understand and improve the utility of the dropout operation from the perspective of game-theoretical interactions. We prove that dropout can suppress the strength of interactions between input variables of deep neural networks (DNNs). The theoretical proof is also verified by vari…

Cited by 55SourcePDFScholar
2021

Interpreting and Disentangling Feature Components of Various Complexity from DNNs

ICML 2021spotlight

This paper aims to define, visualize, and analyze the feature complexity that is learned by a DNN. We propose a generic definition for the feature complexity. Given the feature of a certain layer in the DNN, our method decomposes and visualizes feature components of different complexity orders from…

Cited by 22SourcePDFScholar
2020

Implicit Euler Skip Connections: Enhancing Adversarial Robustness via Numerical Stability

ICML 2020poster

Deep neural networks have achieved great success in various areas, but recent works have found that neural networks are vulnerable to adversarial attacks, which leads to a hot topic nowadays. Although many approaches have been proposed to enhance the robustness of neural networks, few of them explor…

Cited by 45SourcePDFScholar