← Search

Junfeng Yang

28 accepted papers

2026

Outrunning LLM Cutoffs: A Live Kernel Crash Resolution Benchmark for All

ICML 2026poster

Repairing system crashes discovered by kernel fuzzers like Syzkaller is a critical yet underexplored challenge in software engineering. While recent works have introduced Large Language Model (LLM) based agents for Linux kernel crash-resolution, their evaluation benchmarks are usually static and thu…

Cited by 0SourceScholar
2026

SeD-UD: An Influence-Driven and Hierarchically-Decoupled Information Bottleneck for Multimodal Intent Recognition

CVPR 2026

Multimodal intent recognition (MIR) is hindered by substantial redundancy and noise originating from text, speech, and visual inputs, which weakens feature distinctiveness and ultimately harms recognition performance. Although recent approaches based on the information bottleneck (IB) principle miti

Cited by 0SourcecodeScholar
2025

A Personalized Comfort Space With Variable Shape Based on Environmental Information for Robot Navigation in Homes

RA-L 2025

When a robot navigates in home environments, its trajectories need not only to avoid collisions but also to meet the psychological comfort of family members. We propose a personalized comfort space with variable shape based on environmental information to enhance the comfort perception of different

Cited by 3SourceScholar
2025

Diversity Helps Jailbreak Large Language Models

NAACL 2025long

We have uncovered a powerful jailbreak technique that leverages large language models’ ability to diverge from prior context, enabling them to bypass safety constraints and generate harmful outputs. By simply instructing the LLM to deviate and obfuscate previous attacks, our method dramatically outp…

Cited by 2SourcePDFScholar
2025

EditLord: Learning Code Transformation Rules for Code Editing

ICML 2025poster

Code editing is a foundational task in software development, where its effectiveness depends on whether it introduces desired code property changes without changing the original code's intended functionality. Existing approaches often formulate code editing as an implicit end-to-end task, omitting…

Cited by 0SourcePDFScholar
2025

Efficient Curvature-Aware Hypergradient Approximation for Bilevel Optimization

ICML 2025poster

Bilevel optimization is a powerful tool for many machine learning problems, such as hyperparameter optimization and meta-learning. Estimating hypergradients (also known as implicit gradients) is crucial for developing gradient-based methods for bilevel optimization. In this work, we propose a comput…

Cited by 0SourcePDFScholar
2025

I Can Hear You: Selective Robust Training for Deepfake Audio Detection

ICLR 2025poster

Recent advances in AI-generated voices have intensified the challenge of detecting deepfake audio, posing risks for scams and the spread of disinformation. To tackle this issue, we establish the largest public voice dataset to date, named DeepFakeVox-HQ, comprising 1.3 million samples, including 270…

Cited by 2SourcePDFScholar
2025

Learning to Rewrite: Generalized LLM-Generated Text Detection

ACL 2025long

Detecting text generated by Large Language Models (LLMs) is crucial, yet current detectors often struggle to generalize in open-world settings. We introduce Learning2Rewrite, a novel framework to detect LLM-generated text with exceptional generalization to unseen domains. Capitalized on the finding…

2024

Exploiting Code Symmetries for Learning Program Semantics

ICML 2024spotlight

This paper tackles the challenge of teaching code semantics to Large Language Models (LLMs) for program analysis by incorporating code symmetries into the model architecture. We introduce a group-theoretic framework that defines code symmetries as semantics-preserving transformations, where forming…

Cited by 7SourcePDFScholar
2024

GDA: Generalized Diffusion for Robust Test-time Adaptation

CVPR 2024poster

Machine learning models face generalization challenges when exposed to out-of-distribution (OOD) samples with unforeseen distribution shifts. Recent research reveals that for vision tasks test-time adaptation employing diffusion models can achieve state-of-the-art accuracy improvements on OOD sample…

Cited by 8SourcePDFScholar
2024

INViTE: INterpret and Control Vision-Language Models with Text Explanations

ICLR 2024poster

Large-scale pre-trained vision foundation models, such as CLIP, have become de facto backbones for various vision tasks. However, due to their black-box nature, understanding the underlying rules behind these models’ predictions and controlling model behaviors have remained open challenges. We prese…

2024

MGit: A Model Versioning and Management System

ICML 2024poster

New ML models are often derived from existing ones (e.g., through fine-tuning, quantization or distillation), forming an ecosystem where models are *related* to each other and can share structure or even parameter values. Managing such a large and evolving ecosystem of model derivatives is challengi…

