← Search

YiFei Wang

94 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

Awaken Memories with Words: Recursive Visual Imagination and Adaptive Linguistic Grounding for Vision Language Navigation

ICRA 2026poster

Vision Language Navigation (VLN) typically requires agents to navigate to specified objects or remote regions in unknown scenes by obeying linguistic commands. Such tasks require organizing historical visual observations for linguistic grounding, which is critical for long-sequence navigational deci…

Cited by 0Scholar
2026

Biologically Plausible Learning via Bidirectional Spike-Based Distillation

ICLR 2026poster

Developing biologically plausible learning algorithms that can achieve performance comparable to error backpropagation remains a longstanding challenge. Existing approaches often compromise biological plausibility by entirely avoiding the use of spikes for error propagation or relying on both positi…

Cited by 0SourcecodeScholar
2026

CSRv2: Unlocking Ultra-Sparse Embeddings

ICLR 2026poster

In the era of large foundation models, the quality of embeddings has become a central determinant of downstream task performance and overall system capability. Yet widely used dense embeddings are often extremely high-dimensional (e.g., 4096), incurring substantial costs in storage, memory, and inf…

Cited by 0SourcecodeScholar
2026

Data Difficulty and the Generalization–Extrapolation Tradeoff in LLM Fine-Tuning

ICML 2026poster

Data selection during supervised fine-tuning (SFT) can critically change the behavior of large language models (LLMs). Although existing work has studied the effect of selecting data based on heuristics such as perplexity, difficulty, or length, the reported findings are often inconsistent or contex…

Cited by 0SourceScholar
2026

FASA: FREQUENCY-AWARE SPARSE ATTENTION

ICLR 2026poster

The deployment of Large Language Models (LLMs) faces a critical bottleneck when handling lengthy inputs: the prohibitive memory footprint of the Key Value (KV) cache. To address this bottleneck, the token pruning paradigm leverages attention sparsity to selectively retain a small, critical subset of…

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

Hippoformer: Integrating Hippocampus-inspired Spatial Memory with Transformers

ICLR 2026poster

Transformers form the foundation of modern generative AI, yet their key–value memory lacks inherent spatial priors, constraining their capacity for spatial reasoning. In contrast, neuroscience points to the hippocampal–entorhinal system, where the medial entorhinal cortex provides structural codes a…

Cited by 0SourcecodeScholar
2026

MIRA: Evaluating Multimodal AI on Complex Clinical Reasoning in Interventional Radiology

AAAI 2026technical

We present MIRA (Multimodal Interventional RAdiology evaluation), a comprehensive benchmark for evaluating large multimodal models in expert-level interventional radiology tasks requiring specialized domain knowledge and advanced visual reasoning capabilities. Unlike existing medical benchmarks that

Cited by 0SourcePDFScholar
2026

Masked Auto-Regressive Variational Acceleration: Fast Inference Makes Practical Reinforcement Learning

CVPR 2026

Masked auto-regressive diffusion models (MAR) benefit from the expressive modeling ability of diffusion models and the flexibility of masked auto-regressive ordering. However, vanilla MAR suffers from slow inference due to its hierarchical inference mechanism: an outer AR unmasking loop and an inner

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

No More K-means: Single-Stage Sparse Coding for Efficient Multi-Vector Retrieval

ICML 2026poster

Multi-vector retrieval (MVR) models, exemplified by ColBERT, have established new benchmarks in retrieval accuracy by preserving fine-grained token-level interactions. However, this granularity imposes prohibitive storage and retrieval efficiency bottlenecks: to manage the immense memory footprint a…

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

Real-Time Multi-Level Terrain-Aware Path Planning for Ground Mobile Robots in Large-Scale Rough Terrains

ICRA 2026poster

Autonomous ground mobile robots rely on their configuration characteristics to prevent tip-overs and collisions, ensuring safe navigation in complex environments. However, complex configurations with specially designed links and joints produce a higher dimensional workspace and bring significant cha…

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

Scaling Attention via Feature Sparsity

ICLR 2026poster

