← Search

Feng liu

169 accepted papers

2026

A Unified Perspective on Adversarial Membership Manipulation in Vision Models

CVPR 2026

Membership inference attacks (MIAs) aim to determine whether a specific data point was part of a model's training set, serving as effective tools for evaluating privacy leakage of vision models. However, existing MIAs implicitly assume honest query inputs, and their adversarial robustness remains un

Cited by 0SourcecodeScholar
2026

Adaptive Visual Autoregressive Acceleration via Dual-Linkage Entropy Analysis

ICML 2026poster

Visual AutoRegressive modeling (VAR) suffers from substantial computational cost due to the massive token count involved. Failing to account for the continuous evolution of modeling dynamics, existing VAR token reduction methods face three key limitations: heuristic stage partition, non-adaptive sch…

Cited by 0SourceScholar
2026

Bridge: Basis-Driven Causal Inference Marries VFMs for Domain Generalization

CVPR 2026

Detectors often suffer from degraded performance, primarily due to the distributional gap between the source and target domains. This issue is especially evident in single-source domains with limited data, as models tend to rely on confounders (e.g., illumination, co-occurrence, and style) from the

Cited by 0SourcecodeScholar
2026

CARPRT: Class-Aware Zero-Shot Prompt Reweighting for Vision-Language Model

ICLR 2026poster

Pre-trained vision-language models (VLMs) enable zero-shot image classification by computing the similarity score between an image and textual descriptions, typically formed by inserting a class label (e.g., "cat") into a prompt (e.g., "a photo of a").Existing studies have shown that the score betwe…

Cited by 0SourceScholar
2026

Do You Want to Know if Two Distributions Are Close to Each Other?Testing the Closeness With Statistical Significance

ICML 2026poster

Are two distributions close to each other with statistical significance? Distribution closeness testing (DCT) formalizes this question by testing whether the distance between a distribution pair is at least $\epsilon$-far. Existing DCT methods mainly measure discrepancies between a distribution pair…

Cited by 0SourceScholar
2026

FedReLa: Imbalanced Federated Learning via Re-Labeling

ICML 2026poster

Federated learning has emerged as the foremost approach for decentralized model training with privacy preserving. The global class imbalance and cross-client data heterogeneity naturally coexist, and the mismatch between local and global imbalances exacerbates the performance degradation of the aggr…

Cited by 0SourceScholar
2026

Gamba: Mamba-based graph convolutional network with dynamic graph topology learning for action recognition

CVPR 2026

Existing graph models predominantly utilize self-attention mechanisms to model feature correlations between the joints of each sample, which not only neglects dynamic relation dependencies in temporal dimension but also leads to redundant computation and difficulty in establishing a unified framewor

Cited by 0SourcecodeScholar
2026

Generalising Traffic Forecasting to Regions Without Traffic Observations

AAAI 2026technical

Traffic forecasting is essential for intelligent transportation systems. Accurate forecasting relies on continuous observations collected by traffic sensors. However, due to high deployment and maintenance costs, not all regions are equipped with such sensors. This paper aims to forecast for region

Cited by 0SourcePDFScholar
2026

H^2A^2: Homogeneity-Aware and Heterogeneity-Aware Feature Perception for Unified Indoor 3D Object Detection

CVPR 2026

In this work, we observe that for indoor 3D object detection, fundamental geometric cues induce homogeneous spatial responses across scenes, whereas scene-specific structure yields heterogeneous signatures. However, existing detectors lack effective mechanisms to jointly extract and exploit such dua

Cited by 0SourceScholar
2026

HiFi-Mamba: Dual-Stream ?-Laplacian Enhanced Mamba for High-Fidelity MRI Reconstruction

AAAI 2026technical

Reconstructing high-fidelity MR images from undersampled k-space data remains a challenging problem in MRI. While Mamba variants for vision tasks offer promising long-range modeling capabilities with linear-time complexity, their direct application to MRI reconstruction inherits two key limitations:

Cited by 0SourcePDFScholar
2026

LOTTERY: Learning from Reference-Only Samples in Two-Sample Testing under Size Asymmetry

ICML 2026poster

Data-adaptive two-sample testing assesses if two samples come from the same distribution, using a discrepancy learned from the data (e.g., via kernel-based feature representations). Such methods typically rely on data splitting to decouple learning from testing and control type I error. However, thi…

Cited by 0SourceScholar
2026

Neural Distribution Prior for LiDAR Out-of-Distribution Detection

CVPR 2026

LiDAR-based perception is critical for autonomous driving due to its robustness to poor lighting and visibility conditions. Yet, current models operate under the closed-set assumption and often fail to recognize unexpected out-of-distribution (OOD) objects in the open world. Existing OOD scoring fun

Cited by 0SourceScholar
2026

On the Bayes Inconsistency of Disagreement Discrepancy Surrogates

ICLR 2026poster

Deep neural networks often fail when deployed in real-world contexts due to distribution shift, a critical barrier to building safe and reliable systems. An emerging approach to address this problem relies on _disagreement discrepancy_—a measure of how the disagreement between two models changes und…

Cited by 0SourcecodeScholar
2026

Once-for-All: Scalable Simultaneous Forecasting via Equilibrium State Estimation

ICML 2026poster

We introduce Equilibrium State Estimation (ESE), a novel paradigm for simultaneous prediction, where multiple interacting systems require separate yet coordinated forecasts. Such scenarios often arise in real-world such as economics and healthcare modeling. Unlike existing approaches that predict on…

Cited by 0SourceScholar
2026

Prime Once, then Reprogram Locally: An Efficient Alternative to Black-Box Service Model Adaptation

CVPR 2026

Adapting closed-box service models (i.e., APIs) for target tasks typically relies on reprogramming via Zeroth-Order Optimization (ZOO). However, this standard strategy is known for extensive, costly API calls and often suffers from slow, unstable optimization. Furthermore, we observe that this parad

Cited by 0SourcecodeScholar
2026

RadarMP: Motion Perception for 4D mmWave Radar in Autonomous Driving

AAAI 2026technical

Accurate 3D scene motion perception significantly enhances the safety and reliability of an autonomous driving system. Benefiting from its all-weather operational capability and unique perceptual properties, 4D mmWave radar has emerged as an essential component in advanced autonomous driving. Howeve

