← Search

Kun He

70 accepted papers

2026

Anchoring the Mind of Multimodal Reasoners: Cognitive Bias as a Vector for Jailbreak Attacks

CVPR 2026

Multimodal Large Reasoning Models (MLRMs) exhibit remarkable performance on complex tasks by incorporating explicit multi-step reasoning. However, this capability also introduces new security vulnerabilities. Existing jailbreak studies largely overlook Cognitive-level weaknesses embedded in the reas

Cited by 0SourcecodeScholar
2026

Glove2Hand: Synthesizing Natural Hand-Object Interaction from Multi-Modal Sensing Gloves

CVPR 2026

Understanding hand-object interaction (HOI) is fundamental to computer vision, robotics, and AR/VR. However, conventional hand videos often lack essential physical information, such as contact forces and motion dynamics, and are prone to frequent occlusions. To address these challenges, we present G

Cited by 0SourceScholar
2026

KVSmooth: Mitigating Hallucination in Multi-modal Large Language Models through Key-Value Smoothing

CVPR 2026

Despite the significant progress of Multi-modal Large Language Models (MLLMs) across diverse tasks, hallucination, which corresponds to the generation of visually inconsistent objects, attributes, or relations, remains a major obstacle to their reliable deployment. Unlike pure language models, MLLMs

Cited by 0SourceScholar
2026

Position: The Turing-Completeness of Real-World Autoregressive Transformers Relies Heavily on Context Management

ICML 2026poster

Many works make the eye-catching claim that Transformers are Turing-complete. However, the literature often conflates two distinct settings: (i) a *fixed Transformer system* setting, in which a fixed autoregressive Transformer is coupled with a fixed context-management method to process inputs of di…

Cited by 0SourceScholar
2026

SHOW3D: Capturing Scenes of 3D Hands and Objects in the Wild

CVPR 2026

Accurate 3D understanding of human hands and objects during manipulation remains a significant challenge for egocentric computer vision. Existing hand-object interaction datasets are predominantly captured in controlled studio settings, which limits both environmental diversity and the ability of mo

Cited by 0SourcecodeScholar
2025

Advancing SAR Image Robustness: Integrating Diffusion Models for Adversarial Purification and Speckle Noise Suppression

ICASSP 2025accepted

Synthetic Aperture Radar (SAR) is a powerful tool for ground target detection, but SAR images often suffer from coherent speckle noise, which complicates automatic target recognition (ATR). Recent advances in deep learning have shown promise in SAR-ATR, yet there is a notable gap in addressing adver…

Cited by 0SourceScholar
2025

CAN: Leveraging Clients As Navigators for Generative Replay in Federated Continual Learning

ICML 2025poster

Generative replay (GR) has been extensively validated in continual learning as a mechanism to synthesize data and replay past knowledge to mitigate forgetting. By leveraging synthetic rather than real data for the replay, GR has been adopted in some federated continual learning (FCL) approaches to…

Cited by 0SourcePDFScholar
2025

Enhancing Adversarial Transferability in Visual-Language Pre-training Models via Local Shuffle and Sample-based Attack

NAACL 2025findings

Visual-Language Pre-training (VLP) models have achieved significant performance across various downstream tasks. However, they remain vulnerable to adversarial examples. While prior efforts focus on improving the adversarial transferability of multimodal adversarial examples through cross-modal inte…

Cited by 0SourcePDFScholar
2025

Hierarchically Encapsulated Representation for Protocol Design in Self-Driving Labs

ICLR 2025poster

Self-driving laboratories have begun to replace human experimenters in performing single experimental skills or predetermined experimental protocols. However, as the pace of idea iteration in scientific research has been intensified by Artificial Intelligence, the demand for rapid design of new prot…

Cited by 0SourcePDFScholar
2025

Rethinking Tokenized Graph Transformers for Node Classification

NeurIPS 2025poster

Node tokenized graph Transformers (GTs) have shown promising performance in node classification. The generation of token sequences is the key module in existing tokenized GTs which transforms the input graph into token sequences, facilitating the node representation learning via Transformer. In this…

