← Search

Xi Peng

102 accepted papers

2026

AtlasKV: Augmenting LLMs with Billion-Scale Knowledge Graphs in 20GB VRAM

ICLR 2026poster

Retrieval-augmented generation (RAG) has shown some success in augmenting large language models (LLMs) with external knowledge. However, as a non-parametric knowledge integration paradigm for LLMs, RAG methods heavily rely on external retrieval modules and the retrieved textual context prior. Especi…

Cited by 0SourcecodeScholar
2026

Bootstrapping Multi-view Learning for Test-time Noisy Correspondence

CVPR 2026

Multi-view learning fuses complementary views to improve perception, but real-world deployments often suffer from Test-time Noisy Correspondence (TNC) -- cross-view misalignment caused by asynchronous sampling, transient network congestion, or other disturbances. Such misalignment introduces semanti

Cited by 0SourcecodeScholar
2026

DOUBT: Decoupled Object-level Understanding and Bridging via vMF-based Trustworthiness for Hallucination Detection in MLLMs

ICML 2026oral

Multimodal Large Language Models (MLLMs) frequently produce hallucinations (i.e., assertions that contradict the image or facts), undermining reliability in high-risk applications. Existing detection approaches typically feed images and texts jointly and estimate hallucination scores by measuring th…

Cited by 0SourceScholar
2026

Endowing Vision-Language Models with System 2 Thinking for Fine-grained Visual Recognition

AAAI 2026technical

Vision-Language Models (VLMs) excel at extracting salient visual features from query images, thus exhibiting promising visual recognition performance. However, VLMs would encounter significant degradation in fine-grained scenarios due to their deficiency in distinguishing nuanced differences among c

Cited by 0SourcePDFScholar
2026

Inside-Out: Measuring Generalization in Vision Transformers Through Inner Workings

CVPR 2026

Reliable generalization metrics are fundamental to the evaluation of machine learning models. Especially in high-stakes applications where labeled target data are scarce, evaluation of models' generalization performance under distribution shift is a pressing need. We focus on two practical scenarios

Cited by 0SourcecodeScholar
2026

Learning Beyond Domains: Misleading Prompts and Pseudo-Label Contrast for Text Domain Generalization

AAAI 2026technical

Recent advancements in Pre-trained Language Models (PLMs) have significantly enhanced performance across various Natural Language Processing (NLP) tasks. However, the variability in data distributions across different domains presents challenges in generalizing these models to unseen domains. Domain

Cited by 0SourcePDFScholar
2026

Learning with Dual-level Noisy Correspondence for Multi-modal Entity Alignment

ICLR 2026oral

Multi-modal entity alignment (MMEA) aims to identify equivalent entities across heterogeneous multi-modal knowledge graphs (MMKGs), where each entity is described by attributes from various modalities. Existing methods typically assume that both intra-entity and inter-graph correspondences are fault…

Cited by 0SourcecodeScholar
2026

Less is More: Neuroscience-Motivated Probing for Efficient Concept Circuits Tracing

ICML 2026poster

Despite the high accuracy, Vision Transformer (ViT) predictions can be driven by spurious cues. Interpreting their inner workings is therefore essential for safe deployment. Sparse autoencoders (SAEs) shed light on decomposing language-model representations into concepts. However, adapting SAE-based…

Cited by 0SourceScholar
2026

Next-Scale Prediction: A Self-Supervised Approach for Real-World Image Denoising

CVPR 2026

Self-supervised real-world image denoising remains a fundamental challenge, arising from the antagonistic trade-off between decorrelating spatially structured noise and preserving high-frequency details. Existing blind-spot network (BSN) methods rely on pixel-shuffle downsampling (PD) to decorrelate

Cited by 0SourcecodeScholar
2026

RLSF-V: Mitigating Hallucinations in MLLMs via Fuzzy Semantic Self-Feedback

ICML 2026poster

Multimodal large language models (MLLMs) extend large language models (LLMs) with visual perception for open-world understanding, but exacerbate LLMs' hallucinations, in which generated text contradicts visual evidence or common sense. To mitigate hallucinations, a dominant strategy is Direct Prefer…

Cited by 0SourceScholar
2026

Robust Semi-paired Multimodal Learning for Cross-modal Retrieval

AAAI 2026technical

