← Search

Tieniu Tan

67 accepted papers

2026

Artificial Immune System of Secure Face Recognition Against Adversarial Attacks (Abstract Reprint)

AAAI 2026technical

Deep learning-based face recognition models are vulnerable to adversarial attacks. In contrast to general noises, the presence of imperceptible adversarial noises can lead to catastrophic errors in deep face recognition models. The primary difference between adversarial noise and general noise lies

Cited by 0SourcePDFScholar
2026

Delphi: A Neuro-Symbolic Framework for Individualized, Safe and Interpretable Treatment Recommendation

AAAI 2026technical

Clinical reinforcement learning (RL) holds promise for treatment recommendation but remains hindered by black-box decision processes, limited safety guarantees, and lack of individualized reasoning. We introduce Delphi Engine, the first fully trainable neuro-symbolic causal RL framework for dynamic

Cited by 0SourcePDFScholar
2026

DynVLA: Learning World Dynamics for Action Reasoning in Autonomous Driving

ICML 2026poster

We propose DynVLA, a driving VLA model that introduces a new CoT paradigm termed Dynamics CoT. DynVLA forecasts compact world dynamics before action generation, enabling more informed and physically grounded decision-making. To obtain compact dynamics representations, DynVLA introduces a Dynamics To…

Cited by 5SourceScholar
2026

RADAR: Defending RAG Dynamically against Retrieval Corruption

ICML 2026poster

While RAG systems are increasingly deployed in dynamic web search, temporal volatility amplifies their vulnerability to adversarial attacks. Existing static-oriented defenses struggle to handle evolving threats and incur prohibitive storage costs in dynamic settings. We propose RADAR, a framework th…

Cited by 0SourceScholar
2026

Reranker Helps, but Not Enough: Towards Strong Poisoning Attacks Against Retrieval-Augmented Generation

ICML 2026poster

Retrieval-Augmented Generation (RAG) augments large language models with external knowledge, which in turn exposes their retrieval corpora to data poisoning risks. However, existing poisoning attacks exhibit limited effectiveness against RAG equipped with a reranker to enhance retrieval quality. Rem…

Cited by 0SourceScholar
2026

Stop Tracking Me! Proactive Defense Against Attribute Inference Attack in LLMs

ICLR 2026poster

Recent studies have shown that large language models (LLMs) can infer private user attributes (e.g., age, location, gender) from user-generated text shared online, enabling rapid and large-scale privacy breaches. Existing anonymization-based defenses are coarse-grained, lacking word-level precision…

Cited by 0SourcecodeScholar
2026

Taming Momentum: Rethinking Optimizer States Through Low-Rank Approximation

ICLR 2026oral

Modern optimizers like Adam and Muon are central to training large language models, but their reliance on first- and second-order momenta introduces significant memory overhead, which constrains scalability and computational efficiency. In this work, we re-frame the exponential moving average (EMA)…

Cited by 0SourceScholar
2025

Breaking Mental Set to Improve Reasoning through Diverse Multi-Agent Debate

ICLR 2025poster

Large Language Models (LLMs) have seen significant progress but continue to struggle with persistent reasoning mistakes. Previous methods of *self-reflection* have been proven limited due to the models’ inherent fixed thinking patterns. While Multi-Agent Debate (MAD) attempts to mitigate this by in…

2025

BridgeVLA: Input-Output Alignment for Efficient 3D Manipulation Learning with Vision-Language Models

NeurIPS 2025poster

Recently, leveraging pre-trained vision-language models (VLMs) for building vision-language-action (VLA) models has emerged as a promising approach to effective robot manipulation learning. However, only few methods incorporate 3D signals into VLMs for action prediction, and they do not fully levera…

Cited by 0SourcecodeScholar
2025

Enhancing End-to-End Autonomous Driving with Latent World Model

ICLR 2025poster

In autonomous driving, end-to-end planners directly utilize raw sensor data, enabling them to extract richer scene features and reduce information loss compared to traditional planners. This raises a crucial research question: how can we develop better scene feature representations to fully leverage…

2025

Exploring Vacant Classes in Label-Skewed Federated Learning

AAAI 2025technical

Label skews, characterized by disparities in local label distribution across clients, pose a significant challenge in federated learning. As minority classes suffer from worse accuracy due to overfitting on local imbalanced data, prior methods often incorporate class-balanced learning techniques du…

2025

LoRA-Pro: Are Low-Rank Adapters Properly Optimized?

ICLR 2025spotlight