Cited by 0SourcecodeScholar
2025

Synonym-unaware Fast Adversarial Training against Textual Adversarial Attacks

NAACL 2025findings

Numerous adversarial defense methods have been proposed to strengthen the robustness of Natural Language Processing (NLP) models against adversarial attacks. However, many of these methods rely on predetermined linguistic knowledge and assume that attackers’ synonym candidates are known, which is of…

2025

Targeted control of fast prototyping through domain-specific interface

ICML 2025poster

Industrial designers have long sought a natural and intuitive way to achieve the targeted control of prototype models---using simple natural language instructions to configure and adjust the models seamlessly according to their intentions, without relying on complex modeling commands. While Large La…

Cited by 0SourcePDFScholar
2025

ViT-EnsembleAttack: Augmenting Ensemble Models for Stronger Adversarial Transferability in Vision Transformers

ICCV 2025poster

Ensemble-based attacks have been proven to be effective in enhancing adversarial transferability by aggregating the output of models with various architectures. However, existing research primarily focuses on refining ensemble weights or optimizing the ensemble path, overlooking the exploration of e…

2025

VisCRA: A Visual Chain Reasoning Attack for Jailbreaking Multimodal Large Language Models

EMNLP 2025

The emergence of Multimodal Large Reasoning Models (MLRMs) has enabled sophisticated visual reasoning capabilities by integrating reinforcement learning and Chain-of-Thought (CoT) supervision. However, while these enhanced reasoning capabilities improve performance, they also introduce new and under

2024

Benchmarks and Challenges in Pose Estimation for Egocentric Hand Interactions with Objects

ECCV 2024poster

"We interact with the world with our hands and see it through our own (egocentric) perspective. A holistic understanding of such interactions from egocentric views is important for tasks in robotics, AR/VR, action recognition and motion generation. Accurately reconstructing such interactions in is c…

2024

Image Mixing and Gradient Smoothing to Enhance the SAR Image Attack Transferability

ICASSP 2024accepted

Deep Neural Networks (DNNs) are known to be vulnerable to adversarial examples, which are crafted by adding imperceptible perturbations to clean examples. With the wide applications of DNNs to Synthetic Aperture Radar (SAR) Automatic Target Recognition (ATR), the vulnerability of SAR deep recognitio…

Cited by 0SourceScholar
2024

KD-Club: An Efficient Exact Algorithm with New Coloring-Based Upper Bound for the Maximum k-Defective Clique Problem

AAAI 2024technical

The Maximum k-Defective Clique Problem (MDCP) aims to find a maximum k-defective clique in a given graph, where a k-defective clique is a relaxation clique missing at most k edges. MDCP is NP-hard and finds many real-world applications in analyzing dense but not necessarily complete subgraphs. Exact…

2024

Leveraging Contrastive Learning for Enhanced Node Representations in Tokenized Graph Transformers

NeurIPS 2024poster

While tokenized graph Transformers have demonstrated strong performance in node classification tasks, their reliance on a limited subset of nodes with high similarity scores for constructing token sequences overlooks valuable information from other nodes, hindering their ability to fully harness gra…

Cited by 5SourcePDFScholar
2024

Long-range Meta-path Search on Large-scale Heterogeneous Graphs

NeurIPS 2024poster

Utilizing long-range dependency, a concept extensively studied in homogeneous graphs, remains underexplored in heterogeneous graphs, especially on large ones, posing two significant challenges: Reducing computational costs while maximizing effective information utilization in the presence of heterog…

2024

Query-Efficient Textual Adversarial Example Generation for Black-Box Attacks

NAACL 2024long

Deep neural networks for Natural Language Processing (NLP) have been demonstrated to be vulnerable to textual adversarial examples. Existing black-box attacks typically require thousands of queries on the target model, making them expensive in real-world applications. In this paper, we propose a new…

2024

Rethinking the Soft Conflict Pseudo Boolean Constraint on MaxSAT Local Search Solvers

IJCAI 2024poster