Cross-modal retrieval is a fundamental application of multi-modal learning that has achieved remarkable success with large-scale well-paired data. However, in practice, it is costly to collect large-scale well-paired data. To alleviate the dependence on the amount of paired data, in this paper, we s

Cited by 0SourcePDFScholar
2026

Semantic-Consistent Bidirectional Contrastive Hashing for Noisy Multi-Label Cross-Modal Retrieval

AAAI 2026technical

Cross-modal hashing (CMH) facilitates efficient retrieval across different modalities (e.g., image and text) by encoding data into compact binary representations. While recent methods have achieved remarkable performance, they often rely heavily on fully annotated datasets, which are costly and labo

Cited by 0SourcePDFScholar
2026

Uncover Underlying Correspondence for Robust Multi-view Clustering

ICLR 2026oral

Multi-view clustering (MVC) aims to group unlabeled data into semantically meaningful clusters by leveraging cross-view consistency. However, real-world datasets collected from the web often suffer from noisy correspondence (NC), which breaks the consistency prior and results in unreliable alignmen…

Cited by 0SourcecodeScholar
2025

"Why Is There a Tumor?": Tell Me the Reason, Show Me the Evidence

ICML 2025poster

Medical AI models excel at tumor detection and segmentation. However, their latent representations often lack explicit ties to clinical semantics, producing outputs less trusted in clinical practice. Most of the existing models generate either segmentation masks/labels (localizing where without why)…

Cited by 0SourcePDFScholar
2025

Beyond Accuracy: On the Effects of Fine-Tuning Towards Vision-Language Model’s Prediction Rationality

AAAI 2025technical

Vision-Language Models (VLMs), such as CLIP, have already seen widespread applications. Researchers actively engage in further fine-tuning VLMs in safety-critical domains. In these domains, prediction rationality is crucial: the prediction should be correct and based on valid evidence. Yet, for VLMs…

2025

Conditional Representation Learning for Customized Tasks

NeurIPS 2025spotlight

Conventional representation learning methods learn a universal representation that primarily captures dominant semantics, which may not always align with customized downstream tasks. For instance, in animal habitat analysis, researchers prioritize scene-related features, whereas universal embeddings…

Cited by 0SourcecodeScholar
2025

Cross-View Graph Consistency Learning for Invariant Graph Representations

AAAI 2025technical

Graph representation learning is fundamental for analyzing graph-structured data. Exploring invariant graph representations remains a challenge for most existing graph representation learning methods. In this paper, we propose a cross-view graph consistency learning (CGCL) method that learns invaria…

2025

Deep Evidential Hashing for Trustworthy Cross-Modal Retrieval

AAAI 2025technical

Cross-modal hashing provides an efficient solution for retrieval tasks across various modalities, such as images and text. However, most existing methods are deterministic models, which overlook the reliability associated with the retrieved results. This omission renders them unreliable for determin…

2025

Deep Fuzzy Multi-view Learning for Reliable Classification

ICML 2025poster

Multi-view learning methods primarily focus on enhancing decision accuracy but often neglect the uncertainty arising from the intrinsic drawbacks of data, such as noise, conflicts, etc. To address this issue, several trusted multi-view learning approaches based on the Evidential Theory have been pro…

Cited by 0SourcePDFScholar
2025

Deep Unsupervised Hashing via External Guidance

ICML 2025poster

Recently, deep unsupervised hashing has gained considerable attention in image retrieval due to its advantages in cost-free data labeling, computational efficiency, and storage savings. Although existing methods achieve promising performance by leveraging inherent visual structures within the data,…

Cited by 0SourcePDFScholar
2025

Detecting Open World Objects via Partial Attribute Assignment

CVPR 2025poster

Despite being trained on massive data, today's vision foundation models still fall short in detecting open world objects. Apart from recognizing known objects from training, a successful Open World Object Detection (OWOD) system must also be able to detect unknown objects never seen before, without…

2025

Disentangling Multi-view Representations via Curriculum Learning with Learnable Prior

IJCAI 2025

Multi-view representation learning methods typically follow a consistent-and-specific pipeline that aims at extracting latent representations for an entity from its multiple observable views to facilitate downstream tasks. However, most of them overlook the complex underlying correlation between dif

2025

Human-centered Interactive Learning via MLLMs for Text-to-Image Person Re-identification

CVPR 2025poster