Cited by 0SourcePDFScholar
2026

Semantic Robustness Certification for Vision-Language Models

ICML 2026poster

Vision-language models (VLMs) are now widely used in downstream tasks. However, real-world applications often expose VLMs to distribution shifts induced by semantic variation (e.g., shape, size, and style). Robustness certification determines if a model’s prediction changes when transformations are …

Cited by 0SourceScholar
2026

TRACER: Persistent Regularization for Robust Multimodal Finetuning

ICML 2026poster

Finetuning pretrained multimodal models improves in-distribution performance but often degrades out-of-distribution (OOD) robustness, a phenomenon known as catastrophic forgetting. We develop a theoretical framework for multimodal contrastive finetuning by introducing a *contrastive target matrix* t…

Cited by 0SourceScholar
2026

TiME: Test-Time Mixture-of-Experts Routing via Asymmetric CO-Optimal Transport for Continual Test-Time Adaptation

ICML 2026poster

Large language models usually face continuous domain shifts during testing, which degrade performance on unseen shifting domains. So, researchers propose continual test-time adaptation (CTTA) to adapt to evolving testing domains while preserving knowledge of previous domains, making adaptability-sta…

Cited by 0SourceScholar
2026

Transforming Weather Data from Pixel to Latent Space

ICML 2026oral

The increasing impact of climate change and extreme weather events has spurred growing interest in deep learning for weather research. However, existing studies often rely on weather data in pixel space, which presents several challenges such as smooth outputs in model outputs, limited applicability…

Cited by 0SourceScholar
2026

Unlearning Evaluation through Subset Statistical Independence

ICLR 2026poster

Evaluating machine unlearning remains challenging, as existing methods typically require retraining reference models or performing membership inference attacks—both rely on prior access to training configuration or supervision label, making them impractical in realistic scenarios. Motivated by the f…

Cited by 0SourceScholar
2026

Zero-source LLM Hallucination Detection with Human-like Criteria Probing

ICML 2026poster

Large language models (LLMs) often hallucinate by generating factually incorrect or unfaithful content, posing significant risks to their safe use. Detecting such hallucinations is particularly challenging under the zero-source constraint, where no model internals or external references are availabl…

Cited by 0SourceScholar
2025

A Unified Data Representation Learning for Non-parametric Two-sample Testing

UAI 2025

Learning effective data representations has been crucial in non-parametric two-sample testing. Common approaches will first split data into training and test sets and then learn data representations purely on the training set. However, recent theoretical studies have shown that, as long as the sampl

Cited by 0SourcePDFScholar
2025

AG-VPReID: A Challenging Large-Scale Benchmark for Aerial-Ground Video-based Person Re-Identification

CVPR 2025poster

We introduce AG-VPReID, a new large-scale dataset for aerial-ground video-based person re-identification (ReID) that comprises 6,632 subjects, 32,321 tracklets and over 9.6 million frames captured by drones (altitudes ranging from 15-120m), CCTV, and wearable cameras. This dataset offers a real-worl…

2025

AdaPPA: Adaptive Position Pre-Fill Jailbreak Attack Approach Targeting LLMs

ICASSP 2025accepted

Jailbreak vulnerabilities in Large Language Models (LLMs) refer to methods that extract malicious content from the model by carefully crafting prompts or suffixes, which has garnered significant attention from the research community. However, traditional attack methods, which primarily focus on the…

Cited by 0SourceScholar
2025

Anchor-based Maximum Discrepancy for Relative Similarity Testing

NeurIPS 2025poster

The relative similarity testing aims to determine which of the distributions, $P$ or $Q$, is closer to an anchor distribution $U$. Existing kernel-based approaches often test the relative similarity with a fixed kernel in a manually specified alternative hypothesis, e.g., $Q$ is closer to $U$ than $…

Cited by 0SourcecodeScholar
2025

Attribute-based Visual Reprogramming for Vision-Language Models

ICLR 2025poster

*Visual reprogramming* (VR) reuses pre-trained vision models for downstream image classification tasks by adding trainable noise patterns to inputs. When applied to vision-language models (e.g., CLIP), existing VR approaches follow the same pipeline used in vision models (e.g., ResNet, ViT), where g…

2025

CALM: Consensus-Aware Localized Merging for Multi-Task Learning

ICML 2025poster

Model merging aims to integrate the strengths of multiple fine-tuned models into a unified model while preserving task-specific capabilities. Existing methods, represented by task arithmetic, are typically classified into global- and local-aware methods. However, global-aware methods inevitably cau…

2025

Convergence of Mean-Field Langevin Stochastic Descent-Ascent for Distributional Minimax Optimization

ICML 2025spotlight

We study convergence properties of the discrete-time Mean-Field Langevin Stochastic Descent-Ascent (MFL-SDA) algorithm for solving distributional minimax optimization. These problems arise in various applications, such as zero-sum games, generative adversarial networks and distributionally robust le…

Cited by 0SourcePDFScholar
2025

Correlation-Aware Example Selection for In-Context Learning with Nonsymmetric Determinantal Point Processes

EMNLP 2025

LLMs with in-context learning (ICL) obtain remarkable performance but are sensitive to the quality of ICL examples. Prior works on ICL example selection explored unsupervised heuristic methods and supervised LLM-based methods, but they typically focus on the selection of individual examples and igno

Cited by 0SourcePDFScholar
2025

DUAL: Learning Diverse Kernels for Aggregated Two-sample and Independence Testing

NeurIPS 2025poster

To adapt kernel two-sample and independence testing to complex structured data, aggregation of multiple kernels is frequently employed to boost testing power compared to single-kernel tests. However, we observe a phenomenon that directly maximizing multiple kernel-based statistics may result in high…

Cited by 0SourceScholar
2025

Deep Kernel Relative Test for Machine-generated Text Detection

ICLR 2025poster

Recent studies demonstrate that two-sample test can effectively detect machine-generated texts (MGTs) with excellent adaptation ability to texts generated by newer LLMs. However, two-sample test-based detection relies on the assumption that human-written texts (HWTs) must follow the distribution of…

2025

DualCast: A Model to Disentangle Aperiodic Events from Traffic Series

IJCAI 2025