MaxSAT is an optimization version of the famous NP-complete Satisfiability problem (SAT). Algorithms for MaxSAT mainly include complete solvers and local search incomplete solvers. In many complete solvers, once a better solution is found, a Soft conflict Pseudo Boolean (SPB) constraint will be gene…

2023

All in Tokens: Unifying Output Space of Visual Tasks via Soft Token

ICCV 2023oral

We introduce AiT, a unified output representation for various vision tasks, which is a crucial step towards general-purpose vision task solvers. Despite the challenges posed by the high-dimensional and task-specific outputs, we showcase the potential of using discrete representation (VQ-VAE) to mode…

Cited by 48PDFcodeScholar
2023

AssemblyHands: Towards Egocentric Activity Understanding via 3D Hand Pose Estimation

CVPR 2023poster

We present AssemblyHands, a large-scale benchmark dataset with accurate 3D hand pose annotations, to facilitate the study of egocentric activities with challenging hand-object interactions. The dataset includes synchronized egocentric and exocentric images sampled from the recent Assembly101 dataset…

Cited by 67SourcePDFScholar
2023

Differentiable Meta Multigraph Search with Partial Message Propagation on Heterogeneous Information Networks

AAAI 2023technical

Heterogeneous information networks (HINs) are widely employed for describing real-world data with intricate entities and relationships. To automatically utilize their semantic information, graph neural architecture search has recently been developed for various tasks of HINs. Existing works, on the…

2023

FABind: Fast and Accurate Protein-Ligand Binding

NeurIPS 2023poster

Modeling the interaction between proteins and ligands and accurately predicting their binding structures is a critical yet challenging task in drug discovery. Recent advancements in deep learning have shown promise in addressing this challenge, with sampling-based and regression-based methods emergi…

2023

Farsighted Probabilistic Sampling: A General Strategy for Boosting Local Search MaxSAT Solvers

AAAI 2023technical

Local search has been demonstrated as an efficient approach for two practical generalizations of the MaxSAT problem, namely Partial MaxSAT (PMS) and Weighted PMS (WPMS). In this work, we observe that most local search (W)PMS solvers usually flip a single variable per iteration. Such a mechanism may…

2023

Hybrid Learning with New Value Function for the Maximum Common Induced Subgraph Problem

AAAI 2023technical

Maximum Common Induced Subgraph (MCIS) is an important NP-hard problem with wide real-world applications. An efficient class of MCIS algorithms uses Branch-and-Bound (BnB), consisting in successively selecting vertices to match and pruning when it is discovered that a solution better than the best s…

Cited by 3SourcePDFScholar
2023

NAGphormer: A Tokenized Graph Transformer for Node Classification in Large Graphs

ICLR 2023poster

The graph Transformer emerges as a new architecture and has shown superior performance on various graph mining tasks. In this work, we observe that existing graph Transformers treat nodes as independent tokens and construct a single long sequence composed of all node tokens so as to train the Transf…

2023

On the Complexity of Bayesian Generalization

ICML 2023poster

We examine concept generalization at a large scale in the natural visual spectrum. Established computational modes (*i.e.*, rule-based or similarity-based) are primarily studied isolated, focusing on confined and abstract problem spaces. In this work, we study these two modes when the *problem space…

2023

Pointerformer: Deep Reinforced Multi-Pointer Transformer for the Traveling Salesman Problem

AAAI 2023technical

Traveling Salesman Problem (TSP), as a classic routing optimization problem originally arising in the domain of transportation and logistics, has become a critical task in broader domains, such as manufacturing and biology. Recently, Deep Reinforcement Learning (DRL) has been increasingly employed t…

2023

Rethinking the Backward Propagation for Adversarial Transferability

NeurIPS 2023poster

Transfer-based attacks generate adversarial examples on the surrogate model, which can mislead other black-box models without access, making it promising to attack real-world applications. Recently, several works have been proposed to boost adversarial transferability, in which the surrogate model i…

2023

Robustness-Aware Word Embedding Improves Certified Robustness to Adversarial Word Substitutions

ACL 2023findings

Natural Language Processing (NLP) models have gained great success on clean texts, but they are known to be vulnerable to adversarial examples typically crafted by synonym substitutions. In this paper, we target to solve this problem and find that word embedding is important to the certified robustn…