Despite remarkable advancements in text-to-image person re-identification (TIReID) facilitated by the breakthrough of cross-modal embedding models, existing methods often struggle to distinguish challenging candidate images due to intrinsic limitations, such as network architecture and data quality.…

2025

LLaVA-ReID: Selective Multi-image Questioner for Interactive Person Re-Identification

ICML 2025poster

Traditional text-based person ReID assumes that person descriptions from witnesses are complete and provided at once. However, in real-world scenarios, such descriptions are often partial or vague. To address this limitation, we introduce a new task called interactive person re-identification (Inter…

2025

Learning Robust Multi-view Representation Using Dual-masked VAEs

IJCAI 2025

Most existing multi-view representation learning methods assume view-completeness and noise-free data. However, such assumptions are strong in real-world applications. Despite advances in methods tailored to view-missing or noise problems individually, a one-size-fits-all approach that concurrently

2025

Learning Source-Free Domain Adaptation for Visible-Infrared Person Re-Identification

NeurIPS 2025poster

In this paper, we investigate source-free domain adaptation (SFDA) for visible-infrared person re-identification (VI-ReID), aiming to adapt a pre-trained source model to an unlabeled target domain without access to source data. To address this challenging setting, we propose a novel learning paradig…

Cited by 0SourceScholar
2025

Learning with Noisy Triplet Correspondence for Composed Image Retrieval

CVPR 2025poster

Composed Image Retrieval (CIR) enables editable image search by integrating a query pair--a reference image ref and a textual modification mod--to retrieve a target image tar that reflects the intended change. While existing CIR methods have shown promising performance using well-annotated triplets…

2025

MaIR: A Locality- and Continuity-Preserving Mamba for Image Restoration

CVPR 2025poster

Recent advancements in Mamba have shown promising results in image restoration. These methods typically flatten 2D images into multiple distinct 1D sequences along rows and columns, process each sequence independently using selective scan operation, and recombine them to form the outputs. However, s…

2025

Probabilistic Multimodal Learning with von Mises-Fisher Distributions

IJCAI 2025

Multimodal learning is pivotal for the advancement of artificial intelligence, enabling machines to integrate complementary information from diverse data sources for holistic perception and understanding. Despite significant progress, existing methods struggle with challenges such as noisy inputs, n

2025

Robust Cross-modal Alignment Learning for Cross-Scene Spatial Reasoning and Grounding

NeurIPS 2025poster

Grounding target objects in 3D environments via natural language is a fundamental capability for autonomous agents to successfully fulfill user requests. Almost all existing works typically assume that the target object lies within a known scene and focus solely on in-scene localization. In practice…

Cited by 0SourceScholar
2025

Test-time Adaptation for Cross-modal Retrieval with Query Shift

ICLR 2025spotlight

The success of most existing cross-modal retrieval methods heavily relies on the assumption that the given queries follow the same distribution of the source domain. However, such an assumption is easily violated in real-world scenarios due to the complexity and diversity of queries, thus leading t…

2025

Visual Abstraction: A Plug-and-Play Approach for Text-Visual Retrieval

ICML 2025poster

Text-to-visual retrieval often struggles with semantic redundancy and granularity mismatches between textual queries and visual content. Unlike existing methods that address these challenges during training, we propose VISual Abstraction (VISA), a test-time approach that enhances retrieval by transf…

Cited by 0SourcePDFScholar
2024

AverNet: All-in-one Video Restoration for Time-varying Unknown Degradations

NeurIPS 2024poster

Traditional video restoration approaches were designed to recover clean videos from a specific type of degradation, making them ineffective in handling multiple unknown types of degradation. To address this issue, several studies have been conducted and have shown promising results. However, these s…

2024

Beyond the Federation: Topology-aware Federated Learning for Generalization to Unseen Clients

ICML 2024poster

Federated Learning is widely employed to tackle distributed sensitive data. Existing methods primarily focus on addressing in-federation data heterogeneity. However, we observed that they suffer from significant performance degradation when applied to unseen clients for out-of-federation (OOF) gener…

Cited by 7SourcePDFScholar
2024

Decoupled Contrastive Multi-View Clustering with High-Order Random Walks

AAAI 2024technical

In recent, some robust contrastive multi-view clustering (MvC) methods have been proposed, which construct data pairs from neighborhoods to alleviate the false negative issue, i.e., some intra-cluster samples are wrongly treated as negative pairs. Although promising performance has been achieved by…

2024

Image Clustering with External Guidance

ICML 2024oral

The core of clustering lies in incorporating prior knowledge to construct supervision signals. From classic k-means based on data compactness to recent contrastive clustering guided by self-supervision, the evolution of clustering methods intrinsically corresponds to the progression of supervision s…

2024

Multi-granularity Correspondence Learning from Long-term Noisy Videos

ICLR 2024oral

Existing video-language studies mainly focus on learning short video clips, leaving long-term temporal dependencies rarely explored due to over-high computational cost of modeling long videos. To address this issue, one feasible solution is learning the correspondence between video clips and caption…

2024

Noisy-Correspondence Learning for Text-to-Image Person Re-identification

CVPR 2024poster

Text-to-image person re-identification (TIReID) is a compelling topic in the cross-modal community which aims to retrieve the target person based on a textual query. Although numerous TIReID methods have been proposed and achieved promising performance they implicitly assume the training image-text…

2024

Out-Of-Distribution Detection with Diversification (Provably)

NeurIPS 2024poster

Out-of-distribution (OOD) detection is crucial for ensuring reliable deployment of machine learning models. Recent advancements focus on utilizing easily accessible auxiliary outliers (e.g., data from the web or other datasets) in training. However, we experimentally reveal that these methods still…

2024

PrefAce: Face-Centric Pretraining with Self-Structure Aware Distillation

AAAI 2024technical

Video-based facial analysis is important for autonomous agents to understand human expressions and sentiments. However, limited labeled data is available to learn effective facial representations. This paper proposes a novel self-supervised face-centric pretraining framework, called PrefAce, which l…

2024

Robust Contrastive Multi-view Clustering against Dual Noisy Correspondence

NeurIPS 2024poster

Recently, contrastive multi-view clustering (MvC) has emerged as a promising avenue for analyzing data from heterogeneous sources, typically leveraging the off-the-shelf instances as positives and randomly sampled ones as negatives. In practice, however, this paradigm would unavoidably suffer from t…

2024

SeafloorAI: A Large-scale Vision-Language Dataset for Seafloor Geological Survey

NeurIPS 2024poster

A major obstacle to the advancements of machine learning models in marine science, particularly in sonar imagery analysis, is the scarcity of AI-ready datasets. While there have been efforts to make AI-ready sonar image dataset publicly available, they suffer from limitations in terms of environme…

2024

Test-Time Degradation Adaptation for Open-Set Image Restoration

ICML 2024spotlight

In contrast to close-set scenarios that restore images from a predefined set of degradations, open-set image restoration aims to handle the unknown degradations that were unforeseen during the pretraining phase, which is less-touched as far as we know. This work study this challenging problem and re…

2024

Test-time Adaptation against Multi-modal Reliability Bias

ICLR 2024poster

Test-time adaptation (TTA) has emerged as a new paradigm for reconciling distribution shifts across domains without accessing source data. However, existing TTA methods mainly concentrate on uni-modal tasks, overlooking the complexity of multi-modal scenarios. In this paper, we delve into the multi-…

2023

Are Data-Driven Explanations Robust Against Out-of-Distribution Data?

CVPR 2023poster

As black-box models increasingly power high-stakes applications, a variety of data-driven explanation methods have been introduced. Meanwhile, machine learning models are constantly challenged by distributional shifts. A question naturally arises: Are data-driven explanations robust against out-of-d…

2023

Comprehensive and Delicate: An Efficient Transformer for Image Restoration

CVPR 2023poster

Vision Transformers have shown promising performance in image restoration, which usually conduct window- or channel-based attention to avoid intensive computations. Although the promising performance has been achieved, they go against the biggest success factor of Transformers to a certain extent by…

2023

Cross-modal Active Complementary Learning with Self-refining Correspondence

NeurIPS 2023poster

Recently, image-text matching has attracted more and more attention from academia and industry, which is fundamental to understanding the latent correspondence across visual and textual modalities. However, most existing methods implicitly assume the training pairs are well-aligned while ignoring th…

2023

Deep Fair Clustering via Maximizing and Minimizing Mutual Information: Theory, Algorithm and Metric

CVPR 2023poster

Fair clustering aims to divide data into distinct clusters while preventing sensitive attributes (e.g., gender, race, RNA sequencing technique) from dominating the clustering. Although a number of works have been conducted and achieved huge success recently, most of them are heuristical, and there l…

2023

Graph Matching with Bi-level Noisy Correspondence

ICCV 2023poster

In this paper, we study a novel and widely existing problem in graph matching (GM), namely, Bi-level Noisy Correspondence (BNC), which refers to node-level noisy correspondence (NNC) and edge-level noisy correspondence (ENC). In brief, on the one hand, due to the poor recognizability and viewpoint d…

Cited by 42PDFcodeScholar
2023

Incomplete Multi-view Clustering via Prototype-based Imputation

IJCAI 2023poster

In this paper, we study how to achieve two characteristics highly-expected by incomplete multi-view clustering (IMvC). Namely, i) instance commonality refers to that within-cluster instances should share a common pattern, and ii) view versatility refers to that cross-view samples should own view-spe…

