← Search

Yisen Wang

104 accepted papers

2026

Any-Order Any-Subset AutoRegressive Model

ICLR 2026poster

We propose Any-order Any-subset Autoregressive modeling (A3), a novel sequence generation framework that generalizes standard autoregressive (AR) factorization to support the prediction of arbitrary token groups in any order. A3 overcomes the limitations of conventional left-to-right decoding by ena…

Cited by 0SourcecodeScholar
2026

Automated Formal Proofs of Combinatorial Identities via Wilf–Zeilberger Guidance and LLMs

ICML 2026spotlight

Automating formal proofs of combinatorial identities is challenging for LLM-based provers, as long-horizon proof planning is required and unconstrained search quickly explodes. Symbolic methods such as the Wilf--Zeilberger (WZ) method can achieve a mechanized proof of combinatorial identities by con…

Cited by 0SourceScholar
2026

Difficult Examples Hurt Unsupervised Contrastive Learning: A Theoretical Perspective

ICLR 2026oral

Unsupervised contrastive learning has shown significant performance improvements in recent years, often approaching or even rivaling supervised learning in various tasks. However, its learning mechanism is fundamentally different from supervised learning. Previous works have shown that difficult exa…

Cited by 0SourceScholar
2026

Enhancing Complex Symbolic Logical Rea­soning of Large Language Models via Sparse Multi-Agent Debate

ICLR 2026poster

Large language models (LLMs) struggle with complex logical reasoning. Previous work has primarily explored single-agent methods, with their performance remains fundamentally limited by the capabilities of a single model. To our knowledge, this paper first introduce a multi-agent approach specificall…

Cited by 0SourcecodeScholar
2026

GRASP: Graph Reasoning via Agentic Solving and Probing of LLMs

ICML 2026poster

Integrating graph knowledge into Large Language Models (LLMs) via passive representation faces critical bottlenecks: limited context windows, unreliable numerical computation, and structural hallucinations. To solve this, we propose **GRASP** (Graph Reasoning via Agentic Solving and Probing), shifti…

Cited by 0SourceScholar
2026

Learning to Memorize with Attributive and Associative Memory for Online Test-Time Adaptation of Vision-Language Models

ICML 2026poster

Memory-based test-time adaptation (TTA) assigns streaming test samples into class-specific memory slots based on pseudo-labels predicted by models like CLIP, and retrieves them to facilitate subsequent predictions under distribution shift. However, this process introduces two challenges: ❶ **Each sa…

Cited by 0SourceScholar
2026

LogiConBench: Benchmarking Logical Consistencies of LLMs

ICLR 2026poster

Logical consistency, the requirement that statements remain non-contradictory under logical rules, is fundamental for trustworthy reasoning, yet current LLMs often fail to maintain it even on simple inference tasks. Existing benchmarks for LLM logical consistency are not scalable, not diverse, and n…

Cited by 0SourcecodeScholar
2026

Monet: Reasoning in Latent Visual Space Beyond Image and Language

CVPR 2026

Thinking with images has emerged as an effective paradigm for advancing visual reasoning, extending beyond text-only chains of thought by injecting visual evidence into intermediate reasoning steps. However, existing methods fall short of human-like abstract visual thinking, as their flexibility is

Cited by 0SourcecodeScholar
2026

On the Limits of Sparse Autoencoders: A Theoretical Framework and Reweighted Remedy

ICLR 2026poster

Sparse autoencoders (SAEs) have recently emerged as a powerful tool for interpreting the features learned by large language models (LLMs). By reconstructing features with sparsely activated networks, SAEs aim to recover complex superposed polysemantic features into interpretable monosemantic ones. D…

Cited by 0SourceScholar
2026

ProcMEM: Learning Reusable Procedural Memory from Experience via Non-Parametric PPO for LLM Agents

ICML 2026spotlight

LLM-driven agents demonstrate strong performance in sequential decision-making but often rely on on-the-fly reasoning, re-deriving solutions even in recurring scenarios. This insufficient experience reuse leads to computational redundancy and execution instability. To bridge this gap, we propose Pro…