Low-rank adaptation, also known as LoRA, has emerged as a prominent method for parameter-efficient fine-tuning of foundation models. Despite its computational efficiency, LoRA still yields inferior performance compared to full fine-tuning. In this paper, we first uncover a fundamental connection bet…

2025

Mixture of Decoding: An Attention-Inspired Adaptive Decoding Strategy to Mitigate Hallucinations in Large Vision-Language Models

ACL 2025finding

Large Vision-Language Models (LVLMs) have exhibited impressive capabilities across various visual tasks, yet they remain hindered by the persistent challenge of hallucinations. To address this critical issue, we propose Mixture of Decoding (MoD), a novel approach for hallucination mitigation that dy…

2025

Protecting Model Adaptation from Trojans in the Unlabeled Data

AAAI 2025technical

Model adaptation tackles the distribution shift problem with a pre-trained model instead of raw data, which has become a popular paradigm due to its great privacy protection. Existing methods always assume adapting to a clean target domain, overlooking the security risks of unlabeled samples. This p…

2025

REACT: Representation Extraction And Controllable Tuning to Overcome Overfitting in LLM Knowledge Editing

EMNLP 2025

Large language model editing methods frequently suffer from overfitting, wherein factual updates can propagate beyond their intended scope, overemphasizing the edited target even when it’s contextually inappropriate. To address this challenge, we introduce REACT (Representation Extraction And Contro

Cited by 0SourcePDFScholar
2025

Reinforcing Spatial Reasoning in Vision-Language Models with Interwoven Thinking and Visual Drawing

NeurIPS 2025poster

As textual reasoning with large language models (LLMs) has advanced significant, there has been growing interest in enhancing the multimodal reasoning capabilities of large vision-language models (LVLMs). However, existing methods primarily approach multimodal reasoning in a straightforward, text-ce…

Cited by 0SourcecodeScholar
2025

Rethinking the Role of Prompting Strategies in LLM Test-Time Scaling: A Perspective of Probability Theory

ACL 2025long

Recently, scaling test-time compute on Large Language Models (LLM) has garnered wide attention. However, there has been limited investigation of how various reasoning prompting strategies perform as scaling. In this paper, we focus on a standard and realistic scaling setting: majority voting. We sys…

2025

SHARP: Steering Hallucination in LVLMs via Representation Engineering

EMNLP 2025

Despite their impressive capabilities, Large Vision-Language Models (LVLMs) frequently generate responses that are plausible but incorrect or unsupported—commonly referred to as hallucinations. In this study, we investigate whether different types of hallucinations are reflected in the model’s inter

Cited by 0SourcePDFScholar
2025

TEST-V: TEst-time Support-set Tuning for Zero-shot Video Classification

IJCAI 2025

Recently, adapting Vision Language Models (VLMs) to zero-shot visual classification by tuning class embedding with a few prompts (Test-time Prompt Tuning, TPT) or replacing class names with generated visual samples (support-set) has shown promising results. However, TPT cannot avoid the semantic gap

Cited by 0SourcePDFScholar
2025

The Illusion of Progress? A Critical Look at Test-Time Adaptation for Vision-Language Models

NeurIPS 2025poster

Test-time adaptation (TTA) methods have gained significant attention for enhancing the performance of vision-language models (VLMs) such as CLIP during inference, without requiring additional labeled data. However, current TTA researches generally suffer from major limitations such as duplication of…

Cited by 0SourcecodeScholar
2025

VidCapBench: A Comprehensive Benchmark of Video Captioning for Controllable Text-to-Video Generation

ACL 2025finding

The training of controllable text-to-video (T2V) models relies heavily on the alignment between videos and captions, yet little existing research connects video caption evaluation with T2V generation assessment. This paper introduces VidCapBench, a video caption evaluation scheme specifically design…

2024

A Hard-to-Beat Baseline for Training-free CLIP-based Adaptation

ICLR 2024poster

Contrastive Language-Image Pretraining (CLIP) has gained popularity for its remarkable zero-shot capacity. Recent research has focused on developing efficient fine-tuning methods, such as prompt learning and adapter, to enhance CLIP's performance in downstream tasks. However, these methods still req…

2024

AE-NeRF: Audio Enhanced Neural Radiance Field for Few Shot Talking Head Synthesis

AAAI 2024technical

Audio-driven talking head synthesis is a promising topic with wide applications in digital human, film making and virtual reality. Recent NeRF-based approaches have shown superiority in quality and fidelity compared to previous studies. However, when it comes to few-shot talking head generation, a p…

Cited by 10SourcePDFScholar
2024

Connecting the Dots: Collaborative Fine-tuning for Black-Box Vision-Language Models

ICML 2024poster

With the emergence of pretrained vision-language models (VLMs), considerable efforts have been devoted to fine-tuning them for downstream tasks. Despite the progress made in designing efficient fine-tuning methods, such methods require access to the model's parameters, which can be challenging as mo…

2024

DTS-TPT: Dual Temporal-Sync Test-time Prompt Tuning for Zero-shot Activity Recognition

IJCAI 2024poster

Finetuning the large vision-language models on video data with a set of learnable prompts has shown promising performance on zero-shot activity recognition but still requires extra video data and expensive training costs. Inspired by recent Test-time Prompt Tuning (TPT) on the image domain, this wor…

2024

Realistic Unsupervised CLIP Fine-tuning with Universal Entropy Optimization

ICML 2024spotlight

The emergence of vision-language models, such as CLIP, has spurred a significant research effort towards their application for downstream supervised learning tasks. Although some previous studies have explored the unsupervised fine-tuning of CLIP, they often rely on prior knowledge in the form of cl…

2024

VLKEB: A Large Vision-Language Model Knowledge Editing Benchmark

NeurIPS 2024poster

Recently, knowledge editing on large language models (LLMs) has received considerable attention. Compared to this, editing Large Vision-Language Models (LVLMs) faces extra challenges from diverse data modalities and complicated model components, and data for LVLMs editing are limited. The existing L…

2023

AdaNPC: Exploring Non-Parametric Classifier for Test-Time Adaptation

ICML 2023poster

Many recent machine learning tasks focus to develop models that can generalize to unseen distributions. Domain generalization (DG) has become one of the key topics in various fields. Several literatures show that DG can be arbitrarily hard without exploiting target domain information. To address thi…

2023

CFFT-GAN: Cross-Domain Feature Fusion Transformer for Exemplar-Based Image Translation

AAAI 2023technical

Exemplar-based image translation refers to the task of generating images with the desired style, while conditioning on certain input image. Most of the current methods learn the correspondence between two input domains and lack the mining of information within the domain. In this paper, we propose a…

Cited by 7SourcePDFScholar
2023

Free Lunch for Domain Adversarial Training: Environment Label Smoothing

ICLR 2023poster

A fundamental challenge for machine learning models is how to generalize learned models for out-of-distribution (OOD) data. Among various approaches, exploiting invariant features by Domain Adversarial Training (DAT) received widespread attention. Despite its success, we observe training instability…

2023

OneNet: Enhancing Time Series Forecasting Models under Concept Drift by Online Ensembling

NeurIPS 2023poster

Online updating of time series forecasting models aims to address the concept drifting problem by efficiently updating forecasting models based on streaming data. Many algorithms are designed for online time series forecasting, with some exploiting cross-variable dependency while others assume indep…

2023

Semantic 3D-Aware Portrait Synthesis and Manipulation Based on Compositional Neural Radiance Field

AAAI 2023technical

Recently 3D-aware GAN methods with neural radiance field have developed rapidly. However, current methods model the whole image as an overall neural radiance field, which limits the partial semantic editability of synthetic results. Since NeRF renders an image pixel by pixel, it is possible to split…

2022

Cross-Domain Cross-Set Few-Shot Learning via Learning Compact and Aligned Representations

ECCV 2022poster

"Few-shot learning (FSL) aims to recognize novel queries with only a few support samples through leveraging prior knowledge from a base dataset. In this paper, we consider the domain shift problem in FSL and aim to address the domain gap between the support set and the query set. Different from prev…

2022

Disentangled Federated Learning for Tackling Attributes Skew via Invariant Aggregation and Diversity Transferring

ICML 2022spotlight

Attributes skew hinders the current federated learning (FL) frameworks from consistent optimization directions among the clients, which inevitably leads to performance reduction and unstable convergence. The core problems lie in that: 1) Domain-specific attributes, which are non-causal and only loca…