2023

Knowledge-Constrained Answer Generation for Open-Ended Video Question Answering

AAAI 2023technical

Open-ended Video question answering (open-ended VideoQA) aims to understand video content and question semantics to generate the correct answers. Most of the best performing models define the problem as a discriminative task of multi-label classification. In real-world scenarios, however, it is diff…

Cited by 11SourcePDFScholar
2023

Learning from Semantic Alignment between Unpaired Multiviews for Egocentric Video Recognition

ICCV 2023poster

We are concerned with a challenging scenario in unpaired multiview video learning. In this case, the model aims to learn comprehensive multiview representations while the cross-view semantic information exhibits variations. We propose Semantics-based Unpaired Multiview Learning (SUM-L) to tackle thi…

Cited by 15PDFcodeScholar
2023

Provable Dynamic Fusion for Low-Quality Multimodal Data

ICML 2023poster

The inherent challenge of multimodal fusion is to precisely capture the cross-modal correlation and flexibly conduct cross-modal interaction. To fully release the value of each modality and mitigate the influence of low-quality multimodal data, dynamic multimodal fusion emerges as a promising learni…

2023

RONO: Robust Discriminative Learning With Noisy Labels for 2D-3D Cross-Modal Retrieval

CVPR 2023poster

Recently, with the advent of Metaverse and AI Generated Content, cross-modal retrieval becomes popular with a burst of 2D and 3D data. However, this problem is challenging given the heterogeneous structure and semantic discrepancies. Moreover, imperfect annotations are ubiquitous given the ambiguous…