Traffic forecasting is crucial for transportation systems optimisation. Current models minimise the mean forecasting errors, often favouring periodic events prevalent in the training data, while overlooking critical aperiodic ones like traffic incidents. To address this, we propose DualCast, a dual-

2025

DynRefer: Delving into Region-level Multimodal Tasks via Dynamic Resolution

CVPR 2025poster

One important task of multimodal models is to translate referred image regions to human preferred language descriptions. Existing methods, however, ignore the resolution adaptability needs of different tasks, which hinders them to find out precise language descriptions. In this study, we propose a D…

2025

EgoVid-5M: A Large-Scale Video-Action Dataset for Egocentric Videos Generation

NeurIPS 2025poster

Video generation has emerged as a promising tool for world simulation, leveraging visual data to replicate real-world environments. Within this context, egocentric video generation, which centers on the human perspective, holds significant potential for enhancing applications in virtual reality, aug…

Cited by 0SourceScholar
2025

Endowing Visual Reprogramming with Adversarial Robustness

ICLR 2025poster

Visual reprogramming (VR) leverages well-developed pre-trained models (e.g., a pre-trained classifier on ImageNet) to tackle target tasks (e.g., a traffic sign recognition task), without the need for training from scratch. Despite the effectiveness of previous VR methods, all of them did not conside…

Cited by 0SourcePDFScholar
2025

Exploiting Presentative Feature Distributions for Parameter-Efficient Continual Learning of Large Language Models

ICML 2025poster

Endowing large language models (LLMs) with continual learning (CL) capacities is practically important, which enables them to dynamically acquire new knowledge over time. Although many effective methods have been proposed for CL of LLMs, they did not consider online scenarios, thereby sharing a comm…

Cited by 0SourcePDFScholar
2025

FloNa: Floor Plan Guided Embodied Visual Navigation

AAAI 2025technical

Humans naturally rely on floor plans to navigate in unfamiliar environments, as they are readily available, reliable, and provide rich geometrical guidance. However, existing visual navigation settings overlook this valuable prior knowledge, leading to limited efficiency and accuracy. To eliminate t…

Cited by 0SourcePDFScholar
2025

Flow Matching Based Sequential Recommender Model

IJCAI 2025

Generative models, particularly diffusion model, have emerged as powerful tools for sequential recommendation. However, accurately modeling user preferences remains challenging due to the noise perturbations inherent in the forward and reverse processes of diffusion-based methods. Towards this end,

2025

GRU: Mitigating the Trade-off between Unlearning and Retention for LLMs

ICML 2025poster

Large language model (LLM) unlearning has demonstrated its essential role in removing privacy and copyright-related responses, crucial for their legal and safe applications. However, the pursuit of complete unlearning often comes with substantial costs due to its compromises in their general functio…

Cited by 0SourcePDFScholar
2025

Generative Model Inversion Through the Lens of the Manifold Hypothesis

NeurIPS 2025poster

Model inversion attacks (MIAs) aim to reconstruct class-representative samples from trained models. Recent generative MIAs utilize generative adversarial networks to learn image priors that guide the inversion process, yielding reconstructions with high visual quality and strong fidelity to the priv…

Cited by 0SourceScholar
2025

HAMoBE: Hierarchical and Adaptive Mixture of Biometric Experts for Video-based Person ReID

ICCV 2025poster

Recently, research interest in person re-identification (ReID) has increasingly focused on video-based scenarios, essential for robust surveillance and security in varied and dynamic environments. However, existing video-based ReID methods often overlook the necessity of identifying and selecting th…

Cited by 0SourcePDFScholar
2025

Inference of Whole Brain Electrophysiological Networks Through Multimodal Integration of Simultaneous Scalp and Intracranial EEG

NeurIPS 2025poster

In the past decades, brain imaging research underwent a shift from mapping tasked evoked brain regions of activations towards identifying and characterizing the dynamic brain networks of multiple coordinating brain regions. Electrophysiological signals are the direct manifestation of brain activitie…

Cited by 0SourceScholar
2025

Learning Imbalanced Data with Beneficial Label Noise

ICML 2025poster

Data imbalance is a common factor hindering classifier performance. Data-level approaches for imbalanced learning, such as resampling, often lead to information loss or generative errors. Building on theoretical studies of imbalance ratio in binary classification, it is found that adding suitable la…

Cited by 0SourcePDFScholar
2025

Move-in-2D: 2D-Conditioned Human Motion Generation

CVPR 2025poster

Generating realistic human videos remains a challenging task, with the most effective methods currently relying on a human motion sequence as a control signal. Existing approaches often use existing motion extracted from other videos, which restricts applications to specific motion types and global…

2025

Multi-view Clustering via Multi-granularity Ensemble

IJCAI 2025

Multi-view clustering aims to integrate complementary information from multiple views to improve clustering performance. However, existing ensemble-based methods suffer from information loss due to their reliance on single-granularity labels, limiting the discriminative capability of learned represe

Cited by 0SourcePDFScholar
2025

NLPrompt: Noise-Label Prompt Learning for Vision-Language Models

CVPR 2025highlight

The emergence of vision-language foundation models, such as CLIP, has revolutionized image-text representation, enabling a broad range of applications via prompt learning. Despite its promise, real-world datasets often contain noisy labels that can degrade prompt learning performance. In this paper,…

2025

NeuroTree: Hierarchical Functional Brain Pathway Decoding for Mental Health Disorders

ICML 2025poster

Mental disorders are among the most widespread diseases globally. Analyzing functional brain networks through functional magnetic resonance imaging (fMRI) is crucial for understanding mental disorder behaviors. Although existing fMRI-based graph neural networks (GNNs) have demonstrated significant p…

2025

No Black Boxes: Interpretable and Interactable Predictive Healthcare with Knowledge-Enhanced Agentic Causal Discovery

EMNLP 2025

Deep learning models trained on extensive Electronic Health Records (EHR) data have achieved high accuracy in diagnosis prediction, offering the potential to assist clinicians in decision-making and treatment planning. However, these models lack two crucial features that clinicians highly value: int

2025

One Stone, Two Birds: Enhancing Adversarial Defense Through the Lens of Distributional Discrepancy

ICML 2025poster

*Statistical adversarial data detection* (SADD) detects whether an upcoming batch contains *adversarial examples* (AEs) by measuring the distributional discrepancies between *clean examples* (CEs) and AEs. In this paper, we explore the strength of SADD-based methods by theoretically showing that min…