2022

Generalizable Person Re-identification via Self-Supervised Batch Norm Test-Time Adaption

AAAI 2022technical

In this paper, we investigate the generalization problem of person re-identification (re-id), whose major challenge is the distribution shift on an unseen domain. As an important tool of regularizing the distribution, batch normalization (BN) has been widely used in existing methods. However, they n…

Cited by 26SourcePDFScholar
2022

GraphDIVE: Graph Classification by Mixture of Diverse Experts

IJCAI 2022poster

Graph classification is a challenging research task in many applications across a broad range of domains. Recently, Graph Neural Network (GNN) models have achieved superior performance on various real-world graph datasets. Despite their successes, most of current GNN models largely suffer from the u…

2021

Few-Shot Learning with Part Discovery and Augmentation from Unlabeled Images

IJCAI 2021poster

Few-shot learning is a challenging task since only few instances are given for recognizing an unseen class. One way to alleviate this problem is to acquire a strong inductive bias via meta-learning on similar tasks. In this paper, we show that such inductive bias can be learned from a flat collectio…

Cited by 13SourcePDFScholar
2021

GAIA: A Transfer Learning System of Object Detection That Fits Your Needs

CVPR 2021poster

Transfer learning with pre-training on large-scale datasets has played an increasingly significant role in computer vision and natural language processing recently. However, as there exist numerous application scenarios that have distinctive demands such as certain latency constraints and specialize…