2023

Rethinking Image Super Resolution From Long-Tailed Distribution Learning Perspective

CVPR 2023poster

Existing studies have empirically observed that the resolution of the low-frequency region is easier to enhance than that of the high-frequency one. Although plentiful works have been devoted to alleviating this problem, little understanding is given to explain it. In this paper, we try to give a fe…

Cited by 15SourcePDFScholar
2023

Robust Domain Adaptation for Machine Reading Comprehension

AAAI 2023technical

Most domain adaptation methods for machine reading comprehension (MRC) use a pre-trained question-answer (QA) construction model to generate pseudo QA pairs for MRC transfer. Such a process will inevitably introduce mismatched pairs (i.e., Noisy Correspondence) due to i) the unavailable QA pairs in…

Cited by 1SourcePDFScholar
2023

dugMatting: Decomposed-Uncertainty-Guided Matting

ICML 2023poster

Cutting out an object and estimating its opacity mask, known as image matting, is a key task in image and video editing. Due to the highly ill-posed issue, additional inputs, typically user-defined trimaps or scribbles, are usually needed to reduce the uncertainty. Although effective, it is either t…

2022

All-in-One Image Restoration for Unknown Corruption

CVPR 2022poster

In this paper, we study a challenging problem in image restoration, namely, how to develop an all-in-one method that could recover images from a variety of unknown corruption types and levels. To this end, we propose an All-in-one Image Restoration Network (AirNet) consisting of two neural modules,…

Cited by 351PDFcodeScholar
2022

Improve Interpretability of Neural Networks via Sparse Contrastive Coding

EMNLP 2022finding

Although explainable artificial intelligence (XAI) has achieved remarkable developments in recent years, there are few efforts have been devoted to the following problems, namely, i) how to develop an explainable method that could explain the black-box in a model-agnostic way? and ii) how to improve…

Cited by 7SourcePDFScholar
2022

Learning With Twin Noisy Labels for Visible-Infrared Person Re-Identification

CVPR 2022poster