Scaling Transformers to ultra-long contexts is bottlenecked by the $O(n^2 d)$ cost of self-attention. Existing methods reduce this cost along the sequence axis through local windows, kernel approximations, or token-level sparsity, but these approaches consistently degrade accuracy. In this paper, we…

Cited by 0SourcecodeScholar
2026

Viscoelasticity-Based Mechanistic Modeling and Control of Bending Pneumatic Muscles

ICRA 2026poster

Predicting the kinematics of bending pneumatic muscles (BPMs) remains challenging due to the necessity for models that effectively address the pronounced hysteresis and creep inherent in soft materials. While prior research has predominantly focused on phenomenological and data-driven modeling appro…

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

A Signed Graph Approach to Understanding and Mitigating Oversmoothing

NeurIPS 2025poster

Deep graph neural networks (GNNs) often suffer from oversmoothing, where node representations become overly homogeneous with increasing depth. While techniques like normalization, residual connections, and edge dropout have been proposed to mitigate oversmoothing, they are typically developed indepe…

Cited by 0SourcecodeScholar
2025

An Evidence-Based Tri-Branch Cross-Pseudo Supervision Method for Semi-Supervised Medical Image Segmentation

IROS 2025

The semi-supervised medical image segmentation with a few annotated data can provide significant help in robot-assisted surgery. This step plays a pivotal role in identification of pathological regions, more appropriate planning of surgical procedures, and so on. In this work, we develop an evidence

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

Beyond Matryoshka: Revisiting Sparse Coding for Adaptive Representation

ICML 2025oral

Many large-scale systems rely on high-quality deep representations (embeddings) to facilitate tasks like retrieval, search, and generative modeling. Matryoshka Representation Learning (MRL) recently emerged as a solution for adaptive embedding lengths, but it requires full model retraining and suffe…

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

HEATS: A Hierarchical Framework for Efficient Autonomous Target Search with Mobile Manipulators

IROS 2025

Utilizing robots for autonomous target search in complex and unknown environments can greatly improve the efficiency of search and rescue missions. However, existing methods have shown inadequate performance due to hardware platform limitations, inefficient viewpoint selection strategies, and conser

Cited by 3SourceScholar
2025

HS-STaR: Hierarchical Sampling for Self-Taught Reasoners via Difficulty Estimation and Budget Reallocation

EMNLP 2025

Self-taught reasoners (STaRs) enhance the mathematical reasoning abilities of large language models (LLMs) by leveraging self-generated responses for self-training. Recent studies have incorporated reward models to guide response selection or decoding, aiming to obtain higher-quality data. However,

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

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

Multi-Agent Collaboration via Cross-Team Orchestration

ACL 2025finding

Large Language Models (LLMs) have significantly impacted various domains, especially through organized LLM-driven autonomous agents. A representative scenario is in software development, where agents can collaborate in a team like humans, following predefined phases to complete sub-tasks sequentiall…

2025

Next Semantic Scale Prediction via Hierarchical Diffusion Language Models

NeurIPS 2025poster

In this paper we introduce Hierarchical Diffusion Language Models (HDLM) -- a novel family of discrete diffusion models for language modeling. HDLM builds on a hierarchical vocabulary where low-level tokens with detailed semantics are surjectively mapped to high-level tokens with coarse-grained mean…

Cited by 0SourceScholar
2025

POSITION BIAS MITIGATES POSITION BIAS: Mitigate Position Bias Through Inter-Position Knowledge Distillation

EMNLP 2025

Positional bias (PB), manifesting as non-uniform sensitivity across different contextual locations, significantly impairs long-context comprehension and processing capabilities. Previous studies have addressed PB either by modifying the underlying architectures or by employing extensive contextual a

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

Scaling Large Language Model-based Multi-Agent Collaboration

ICLR 2025poster

Recent breakthroughs in large language model-driven autonomous agents have revealed that multi-agent collaboration often surpasses each individual through collective reasoning. Inspired by the neural scaling law—increasing neurons enhances performance, this study explores whether the continuous addi…

2025

Semi-IIN: Semi-Supervised Intra-Inter Modal Interaction Learning Network for Multimodal Sentiment Analysis

AAAI 2025technical