Cited by 68PDFScholar
2021

Learning Instance-Level Spatial-Temporal Patterns for Person Re-Identification

ICCV 2021poster

Person re-identification (Re-ID) aims to match pedestrians under dis-joint cameras. Most Re-ID methods formulate it as visual representation learning and image search, and its accuracy is consequently affected greatly by the search space. Spatial-temporal information has been proven to be efficient…

Cited by 30PDFcodeScholar
2021

Locate Then Segment: A Strong Pipeline for Referring Image Segmentation

CVPR 2021poster

Referring image segmentation aims to segment the objects referred by a natural language expression. Previous methods usually focus on designing an implicit and recurrent feature interaction mechanism to fuse the visual-linguistic features to directly generate the final segmentation mask without expl…

Cited by 162PDFScholar
2021

Rethinking the Heatmap Regression for Bottom-Up Human Pose Estimation

CVPR 2021poster

Heatmap regression has become the most prevalent choice for nowadays human pose estimation methods. The ground-truth heatmaps are usually constructed by covering all skeletal keypoints by 2D gaussian kernels. The standard deviations of these kernels are fixed. However, for bottom-up methods, which n…

Cited by 219PDFcodeScholar
2020

Adversarial Self-Supervised Learning for Semi-Supervised 3D Action Recognition

ECCV 2020poster

We consider the problem of semi-supervised 3D action recognition which has been rarely explored before. Its major challenge lies in how to effectively learn motion representations from unlabeled data. Self-supervised learning (SSL) has been proved very effective at learning representations from unla…

Cited by 83SourcePDFScholar
2020

Employing Multi-Estimations for Weakly-Supervised Semantic Segmentation

ECCV 2020poster

Image-level label based weakly-supervised semantic segmentation (WSSS) aims to adopt image-level labels to train semantic segmentation models, saving vast human labors for costly pixel-level annotations. A typical pipeline for this problem is first to adopt class activation maps (CAM) with image-lev…

Cited by 74SourcePDFScholar
2020

Large-Scale Object Detection in the Wild From Imbalanced Multi-Labels

CVPR 2020oral

Training with more data has always been the most stable and effective way of improving performance in deep learn-ing era. As the largest object detection dataset so far, OpenImages brings great opportunities and challenges for object detection in general and sophisticated scenarios. However, owing t…

Cited by 75PDFScholar
2020

Learning Integral Objects With Intra-Class Discriminator for Weakly-Supervised Semantic Segmentation

CVPR 2020poster

Image-level weakly-supervised semantic segmentation (WSSS) aims at learning semantic segmentation by adopting only image class labels. Existing approaches generally rely on class activation maps (CAM) to generate pseudo-masks and then train segmentation models. The main difficulty is that the CAM es…

Cited by 248PDFcodeScholar
2020

Prediction and Recovery for Adaptive Low-Resolution Person Re-Identification

ECCV 2020poster

Low-resolution person re-identification (LR re-id) is a challenging task with low-resolution probes and high-resolution gallery images. To address the resolution mismatch, existing methods typically recover missing details for low-resolution probes by super-resolution. However, they usually pre-spec…

Cited by 32SourcePDFScholar
2020

Unfolding the Alternating Optimization for Blind Super Resolution

NeurIPS 2020poster

Previous methods decompose blind super resolution (SR) problem into two sequential steps: \textit{i}) estimating blur kernel from given low-resolution (LR) image and \textit{ii}) restoring SR image based on estimated kernel. This two-step solution involves two independently trained models, which may…

2019

An Attention Enhanced Graph Convolutional LSTM Network for Skeleton-Based Action Recognition

