← Search

Yixuan Li

106 accepted papers

2026

COLA: Learning Human-Humanoid Coordination for Collaborative Object Carrying

ICRA 2026poster

Human-humanoid collaboration shows significant promise for applications in healthcare, domestic assistance, and manufacturing. While compliant robot-human collaboration has been extensively developed for robotic arms, enabling compliant human-humanoid collaboration remains largely unexplored due to …

Cited by 0Scholar
2026

ColorMap-VIO: A Drift-Free Visual-Inertial Odometry in a Prior Colored Point Cloud Map

RA-L 2026

Visual-inertial odometry (VIO) can estimate robot poses at high frequencies but suffers from accumulated drift over time. Incorporating point cloud maps offers a promising solution, yet existing registration methods between vision and point clouds are limited by heterogeneous feature alignment, leav

Cited by 0SourceScholar
2026

Constraint Matters: Multi-Modal Representation for Reducing Mixed-Integer Linear programming

ICLR 2026poster

Model reduction, which aims to learn a simpler model of the original mixed integer linear programming (MILP), can solve large-scale MILP problems much faster. Most existing model reduction methods are based on variable reduction, which predicts a solution value for a subset of variables. From a dual…

Cited by 0SourcecodeScholar
2026

Efficient Test-Time Scaling via Hierarchical Search and Self-Verification for Discrete Diffusion Language Models

ICML 2026poster

Inference-time compute has re-emerged as a practical way to improve LLM reasoning. Most test-time scaling (TTS) algorithms rely on autoregressive decoding, which is ill-suited to discrete diffusion language models (dLLMs) due to their parallel decoding over the entire sequence. As a result, developi…

Cited by 0SourceScholar
2026

HoloCine: Holistic Generation of Cinematic Multi-Shot Long Video Narratives

CVPR 2026

State-of-the-art text-to-video models excel at generating isolated clips but fall short of creating the coherent, multi-shot narratives, which are the essence of storytelling. We bridge this "narrative gap" with HoloCine, a model that generates entire scenes holistically to ensure global consistency

Cited by 0SourcecodeScholar
2026

MagicQuill V2: Precise and Interactive Image Editing with Layered Visual Cues

CVPR 2026

We propose MagicQuill V2, a novel framework that introduces a layered composition paradigm to generative image editing, bridging the gap between the semantic power of modern diffusion models and the granular control of traditional graphics software. While state-of-the-art diffusion transformers exce

Cited by 0SourcecodeScholar
2026

MicLog: Towards Accurate and Efficient LLM-based Log Parsing via Progressive Meta In-Context Learning

AAAI 2026technical

Log parsing converts semi-structured logs into structured templates, forming a critical foundation for downstream analysis. Traditional syntax and semantic-based parsers often struggle with semantic variations in evolving logs and data scarcity stemming from their limited domain coverage. Recent lar

Cited by 0SourcePDFScholar
2026

video-SALMONN S: Memory-Enhanced Streaming Audio-Visual LLM

ICML 2026poster

Long-duration streaming video understanding is fundamental for future AI agents, yet remains limited by ineffective long-term memory. We introduce video-SALMONN S, a memory-enhanced streaming audio-visual large language model that processes over 3-hour videos at $1$ FPS and $360$p resolution, outper…

Cited by 0SourceScholar
2025

AI-generated Image Quality Assessment in Visual Communication

AAAI 2025technical

Assessing the quality of artificial intelligence-generated images (AIGIs) plays a crucial role in their application in real-world scenarios. However, traditional image quality assessment (IQA) algorithms primarily focus on low-level visual perception, while existing IQA works on AIGIs overemphasize…

2025

Adaptive Sparse Feature Location Activation Strategy for Sparse Detectors on Drone Images

ICASSP 2025accepted

Sparse convolution, operating convolutions on sparsely sampled areas via a learnable mask, has witnessed its powerful ability to accelerate detector inference speed on high-resolution drone images. However, the sparse mask in existing sparse convolution-based detection methods often struggles with a…

Cited by 0SourceScholar
2025

Audio-centric Video Understanding Benchmark without Text Shortcut

EMNLP 2025

Audio often serves as an auxiliary modality in video understanding tasks of audio-visual large language models (LLMs), merely assisting in the comprehension of visual information. However, a thorough understanding of videos significantly depends on auditory information, as audio offers critical cont