2025

Physics-Driven Spatiotemporal Modeling for AI-Generated Video Detection

NeurIPS 2025spotlight

AI-generated videos have achieved near-perfect visual realism (e.g., Sora), urgently necessitating reliable detection mechanisms. However, detecting such videos faces significant challenges in modeling high-dimensional spatiotemporal dynamics and identifying subtle anomalies that violate physical la…

Cited by 0SourcecodeScholar
2025

Practical Kernel Selection for Kernel-based Conditional Independence Test

NeurIPS 2025poster

Conditional independence (CI) testing is a fundamental yet challenging task in modern statistics and machine learning. One pivotal class of methods for assessing conditional independence encompasses kernel-based approaches, known for assessing CI by detecting general conditional dependence without…

Cited by 0SourceScholar
2025

Privacy-Preserving Low-Rank Adaptation Against Membership Inference Attacks for Latent Diffusion Models

AAAI 2025technical

Low-rank adaptation (LoRA) is an efficient strategy for adapting latent diffusion models (LDMs) on a private dataset to generate specific images by minimizing the adaptation loss. However, the LoRA-adapted LDMs are vulnerable to membership inference (MI) attacks that can judge whether a particular d…

2025

Progressive Growing of Video Tokenizers for Temporally Compact Latent Spaces

ICCV 2025poster

Video tokenizers are essential for latent video diffusion models, converting raw video data into spatiotemporally compressed latent spaces for efficient training. However, extending state-of-the-art video tokenizers to achieve a temporal compression ratio beyond 4x without increasing channel capacit…

2025

REGEN: Learning Compact Video Embedding with (Re-)Generative Decoder

ICCV 2025poster

We present a novel perspective on learning video embedders for generative modeling: rather than requiring an exact reproduction of an input video, an effective embedder should focus on synthesizing visually plausible reconstructions. This relaxed criterion enables substantial improvements in compres…

Cited by 0SourcePDFScholar
2025

Revealing Multimodal Causality with Large Language Models

NeurIPS 2025poster

Uncovering cause-and-effect mechanisms from data is fundamental to scientific progress. While large language models (LLMs) show promise for enhancing causal discovery (CD) from unstructured data, their application to the increasingly prevalent multimodal setting remains a critical challenge. Even wi…

Cited by 0SourcecodeScholar
2025

Sample-specific Noise Injection for Diffusion-based Adversarial Purification

ICML 2025poster

*Diffusion-based purification* (DBP) methods aim to remove adversarial noise from the input sample by first injecting Gaussian noise through a forward diffusion process, and then recovering the clean example through a reverse generative process. In the above process, how much Gaussian noise is injec…

2025

ShotAdapter: Text-to-Multi-Shot Video Generation with Diffusion Models

CVPR 2025poster

Current diffusion-based text-to-video methods are limited to producing short video clips of a single shot and lack the capability to generate multi-shot videos with discrete transitions where the same character performs distinct activities across the same or different backgrounds. To address this li…

2025

Test-Time Multimodal Backdoor Detection by Contrastive Prompting

ICML 2025poster

While multimodal contrastive learning methods (e.g., CLIP) can achieve impressive zero-shot classification performance, recent research has revealed that these methods are vulnerable to backdoor attacks. To defend against backdoor attacks on CLIP, existing defense methods focus on either the pre-tra…

Cited by 0SourcePDFScholar
2025

Timestep Embedding Tells: It's Time to Cache for Video Diffusion Model

CVPR 2025highlight

As a fundamental backbone for video generation, diffusion models are challenged by low inference speed due to the sequential nature of denoising.Previous methods speed up the models by caching and reusing model outputs at uniformly selected timesteps.However, such a strategy neglects the fact that d…

2025

Towards Accurate Time Series Forecasting via Implicit Decoding

NeurIPS 2025poster

Recent booming time series models have demonstrated remarkable forecasting performance. However, these methods often place greater focus on more effectively modelling the historical series, largely neglecting the forecasting phase, which generates long-term forecasts by separately predicting multipl…

Cited by 0SourcecodeScholar
2025

Understanding Model Reprogramming for CLIP via Decoupling Visual Prompts

ICML 2025poster

Model reprogramming adapts pretrained models to downstream tasks by modifying only the input and output spaces. *Visual reprogramming* (VR) is one instance for vision tasks that adds a trainable noise pattern (i.e., a visual prompt) to input images to facilitate downstream classification. The existi…

Cited by 0SourcePDFScholar
2025

VideoGigaGAN: Towards Detail-rich Video Super-Resolution

CVPR 2025poster

Video super-resolution (VSR) models achieve temporal consistency but often produce blurrier results than their image-based counterparts due to limited generative capacity. This prompts the question: can we adapt a generative image upsampler for VSR while preserving temporal consistency? We introduce…

Cited by 17SourcePDFScholar
2025

Visual Persona: Foundation Model for Full-Body Human Customization

CVPR 2025poster

We introduce Visual Persona, a foundation model for text-to-image full-body human customization that, given a single in-the-wild human image, generates diverse images of the individual guided by text descriptions. Unlike prior methods that focus solely on preserving facial identity, our approach cap…

Cited by 0SourcePDFScholar
2025

‘No’ Matters: Out-of-Distribution Detection in Multimodality Multi-Turn Interactive Dialogue Download PDF

ACL 2025finding

Out-of-distribution (OOD) detection in multimodal contexts is essential for identifying deviations in different modalities, particularly for interactive dialogue systems in real-life interactions, where the systems are usually infeasible to deploy large language models (LLMs) to generate dialogue re…

Cited by 0SourcePDFScholar
2024

A Novel Surgical Robotic System for Cochlear Implantation via the Tympanic Antrum Approach

RA-L 2024

With the advancement of surgical robots, researches on the cochlear implantation (CI) using robotic systems has become increasingly robust. However, due to the narrowness of the human facial recess, even the precision of the most advanced robotic systems for CI cannot completely eliminate risks. The

Cited by 2SourceScholar
2024

Bayesian-guided Label Mapping for Visual Reprogramming

NeurIPS 2024oral