Cited by 16SourceScholar
2026

Read the Room: Video Social Reasoning with Mental-Physical Causal Chains

ICLR 2026poster

``Read the room,'' or the ability to infer others' mental states from subtle social cues, is a hallmark of human social intelligence but remains a major challenge for current AI systems. Existing social reasoning datasets are limited in complexity, scale, and coverage of mental states, falling short…

Cited by 0SourcecodeScholar
2026

Rethinking Personalization in Large Language Models at the Token Level

ICML 2026poster

With large language models (LLMs) now performing strongly across diverse tasks, there is growing demand for them to personalize outputs for individual users. Personalization is typically framed as an additional layer on top of a base NLP task, requiring model responses to meet user-specific needs wh…

Cited by 0SourceScholar
2026

SAE as a Crystal Ball: Interpretable Features Predict Cross-domain Transferability of LLMs without Training

ICLR 2026poster

In recent years, pre-trained large language models have achieved remarkable success across diverse tasks. Besides the pivotal role of self-supervised pre-training, their effectiveness in downstream applications also depends critically on the post-training process, which adapts models to task-specifi…

Cited by 0SourcecodeScholar
2026

SSL4RL: Revisiting Self-supervised Learning as Intrinsic Reward for Visual-Language Reasoning

ICML 2026poster

Vision-language models (VLMs) have shown remarkable abilities by integrating large language models with visual inputs. However, they often fail to utilize visual evidence adequately, either depending on linguistic priors in vision-centric tasks or resorting to textual shortcuts during reasoning. Alt…

Cited by 0SourceScholar
2026

When More is Less: Understanding Chain-of-Thought Length in LLMs

ICLR 2026poster

Large Language Models (LLMs) increasingly rely on Chain-of-Thought (CoT) reasoning to solve complex problems. Contrary to the common belief that longer CoTs always improve performance, we demonstrate that **longer is not always better**. Across both real-world LLMs and theoretical models, task accur…

Cited by 0SourceScholar
2025

$\texttt{G1}$: Teaching LLMs to Reason on Graphs with Reinforcement Learning

NeurIPS 2025poster

Although Large Language Models (LLMs) have demonstrated remarkable progress, their proficiency in graph-related tasks remains notably limited, hindering the development of truly general-purpose models. Previous attempts, including pretraining graph foundation models or employing supervised fine-tuni…

Cited by 0SourcecodeScholar
2025

Beyond Interpretability: The Gains of Feature Monosemanticity on Model Robustness

ICLR 2025poster

Deep learning models often suffer from a lack of interpretability due to \emph{polysemanticity}, where individual neurons are activated by multiple unrelated semantics, resulting in unclear attributions of model behavior. Recent advances in \emph{monosemanticity}, where neurons correspond to consist…

2025

Can In-context Learning Really Generalize to Out-of-distribution Tasks?

ICLR 2025poster

In this work, we explore the mechanism of in-context learning (ICL) on out-of-distribution (OOD) tasks that were not encountered during training. To achieve this, we conduct synthetic experiments where the objective is to learn OOD mathematical functions through ICL using a GPT-2 model. We reveal th…

Cited by 1SourcePDFScholar
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

Identifying and Understanding Cross-Class Features in Adversarial Training

ICML 2025poster

Adversarial training (AT) has been considered one of the most effective methods for making deep neural networks robust against adversarial attacks, while the training mechanisms and dynamics of AT remain open research problems. In this paper, we present a novel perspective on studying AT through the…

2025

Language Ranker: A Lightweight Ranking framework for LLM Decoding

NeurIPS 2025poster

Conventional research on large language models (LLMs) has primarily focused on refining output distributions, while paying less attention to the decoding process that transforms these distributions into final responses. Recent advances, such as scaling the computation of inference time with reward m…

Cited by 0SourceScholar
2025

Leveraging Flatness to Improve Information-Theoretic Generalization Bounds for SGD

ICLR 2025poster