2025

CLONE: Closed-Loop Whole-Body Humanoid Teleoperation for Long-Horizon Tasks

CoRL 2025poster

Humanoid robot teleoperation plays a vital role in demonstrating and collecting data for complex interactions. Current methods suffer from two key limitations: (1) restricted controllability due to decoupled upper- and lower-body control, and (2) severe drift caused by open-loop execution. These iss…

Cited by 0SourceScholar
2025

CONDA: Adaptive Concept Bottleneck for Foundation Models Under Distribution Shifts

ICLR 2025poster

Advancements in foundation models (FMs) have led to a paradigm shift in machine learning. The rich, expressive feature representations from these pre-trained, large- scale FMs are leveraged for multiple downstream tasks, usually via lightweight fine-tuning of a shallow fully-connected network follow…

Cited by 0SourcePDFScholar
2025

DaWin: Training-free Dynamic Weight Interpolation for Robust Adaptation

ICLR 2025poster

Adapting a pre-trained foundation model on downstream tasks should ensure robustness against distribution shifts without the need to retrain the whole model. Although existing weight interpolation methods are simple yet effective, we argue their static nature limits downstream performance while achi…

2025

Direct Numerical Layout Generation for 3D Indoor Scene Synthesis via Spatial Reasoning

NeurIPS 2025poster

Realistic 3D indoor scene synthesis is vital for embodied AI and digital content creation. It can be naturally divided into two subtasks: object generation and layout generation. While recent generative models have significantly advanced object-level quality and controllability, layout generation re…

Cited by 0SourceScholar
2025

Enabling Auditory Large Language Models for Automatic Speech Quality Evaluation

ICASSP 2025accepted

Speech quality assessment typically requires evaluating audio from multiple aspects, such as mean opinion score (MOS) and speaker similarity (SIM) etc., which can be challenging to cover using one small model designed for a single task. In this paper, we propose leveraging recently introduced audito…

Cited by 0SourceScholar
2025

Fast and Interpretable Mixed-Integer Linear Program Solving by Learning Model Reduction

AAAI 2025technical

By exploiting the correlation between the structure and the solution of Mixed-Integer Linear Programming (MILP), Machine Learning (ML) has become a promising method for solving large-scale MILP problems. Existing ML-based MILP solvers mainly focus on end-to-end solution learning, which suffers from…

Cited by 2SourcePDFScholar
2025

How Contaminated Is Your Benchmark? Measuring Dataset Leakage in Large Language Models with Kernel Divergence

ICML 2025poster

Dataset contamination, where evaluation datasets overlap with pre-training corpora, inflates performance metrics and undermines the reliability of model evaluations. Measuring dataset contamination thus becomes essential to ensure that performance evaluations genuinely reflect a model's ability to g…

2025

HyGenar: An LLM-Driven Hybrid Genetic Algorithm for Few-Shot Grammar Generation

ACL 2025finding

Grammar plays a critical role in natural language processing and text/code generation by enabling the definition of syntax, the creation of parsers, and guiding structured outputs. Although large language models (LLMs) demonstrate impressive capabilities across domains, their ability to infer and ge…

2025

Improving LLM Video Understanding with 16 Frames Per Second

ICML 2025poster

Human vision is dynamic and continuous. However, in video understanding with multimodal large language models (LLMs), existing methods primarily rely on static features extracted from images sampled at a fixed low frame rate of frame-per-second (FPS) $\leqslant$2, leading to critical visual informat…

2025

Learning Sparse Approximate Inverse Preconditioners for Conjugate Gradient Solvers on GPUs

NeurIPS 2025poster

The conjugate gradient solver (CG) is a prevalent method for solving symmetric and positive definite linear systems $\mathbf{Ax} = \mathbf{b}$, where effective preconditioners are crucial for fast convergence. Traditional preconditioners rely on prescribed algorithms to offer rigorous theoretical gu…

Cited by 0SourceScholar
2025

Move to Understand a 3D Scene: Bridging Visual Grounding and Exploration for Efficient and Versatile Embodied Navigation

ICCV 2025poster

Embodied scene understanding requires not only comprehending visual-spatial information that has been observed but also determining where to explore next in the 3D physical world. Existing 3D Vision-Language (3D-VL) models primarily focus on grounding objects in static observations from 3D reconstru…