2023

Sparse Black-Box Multimodal Attack for Vision-Language Adversary Generation

EMNLP 2023long findings

Deep neural networks have been widely applied in real-world scenarios, such as product restrictions on e-commerce and hate speech monitoring on social media, to ensure secure governance of various platforms. However, illegal merchants often deceive the detection models by adding large-scale perturb…

Cited by 0SourceScholar
2022

A Strengthened Branch and Bound Algorithm for the Maximum Common (Connected) Subgraph Problem

IJCAI 2022poster

We propose a new and strengthened Branch-and-Bound (BnB) algorithm for the maximum common (connected) induced subgraph problem based on two new operators, Long-Short Memory (LSM) and Leaf vertex Union Match (LUM). Given two graphs for which we search for the maximum common (connected) induced subgra…

2022

Assembly101: A Large-Scale Multi-View Video Dataset for Understanding Procedural Activities

CVPR 2022poster

Assembly101 is a new procedural activity dataset featuring 4321 videos of people assembling and disassembling 101 "take-apart" toy vehicles. Participants work without fixed instructions, and the sequences feature rich and natural variations in action ordering, mistakes, and corrections. Assembly101…

Cited by 246PDFcodeScholar
2022

BandMaxSAT: A Local Search MaxSAT Solver with Multi-armed Bandit

IJCAI 2022poster

We address Partial MaxSAT (PMS) and Weighted PMS (WPMS), two practical generalizations of the MaxSAT problem, and propose a local search algorithm called BandMaxSAT, that applies a multi-armed bandit to guide the search direction, for these problems. The bandit in our method is associated with all t…

Cited by 28SourcePDFScholar
2022

Combining Clause Learning and Branch and Bound for MaxSAT (Extended Abstract)

IJCAI 2022poster

Branch and Bound (BnB) has been successfully used to solve many combinatorial optimization problems. However, BnB MaxSAT solvers perform poorly when solving real-world and academic optimization problems. They are only competitive for random and some crafted instances. Thus, it is a prevailing opinio…

Cited by 0SourcePDFScholar
2022

Detecting textual adversarial examples through randomized substitution and vote

UAI 2022poster

A line of work has shown that natural text processing models are vulnerable to adversarial examples. Correspondingly, various defense methods are proposed to mitigate the threat of textual adversarial examples, \textit{e.g.} adversarial training, input transformations, detection, \textit{etc}. In th…

2022

Graph Hawkes Transformer for Extrapolated Reasoning on Temporal Knowledge Graphs

EMNLP 2022main

Temporal Knowledge Graph (TKG) reasoning has attracted increasing attention due to its enormous potential value, and the critical issue is how to model the complex temporal structure information effectively. Recent studies use the method of encoding graph snapshots into hidden vector space and then…

2022

Position-Invariant Adversarial Attacks on Neural Modulation Recognition

ICASSP 2022accepted

Deep neural networks (DNNs) are widely used for neural modulation recognition (NMR) in the electronic field and have been shown to be vulnerable to adversarial examples for NMR. In the physical signal communication scenario, the adversarial signal transmitted by the adversary is affected by the chan…

Cited by 0SourceScholar
2022

Stochastic Variance Reduced Ensemble Adversarial Attack for Boosting the Adversarial Transferability

CVPR 2022poster

The black-box adversarial attack has attracted impressive attention for its practical use in the field of deep learning security. Meanwhile, it is very challenging as there is no access to the network architecture or internal weights of the target model. Based on the hypothesis that if an example re…

Cited by 140PDFcodeScholar
2022

TextHacker: Learning based Hybrid Local Search Algorithm for Text Hard-label Adversarial Attack

EMNLP 2022finding

Existing textual adversarial attacks usually utilize the gradient or prediction confidence to generate adversarial examples, making it hard to be deployed in real-world applications. To this end, we consider a rarely investigated but more rigorous setting, namely hard-label attack, in which the atta…

2022

Triangle Attack: A Query-Efficient Decision-Based Adversarial Attack

ECCV 2022poster