Information-theoretic (IT) generalization bounds have been used to study the generalization of learning algorithms. These bounds are intrinsically data- and algorithm-dependent so that one can exploit the properties of data and algorithm to derive tighter bounds. However, we observe that although th…

2025

Long-Short Alignment for Effective Long-Context Modeling in LLMs

ICML 2025poster

Large language models (LLMs) have exhibited impressive performance and surprising emergent properties. However, their effectiveness remains limited by the fixed context window of the transformer architecture, posing challenges for long-context modeling. Among these challenges, length generalization…

2025

Projection Head is Secretly an Information Bottleneck

ICLR 2025poster

Recently, contrastive learning has risen to be a promising paradigm for extracting meaningful data representations. Among various special designs, adding a projection head on top of the encoder during training and removing it for downstream tasks has proven to significantly enhance the performance o…

2025

Rethinking Invariance in In-context Learning

ICLR 2025poster

In-Context Learning (ICL) has emerged as a pivotal capability of auto-regressive large language models, yet it is hindered by a notable sensitivity to the ordering of context examples regardless of their mutual independence. To address this issue, recent studies have introduced several variant algor…

2025

S-BEVLoc: BEV-Based Self-Supervised Framework for Large-Scale LiDAR Global Localization

RA-L 2025

LiDAR-based global localization is an essential component of simultaneous localization and mapping (SLAM), which helps loop closure and re-localization. Current approaches rely on ground-truth poses obtained from GPS or SLAM odometry to supervise network training. Despite the great success of these

Cited by 0SourceScholar
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
2025

TC-MoE: Augmenting Mixture of Experts with Ternary Expert Choice

ICLR 2025poster

The Mixture of Experts (MoE) architecture has emerged as a promising solution to reduce computational overhead by selectively activating subsets of model parameters. The effectiveness of MoE models depends primarily on their routing mechanisms, with the widely adopted Top-K routing scheme used for a…

2025

What is Wrong with Perplexity for Long-context Language Modeling?

ICLR 2025poster

Handling long-context inputs is crucial for large language models (LLMs) in tasks such as extended conversations, document summarization, and many-shot in-context learning. While recent approaches have extended the context windows of LLMs and employed perplexity (PPL) as a standard evaluation metric…

2024

A Canonicalization Perspective on Invariant and Equivariant Learning

NeurIPS 2024poster

In many applications, we desire neural networks to exhibit invariance or equivariance to certain groups due to symmetries inherent in the data. Recently, frame-averaging methods emerged to be a unified framework for attaining symmetries efficiently by averaging over input-dependent subsets of the gr…

2024

A Theoretical Understanding of Self-Correction through In-context Alignment

NeurIPS 2024poster

Going beyond mimicking limited human experiences, recent studies show initial evidence that, like humans, large language models (LLMs) are capable of improving their abilities purely by self-correction, i.e., correcting previous responses through self-examination, as seen in models like OpenAI o1. N…

2024

Dissecting the Failure of Invariant Learning on Graphs

NeurIPS 2024poster

Enhancing node-level Out-Of-Distribution (OOD) generalization on graphs remains a crucial area. In this paper, we develop a Structural Causal Model (SCM) to theoretically dissect the performance of two prominent invariant learning methods--Invariant Risk Minimization (IRM) and Variance-Risk Extrapol…

2024

Fight Back Against Jailbreaking via Prompt Adversarial Tuning

NeurIPS 2024poster

While Large Language Models (LLMs) have achieved tremendous success in various applications, they are also susceptible to jailbreaking attacks. Several primary defense strategies have been proposed to protect LLMs from producing harmful information, mostly focusing on model fine-tuning or heuristica…

2024

Look Ahead or Look Around? A Theoretical Comparison Between Autoregressive and Masked Pretraining

ICML 2024poster

In recent years, the rise of generative self-supervised learning (SSL) paradigms has exhibited impressive performance across visual, language, and multi-modal domains. While the varied designs of generative SSL objectives lead to distinct properties in downstream tasks, a theoretical understanding o…

2024

On the Role of Discrete Tokenization in Visual Representation Learning