Cited by 0SourcePDFScholar
2025

Multi-identity Human Image Animation with Structural Video Diffusion

ICCV 2025poster

Generating human videos from a single image while ensuring high visual quality and precise control is a challenging task, especially in complex scenarios involving multiple individuals and interactions with objects. Existing methods, while effective for single-human cases, often fail to handle the i…

2025

ObjectGS: Object-aware Scene Reconstruction and Scene Understanding via Gaussian Splatting

ICCV 2025poster

3D Gaussian Splatting is renowned for its high-fidelity reconstructions and real-time novel view synthesis, yet its lack of semantic understanding limits object-level perception. In this work, we propose ObjectGS, an object-aware framework that unifies 3D scene reconstruction with semantic understan…

2025

Position: Challenges and Future Directions of Data-Centric AI Alignment

ICML 2025poster

As AI systems become increasingly capable and influential, ensuring their alignment with human values, preferences, and goals has become a critical research focus. Current alignment methods primarily focus on designing algorithms and loss functions but often underestimate the crucial role of data. T…

Cited by 0SourcePDFScholar
2025

PostEdit: Posterior Sampling for Efficient Zero-Shot Image Editing

ICLR 2025poster

In the field of image editing, three core challenges persist: controllability, background preservation, and efficiency. Inversion-based methods rely on time-consuming optimization to preserve the features of the initial images, which results in low efficiency due to the requirement for extensive net…

2025

Prompt Candidates, then Distill: A Teacher-Student Framework for LLM-driven Data Annotation

ACL 2025long

Recently, Large Language Models (LLMs) have demonstrated significant potential for data annotation, markedly reducing the labor costs associated with downstream applications. However, existing methods mostly adopt an aggressive strategy by prompting LLM to determine a single gold label for each unla…

2025

Understanding Multimodal LLMs Under Distribution Shifts: An Information-Theoretic Approach

ICML 2025poster

Multimodal large language models (MLLMs) have shown promising capabilities but struggle under distribution shifts, where evaluation data differ from instruction tuning distributions. Although previous works have provided empirical evaluations, we argue that establishing a formal framework that can c…

Cited by 2SourcePDFScholar
2025

Understanding and Mitigating Miscalibration in Prompt Tuning for Vision-Language Models

ICML 2025poster

Confidence calibration is critical for the safe deployment of machine learning models in the real world. However, such issue in vision-language models like CLIP, particularly after fine-tuning, has not been fully addressed. In this work, we demonstrate that existing prompt tuning methods usually lea…

Cited by 1SourcePDFScholar
2025

Unsolvable Problem Detection: Robust Understanding Evaluation for Large Multimodal Models

ACL 2025long

This paper introduces a novel task to evaluate the robust understanding capability of Large Multimodal Models (LMMs), termed Unsolvable Problem Detection (UPD). Multiple-choice question answering (MCQA) is widely used to assess the understanding capability of LMMs, but it does not guarantee that LMM…

2025

video-SALMONN-o1: Reasoning-enhanced Audio-visual Large Language Model

ICML 2025poster

While recent advancements in reasoning optimization have significantly enhanced the capabilities of large language models (LLMs), existing efforts to improve reasoning have been limited to solving mathematical problems and focusing on visual graphical inputs, neglecting broader applications in gener…

2024

Adaptive Image Quality Assessment via Teaching Large Multimodal Model to Compare

NeurIPS 2024spotlight

While recent advancements in large multimodal models (LMMs) have significantly improved their abilities in image quality assessment (IQA) relying on absolute quality rating, how to transfer reliable relative quality comparison outputs to continuous perceptual quality scores remains largely unexplore…

2024

BackdoorAlign: Mitigating Fine-tuning based Jailbreak Attack with Backdoor Enhanced Safety Alignment

NeurIPS 2024poster

Despite the general capabilities of Large Language Models (LLMs) like GPT-4, these models still request fine-tuning or adaptation with customized data when meeting the specific business demands and intricacies of tailored use cases. However, this process inevitably introduces new safety threats, par…

Cited by 4SourcePDFScholar
2024

ConjNorm: Tractable Density Estimation for Out-of-Distribution Detection

ICLR 2024poster

Post-hoc out-of-distribution (OOD) detection has garnered intensive attention in reliable machine learning. Many efforts have been dedicated to deriving score functions based on logits, distances, or rigorous data distribution assumptions to identify low-scoring OOD samples. Nevertheless, these esti…