In this paper, we study an untouched problem in visible-infrared person re-identification (VI-ReID), namely, Twin Noise Labels (TNL) which refers to as noisy annotation and correspondence. In brief, on the one hand, it is inevitable to annotate some persons with the wrong identity due to the complex…

Cited by 213PDFcodeScholar
2022

Multi-Scale Adaptive Network for Single Image Denoising

NeurIPS 2022accept

Multi-scale architectures have shown effectiveness in a variety of tasks thanks to appealing cross-scale complementarity. However, existing architectures treat different scale features equally without considering the scale-specific characteristics, \textit{i.e.}, the within-scale characteristics are…

2022

Symmetry and Uncertainty-Aware Object SLAM for 6DoF Object Pose Estimation

CVPR 2022poster

We propose a keypoint-based object-level SLAM framework that can provide globally consistent 6DoF pose estimates for symmetric and asymmetric objects alike. To the best of our knowledge, our system is among the first to utilize the camera pose information from SLAM to provide prior knowledge for tra…

Cited by 51PDFcodeScholar
2021

A Good Image Generator Is What You Need for High-Resolution Video Synthesis

ICLR 2021spotlight

Image and video synthesis are closely related areas aiming at generating content from noise. While rapid progress has been demonstrated in improving image-based models to handle large resolutions, high-quality renderings, and wide variations in image content, achieving comparable video generation re…

2021

COMPLETER: Incomplete Multi-View Clustering via Contrastive Prediction

CVPR 2021poster

In this paper, we study two challenging problems in incomplete multi-view clustering analysis, namely, i) how to learn an informative and consistent representation among different views without the help of labels and ii) how to recover the missing views from data. To this end, we propose a novel obj…

Cited by 424PDFcodeScholar
2021

Learning View-Disentangled Human Pose Representation by Contrastive Cross-View Mutual Information Maximization

CVPR 2021poster

We introduce a novel representation learning method to disentangle pose-dependent as well as view-dependent factors from 2D human poses. The method trains a network using cross-view mutual information maximization (CV-MIM) which maximizes mutual information of the same pose performed from different…

Cited by 41PDFcodeScholar
2021

Learning with Noisy Correspondence for Cross-modal Matching

NeurIPS 2021oral

Cross-modal matching, which aims to establish the correspondence between two different modalities, is fundamental to a variety of tasks such as cross-modal retrieval and vision-and-language understanding. Although a huge number of cross-modal matching methods have been proposed and achieved remarkab…

2021

OPQ: Compressing Deep Neural Networks with One-shot Pruning-Quantization

AAAI 2021technical

As Deep Neural Networks (DNNs) usually are overparameterized and have millions of weight parameters, it is challenging to deploy these large DNN models on resource-constrained hardware platforms, e.g., smartphones. Numerous network compression methods such as pruning and quantization are proposed to…

Cited by 69SourcePDFScholar
2021

Partially View-Aligned Representation Learning With Noise-Robust Contrastive Loss

CVPR 2021poster

In real-world applications, it is common that only a portion of data is aligned across views due to spatial, temporal, or spatiotemporal asynchronism, thus leading to the so-called Partially View-aligned Problem (PVP). To solve such a less-touched problem without the help of labels, we propose simul…

Cited by 170PDFScholar
2021

SMIL: Multimodal Learning with Severely Missing Modality

AAAI 2021technical

A common assumption in multimodal learning is the completeness of training data, i.e., full modalities are available in all training examples. Although there exists research endeavor in developing novel methods to tackle the incompleteness of testing data, e.g., modalities are partially missing in t…

2020

CLEARER: Multi-Scale Neural Architecture Search for Image Restoration

NeurIPS 2020poster

Multi-scale neural networks have shown effectiveness in image restoration tasks, which are usually designed and integrated in a handcrafted manner. Different from the existing labor-intensive handcrafted architecture design paradigms, we present a novel method, termed as multi-sCaLe nEural ARchitect…

2020

Knowledge As Priors: Cross-Modal Knowledge Generalization for Datasets Without Superior Knowledge

CVPR 2020poster

Cross-modal knowledge distillation deals with transferring knowledge from a model trained with superior modalities (Teacher) to another model trained with weak modalities (Student). Existing approaches require paired training examples exist in both modalities. However, accessing the data from superi…

Cited by 92PDFScholar
2020

Maximum-Entropy Adversarial Data Augmentation for Improved Generalization and Robustness

