← Search

Mingjie Sun

23 accepted papers

2026

Align³GR: Unified Multi-Level Alignment for LLM-based Generative Recommendation

AAAI 2026technical

Large Language Models (LLMs) demonstrate significant advantages in leveraging structured world knowledge and multi-step reasoning capabilities. However, fundamental challenges arise when transforming LLMs into real-world recommendation systems due to semantic and behavioral misalignment. To bridge

Cited by 7SourcePDFScholar
2026

Command-V: Training-Free Representation Finetuning Transfer

ICLR 2026poster

Retrofitting large language models (LLMs) with new behaviors typically requires full finetuning or distillation—costly steps that must be repeated for every architecture. In this work, we introduce ⌘V (Command-V), a backpropagation-free behavior transfer method that copies an existing residual repre…

Cited by 0SourcecodeScholar
2025

ConSense: Continually Sensing Human Activity with WiFi via Growing and Picking

AAAI 2025technical

WiFi-based human activity recognition (HAR) holds significant application potential across various fields. To handle dynamic environments where new activities are continuously introduced, WiFi-based HAR systems must adapt by learning new concepts without forgetting previously learned ones. Furthermo…

2025

DriftRemover: Hybrid Energy Optimizations for Anomaly Images Synthesis and Segmentation

IJCAI 2025

This paper tackles the challenge of anomaly image synthesis and segmentation to generate various anomaly images and their segmentation labels to mitigate the issue of data scarcity. Existing approaches employ the precise mask to guide the generation, relying on additional mask generators, leading to

2025

Feature Purification Matters: Suppressing Outlier Propagation for Training-Free Open-Vocabulary Semantic Segmentation

ICCV 2025poster

Training-free open-vocabulary semantic segmentation has advanced with vision-language models like CLIP, which exhibit strong zero-shot abilities. However, CLIP's attention mechanism often wrongly emphasises specific image tokens, namely outliers, which results in irrelevant over-activation. Existing…

2025

Free Lunch of Image-mask Alignment for Anomaly Image Generation and Segmentation

IJCAI 2025

This paper aims at generating anomalous images and their segmentation labels to address the lack of real-world anomaly samples and privacy issues. Departing from conventional approaches that use masks solely to guide the generation of anomaly images, we propose a dual-branch training strategy for th

2025

Massive Values in Self-Attention Modules are the Key to Contextual Knowledge Understanding

ICML 2025poster

Large language models (LLMs) have achieved remarkable success in contextual knowledge understanding. In this paper, we show for the first time that these concentrated massive values consistently emerge in specific regions of attention queries (Q) and keys (K) while not having such patterns in values…

2025

Noise-Consistent Siamese-Diffusion for Medical Image Synthesis and Segmentation

CVPR 2025poster

Deep learning has revolutionized medical image segmentation, yet its full potential remains constrained by the paucity of annotated datasets. While diffusion models have emerged as a promising approach for generating synthetic image-mask pairs to augment these datasets, they paradoxically suffer fro…

2025

SweetTok: Semantic-Aware Spatial-Temporal Tokenizer for Compact Video Discretization

ICCV 2025poster

This paper presents the Semantic-aWarE spatial-tEmporal Tokenizer (SweetTok), a novel video tokenizer to overcome the limitations in current video tokenization methods for compacted yet effective discretization. Unlike previous approaches that process flattened local visual patches via direct discre…

Cited by 0SourcePDFScholar
2024

A Simple and Effective Pruning Approach for Large Language Models

ICLR 2024poster

As their size increases, Large Languages Models (LLMs) are natural candidates for network pruning methods: approaches that drop a subset of network weights while striving to preserve performance. Existing methods, however, require either retraining, which is rarely affordable for billion-scale LLMs,…

2024

Test-Time Adaptation Induces Stronger Accuracy and Agreement-on-the-Line

NeurIPS 2024poster

Recently, Miller et al. (2021) and Baek et al. (2022) empirically demonstrated strong linear correlations between in-distribution (ID) versus out-of-distribution (OOD) accuracy and agreement. These trends, coined accuracy-on-the-line (ACL) and agreement-on-the-line (AGL), enable OOD model selection…

2023

(Certified!!) Adversarial Robustness for Free!

ICLR 2023poster

In this paper we show how to achieve state-of-the-art certified adversarial robustness to 2-norm bounded perturbations by relying exclusively on off-the-shelf pretrained models. To do so, we instantiate the denoised smoothing approach of Salman et al. by combining a pretrained denoising diffusion pr…

2022

Test Time Adaptation via Conjugate Pseudo-labels

NeurIPS 2022accept

Test-time adaptation (TTA) refers to adapting neural networks to distribution shifts, specifically with just access to unlabeled test samples from the new domain at test-time. Prior TTA methods optimize over unsupervised objectives such as the entropy of model predictions in TENT (Wang et al., 2021)…

2021

Can Shape Structure Features Improve Model Robustness Under Diverse Adversarial Settings?

ICCV 2021poster

Recent studies show that convolutional neural networks (CNNs) are vulnerable under various settings, including adversarial attacks, common corruptions, and backdoor attacks. Motivated by the findings that human visual system pays more attention to global structure (e.g., shapes) for recognition whil…

Cited by 26PDFcodeScholar
2021

Iterative Shrinking for Referring Expression Grounding Using Deep Reinforcement Learning

CVPR 2021poster

In this paper, we are tackling the proposal-free referring expression grounding task, aiming at localizing the target object according to a query sentence, without relying on off-the-shelf object proposals. Existing proposal-free methods employ a query-image matching branch to select the highest-sco…

Cited by 43PDFcodeScholar
2020

Denoised Smoothing: A Provable Defense for Pretrained Classifiers

NeurIPS 2020poster

We present a method for provably defending any pretrained image classifier against $\ell_p$ adversarial attacks. This method, for instance, allows public vision API providers and users to seamlessly convert pretrained non-robust classification services into provably robust ones. By prepending a cust…

2020

Fast Template Matching and Update for Video Object Tracking and Segmentation

CVPR 2020poster

In this paper, the main task we aim to tackle is the multi-instance semi-supervised video object segmentation across a sequence of frames where only the first-frame box-level ground-truth is provided. Detection-based algorithms are widely adopted to handle this task, and the challenges lie in the se…

Cited by 82PDFcodeScholar
2020

Feature Representation Matters: End-to-End Learning for Reference-based Image Super-resolution

ECCV 2020poster

In this paper, we are aiming for a general reference-based super-resolution setting: it does not require the low-resolution image and the high-resolution reference image to be well aligned or with a similar texture. Instead, we only intend to transfer the relevant textures from reference images to t…

Cited by 46SourcePDFScholar
2019

Rethinking the Value of Network Pruning

ICLR 2019poster

Network pruning is widely used for reducing the heavy inference cost of deep models in low-resource settings. A typical pruning algorithm is a three-stage pipeline, i.e., training (a large model), pruning and fine-tuning. During pruning, according to a certain criterion, redundant weights are pruned…