"Decision-based attack poses a severe threat to real-world applications since it regards the target model as a black box and only accesses the hard prediction label. Great efforts have been made recently to decrease the number of queries; however, existing decision-based attacks still require thousa…

2021

Adversarial Training with Fast Gradient Projection Method against Synonym Substitution Based Text Attacks

AAAI 2021technical

Adversarial training is the most empirically successful approach in improving the robustness of deep neural networks for image classification. For text classification, however, existing synonym substitution based adversarial attacks are effective but not very efficient to be incorporated into practi…

2021

Combining Reinforcement Learning with Lin-Kernighan-Helsgaun Algorithm for the Traveling Salesman Problem

AAAI 2021technical

We address the Traveling Salesman Problem (TSP), a famous NP-hard combinatorial optimization problem. And we propose a variable strategy reinforced approach, denoted as VSR-LKH, which combines three reinforcement learning methods (Q-learning, Sarsa and Monte Carlo) with the well-known TSP algorithm,…

2021

Crafting Adversarial Examples for Neural Machine Translation

ACL 2021long

Effective adversary generation for neural machine translation (NMT) is a crucial prerequisite for building robust machine translation systems. In this work, we investigate veritable evaluations of NMT adversarial attacks, and propose a novel method to craft NMT adversarial examples. We first show th…

2021

TimeTraveler: Reinforcement Learning for Temporal Knowledge Graph Forecasting

EMNLP 2021main

Temporal knowledge graph (TKG) reasoning is a crucial task that has gained increasing research interest in recent years. Most existing methods focus on reasoning at past timestamps to complete the missing facts, and there are only a few works of reasoning on known TKGs to forecast future facts. Comp…

2020

Nesterov Accelerated Gradient and Scale Invariance for Adversarial Attacks

ICLR 2020poster

Deep learning models are vulnerable to adversarial examples crafted by applying human-imperceptible perturbations on benign inputs. However, under the black-box setting, most existing adversaries often have a poor transferability to attack other defense models. In this work, from the perspective of…

Cited by 734SourcecodeScholar
2020

Robust Local Features for Improving the Generalization of Adversarial Training

ICLR 2020poster

Adversarial training has been demonstrated as one of the most effective methods for training robust models to defend against adversarial examples. However, adversarially trained models often lack adversarially robust generalization on unseen testing data. Recent works show that adversarially trained…

Cited by 106SourcecodeScholar
2020

Single Image Reflection Removal Through Cascaded Refinement

CVPR 2020poster

We address the problem of removing undesirable reflections from a single image captured through a glass surface, which is an ill-posed, challenging but practically important problem for photo enhancement. Inspired by iterative structure reduction for hidden community detection in social networks, we…

Cited by 185PDFcodeScholar
2019

Generalized Majorization-Minimization

ICML 2019oral

Non-convex optimization is ubiquitous in machine learning. Majorization-Minimization (MM) is a powerful iterative procedure for optimizing non-convex functions that works by optimizing a sequence of bounds on the function. In MM, the bound at each iteration is required to touch the objective functio…

Cited by 23SourcePDFScholar
2019

Improving the Generalization of Adversarial Training with Domain Adaptation

ICLR 2019poster

By injecting adversarial examples into training data, adversarial training is promising for improving the robustness of deep learning models. However, most existing adversarial training approaches are based on a specific type of adversarial attack. It may not provide sufficiently representative samp…

Cited by 170SourcePDFScholar
2018

Towards Understanding Learning Representations: To What Extent Do Different Neural Networks Learn the Same Representation

NeurIPS 2018spotlight

It is widely believed that learning good representations is one of the main reasons for the success of deep neural networks. Although highly intuitive, there is a lack of theory and systematic approach quantitatively characterizing what representations do deep neural networks learn. In this work, we…

2016

A Powerful Generative Model Using Random Weights for the Deep Image Representation

NeurIPS 2016poster

To what extent is the success of deep visualization due to the training? Could we do deep visualization using untrained, random weight networks? To address this issue, we explore new and powerful generative models for three popular deep visualization tasks using untrained, random weight convolutiona…