*Visual reprogramming* (VR) leverages the intrinsic capabilities of pretrained vision models by adapting their input or output interfaces to solve downstream tasks whose labels (i.e., downstream labels) might be totally different from the labels associated with the pretrained models (i.e., pretraine…

2024

Candidate Pseudolabel Learning: Enhancing Vision-Language Models by Prompt Tuning with Unlabeled Data

ICML 2024oral

Fine-tuning vision-language models (VLMs) with abundant unlabeled data recently has attracted increasing attention. Existing methods that resort to the pseudolabeling strategy would suffer from heavily incorrect hard pseudolabels when VLMs exhibit low zero-shot performance in downstream tasks. To al…

2024

Customize-A-Video: One-Shot Motion Customization of Text-to-Video Diffusion Models

ECCV 2024poster

"Image customization has been extensively studied in text-to-image (T2I) diffusion models, leading to impressive outcomes and applications. With the emergence of text-to-video (T2V) diffusion models, its temporal counterpart, motion customization, has not yet been well investigated. To address the c…

2024

Distilling CLIP with Dual Guidance for Learning Discriminative Human Body Shape Representation

CVPR 2024poster

Person Re-Identification (ReID) holds critical importance in computer vision with pivotal applications in public safety and crime prevention. Traditional ReID methods reliant on appearance attributes such as clothing and color encounter limitations in long-term scenarios and dynamic environments. To…

Cited by 12SourcePDFScholar
2024

Emotion Neural Transducer for Fine-Grained Speech Emotion Recognition

ICASSP 2024accepted

The mainstream paradigm of speech emotion recognition (SER) is identifying the single emotion label of the entire utterance. This line of works neglect the emotion dynamics at fine temporal granularity and mostly fail to leverage linguistic information of speech signal explicitly. In this paper, we…

Cited by 0SourceScholar
2024

HARIVO: Harnessing Text-to-Image Models for Video Generation

ECCV 2024poster

"We present a method to create diffusion-based video models from pretrained Text-to-Image (T2I) models. Recently, AnimateDiff proposed freezing the T2I model while only training temporal layers. We advance this method by proposing a unique architecture, incorporating a mapping network and frame-wise…

2024

Improving Accuracy-robustness Trade-off via Pixel Reweighted Adversarial Training

ICML 2024poster

Adversarial training (AT) trains models using adversarial examples (AEs), which are natural images modified with specific perturbations to mislead the model. These perturbations are constrained by a predefined perturbation budget $\epsilon$ and are equally applied to each pixel within an image. Howe…

2024

In-N-Out: Lifting 2D Diffusion Prior for 3D Object Removal via Tuning-Free Latents Alignment

NeurIPS 2024poster

Neural representations for 3D scenes have made substantial advancements recently, yet object removal remains a challenging yet practical issue, due to the absence of multi-view supervision over occluded areas. Diffusion Models (DMs), trained on extensive 2D images, show diverse and high-fidelity ge…

Cited by 0SourcePDFScholar
2024

KeyPoint Relative Position Encoding for Face Recognition

CVPR 2024poster

In this paper we address the challenge of making ViT models more robust to unseen affine transformations. Such robustness becomes useful in various recognition tasks such as face recognition when image alignment failures occur. We propose a novel method called KP-RPE which leverages key points (e.g.…

2024

LRM: Large Reconstruction Model for Single Image to 3D

ICLR 2024oral

We propose the first Large Reconstruction Model (LRM) that predicts the 3D model of an object from a single input image within just 5 seconds. In contrast to many previous methods that are trained on small-scale datasets such as ShapeNet in a category-specific fashion, LRM adopts a highly scalable t…

Cited by 411SourcePDFScholar
2024

Learning-Aided Control of Robotic Tether-Net with Maneuverable Nodes to Capture Large Space Debris

ICRA 2024poster

Maneuverable tether-net systems launched from an unmanned spacecraft offer a promising solution for the active removal of large space debris. Guaranteeing the successful capture of such space debris is dependent on the ability to reliably maneuver the tether-net system – a flexible, many-DoF (thus c…

Cited by 2SourceScholar
2024

MOKD: Cross-domain Finetuning for Few-shot Classification via Maximizing Optimized Kernel Dependence

ICML 2024poster

In cross-domain few-shot classification, _nearest centroid classifier_ (NCC) aims to learn representations to construct a metric space where few-shot classification can be performed by measuring the similarities between samples and the prototype of each class. An intuition behind NCC is that each sa…

2024

Mind the Gap Between Prototypes and Images in Cross-domain Finetuning

NeurIPS 2024poster

In _cross-domain few-shot classification_ (CFC), recent works mainly focus on adapting a simple transformation head on top of a frozen pre-trained backbone with few labeled data to project embeddings into a task-specific metric space where classification can be performed by measuring similarities be…

2024

Negative Label Guided OOD Detection with Pretrained Vision-Language Models

ICLR 2024spotlight

Out-of-distribution (OOD) detection aims at identifying samples from unknown classes, playing a crucial role in trustworthy models against errors on unexpected inputs. Extensive research has been dedicated to exploring OOD detection in the vision modality. {Vision-language models (VLMs) can lever…

2024

Open-Set Biometrics: Beyond Good Closed-Set Models

ECCV 2024poster

"Biometric recognition has primarily addressed closed-set identification, assuming all probe subjects are in the gallery. However, most practical applications involve open-set biometrics, where probe subjects may or may not be present in the gallery. This poses distinct challenges in effectively dis…

2024

Optimal Kernel Choice for Score Function-based Causal Discovery

ICML 2024poster

Score-based methods have demonstrated their effectiveness in discovering causal relationships by scoring different causal structures based on their goodness of fit to the data. Recently, Huang et al. proposed a generalized score function that can handle general data distributions and causal relation…

Cited by 3SourcePDFScholar
2024

SNED: Superposition Network Architecture Search for Efficient Video Diffusion Model

CVPR 2024poster

While AI-generated content has garnered significant attention achieving photo-realistic video synthesis remains a formidable challenge. Despite the promising advances in diffusion models for video generation quality the complex model architecture and substantial computational demands for both traini…

Cited by 1SourcePDFScholar
2024

Sample-specific Masks for Visual Reprogramming-based Prompting

ICML 2024spotlight

*Visual reprogramming* (VR) is a prompting technique that aims to re-purpose a pre-trained model (e.g., a classifier on ImageNet) to target tasks (e.g., medical data prediction) by learning a *small-scale pattern* added into input images instead of tuning considerable parameters within the model. Th…

2024

SongCreator: Lyrics-based Universal Song Generation

NeurIPS 2024poster

Music is an integral part of human culture, embodying human intelligence and creativity, of which songs compose an essential part. While various aspects of song generation have been explored by previous works, such as singing voice, vocal composition and instrumental arrangement, etc., generating so…

2024

TIGER: Time-Varying Denoising Model for 3D Point Cloud Generation with Diffusion Process

CVPR 2024poster

Recently diffusion models have emerged as a new powerful generative method for 3D point cloud generation tasks. However few works study the effect of the architecture of the diffusion model in the 3D point cloud resorting to the typical UNet model developed for 2D images. Inspired by the wide adopti…

2024

Unveiling Causal Reasoning in Large Language Models: Reality or Mirage?

NeurIPS 2024poster

Causal reasoning capability is critical in advancing large language models (LLMs) towards artificial general intelligence (AGI). While versatile LLMs appear to have demonstrated capabilities in understanding contextual causality and providing responses that obey the laws of causality, it remains unc…

2024

Visual-Text Cross Alignment: Refining the Similarity Score in Vision-Language Models

ICML 2024poster

It has recently been discovered that using a pre-trained *vision-language model* (VLM), e.g., CLIP, to align a whole query image with several finer text descriptions generated by a large language model can significantly enhance zero-shot performance. However, in this paper, we empirically find that…

2023

A Robotic System Integrated With CBCT for Cochlear Implant Surgery: Accuracy Improvement and Validation

RA-L 2023

In robot-assisted cochlear implantation (CI), the drilling accuracy of a tunnel for electrode array (EA) insertion is critical to the success of the surgery. Currently, robots for tunnel drilling in CI inevitably introduce additional invasiveness, and struggle to ensure consistent accuracy in the dr

Cited by 3SourceScholar
2023

AnyFlow: Arbitrary Scale Optical Flow With Implicit Neural Representation

CVPR 2023highlight

To apply optical flow in practice, it is often necessary to resize the input to smaller dimensions in order to reduce computational costs. However, downsizing inputs makes the estimation more challenging because objects and motion ranges become smaller. Even though recent approaches have demonstrate…

Cited by 17SourcePDFScholar
2023

DCFace: Synthetic Face Generation With Dual Condition Diffusion Model

CVPR 2023poster

Generating synthetic datasets for training face recognition models is challenging because dataset generation entails more than creating high fidelity images. It involves generating multiple images of same subjects under different factors (e.g., variations in pose, illumination, expression, aging and…

2023

Detecting Adversarial Data by Probing Multiple Perturbations Using Expected Perturbation Score

ICML 2023poster

Adversarial detection aims to determine whether a given sample is an adversarial one based on the discrepancy between natural and adversarial distributions. Unfortunately, estimating or comparing two data distributions is extremely difficult, especially in high-dimension spaces. Recently, the gradie…

2023

Detecting Out-of-distribution Data through In-distribution Class Prior

ICML 2023poster

Given a pre-trained in-distribution (ID) model, the inference-time out-of-distribution (OOD) detection aims to recognize OOD data during the inference stage. However, some representative methods share an unproven assumption that the probability that OOD data belong to every ID class should be the sa…

2023

Diversity-enhancing Generative Network for Few-shot Hypothesis Adaptation

ICML 2023poster

Generating unlabeled data has been recently shown to help address the few-shot hypothesis adaptation (FHA) problem, where we aim to train a classifier for the target domain with a few labeled target-domain data and a well-trained source-domain classifier (i.e., a source hypothesis), for the addition…

Cited by 4SourcePDFScholar
2023

Efficient Adversarial Contrastive Learning via Robustness-Aware Coreset Selection

NeurIPS 2023spotlight

Adversarial contrastive learning (ACL) does not require expensive data annotations but outputs a robust representation that withstands adversarial attacks and also generalizes to a wide range of downstream tasks. However, ACL needs tremendous running time to generate the adversarial variants of all…

2023

Electrophysiological Brain Source Imaging via Combinatorial Search with Provable Optimality

AAAI 2023technical

Electrophysiological Source Imaging (ESI) refers to reconstructing the underlying brain source activation from non-invasive Electroencephalography (EEG) and Magnetoencephalography (MEG) measurements on the scalp. Estimating the source locations and their extents is a fundamental tool in clinical and…

2023

Enhancing Adversarial Contrastive Learning via Adversarial Invariant Regularization

NeurIPS 2023poster

Adversarial contrastive learning (ACL) is a technique that enhances standard contrastive learning (SCL) by incorporating adversarial data to learn a robust representation that can withstand adversarial attacks and common corruptions without requiring costly annotations. To improve transferability, t…

2023

Integrally Migrating Pre-trained Transformer Encoder-decoders for Visual Object Detection

ICCV 2023poster

Modern object detectors have taken the advantages of backbone networks pre-trained on large scale datasets. Except for the backbone networks, however, other components such as the detector head and the feature pyramid network (FPN) remain trained from scratch, which hinders the generalization capaci…

Cited by 36PDFcodeScholar
2023

Learning Clothing and Pose Invariant 3D Shape Representation for Long-Term Person Re-Identification

ICCV 2023poster

Long-Term Person Re-Identification (LT-ReID) has become increasingly crucial in computer vision and biometrics. In this work, we aim to extend LT-ReID beyond pedestrian recognition to include a wider range of real-world human activities while still accounting for cloth-changing scenarios over large…

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

Mingling or Misalignment? Temporal Shift for Speech Emotion Recognition with Pre-Trained Representations

ICASSP 2023accepted

Fueled by recent advances of self-supervised models, pre-trained speech representations proved effective for the downstream speech emotion recognition (SER) task. Most prior works mainly focus on exploiting pre-trained representations and just adopt a linear head on top of the pre-trained model, neg…

Cited by 0SourceScholar
2023

Out-of-distribution Detection Learning with Unreliable Out-of-distribution Sources

NeurIPS 2023poster

Out-of-distribution (OOD) detection discerns OOD data where the predictor cannot make valid predictions as in-distribution (ID) data, thereby increasing the reliability of open-world classification. However, it is typically hard to collect real out-of-distribution (OOD) data for training a predictor…

2023

Out-of-distribution Detection with Implicit Outlier Transformation

ICLR 2023poster

Outlier exposure (OE) is powerful in out-of-distribution (OOD) detection, enhancing detection capability via model fine-tuning with surrogate OOD data. However, surrogate data typically deviate from test OOD data. Thus, the performance of OE when facing unseen OOD data, can be weaken. To address thi…

2023

Partition Speeds Up Learning Implicit Neural Representations Based on Exponential-Increase Hypothesis

ICCV 2023poster

Implicit neural representations (INRs) aim to learn a continuous function (i.e., a neural network) to represent an image, where the input and output of the function are pixel coordinates and RGB/Gray values, respectively. However, images tend to consist of many objects whose colors are not perfectly…

Cited by 10PDFcodeScholar
2023

Rethinking the Learning Paradigm for Dynamic Facial Expression Recognition

CVPR 2023poster

Dynamic Facial Expression Recognition (DFER) is a rapidly developing field that focuses on recognizing facial expressions in video format. Previous research has considered non-target frames as noisy frames, but we propose that it should be treated as a weakly supervised problem. We also identify the…

2023

Shift from Texture-bias to Shape-bias: Edge Deformation-based Augmentation for Robust Object Recognition

ICCV 2023poster

Recent studies have shown the vulnerability of CNNs under perturbation noises, which is partially caused by the reason that the well-trained CNNs are too biased toward the object texture, i.e., they make predictions mainly based on texture cues. To reduce this texture-bias, current studies resort to…

Cited by 7PDFcodeScholar
2022

Adversarial Attack and Defense for Non-Parametric Two-Sample Tests

ICML 2022spotlight

Non-parametric two-sample tests (TSTs) that judge whether two sets of samples are drawn from the same distribution, have been widely used in the analysis of critical data. People tend to employ TSTs as trusted basic tools and rarely have any doubt about their reliability. This paper systematically u…

2022

Centrality and Consistency: Two-Stage Clean Samples Identification for Learning with Instance-Dependent Noisy Labels

ECCV 2022poster

"Deep models trained with noisy labels are prone to over-fitting and struggle in generalization. Most existing solutions are based on an ideal assumption that the label noise is class-conditional, i.e., instances of the same class share the same noise model, and are independent of features. While in…

2022

Cluster and Aggregate: Face Recognition with Large Probe Set

NeurIPS 2022accept

Feature fusion plays a crucial role in unconstrained face recognition where inputs (probes) comprise of a set of $N$ low quality images whose individual qualities vary. Advances in attention and recurrent modules have led to feature fusion that can model the relationship among the images in the inpu…

2022

Controllable and Guided Face Synthesis for Unconstrained Face Recognition

ECCV 2022poster

"Although significant advances have been made in face recognition (FR), FR in unconstrained environments remains challenging due to the domain gap between the semi-constrained training datasets and unconstrained testing scenarios. To address this problem, we propose a controllable face synthesis mod…

Cited by 46SourcePDFScholar
2022

Disentangling Content and Fine-Grained Prosody Information Via Hybrid ASR Bottleneck Features for Voice Conversion

ICASSP 2022accepted

Non-parallel data voice conversion (VC) have achieved considerable breakthroughs recently through introducing bottleneck features (BNFs) extracted by the automatic speech recognition(ASR) model. However, selection of BNFs have a significant impact on VC result. For example, when extracting BNFs from…

Cited by 0SourceScholar
2022

Effective Presentation Attack Detection Driven by Face Related Task

ECCV 2022poster

"The robustness and generalization ability of Presentation Attack Detection (PAD) methods is critical to ensure the security of Face Recognition Systems (FRSs). However, in a real scenario, Presentation Attacks (PAs) are various and it is hard to predict the Presentation Attack Instrument (PAI) spec…

2022

Fast and Reliable Evaluation of Adversarial Robustness with Minimum-Margin Attack

ICML 2022spotlight

The AutoAttack (AA) has been the most reliable method to evaluate adversarial robustness when considerable computational resources are available. However, the high computational cost (e.g., 100 times more than that of the project gradient descent attack) makes AA infeasible for practitioners with li…

2022

Meta Discovery: Learning to Discover Novel Classes given Very Limited Data

ICLR 2022spotlight

In novel class discovery (NCD), we are given labeled data from seen classes and unlabeled data from unseen classes, and we train clustering models for the unseen classes. However, the implicit assumptions behind NCD are still unclear. In this paper, we demystify assumptions behind NCD and find that…

2022

Mix and Reason: Reasoning over Semantic Topology with Data Mixing for Domain Generalization

NeurIPS 2022accept

Domain generalization (DG) enables generalizing a learning machine from multiple seen source domains to an unseen target one. The general objective of DG methods is to learn semantic representations that are independent of domain labels, which is theoretically sound but empirically challenged due to…

Cited by 39SourcePDFScholar
2022

Monocular Vehicle 3D Bounding Box Estimation Using Homograhy and Geometry in Traffic Scene

ICASSP 2022accepted

Video surveillance applications such as vehicle speed measurement and traffic condition monitoring are prevailing nowadays. Monocular 3D object detection by traffic surveillance cameras is one of the key means to achieve these functions. The methods in literature depend on camera calibration and req…

Cited by 0SourceScholar
2022

Neighborhood Collective Estimation for Noisy Label Identification and Correction

ECCV 2022poster

"Learning with noisy labels (LNL) aims at designing strategies to improve model performance and generalization by mitigating the effects of model overfitting to noisy labels. The key success of LNL lies in identifying as many clean samples as possible from massive noisy data, while rectifying the wr…

2022

Watermarking for Out-of-distribution Detection

NeurIPS 2022accept

Out-of-distribution (OOD) detection aims to identify OOD data based on representations extracted from well-trained deep models. However, existing methods largely ignore the reprogramming property of deep models and thus may not fully unleash their intrinsic strength: without modifying parameters of…

2021

Adversarial Defence by Diversified Simultaneous Training of Deep Ensembles

AAAI 2021technical

Learning-based classifiers are susceptible to adversarial examples. Existing defence methods are mostly devised on individual classifiers. Recent studies showed that it is viable to increase adversarial robustness by promoting diversity over an ensemble of models. In this paper, we propose adversari…

2021

Beyond Max-Margin: Class Margin Equilibrium for Few-Shot Object Detection

CVPR 2021poster

Few-shot object detection has made encouraging progress by reconstructing novel class objects using the feature representation learned upon a set of base classes. However, an implicit contradiction about reconstruction and classification is unfortunately ignored. On the one hand, to precisely recons…

Cited by 215PDFcodeScholar
2021

Group-Wise Inhibition Based Feature Regularization for Robust Classification

ICCV 2021poster

The convolutional neural network (CNN) is vulnerable to degraded images with even very small variations (e.g. corrupted and adversarial samples). One of the possible reasons is that CNN pays more attention to the most discriminative regions, but ignores the auxiliary features when learning, leading…

Cited by 18PDFcodeScholar
2021

How Does the Combined Risk Affect the Performance of Unsupervised Domain Adaptation Approaches?

AAAI 2021technical

Unsupervised domain adaptation (UDA) aims to train a target classifier with labeled samples from the source domain and unlabeled samples from the target domain. Classical UDA learning bounds show that target risk is upper bounded by three terms: source risk, distribution discrepancy, and combined ri…

2021

Maximum Mean Discrepancy Test is Aware of Adversarial Attacks

ICML 2021spotlight

The maximum mean discrepancy (MMD) test could in principle detect any distributional discrepancy between two datasets. However, it has been shown that the MMD test is unaware of adversarial attacks–the MMD test failed to detect the discrepancy between natural data and adversarial data. Given this ph…

2021

Meta Two-Sample Testing: Learning Kernels for Testing with Limited Data

NeurIPS 2021poster

Modern kernel-based two-sample tests have shown great success in distinguishing complex, high-dimensional distributions by learning appropriate kernels (or, as a special case, classifiers). Previous work, however, has assumed that many samples are observed from both of the distributions being distin…

2021

Probabilistic Margins for Instance Reweighting in Adversarial Training

NeurIPS 2021poster

Reweighting adversarial data during training has been recently shown to improve adversarial robustness, where data closer to the current decision boundaries are regarded as more critical and given larger weights. However, existing methods measuring the closeness are not very reliable: they are discr…

2021

TOHAN: A One-step Approach towards Few-shot Hypothesis Adaptation

NeurIPS 2021spotlight

In few-shot domain adaptation (FDA), classifiers for the target domain are trained with \emph{accessible} labeled data in the source domain (SD) and few labeled data in the target domain (TD). However, data usually contain private information in the current era, e.g., data distributed on personal ph…

2021

The Huya Multi-Speaker and Multi-Style Speech Synthesis System for M2voc Challenge 2020

ICASSP 2021accepted

Text-to-speech systems now can generate speech that is hard to distinguish from human speech. In this paper, we propose the Huya multi-speaker and multi-style speech synthesis system which is based on DurIAN and HiFi-GAN to generate high-fidelity speech even under low-resource condition. We use the…

Cited by 0SourceScholar
2020

Clarinet: A One-step Approach Towards Budget-friendly Unsupervised Domain Adaptation

IJCAI 2020poster

In unsupervised domain adaptation (UDA), classifiers for the target domain are trained with massive true-label data from the source domain and unlabeled data from the target domain. However, it may be difficult to collect fully-true-label data in a source domain given limited budget. To mitigate thi…

2020

Learning Deep Kernels for Non-Parametric Two-Sample Tests

ICML 2020poster

We propose a class of kernel-based two-sample tests, which aim to determine whether two sets of samples are drawn from the same distribution. Our tests are constructed from kernels parameterized by deep neural nets, trained to maximize test power. These tests adapt to variations in distribution smoo…

2020

VALID: A Comprehensive Virtual Aerial Image Dataset

ICRA 2020poster

Aerial imagery plays an important role in land-use planning, population analysis, precision agriculture, and unmanned aerial vehicle tasks. However, existing aerial image datasets generally suffer from the problem of inaccurate labeling, single ground truth type, and few category numbers. In this wo…

Cited by 46SourceScholar
2019

Meta Learning with Relational Information for Short Sequences

NeurIPS 2019poster

This paper proposes a new meta-learning method -- named HARMLESS (HAwkes Relational Meta Learning method for Short Sequences) for learning heterogeneous point process models from a collection of short event sequence data along with a relational network. Specifically, we propose a hierarchical Bayesi…

2019

On Computation and Generalization of Generative Adversarial Networks under Spectrum Control

ICLR 2019poster

Generative Adversarial Networks (GANs), though powerful, is hard to train. Several recent works (Brock et al., 2016; Miyato et al., 2018) suggest that controlling the spectra of weight matrices in the discriminator can significantly improve the training of GANs. Motivated by their discovery, we prop…

Cited by 26SourcePDFScholar
2018

Disentangling Features in 3D Face Shapes for Joint Face Reconstruction and Recognition

CVPR 2018poster

This paper proposes an encoder-decoder network to disentangle shape features during 3D face shape reconstruction from single 2D images, such that the tasks of learning discriminative shape features for face recognition and reconstructing accurate 3D face shapes can be done simultaneously. Unlike exi…

Cited by 129SourcePDFScholar
2018

Interactive Boundary Prediction for Object Selection

ECCV 2018poster

Interactive image segmentation is critical for many image editing tasks. While recent advanced methods on interactive segmentation focus on the region-based paradigm, more traditional boundary-based methods such as Intelligent Scissor are still popular in practice as they allow users to have active…

Cited by 65SourcePDFScholar
2017

Semantic Regularisation for Recurrent Image Annotation

CVPR 2017poster

The "CNN-RNN" design pattern is increasingly widely applied in a variety of image annotation tasks including multi-label classification and captioning. Existing models use the weakly semantic CNN hidden layer or its transform as the image embedding that provides the interface between the CNN and RN…

Cited by 136PDFScholar
2017

Spatial-Semantic Image Search by Visual Feature Synthesis

CVPR 2017spotlight

The performance of image retrieval has been improved tremendously in recent years through the use of deep feature representations. Most existing methods, however, aim to retrieve images that are visually similar or semantically relevant to the query, irrespective of spatial configuration. In this pa…

Cited by 52PDFcodeScholar