ICLR 2024spotlight

In the realm of self-supervised learning (SSL), masked image modeling (MIM) has gained popularity alongside contrastive learning methods. MIM involves reconstructing masked regions of input images using their unmasked portions. A notable subset of MIM methodologies employs discrete tokens as the rec…

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…

2024

Understanding the Role of Equivariance in Self-supervised Learning

NeurIPS 2024poster

Contrastive learning has been a leading paradigm for self-supervised learning, but it is widely observed that it comes at the price of sacrificing useful features (\eg colors) by being invariant to data augmentations. Given this limitation, there has been a surge of interest in equivariant self-supe…

2023

A Message Passing Perspective on Learning Dynamics of Contrastive Learning

ICLR 2023poster

In recent years, contrastive learning achieves impressive results on self-supervised visual representation learning, but there still lacks a rigorous understanding of its learning dynamics. In this paper, we show that if we cast a contrastive objective equivalently into the feature space, then its l…

2023

ArCL: Enhancing Contrastive Learning with Augmentation-Robust Representations

ICLR 2023poster

Self-Supervised Learning (SSL) is a paradigm that leverages unlabeled data for model training. Empirical studies show that SSL can achieve promising performance in distribution shift scenarios, where the downstream and training distributions differ. However, the theoretical understanding of its tran…

Cited by 8SourcePDFScholar
2023

Architecture Matters: Uncovering Implicit Mechanisms in Graph Contrastive Learning

NeurIPS 2023poster

With the prosperity of contrastive learning for visual representation learning (VCL), it is also adapted to the graph domain and yields promising performance. However, through a systematic study of various graph contrastive learning (GCL) methods, we observe that some common phenomena among existing…

2023

Balance, Imbalance, and Rebalance: Understanding Robust Overfitting from a Minimax Game Perspective

NeurIPS 2023poster

Adversarial Training (AT) has become arguably the state-of-the-art algorithm for extracting robust features. However, researchers recently notice that AT suffers from severe robust overfitting problems, particularly after learning rate (LR) decay. In this paper, we explain this phenomenon by viewing…

2023

ContraNorm: A Contrastive Learning Perspective on Oversmoothing and Beyond

ICLR 2023poster

Oversmoothing is a common phenomenon in a wide range of Graph Neural Networks (GNNs) and Transformers, where performance degenerates as the layer goes deeper. Instead of characterizing oversmoothing from the view of complete collapse in which representations converge to a single point, we dive into…

2023

Identifiable Contrastive Learning with Automatic Feature Importance Discovery

NeurIPS 2023poster