Cited by 11SourcePDFScholar
2024

HYPO: Hyperspherical Out-Of-Distribution Generalization

ICLR 2024poster

Out-of-distribution (OOD) generalization is critical for machine learning models deployed in the real world. However, achieving this can be fundamentally challenging, as it requires the ability to learn invariant features across different domains or environments. In this paper, we propose a novel fr…

2024

HaloScope: Harnessing Unlabeled LLM Generations for Hallucination Detection

NeurIPS 2024spotlight

The surge in applications of large language models (LLMs) has prompted concerns about the generation of misleading or fabricated information, known as hallucinations. Therefore, detecting hallucinations has become critical to maintaining trust in LLM-generated content. A primary challenge in learnin…

Cited by 16SourcePDFScholar
2024

How Does Unlabeled Data Provably Help Out-of-Distribution Detection?

ICLR 2024poster

Using unlabeled data to regularize the machine learning models has demonstrated promise for improving safety and reliability in detecting out-of-distribution (OOD) data. Harnessing the power of unlabeled in-the-wild data is non-trivial due to the heterogeneity of both in-distribution (ID) and OOD da…

2024

How to Overcome Curse-of-Dimensionality for Out-of-Distribution Detection?

AAAI 2024technical

Machine learning models deployed in the wild can be challenged by out-of-distribution (OOD) data from unknown classes. Recent advances in OOD detection rely on distance measures to distinguish samples that are relatively far away from the in-distribution (ID) data. Despite the promise, distance-base…

2024

HumanVid: Demystifying Training Data for Camera-controllable Human Image Animation

NeurIPS 2024poster

Human image animation involves generating videos from a character photo, allowing user control and unlocking the potential for video and movie production. While recent approaches yield impressive results using high-quality training data, the inaccessibility of these datasets hampers fair and transpa…

2024

InterControl: Zero-shot Human Interaction Generation by Controlling Every Joint

NeurIPS 2024poster

Text-conditioned motion synthesis has made remarkable progress with the emergence of diffusion models. However, the majority of these motion diffusion models are primarily designed for a single character and overlook multi-human interactions. In our approach, we strive to explore this problem by syn…

2024

Is A Picture Worth A Thousand Words? Delving Into Spatial Reasoning for Vision Language Models

NeurIPS 2024poster

Large language models (LLMs) and vision-language models (VLMs) have demonstrated remarkable performance across a wide range of tasks and domains. Despite this promise, spatial understanding and reasoning—a fundamental component of human cognition—remains under-explored. We propose SpatialEval, a nov…

2024

Joint Annotation of Morphology and Syntax in Dependency Treebanks

COLING 2024main

In this paper, we compare different ways to annotate both syntactic and morphological relations in a dependency treebank and we propose new formats we call mSUD and mUD, compatible with the Universal Dependencies (UD) schema for syntactic treebanks. We emphasize mSUD rather than mUD, the former bein…

Cited by 0SourcePDFScholar
2024

PACER+: On-Demand Pedestrian Animation Controller in Driving Scenarios

CVPR 2024poster

We address the challenge of content diversity and controllability in pedestrian simulation for driving scenarios. Recent pedestrian animation frameworks have a significant limitation wherein they primarily focus on either following trajectory or the content of the reference video consequently overlo…

Cited by 15SourcePDFScholar
2024

PICLe: Eliciting Diverse Behaviors from Large Language Models with Persona In-Context Learning

ICML 2024poster

Large Language Models (LLMs) are trained on massive text corpora, which are encoded with diverse personality traits. This triggers an interesting goal of eliciting a desired personality trait from the LLM, and probing its behavioral preferences. Accordingly, we formalize the persona elicitation task…

2024

Targeted Representation Alignment for Open-World Semi-Supervised Learning

CVPR 2024poster

Open-world Semi-Supervised Learning aims to classify unlabeled samples utilizing information from labeled data while unlabeled samples are not only from the labeled known categories but also from novel categories previously unseen. Despite the promise current approaches solely rely on hazardous simi…

2024

When and How Does In-Distribution Label Help Out-of-Distribution Detection?

ICML 2024poster