Cited by 2SourcePDFScholar
2024

SemCoder: Training Code Language Models with Comprehensive Semantics Reasoning

NeurIPS 2024poster

Code Large Language Models (Code LLMs) have excelled at tasks like code completion but often miss deeper semantics such as execution effects and dynamic states. This paper aims to bridge the gap between Code LLMs' reliance on static text data and the need for semantic understanding for complex tasks…

2024

Towards a Theoretical Understanding of Why Local Search Works for Clustering with Fair-Center Representation

AAAI 2024technical

The representative k-median problem generalizes the classical clustering formulations in that it partitions the data points into several disjoint demographic groups and poses a lower-bound constraint on the number of opened facilities from each group, such that all the groups are fairly represented…

Cited by 1SourcePDFScholar
2024

kGym: A Platform and Dataset to Benchmark Large Language Models on Linux Kernel Crash Resolution

NeurIPS 2024poster

Large Language Models (LLMs) are consistently improving at increasingly realistic software engineering (SE) tasks. In real-world software stacks, significant SE effort is spent developing foundational system software like the Linux kernel. Unlike application-level software, a systems codebase like…

Cited by 1SourcePDFScholar
2023

Doubly Right Object Recognition: A Why Prompt for Visual Rationales

CVPR 2023poster

Many visual recognition models are evaluated only on their classification accuracy, a metric for which they obtain strong performance. In this paper, we investigate whether computer vision models can also provide correct rationales for their predictions. We propose a "doubly right" object recognitio…

2023

Robust Perception through Equivariance

ICML 2023poster

Deep networks for computer vision are not reliable when they encounter adversarial examples. In this paper, we introduce a framework that uses the dense intrinsic constraints in natural images to robustify inference. By introducing constraints at inference time, we can shift the burden of robustness…

2023

Understanding Zero-shot Adversarial Robustness for Large-Scale Models

ICLR 2023poster

Pretrained large-scale vision-language models like CLIP have exhibited strong generalization over unseen tasks. Yet imperceptible adversarial perturbations can significantly reduce CLIP's performance on new tasks. In this work, we identify and explore the problem of adapting large-scale models for z…

2022

Causal Transportability for Visual Recognition

CVPR 2022poster

Visual representations underlie object recognition tasks, but they often contain both robust and non-robust features. Our main observation is that image classifiers may perform poorly on out-of-distribution samples because spurious correlations between non-robust features and labels can be changed i…

Cited by 45PDFcodeScholar
2021

Adversarial Attacks Are Reversible With Natural Supervision

ICCV 2021poster

We find that images contain intrinsic structure that enables the reversal of many adversarial attacks. Attack vectors cause not only image classifiers to fail, but also collaterally disrupt incidental structure in the image. We demonstrate that modifying the attacked image to restore the natural str…

Cited by 68PDFcodeScholar
2021

Generative Interventions for Causal Learning

CVPR 2021poster

We introduce a framework for learning robust visual representations that generalize to new viewpoints, backgrounds, and scene contexts. Discriminative models often learn naturally occurring spurious correlations, which cause them to fail on images outside of the training distribution. In this paper,…

Cited by 67PDFcodeScholar
2020

Multitask Learning Strengthens Adversarial Robustness

ECCV 2020poster

Although deep networks achieve strong accuracy on a range of computer vision benchmarks, they remain vulnerable to adversarial attacks, where imperceptible input perturbations fool the network. We present both theoretical and empirical analyses that connect the adversarial robustness of a model to t…

2019

Metric Learning for Adversarial Robustness

NeurIPS 2019poster

Deep networks are well-known to be fragile to adversarial attacks. We conduct an empirical analysis of deep representations under the state-of-the-art attack method called PGD, and find that the attack causes the internal representation to shift closer to the ``false'' class. Motivated by this obser…

2018

Efficient Formal Safety Analysis of Neural Networks

NeurIPS 2018poster

Neural networks are increasingly deployed in real-world safety-critical domains such as autonomous driving, aircraft collision avoidance, and malware detection. However, these networks have been shown to often mispredict on inputs with minor adversarial or even accidental perturbations. Consequences…

2017

PanNet: A Deep Network Architecture for Pan-Sharpening

ICCV 2017poster

We propose a deep network architecture for the pan-sharpening problem called PanNet. We incorporate domain-specific knowledge to design our PanNet architecture by focusing on the two aims of the pan-sharpening problem: spectral and spatial preservation. For spectral preservation, we add up-sampled m…

Cited by 800PDFScholar