Despite multimodal sentiment analysis being a fertile research ground that merits further investigation, current approaches take up high annotation cost and suffer from label ambiguity, non-amicable to high-quality labeled data acquisition. Furthermore, choosing the right interactions is essential b…

2025

Uncertainty Unveiled: Can Exposure to More In-context Examples Mitigate Uncertainty for Large Language Models?

ACL 2025finding

Recent advances in handling long sequences have unlocked new possibilities for long-context in-context learning (ICL). While existing research predominantly focuses on performance gains driven by additional in-context examples, the impact on the trustworthiness of generated responses remains underex…

Cited by 0SourcePDFScholar
2025

Uni-Instruct: One-step Diffusion Model through Unified Diffusion Divergence Instruction

NeurIPS 2025poster

In this paper, we unify more than 10 existing one-step diffusion distillation approaches, such as Diff-Instruct, DMD, SIM, SiD, $f$-distill, etc, inside a theory-driven framework which we name the \textbf{\emph{Uni-Instruct}}. Uni-Instruct is motivated by our proposed diffusion expansion theory of t…

Cited by 0SourceScholar
2025

Viscoelasticity-Based Mechanistic Modeling and Control of Bending Pneumatic Muscles

RA-L 2025

Predicting the kinematics of bending pneumatic muscles (BPMs) remains challenging due to the necessity for models that effectively address the pronounced hysteresis and creep inherent in soft materials. While prior research has predominantly focused on phenomenological and data-driven modeling appro

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

An Expectation-Maximization Algorithm for Training Clean Diffusion Models from Corrupted Observations

NeurIPS 2024poster

Diffusion models excel in solving imaging inverse problems due to their ability to model complex image priors. However, their reliance on large, clean datasets for training limits their practical use where clean data is scarce. In this paper, we propose EMDiffusion, an expectation-maximization (EM)…

Cited by 10SourcePDFScholar
2024

Autonomous Agents for Collaborative Task under Information Asymmetry

NeurIPS 2024poster

Large Language Model Multi-Agent Systems (LLM-MAS) have greatly progressed in solving complex tasks. It communicates among agents within the system to collaboratively solve tasks, under the premise of shared information. However, when agents' collaborations are leveraged to perform multi-person task…

2024

BadAgent: Inserting and Activating Backdoor Attacks in LLM Agents

ACL 2024long

With the prosperity of large language models (LLMs), powerful LLM-based intelligent agents have been developed to provide customized services with a set of user-defined tools. State-of-the-art methods for constructing LLM agents adopt trained LLMs and further fine-tune them on data for the agent tas…

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

Encourage or Inhibit Monosemanticity? Revisit Monosemanticity from a Feature Decorrelation Perspective

EMNLP 2024main

To better interpret the intrinsic mechanism of large language models (LLMs), recent studies focus on monosemanticity on its basic units. A monosemantic neuron is dedicated to a single and specific concept, which forms a one-to-one correlation between neurons and concepts. Despite extensive research…

2024

Experiential Co-Learning of Software-Developing Agents

ACL 2024long

Recent advancements in large language models (LLMs) have brought significant changes to various domains, especially through LLM-driven autonomous agents. A representative scenario is in software development, where LLM agents demonstrate efficient collaboration, task division, and assurance of softwa…

2024

In-Context Symmetries: Self-Supervised Learning through Contextual World Models

NeurIPS 2024poster

At the core of self-supervised learning for vision is the idea of learning invariant or equivariant representations with respect to a set of data transformations. This approach, however, introduces strong inductive biases, which can render the representations fragile in downstream tasks that do not…

Cited by 0SourcePDFScholar
2024

Integrating Language Models with Symbolic Formulas for First-Order Logic Reasoning

ICASSP 2024accepted

Performing logical reasoning based on prior knowledge is a crucial human cognitive ability and has been a long-standing objective in the field of artificial intelligence. Large language models based on transformer architecture have been a common approach for logical reasoning over text. However, the…

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

OODRobustBench: a Benchmark and Large-Scale Analysis of Adversarial Robustness under Distribution Shift

ICML 2024poster

Existing works have made great progress in improving adversarial robustness, but typically test their method only on data from the same distribution as the training data, i.e. in-distribution (ID) testing. As a result, it is unclear how such robustness generalizes under input distribution shifts, i.…