Detecting data points deviating from the training distribution is pivotal for ensuring reliable machine learning. Extensive research has been dedicated to the challenge, spanning classical anomaly detection techniques to contemporary out-of-distribution (OOD) detection approaches. While OOD detectio…

2023

A Critical Analysis of Document Out-of-Distribution Detection

EMNLP 2023long findings

Large-scale pre-training is widely used in recent document understanding tasks. During deployment, one may expect that models should trigger a conservative fallback policy when encountering out-of-distribution (OOD) samples, which highlights the importance of OOD detection. However, most existing OO…

Cited by 0SourceScholar
2023

A Graph-Theoretic Framework for Understanding Open-World Semi-Supervised Learning

NeurIPS 2023spotlight

Open-world semi-supervised learning aims at inferring both known and novel classes in unlabeled data, by harnessing prior knowledge from a labeled set with known classes. Despite its importance, there is a lack of theoretical foundations for this problem. This paper bridges the gap by formalizing a…

2023

BEVPlace: Learning LiDAR-based Place Recognition using Bird's Eye View Images

ICCV 2023poster

Place recognition is a key module for long-term SLAM systems. Current LiDAR-based place recognition methods usually use representations of point clouds such as unordered points or range images. These methods achieve high recall rates of retrieval, but their performance may degrade in the case of vie…

Cited by 46PDFcodeScholar
2023

Dream the Impossible: Outlier Imagination with Diffusion Models

NeurIPS 2023poster

Utilizing auxiliary outlier datasets to regularize the machine learning model has demonstrated promise for out-of-distribution (OOD) detection and safe prediction. Due to the labor intensity in data collection and cleaning, automating outlier data generation has been a long-desired alternative. Desp…

2023

Feed Two Birds with One Scone: Exploiting Wild Data for Both Out-of-Distribution Generalization and Detection

ICML 2023poster

Modern machine learning models deployed in the wild can encounter both covariate and semantic shifts, giving rise to the problems of out-of-distribution (OOD) generalization and OOD detection respectively. While both problems have received significant research attention lately, they have been pursue…

2023

How to Exploit Hyperspherical Embeddings for Out-of-Distribution Detection?

ICLR 2023poster