CVPR 2019poster

Skeleton-based action recognition is an important task that requires the adequate understanding of movement characteristics of a human action from the given skeleton sequence. Recent studies have shown that exploring spatial and temporal features of the skeleton sequence is vital for this task. Neve…

Cited by 1042PDFScholar
2019

Distant Supervised Centroid Shift: A Simple and Efficient Approach to Visual Domain Adaptation

CVPR 2019poster

Conventional domain adaptation methods usually resort to deep neural networks or subspace learning to find invariant representations across domains. However, most deep learning methods highly rely on large-size source domains and are computationally expensive to train, while subspace learning method…

Cited by 130PDFScholar
2019

Efficient Neural Architecture Transformation Search in Channel-Level for Object Detection

NeurIPS 2019poster

Recently, Neural Architecture Search has achieved great success in large-scale image classification. In contrast, there have been limited works focusing on architecture search for object detection, mainly because the costly ImageNet pretraining is always required for detectors. Training from scratch…

Cited by 67SourcePDFScholar
2019

Meta-SR: A Magnification-Arbitrary Network for Super-Resolution

CVPR 2019poster

Recent research on super-resolution has achieved greatsuccess due to the development of deep convolutional neu-ral networks (DCNNs). However, super-resolution of arbi-trary scale factor has been ignored for a long time. Mostprevious researchers regard super-resolution of differentscale facto…

Cited by 568PDFScholar
2019

POD: Practical Object Detection With Scale-Sensitive Network

ICCV 2019poster

Scale-sensitive object detection remains a challenging task, where most of the existing methods not learn it explicitly and not robust to scale variance. In addition, the most existing methods are less efficient during training or slow during inference, which are not friendly to real-time applicatio…

Cited by 27PDFScholar
2018

End-to-end View Synthesis for Light Field Imaging with Pseudo 4DCNN

ECCV 2018poster

Limited angular resolution has become the main bottleneck of microlens-based plenoptic cameras towards practical vision applications. Existing view synthesis methods mainly break the task into two steps, i.e. depth estimating and view warping, which are usually inefficient and produce artifacts over…

Cited by 139SourcePDFScholar
2018

IntroVAE: Introspective Variational Autoencoders for Photographic Image Synthesis

NeurIPS 2018poster

We present a novel introspective variational autoencoder (IntroVAE) model for synthesizing high-resolution photographic images. IntroVAE is capable of self-evaluating the quality of its generated samples and improving itself accordingly. Its inference and generator models are jointly trained in an i…

Cited by 356SourcePDFScholar
2018

Multistage Adversarial Losses for Pose-Based Human Image Synthesis

CVPR 2018poster

Human image synthesis has extensive practical applications e.g. person re-identification and data augmentation for human pose estimation. However, it is much more challenging than rigid object synthesis, e.g. cars and chairs, due to the variability of human posture. In this paper, we propose a pose-…

Cited by 72SourcePDFScholar
2018

Skeleton-Based Action Recognition with Spatial Reasoning and Temporal Stack Learning

ECCV 2018poster

Skeleton-based action recognition has made great progress recently, but many problems still remain unsolved. For example, the representations of skeleton sequences captured by most of the previous methods lack spatial structure information and detailed temporal dynamics features. In this paper, we p…

Cited by 439SourcePDFScholar
2017

See the Forest for the Trees: Joint Spatial and Temporal Recurrent Neural Networks for Video-Based Person Re-Identification

CVPR 2017poster

Surveillance cameras have been widely used in different scenes. Accordingly, a demanding need is to recognize a person under different cameras, which is called person re-identification. This topic has gained increasing interests in computer vision recently. However, less attention has been paid to v…

Cited by 395PDFScholar
2016

ReD-SFA: Relation Discovery Based Slow Feature Analysis for Trajectory Clustering

CVPR 2016poster

For spectral embedding/clustering, it is still an open problem on how to construct an relation graph to reflect the intrinsic structures in data. In this paper, we proposed an approach, named Relation Discovery based Slow Feature Analysis (ReD-SFA), for feature learning and graph construction simult…

Cited by 15PDFScholar
2015

Deep Semantic Ranking Based Hashing for Multi-Label Image Retrieval

CVPR 2015poster

With the rapid growth of web images, hashing has received increasing interests in large scale image retrieval. Research efforts have been devoted to learning compact binary codes that preserve semantic similarity based on labels. However, most of these hashing methods are designed to handle simple b…

Cited by 741SourcePDFScholar