2024

On the Duality Between Sharpness-Aware Minimization and Adversarial Training

ICML 2024poster

Adversarial Training (AT), which adversarially perturb the input samples during training, has been acknowledged as one of the most effective defenses against adversarial attacks, yet suffers from inevitably decreased clean accuracy. Instead of perturbing the samples, Sharpness-Aware Minimization (SA…

2024

On the Role of Attention Masks and LayerNorm in Transformers

NeurIPS 2024poster

Self-attention is the key mechanism of transformers, which are the essential building blocks of modern foundation models. Recent studies have shown that pure self-attention suffers from an increasing degree of rank collapse as depth increases, limiting model expressivity and further utilization of m…

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

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…

2024

Unveiling Factual Recall Behaviors of Large Language Models through Knowledge Neurons

EMNLP 2024main

In this paper, we investigate whether Large Language Models (LLMs) actively recall or retrieve their internal repositories of factual knowledge when faced with reasoning tasks. Through an analysis of LLMs’ internal factual recall at each reasoning step via Knowledge Neurons, we reveal that LLMs fail…

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

An Improved Koopman-MPC Framework for Data-Driven Modeling and Control of Soft Actuators

RA-L 2023

The challenge of achieving precise control of soft actuators with strong nonlinearity is mainly due to the difficulty of deriving models suitable for model-based control techniques. Fortunately, Koopman operator provides a data-driven method for constructing control-oriented models of nonlinear syst

Cited by 49SourceScholar
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 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

USER: Unsupervised Structural Entropy-Based Robust Graph Neural Network

AAAI 2023technical

Unsupervised/self-supervised graph neural networks (GNN) are susceptible to the inherent randomness in the input graph data, which adversely affects the model's performance in downstream tasks. In this paper, we propose USER, an unsupervised and robust version of GNN based on structural entropy, to…

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

Beyond the Best: Distribution Functional Estimation in Infinite-Armed Bandits

NeurIPS 2022accept

In the infinite-armed bandit problem, each arm's average reward is sampled from an unknown distribution, and each arm can be sampled further to obtain noisy estimates of the average reward of that arm. Prior work focuses on the best arm, i.e. estimating the maximum of the average reward distribution…

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

The Convex Geometry of Backpropagation: Neural Network Gradient Flows Converge to Extreme Points of the Dual Convex Program

ICLR 2022poster

We study non-convex subgradient flows for training two-layer ReLU neural networks from a convex geometry and duality perspective. We characterize the implicit bias of unregularized non-convex gradient flow as convex regularization of an equivalent convex model. We then show that the limit points of…

Cited by 14SourcePDFScholar
2022

The Hidden Convex Optimization Landscape of Regularized Two-Layer ReLU Networks: an Exact Characterization of Optimal Solutions

ICLR 2022oral

We prove that finding all globally optimal two-layer ReLU neural networks can be performed by solving a convex optimization program with cone constraints. Our analysis is novel, characterizes all optimal solutions, and does not leverage duality-based analysis which was recently used to lift neural n…

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

Adaptive Newton Sketch: Linear-time Optimization with Quadratic Convergence and Effective Hessian Dimensionality

ICML 2021spotlight

We propose a randomized algorithm with quadratic convergence rate for convex optimization problems with a self-concordant, composite, strongly convex objective function. Our method is based on performing an approximate Newton step using a random projection of the Hessian. Our first contribution is t…

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

Dynamic Context-Sensitive Filtering Network for Video Salient Object Detection

ICCV 2021poster

The ability to capture inter-frame dynamics has been critical to the development of video salient object detection (VSOD). While many works have achieved great success in this field, a deeper insight into its dynamic nature should be developed. In this work, we aim to answer the following questions:…

Cited by 128PDFcodeScholar
2021

On Dyadic Fairness: Exploring and Mitigating Bias in Graph Connections

ICLR 2021poster

Disparate impact has raised serious concerns in machine learning applications and its societal impacts. In response to the need of mitigating discrimination, fairness has been regarded as a crucial property in algorithmic design. In this work, we study the problem of disparate impact on graph-struct…

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