NeurIPS 2020poster

Adversarial data augmentation has shown promise for training robust deep neural networks against unforeseen data shifts or corruptions. However, it is difficult to define heuristics to generate effective fictitious target distributions containing "hard" adversarial perturbations that are largely dif…

2019

COMIC: Multi-view Clustering Without Parameter Selection

ICML 2019oral

In this paper, we study two challenges in clustering analysis, namely, how to cluster multi-view data and how to perform clustering without parameter selection on cluster size. To this end, we propose a novel objective function to project raw data into one space in which the projection embraces the…

Cited by 374SourcePDFScholar
2019

Low-Rank Tensor Completion With a New Tensor Nuclear Norm Induced by Invertible Linear Transforms

CVPR 2019poster

This work studies the low-rank tensor completion problem, which aims to exactly recover a low-rank tensor from partially observed entries. Our model is inspired by the recently proposed tensor-tensor product (t-product) based on any invertible linear transforms. When the linear transforms satisfy ce…

Cited by 193PDFScholar
2019

Reciprocal Multi-Layer Subspace Learning for Multi-View Clustering

ICCV 2019poster

Multi-view clustering is a long-standing important research topic, however, remains challenging when handling high-dimensional data and simultaneously exploring the consistency and complementarity of different views. In this work, we present a novel Reciprocal Multi-layer Subspace Learning (RMSL) al…

Cited by 158PDFScholar
2019

Rethinking Kernel Methods for Node Representation Learning on Graphs

NeurIPS 2019poster

Graph kernels are kernel methods measuring graph similarity and serve as a standard tool for graph classification. However, the use of kernel methods for node classification, which is a related problem to graph representation learning, is still ill-posed and the state-of-the-art methods are heavily…

2019

Semantic Graph Convolutional Networks for 3D Human Pose Regression

CVPR 2019poster

In this paper, we study the problem of learning Graph Convolutional Networks (GCNs) for regression. Current architectures of GCNs are limited to the small receptive field of convolution filters and shared transformation matrix for each node. To address these limitations, we propose Semantic Graph Co…

Cited by 694PDFcodeScholar
2019

Semantic-Guided Multi-Attention Localization for Zero-Shot Learning

NeurIPS 2019poster

Zero-shot learning extends the conventional object classification to the unseen class recognition by introducing semantic representations of classes. Existing approaches predominantly focus on learning the proper mapping function for visual-semantic embedding, while neglecting the effect of learning…

Cited by 180SourcePDFScholar
2018

A Generative Adversarial Approach for Zero-Shot Learning From Noisy Texts

CVPR 2018poster

Most existing zero-shot learning methods consider the problem as a visual semantic embedding one. Given the demonstrated capability of Generative Adversarial Networks(GANs) to generate images, we instead leverage GANs to imagine unseen categories from text descriptions and hence recognize novel clas…

Cited by 499SourcePDFScholar
2018

Jointly Optimize Data Augmentation and Network Training: Adversarial Data Augmentation in Human Pose Estimation

CVPR 2018poster

Random data augmentation is a critical technique to avoid overfitting in training deep models. Yet, data augmentation and network training are often two isolated processes in most settings, yielding to a suboptimal training. Why not jointly optimize the two? We propose adversarial data augmentation…

Cited by 284SourcePDFScholar
2018

Learning to Forecast and Refine Residual Motion for Image-to-Video Generation

ECCV 2018poster

We consider the problem of image-to-video translation, where an input image is translated into an output video containing motions of a single object. Recent methods for such problems typically train transformation networks to generate future frames conditioned on the structure sequence. Parallel wor…

Cited by 119SourcePDFScholar
2018

Quantized Densely Connected U-Nets for Efficient Landmark Localization

ECCV 2018poster

In this paper, we propose quantized densely connected U-Nets for efficient visual landmark localization. The idea is that features of the same semantic meanings are globally reused across the stacked U-Nets. This dense connectivity largely improves the information flow, yielding improved localizatio…

2017

Reconstruction-Based Disentanglement for Pose-Invariant Face Recognition

ICCV 2017poster

Deep neural networks (DNNs) trained on large-scale datasets have recently achieved impressive improvements in face recognition. But a persistent challenge remains to develop methods capable of handling large pose variations that are relatively under-represented in training data. This paper presents…

Cited by 189PDFScholar