← Search

Yun Yang

31 accepted papers

2026

DR-GGAD: Dual Residual Centering for Mitigating Anomaly Non‑Discriminativity in Generalist Graph Anomaly Detection

ICLR 2026poster

Generalist Graph Anomaly Detection (GGAD) seeks a unified representation learning model to detect anomalies in unseen graphs, but cross-domain transfer often entangles the learned anomalous and normal representations. We formalize this degradation as Anomaly non-Discriminativity (AnD) and define a n…

Cited by 0SourceScholar
2026

EnViT: Enhancing the Performance of Early-Exit Vision Transformers via Exit-Aware Structured Dropout-Enabled Self-Distillation

AAAI 2026technical

Vision Transformers (ViTs) have gained significant attention and widespread adoption due to their impressive performance in various computer vision tasks. However, in practice, their substantial computational overhead often leads to high inference latency and increased overheads when deployed on res

Cited by 0SourcePDFScholar
2026

LoPrune: Efficient Data Pruning for LoRA-Based Fine-Tuning of Vision Transformer

CVPR 2026

Visual models are deployed on many Internet-of-Things (IoT) devices to power a variety of visual applications at the network edge. These models often need to be fine-tuned on-device continually to adapt to changing operating environments timely. However, the computing and energy overheads incurred a

Cited by 0SourceScholar
2026

NuWa: Deriving Lightweight Class-Specific Vision Transformers for Edge Devices

CVPR 2026

Vision Transformers (ViTs) often need to be compressed for deployment on resource-constrained edge devices like drones and smart vehicles. However, existing model compression methods ignore that many edge devices only require the knowledge of specific classes for their applications. As a result, the

Cited by 0SourcecodeScholar
2026

Vulcan: Crafting Compact Class-Specific Vision Transformers For Edge Intelligence

ICLR 2026poster

Large Vision Transformers (ViTs) must often be compressed before they can be deployed on resource-constrained edge devices. However, many edge devices require only part of the *all-classes* knowledge of a pre-trained ViT in their corresponding application scenarios. This is overlooked by existing c…

Cited by 0SourcecodeScholar
2025

A Likelihood Based Approach to Distribution Regression Using Conditional Deep Generative Models

ICML 2025poster

In this work, we explore the theoretical properties of conditional deep generative models under the statistical framework of distribution regression where the response variable lies in a high-dimensional ambient space but concentrates around a potentially lower-dimensional manifold. More specificall…

Cited by 0SourcePDFScholar
2025

CLeVeR: Multi-modal Contrastive Learning for Vulnerability Code Representation

ACL 2025finding

Automated vulnerability detection has become increasingly important. Many existing methods utilize deep learning models to obtain code representations for vulnerability detection. However, these approaches predominantly capture the overall semantics of the code rather than its intrinsic vulnerabilit…

2025

Conditional Diffusion Models are Minimax-Optimal and Manifold-Adaptive for Conditional Distribution Estimation

ICLR 2025poster

We consider a class of conditional forward-backward diffusion models for conditional generative modeling, that is, generating new data given a covariate (or control variable). To formally study the theoretical properties of these conditional generative models, we adopt a statistical framework of dis…

Cited by 1SourcePDFScholar
2025

Personalized Question Answering with User Profile Generation and Compression

EMNLP 2025

Large language models (LLMs) offer a novel and convenient avenue for humans to acquire knowledge. However, LLMs are prone to providing “midguy” answers regardless of users’ knowledge background, thereby failing to meet each user’s personalized needs. To tackle the problem, we propose to generate per

2025

STE-Mamba: Automated Multimodal Depression Detection through Emotional Analysis and Spatio-Temporal Information Ensemble

ICASSP 2025accepted

Automatic Depression Detection (ADD) garners widespread attention due to its convenience and objectivity. While existing research makes significant progress, challenges remain. First, most current ADD methods struggle to balance computational overhead and prediction accuracy. Second, these methods p…

Cited by 0SourceScholar
2025

Sim-LLM: Optimizing LLM Inference at the Edge through Inter-Task KV Reuse

NeurIPS 2025poster

KV cache technology, by storing key-value pairs, helps reduce the computational overhead incurred by *large language models* (LLMs). It facilitates their deployment on resource-constrained edge computing nodes like edge servers. However, as the complexity and size of tasks increase, KV cache usage l…

Cited by 0SourcecodeScholar
2025

Testing Conditional Mean Independence Using Generative Neural Networks