Existing contrastive learning methods rely on pairwise sample contrast $z_x^\top z_{x'}$ to learn data representations, but the learned features often lack clear interpretability from a human perspective. Theoretically, it lacks feature identifiability and different initialization may lead to totall…

2023

Laplacian Canonization: A Minimalist Approach to Sign and Basis Invariant Spectral Embedding

NeurIPS 2023poster

Spectral embedding is a powerful graph embedding technique that has received a lot of attention recently due to its effectiveness on Graph Transformers. However, from a theoretical perspective, the universal expressive power of spectral embedding comes at the price of losing two important invariance…

2023

On the Connection between Invariant Learning and Adversarial Training for Out-of-Distribution Generalization

AAAI 2023technical

Despite impressive success in many tasks, deep learning models are shown to rely on spurious features, which will catastrophically fail when generalized to out-of-distribution (OOD) data. Invariant Risk Minimization (IRM) is proposed to alleviate this issue by extracting domain-invariant features fo…

2023

Rethinking the Effect of Data Augmentation in Adversarial Contrastive Learning

ICLR 2023poster

Recent works have shown that self-supervised learning can achieve remarkable robustness when integrated with adversarial training (AT). However, the robustness gap between supervised AT (sup-AT) and self-supervised AT (self-AT) remains significant. Motivated by this observation, we revisit existing…

2023

Towards Memory- and Time-Efficient Backpropagation for Training Spiking Neural Networks

ICCV 2023poster

Spiking Neural Networks (SNNs) are promising energy-efficient models for neuromorphic computing. For training the non-differentiable SNN models, the backpropagation through time (BPTT) with surrogate gradients (SG) method has achieved high performance. However, this method suffers from considerable…

Cited by 67PDFcodeScholar
2023

Towards a Unified Theoretical Understanding of Non-contrastive Learning via Rank Differential Mechanism

ICLR 2023poster

Recently, a variety of methods under the name of non-contrastive learning (like BYOL, SimSiam, SwAV, DINO) show that when equipped with some asymmetric architectural designs, aligning positive pairs alone is sufficient to attain good performance in self-supervised visual learning. Despite some under…

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

A Unified Contrastive Energy-based Model for Understanding the Generative Ability of Adversarial Training

ICLR 2022poster

Adversarial Training (AT) is known as an effective approach to enhance the robustness of deep neural networks. Recently researchers notice that robust models with AT have good generative ability and can synthesize realistic images, while the reason behind it is yet under-explored. In this paper, we…

Cited by 13SourcePDFScholar
2022

Chaos is a Ladder: A New Theoretical Understanding of Contrastive Learning via Augmentation Overlap

ICLR 2022poster

Recently, contrastive learning has risen to be a promising approach for large-scale self-supervised learning. However, theoretical understanding of how it works is still unclear. In this paper, we propose a new guarantee on the downstream performance without resorting to the conditional independence…

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

How Mask Matters: Towards Theoretical Understandings of Masked Autoencoders

NeurIPS 2022accept

Masked Autoencoders (MAE) based on a reconstruction task have risen to be a promising paradigm for self-supervised learning (SSL) and achieve state-of-the-art performance across different benchmark datasets. However, despite its impressive empirical success, there is still limited theoretical unders…

2022

Improving Out-of-Distribution Generalization by Adversarial Training with Structured Priors

NeurIPS 2022accept

Deep models often fail to generalize well in test domains when the data distribution differs from that in the training domain. Among numerous approaches to address this Out-of-Distribution (OOD) generalization problem, there has been a growing surge of interest in exploiting Adversarial Training (AT…

2022

Optimization-Induced Graph Implicit Nonlinear Diffusion

ICML 2022spotlight

Due to the over-smoothing issue, most existing graph neural networks can only capture limited dependencies with their inherently finite aggregation layers. To overcome this limitation, we propose a new kind of graph convolution, called Graph Implicit Nonlinear Diffusion (GIND), which implicitly has…

2022

Training High-Performance Low-Latency Spiking Neural Networks by Differentiation on Spike Representation

CVPR 2022poster

Spiking Neural Network (SNN) is a promising energy-efficient AI model when implemented on neuromorphic hardware. However, it is a challenge to efficiently train SNNs due to their non-differentiability. Most existing methods either suffer from high latency (i.e., long simulation time steps), or canno…

Cited by 184PDFcodeScholar
2022

When Adversarial Training Meets Vision Transformers: Recipes from Training to Architecture

NeurIPS 2022accept

Vision Transformers (ViTs) have recently achieved competitive performance in broad vision tasks. Unfortunately, on popular threat models, naturally trained ViTs are shown to provide no more adversarial robustness than convolutional neural networks (CNNs). Adversarial training is still required for V…

2021

A Unified Approach to Interpreting and Boosting Adversarial Transferability

ICLR 2021poster

In this paper, we use the interaction inside adversarial perturbations to explain and boost the adversarial transferability. We discover and prove the negative correlation between the adversarial transferability and the interaction inside adversarial perturbations. The negative correlation is furthe…

2021

Can Subnetwork Structure Be the Key to Out-of-Distribution Generalization?

ICML 2021oral

Can models with particular structure avoid being biased towards spurious correlation in out-of-distribution (OOD) generalization? Peters et al. (2016) provides a positive answer for linear cases. In this paper, we use a functional modular probing method to analyze deep model structures under OOD set…

Cited by 109SourcePDFScholar
2021

Clustering Effect of Adversarial Robust Models

NeurIPS 2021spotlight

Adversarial robustness has received increasing attention along with the study of adversarial examples. So far, existing works show that robust models not only obtain robustness against various adversarial attacks but also boost the performance in some downstream tasks. However, the underlying mechan…

2021

Dissecting the Diffusion Process in Linear Graph Convolutional Networks

NeurIPS 2021poster

Graph Convolutional Networks (GCNs) have attracted more and more attentions in recent years. A typical GCN layer consists of a linear feature propagation step and a nonlinear transformation step. Recent works show that a linear GCN can achieve comparable performance to the original non-linear GCN wh…

2021

Efficient Equivariant Network

NeurIPS 2021poster

Convolutional neural networks (CNNs) have dominated the field of Computer Vision and achieved great success due to their built-in translation equivariance. Group equivariant CNNs (G-CNNs) that incorporate more equivariance can significantly improve the performance of conventional CNNs. However, G-CN…

2021

Exploring Architectural Ingredients of Adversarially Robust Deep Neural Networks

NeurIPS 2021poster

Deep neural networks (DNNs) are known to be vulnerable to adversarial attacks. A range of defense methods have been proposed to train adversarially robust DNNs, among which adversarial training has demonstrated promising results. However, despite preliminary understandings developed for adversarial…

2021

Finding Optimal Tangent Points for Reducing Distortions of Hard-label Attacks

NeurIPS 2021poster

One major problem in black-box adversarial attacks is the high query complexity in the hard-label attack setting, where only the top-1 predicted label is available. In this paper, we propose a novel geometric-based approach called Tangent Attack (TA), which identifies an optimal tangent point of a v…

2021

GBHT: Gradient Boosting Histogram Transform for Density Estimation

ICML 2021spotlight

In this paper, we propose a density estimation algorithm called \textit{Gradient Boosting Histogram Transform} (GBHT), where we adopt the \textit{Negative Log Likelihood} as the loss function to make the boosting procedure available for the unsupervised tasks. From a learning theory viewpoint, we fi…

Cited by 16SourcePDFScholar
2021

Improving Adversarial Robustness via Channel-wise Activation Suppressing

ICLR 2021spotlight

The study of adversarial examples and their activations have attracted significant attention for secure and robust learning with deep neural networks (DNNs). Different from existing works, in this paper, we highlight two new characteristics of adversarial examples from the channel-wise activation p…

2021

Leveraged Weighted Loss for Partial Label Learning

ICML 2021oral

As an important branch of weakly supervised learning, partial label learning deals with data where each instance is assigned with a set of candidate labels, whereas only one of them is true. Despite many methodology studies on learning from partial labels, there still lacks theoretical understanding…

Cited by 130SourcePDFScholar
2021

Residual Relaxation for Multi-view Representation Learning

NeurIPS 2021poster

Multi-view methods learn representations by aligning multiple views of the same image and their performance largely depends on the choice of data augmentation. In this paper, we notice that some other useful augmentations, such as image rotation, are harmful for multi-view methods because they cause…

Cited by 40SourcePDFScholar
2021

Towards a Unified Game-Theoretic View of Adversarial Perturbations and Robustness

NeurIPS 2021poster

This paper provides a unified view to explain different adversarial attacks and defense methods, i.e. the view of multi-order interactions between input variables of DNNs. Based on the multi-order interaction, we discover that adversarial attacks mainly affect high-order interactions to fool the DNN…

2021

Training Feedback Spiking Neural Networks by Implicit Differentiation on the Equilibrium State

NeurIPS 2021spotlight

Spiking neural networks (SNNs) are brain-inspired models that enable energy-efficient implementation on neuromorphic hardware. However, the supervised training of SNNs remains a hard problem due to the discontinuity of the spiking neuron model. Most existing methods imitate the backpropagation frame…

2021

Unlearnable Examples: Making Personal Data Unexploitable

ICLR 2021spotlight

The volume of "free" data on the internet has been key to the current success of deep learning. However, it also raises privacy concerns about the unauthorized exploitation of personal data for training commercial models. It is thus crucial to develop methods to prevent unauthorized data exploitatio…

2020

Adversarial Camouflage: Hiding Physical-World Attacks With Natural Styles

CVPR 2020poster

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples. Existing works have mostly focused on either digital adversarial examples created via small and imperceptible perturbations, or physical-world adversarial examples created with large and less realistic distortions that a…

Cited by 282PDFcodeScholar
2020

Improving Adversarial Robustness Requires Revisiting Misclassified Examples

ICLR 2020poster

Deep neural networks (DNNs) are vulnerable to adversarial examples crafted by imperceptible perturbations. A range of defense techniques have been proposed to improve DNN robustness to adversarial examples, among which adversarial training has been demonstrated to be the most effective. Adversarial…

Cited by 925SourcecodeScholar
2020

Improving Query Efficiency of Black-box Adversarial Attack

ECCV 2020poster

Deep neural networks (DNNs) have demonstrated excellent performance on various tasks, however they are under the risk of adversarial examples that can be easily generated when the target model is accessible to an attacker (white-box setting). As plenty of machine learning models have been deployed v…

2020

Normalized Loss Functions for Deep Learning with Noisy Labels

ICML 2020poster

Robust loss functions are essential for training accurate deep neural networks (DNNs) in the presence of noisy (incorrect) labels. It has been shown that the commonly used Cross Entropy (CE) loss is not robust to noisy labels. Whilst new loss functions have been designed, they are only partially rob…

2020

Skip Connections Matter: On the Transferability of Adversarial Examples Generated with ResNets

ICLR 2020spotlight

Skip connections are an essential component of current state-of-the-art deep neural networks (DNNs) such as ResNet, WideResNet, DenseNet, and ResNeXt. Despite their huge success in building deeper and more powerful DNNs, we identify a surprising \emph{security weakness} of skip connections in this p…

Cited by 423SourcecodeScholar
2019

Hilbert-Based Generative Defense for Adversarial Examples

ICCV 2019poster

Adversarial perturbations of clean images are usually imperceptible for human eyes, but can confidently fool deep neural networks (DNNs) to make incorrect predictions. Such vulnerability of DNNs raises serious security concerns about their practicability in security-sensitive applications. To defend…

Cited by 62PDFScholar
2019

On the Convergence and Robustness of Adversarial Training

ICML 2019oral

Improving the robustness of deep neural networks (DNNs) to adversarial examples is an important yet challenging problem for secure deep learning. Across existing defense techniques, adversarial training with Projected Gradient Decent (PGD) is amongst the most effective. Adversarial training solves a…

Cited by 456SourcePDFScholar
2019

Symmetric Cross Entropy for Robust Learning With Noisy Labels

ICCV 2019poster

Training accurate deep neural networks (DNNs) in the presence of noisy labels is an important and challenging task. Though a number of approaches have been proposed for learning with noisy labels, many open issues remain. In this paper, we show that DNN learning with Cross Entropy (CE) exhibits over…

Cited by 1222PDFcodeScholar
2018

Characterizing Adversarial Subspaces Using Local Intrinsic Dimensionality

ICLR 2018oral

Deep Neural Networks (DNNs) have recently been shown to be vulnerable against adversarial examples, which are carefully crafted instances that can mislead DNNs to make errors during prediction. To better understand such attacks, a characterization is needed of the properties of regions (the so-calle…

2018

Dimensionality-Driven Learning with Noisy Labels

ICML 2018oral

Datasets with significant proportions of noisy (incorrect) class labels present challenges for training accurate Deep Neural Networks (DNNs). We propose a new perspective for understanding DNN generalization for such datasets, by investigating the dimensionality of the deep representation subspace o…

2018

Iterative Learning With Open-Set Noisy Labels

CVPR 2018poster

Large-scale datasets possessing clean label annotations are crucial for training Convolutional Neural Networks (CNNs). However, labeling large-scale data can be very costly and error-prone, and even high-quality datasets are likely to contain noisy (incorrect) labels. Existing works usually employ a…