Out-of-distribution (OOD) detection is a critical task for reliable machine learning. Recent advances in representation learning give rise to distance-based OOD detection, where testing samples are detected as OOD if they are relatively far away from the centroids or prototypes of in-distribution (I…

2023

I2P-Rec: Recognizing Images on Large-Scale Point Cloud Maps Through Bird's Eye View Projections

IROS 2023poster

Place recognition is an important technique for autonomous cars to achieve full autonomy since it can provide an initial guess to online localization algorithms. Although current methods based on images or point clouds have achieved satisfactory performance, localizing the images on a large-scale po…

Cited by 14SourceScholar
2023

Is Fine-tuning Needed? Pre-trained Language Models Are Near Perfect for Out-of-Domain Detection

ACL 2023long

Out-of-distribution (OOD) detection is a critical task for reliable predictions over text. Fine-tuning with pre-trained language models has been a de facto procedure to derive OOD detectors with respect to in-distribution (ID) data. Despite its common use, the understanding of the role of fine-tunin…

2023

Learning to Augment Distributions for Out-of-distribution Detection

NeurIPS 2023poster

Open-world classification systems should discern out-of-distribution (OOD) data whose labels deviate from those of in-distribution (ID) cases, motivating recent studies in OOD detection. Advanced works, despite their promising progress, may still fail in the open world, owing to the lacking knowledg…

2023

MatrixCity: A Large-scale City Dataset for City-scale Neural Rendering and Beyond

ICCV 2023poster

Neural radiance fields (NeRF) and its subsequent variants have led to remarkable progress in neural rendering. While most of recent neural rendering works focus on objects and small-scale scenes, developing neural rendering methods for city-scale scenes is of great potential in many real-world appli…

Cited by 78PDFcodeScholar
2023

Mitigating Memorization of Noisy Labels by Clipping the Model Prediction

ICML 2023poster

In the presence of noisy labels, designing robust loss functions is critical for securing the generalization performance of deep neural networks. Cross Entropy (CE) loss has been shown to be not robust to noisy labels due to its unboundedness. To alleviate this issue, existing works typically design…

Cited by 32SourcePDFScholar
2023

Rethinking Domain Generalization for Face Anti-Spoofing: Separability and Alignment

CVPR 2023poster

This work studies the generalization issue of face anti-spoofing (FAS) models on domain gaps, such as image resolution, blurriness and sensor variations. Most prior works regard domain-specific signals as a negative impact, and apply metric learning or adversarial losses to remove it from feature re…

2023

TrOMR:Transformer-Based Polyphonic Optical Music Recognition

ICASSP 2023accepted

Optical Music Recognition (OMR) is an important technology in music and has been researched for a long time. Previous approaches for OMR are usually based on CNN for image understanding and RNN for music symbol classification. In this paper, we propose a transformer-based approach with excellent glo…

Cited by 0SourceScholar
2023

When and How Does Known Class Help Discover Unknown Ones? Provable Understanding Through Spectral Analysis

ICML 2023poster

Novel Class Discovery (NCD) aims at inferring novel classes in an unlabeled set by leveraging prior knowledge from a labeled set with known classes. Despite its importance, there is a lack of theoretical foundations for NCD. This paper bridges the gap by providing an analytical framework to formaliz…

2022

Delving into Out-of-Distribution Detection with Vision-Language Representations

NeurIPS 2022accept

Recognizing out-of-distribution (OOD) samples is critical for machine learning systems deployed in the open world. The vast majority of OOD detection methods are driven by a single modality (e.g., either vision or language), leaving the rich information in multi-modal representations untapped. Inspi…

2022

Mitigating Neural Network Overconfidence with Logit Normalization

ICML 2022spotlight

Detecting out-of-distribution inputs is critical for the safe deployment of machine learning models in the real world. However, neural networks are known to suffer from the overconfidence issue, where they produce abnormally high confidence for both in- and out-of-distribution inputs. In this work,…

2022

On the Impact of Spurious Correlation for Out-of-Distribution Detection

AAAI 2022technical

Modern neural networks can assign high confidence to inputs drawn from outside the training distribution, posing threats to models in real-world deployments. While much research attention has been placed on designing new out-of-distribution (OOD) detection methods, the precise definition of OOD is o…

2022

OpenOOD: Benchmarking Generalized Out-of-Distribution Detection

NeurIPS 2022accept

Out-of-distribution (OOD) detection is vital to safety-critical machine learning applications and has thus been extensively studied, with a plethora of methods developed in the literature. However, the field currently lacks a unified, strictly formulated, and comprehensive benchmark, which often res…

2022

Out-of-Distribution Detection with Deep Nearest Neighbors

ICML 2022spotlight

Out-of-distribution (OOD) detection is a critical task for deploying machine learning models in the open world. Distance-based methods have demonstrated promise, where testing samples are detected as OOD if they are relatively far away from in-distribution (ID) data. However, prior methods impose a…

2022

PiCO: Contrastive Label Disambiguation for Partial Label Learning

ICLR 2022oral

Partial label learning (PLL) is an important problem that allows each training example to be labeled with a coarse candidate set, which well suits many real-world data annotation scenarios with label ambiguity. Despite the promise, the performance of PLL often lags behind the supervised counterpart…

2022

SIREN: Shaping Representations for Detecting Out-of-Distribution Objects

NeurIPS 2022accept

Detecting out-of-distribution (OOD) objects is indispensable for safely deploying object detectors in the wild. Although distance-based OOD detection methods have demonstrated promise in image classification, they remain largely unexplored in object-level OOD detection. This paper bridges the gap by…

2022

SoLar: Sinkhorn Label Refinery for Imbalanced Partial-Label Learning

NeurIPS 2022accept

Partial-label learning (PLL) is a peculiar weakly-supervised learning task where the training samples are generally associated with a set of candidate labels instead of single ground truth. While a variety of label disambiguation methods have been proposed in this domain, they normally assume a clas…

2022

Training OOD Detectors in their Natural Habitats

ICML 2022spotlight

Out-of-distribution (OOD) detection is important for machine learning models deployed in the wild. Recent methods use auxiliary outlier data to regularize the model for improved OOD detection. However, these approaches make a strong distributional assumption that the auxiliary outlier data is comple…

2022

Unknown-Aware Object Detection: Learning What You Don't Know From Videos in the Wild

CVPR 2022oral

Building reliable object detectors that can detect out-of-distribution (OOD) objects is critical yet underexplored. One of the key challenges is that models lack supervision signals from unknown data, producing overconfident predictions on OOD objects. We propose a new unknown-aware object detection…

Cited by 120PDFcodeScholar
2022

VOS: Learning What You Don't Know by Virtual Outlier Synthesis

ICLR 2022poster

Out-of-distribution (OOD) detection has received much attention lately due to its importance in the safe deployment of neural networks. One of the key challenges is that models lack supervision signals from unknown data, and as a result, can produce overconfident predictions on OOD data. Previous ap…

2021

Can multi-label classification networks know what they don’t know?

NeurIPS 2021poster

Estimating out-of-distribution (OOD) uncertainty is a major challenge for safely deploying machine learning models in the open-world environment. Improved methods for OOD detection in multi-class classification have emerged, while OOD detection methods for multi-label classification remain underexpl…

2021

Frequency Domain Image Translation: More Photo-Realistic, Better Identity-Preserving

ICCV 2021poster

Image-to-image translation has been revolutionized with GAN-based methods. However, existing methods lack the ability to preserve the identity of the source domain. As a result, synthesized images can often over-adapt to the reference domain, losing important structural characteristics and suffering…

Cited by 106PDFcodeScholar
2021

Model Patching: Closing the Subgroup Performance Gap with Data Augmentation

ICLR 2021poster

Classifiers in machine learning are often brittle when deployed. Particularly concerning are models with inconsistent performance on specific subgroups of a class, e.g., exhibiting disparities in skin cancer classification in the presence or absence of a spurious bandage. To mitigate these performan…

2021

MultiSports: A Multi-Person Video Dataset of Spatio-Temporally Localized Sports Actions

ICCV 2021poster

Spatio-temporal action detection is an important and challenging problem in video understanding. The existing action detection benchmarks are limited in aspects of small numbers of instances in a trimmed video or low-level atomic actions. This paper aims to present a new multi-person dataset of spat…

Cited by 124PDFcodeScholar
2021

On the Importance of Gradients for Detecting Distributional Shifts in the Wild

NeurIPS 2021poster

Detecting out-of-distribution (OOD) data has become a critical component in ensuring the safe deployment of machine learning models in the real world. Existing OOD detection approaches primarily rely on the output or feature space for deriving OOD scores, while largely overlooking information from t…

2020

Learning Implicit Credit Assignment for Cooperative Multi-Agent Reinforcement Learning

NeurIPS 2020poster

We present a multi-agent actor-critic method that aims to implicitly address the credit assignment problem under fully cooperative settings. Our key motivation is that credit assignment among agents may not require an explicit formulation as long as (1) the policy gradients derived from a centralize…

2019

Defense Against Adversarial Images Using Web-Scale Nearest-Neighbor Search

CVPR 2019oral

A plethora of recent work has shown that convolutional networks are not robust to adversarial images: images that are created by perturbing a sample from the data distribution as to maximize the loss on the perturbed example. In this work, we hypothesize that adversarial perturbations move the image…

Cited by 72PDFScholar
2018

Enhancing The Reliability of Out-of-distribution Image Detection in Neural Networks

ICLR 2018poster

We consider the problem of detecting out-of-distribution images in neural networks. We propose ODIN, a simple and effective method that does not require any change to a pre-trained neural network. Our method is based on the observation that using temperature scaling and adding small perturbations t…

2018

Exploring the Limits of Weakly Supervised Pretraining

ECCV 2018poster

State-of-the-art visual perception models for a wide range of tasks rely on supervised pretraining. ImageNet classification is the de facto pretraining task for these models. Yet, ImageNet is now nearly ten years old and is by modern standards "small". Even so, relatively little is known about the b…

2018

Understanding the Loss Surface of Neural Networks for Binary Classification

ICML 2018oral

It is widely conjectured that training algorithms for neural networks are successful because all local minima lead to similar performance; for example, see (LeCun et al., 2015; Choromanska et al., 2015; Dauphin et al., 2014). Performance is typically measured in terms of two metrics: training perfor…

Cited by 99SourcePDFScholar
2017

Snapshot Ensembles: Train 1, Get M for Free

ICLR 2017poster

Ensembles of neural networks are known to be much more robust and accurate than individual networks. However, training multiple deep networks for model averaging is computationally expensive. In this paper, we propose a method to obtain the seemingly contradictory goal of ensembling multiple neural…

Cited by 1227SourcecodeScholar