ICML 2025poster

Conditional mean independence (CMI) testing is crucial for statistical tasks including model determination and variable importance evaluation. In this work, we introduce a novel population CMI measure and a bootstrap-based testing procedure that utilizes deep generative neural networks to estimate t…

Cited by 0SourcePDFScholar
2024

Minimizing Convex Functionals over Space of Probability Measures via KL Divergence Gradient Flow

AISTATS 2024poster

Motivated by the computation of the non-parametric maximum likelihood estimator (NPMLE) and the Bayesian posterior in statistics, this paper explores the problem of convex optimization over the space of all probability distributions. We introduce an implicit scheme, called the implicit KL proximal d…

Cited by 5SourcePDFScholar
2024

Statistically Optimal $K$-means Clustering via Nonnegative Low-rank Semidefinite Programming

ICLR 2024oral

$K$-means clustering is a widely used machine learning method for identifying patterns in large datasets. Recently, semidefinite programming (SDP) relaxations have been proposed for solving the $K$-means optimization problem, which enjoy strong statistical optimality guarantees. However, the prohibi…

Cited by 2SourcePDFScholar
2023

A Gromov--Wasserstein Geometric View of Spectrum-Preserving Graph Coarsening

ICML 2023poster

Graph coarsening is a technique for solving large-scale graph problems by working on a smaller version of the original graph, and possibly interpolating the results back to the original graph. It has a long history in scientific computing and has recently gained popularity in machine learning, parti…

2023

Global and Local Mixture Consistency Cumulative Learning for Long-Tailed Visual Recognitions

CVPR 2023poster

In this paper, our goal is to design a simple learning paradigm for long-tail visual recognition, which not only improves the robustness of the feature extractor but also alleviates the bias of the classifier towards head classes while reducing the training skills and overhead. We propose an efficie…

2022

Sketch-and-lift: scalable subsampled semidefinite program for K-means clustering

AISTATS 2022poster

Semidefinite programming (SDP) is a powerful tool for tackling a wide range of computationally hard problems such as clustering. Despite the high accuracy, semidefinite programs are often too slow in practice with poor scalability on large (or even moderate) datasets. In this paper, we introduce a l…

2022

Sketching as a Tool for Understanding and Accelerating Self-attention for Long Sequences

NAACL 2022long

Transformer-based models are not efficient in processing long sequences due to the quadratic space and time complexity of the self-attention modules. To address this limitation, Linformer and Informer reduce the quadratic complexity to linear (modulo logarithmic factors) via low-dimensional projecti…

2022

Structured variational inference in Bayesian state-space models

AISTATS 2022poster

Variational inference is routinely deployed in Bayesian state-space models as an efficient computational technique. Motivated by the inconsistency issue observed by Wang and Titterington (2004) for the mean-field approximation in linear state-space models, we consider a more expressive variational f…

Cited by 4SourcePDFScholar
2021

Accumulations of Projections—A Unified Framework for Random Sketches in Kernel Ridge Regression

AISTATS 2021poster

Building a sketch of an n-by-n empirical kernel matrix is a common approach to accelerate the computation of many kernel methods. In this paper, we propose a unified framework of constructing sketching methods in kernel ridge regression (KRR), which views the sketching matrix S as an accumulation of…

Cited by 15SourcePDFScholar
2021

AdvDrop: Adversarial Attack to DNNs by Dropping Information

ICCV 2021poster

Human can easily recognize visual objects with lost information: even losing most details with only contour reserved, e.g. cartoon. However, in terms of visual perception of Deep Neural Networks (DNNs), the ability for recognizing abstract objects (visual objects with lost information) is still a ch…

Cited by 125PDFcodeScholar
2021

Adversarial Laser Beam: Effective Physical-World Attack to DNNs in a Blink

CVPR 2021poster

Though it is well known that the performance of deep neural networks (DNNs) degrades under certain light conditions, there exists no study on the threats of light beams emitted from some physical source as adversarial attacker on DNNs in a real-world scenario. In this work, we show by simply using a…

Cited by 173PDFcodeScholar
2021

Skyformer: Remodel Self-Attention with Gaussian Kernel and Nystr\"om Method

NeurIPS 2021poster

Transformers are expensive to train due to the quadratic time and space complexity in the self-attention mechanism. On the other hand, although kernel machines suffer from the same computation bottleneck in pairwise dot products, several approximation schemes have been successfully incorporated to c…

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