EDBT 2026 Demo / reviewers in the wild / expert
Yanyun Qu
dblp:03/3500
· DBLP profile ↗
151ranked-venue papers
12as first author
113since 2021 · last 2026
0000-0002-8926-4162ORCID · verified
Domains — the database's venue-derived domains; a paper can count in several
Graphics, computer vision, multimedia, augmented reality and games · 105 · 10 first-author · 82 since 2021Artificial intelligence and machine learning · 88 · 2 first-author · 69 since 2021Applied, interdisciplinary, general and emerging computing · 6 · 1 first-author · 3 since 2021Systems, architecture and hardware · 3 · 3 since 2021Databases, data management, data science and information retrieval · 2 · 1 first-author · 1 since 2021Human-computer interaction and ubiquitous computing · 2 · 1 first-author
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Target Refocusing via Attention Redistribution for Open-Vocabulary Semantic Segmentation: An Explainability PerspectiveabstractOpen-vocabulary semantic segmentation (OVSS) employs pixel-level vision-language alignment to associate category-related prompts with corresponding pixels. A key challenge is enhancing the multimodal dense prediction capability, specifically this pixel-level multimodal alignment. Although existing methods achieve promising results by leveraging CLIP’s vision-language alignment, they rarely investigate the performance boundaries of CLIP for dense prediction from an interpretability mechanisms perspective. In this work, we systematically investigate CLIP's internal mechanisms and identify a critical phenomenon: analogous to human distraction, CLIP diverts significant attention resources from target regions to irrelevant tokens. Our analysis reveals that these tokens arise from dimension-specific over-activation; filtering them enhances CLIP's dense prediction performance. Consequently, we propose Refocusing CLIP (RF-CLIP), a training-free approach that emulates human distraction-refocusing behavior to redirect attention from distraction tokens back to target regions, thereby refining CLIP's multimodal alignment granularity. Our method achieves SOTA performance on eight benchmarks while maintaining high inference efficiency. Jiahao Li 0003, Yang Lu 0009, Yachao Zhang 0001, Fangyong Wang, Yuan Xie 0006, Yanyun Qu |
AAAI | 7 |
| 2026 | SpikingIR: A Novel Converted Spiking Neural Network for Efficient Image RestorationabstractImage restoration has made great progress with the rise of deep learning, but its energy consumption limits its real-world applications. Spiking Neural Networks (SNNs) are seen as energy-efficient alternatives to Artificial Neural Networks (ANNs). Applying SNNs to image restoration (IR) remains challenging, primarily due to the limited information capacity of spike-based signals. This limitation leads to quantization errors and information loss, while IR tasks are highly sensitive to output precision and error. Thus, the restoration performance suffers significantly. To address this challenge, we propose SpikingIR, an ANN-to-SNN conversion framework for IR that reduces information loss and quantization error. SpikingIR mainly consists of two components: Convolutional Pixel Mapping (CPM) and Membrane Potential Reuse Neuron (MPRN), which are designed to alleviate quantization errors and information loss in the output and intermediate layers, respectively. Specifically, CPM maps discrete outputs into a continuous space, better aligning with pixel-level details. From the perspective of information entropy, we show that outputs of CPM contain more information than the original outputs. MPRN introduces a post-processing step with relaxed firing conditions to extract residual membrane potential, reducing information waste. Furthermore, we fine-tune the converted model to jointly optimize both accuracy and energy efficiency. Experimental results demonstrate that SpikingIR achieves performance comparable to ANN counterparts across various IR benchmarks while reducing energy consumption by up to 50%. Yang Ouyang, Xiaotong Luo, Yanyun Qu |
AAAI | 5 |
| 2026 | PC-CrossDiff: Point-Cluster Dual-Level Cross-Modal Differential Attention for Unified 3D Referring and Segmentationabstract3D Visual Grounding (3DVG) aims to localize the referent of natural language referring expressions through two core tasks: Referring Expression Comprehension (3DREC) and Segmentation (3DRES). While existing methods achieve high accuracy in simple, single-object scenes, they suffer from severe performance degradation in complex, multi-object scenes that are common in real-world settings, hindering practical deployment. Existing methods face two key challenges in complex, multi-object scenes: inadequate parsing of implicit localization cues critical for disambiguating visually similar objects, and ineffective suppression of dynamic spatial interference from co-occurring objects, resulting in degraded grounding accuracy. To address these challenges, we propose PC-CrossDiff, a unified dual-task framework with a dual-level cross-modal differential attention architecture for 3DREC and 3DRES. Specifically, the framework introduces: (i) Point-Level Differential Attention (PLDA) modules that apply bidirectional differential attention between text and point clouds, adaptively extracting implicit localization cues via learnable weights to improve discriminative representation; (ii) Cluster-Level Differential Attention (CLDA) modules that establish a hierarchical attention mechanism to adaptively enhance localization-relevant spatial relationships while suppressing ambiguous or irrelevant spatial relations through a localization-aware differential attention block. To address the scale disparity and conflicting gradients in joint 3DREC–3DRES training, we propose L_DGTL, a unified loss function that explicitly reduces multi-task crosstalk and enables effective parameter sharing across tasks. Our method achieves state-of-the-art performance on the ScanRefer, NR3D, and SR3D benchmarks. Notably, on the Implicit subsets of ScanRefer, it improves the [email protected] score by +10.16% for the 3DREC task, highlighting its strong ability to parse implicit spatial cues. Wenbin Tan 0001, Jiawen Lin, Fangyong Wang, Yuan Xie 0006, Yachao Zhang 0001, Yanyun Qu |
AAAI | 7 |
| 2026 | Diffusion Once and Done: Degradation-Aware LoRA for All-in-One Image RestorationabstractDiffusion models have revealed powerful potential in all-in-one image restoration (AiOIR), which is talented in generating abundant texture details. The existing AiOIR methods either retrain a diffusion model or fine-tune the pretrained diffusion model with extra conditional guidance. However, they often suffer from high inference costs and limited adaptability to diverse degradation types. In this paper, we propose an efficient AiOIR method, Diffusion Once and Done (DOD), which aims to achieve superior restoration performance with only one-step sampling of Stable Diffusion (SD) models. Specifically, multi-degradation feature modulation is first introduced to capture different degradation prompts with a pretrained diffusion model. Then, parameter-efficient conditional low-rank adaptation integrates the prompts to enable the fine-tuning of the SD model for adapting to different degradation types. Besides, a high-fidelity detail enhancement module is integrated into the decoder of SD to improve structural and textural details. Experiments demonstrate that our method outperforms existing diffusion-based restoration approaches in both visual quality and inference efficiency. Ni Tang, Xiaotong Luo, Liangtai Zhou, Dongxiao Zhang, Yanyun Qu |
AAAI | 6 |
| 2026 | BeyondSparse: Facilitating Mamba to Enhance Cross-Domain 3D Semantic Segmentation in Adverse WeatherabstractDomain generalization (DG) and domain adaptation (DA) for 3D semantic segmentation enable the model to maintain high performance while avoiding labor-intensive and time-consuming annotation of target-domain data. However, under adverse weather conditions, the injection of spatial noise will affect the reflectivity of LiDAR point clouds, exacerbate domain distribution discrepancies, and degrade the generalization ability of the model. Current methods mainly rely on sparse convolution-based architecture. Due to its limited receptive field, the model captures varying local geometric information when dealing with point clouds of different sparsities, thereby limiting its transferability. To this end, we propose BeyondSparse, a novel cross-domain 3D semantic segmentation method under adverse weather that incorporates a state-space model into a 3D sparse convolution-based architecture, sequentially modeling all features to learn domain-invariant representations. This method consists of two main components: domain feature decoupling and Mamba-based encoder. The former performs feature disentanglement before sequential modeling, while the latter performs global modeling on voxelized point cloud data. In addition, we introduce a token-style augmentation to capture the intrinsic properties of input data. Extensive experimental results demonstrate that our method outperforms SOTA competitors in both DG and DA tasks, for instance, achieving +4.6% and +0.8% mIoU on ``SynLiDAR to SemanticSTF''. Mingwei Xing, Yachao Zhang 0001, Fangyong Wang, Yanyun Qu |
AAAI | 6 |
| 2026 | xMHashSeg: Cross-modal Hash Learning for Training-free Unsupervised LiDAR Semantic Segmentationabstract3D semantic segmentation serves as a fundamental component in many applications, such as autonomous driving and medical image analysis. Although recent methods have advanced the field, adapting these methods to new environments or object categories without extensive retraining remains a significant challenge. To address this, we introduce xMHashSeg, a novel training-free cross-modal LiDAR semantic segmentation framework. xMHashSeg leverages foundation models and non-parametric network to extract features from 2D images and 3D point clouds, subsequently integrating these features through hash learning. Specifically, We develop point-SANN, a novel self-adaption non-parametric network that can extract robust 3D features from raw point clouds, while 2D features are directly extracted through the foundation model DINOv2. To reconcile inconsistencies across different modals, we introduce a Hash Code Learning Module that projects all information into a common hash space, learning a consistent hash code that enhances feature integration. Additionally, depth maps are utilized as an intermediary form between 2D and 3D data to facilitate convergence during hash code learning. Our experimental results on various multi-modality datasets demonstrate that xMHashSeg outperforms zero-shot learning approaches and achieve performance close to that of unsupervised domain adaptation and test-time adaptation methods, without requiring any annotations or additional training. Jialong Zhang 0002, Yachao Zhang 0001, Jiangming Shi, Fangyong Wang, Yanyun Qu |
AAAI | 6 |
| 2026 | LRHR-Net: Coarse-to-Fine Flow Field Reconstruction for Scramjet Combustor with A Wide Speed Range
Hedong Liu, Jieai Mai, Yuqian Chen, Yanyun Qu, Yancheng You |
ICIC (5) | 6 |
| 2026 | Source Free Domain Adaptation For 3D Cross-modal Semantic Segmentation
Jianshe Duan, Yachao Zhang 0001, Yuehui Qu, Yanyun Qu |
ISCAS | 6 |
| 2026 | AS-FPN: an asymmetric semantic-preserving feature pyramid network for efficient semantic segmentation
Deyu Zeng, Zongze Wu 0001, Yanyun Qu, Weixiang Liu |
Multim. Syst. | 4 |
| 2026 | Two-stage knowledge distillation for visible-infrared person re-identification
Jiangming Shi, Xiangbo Yin, Demao Zhang, Zhizhong Zhang 0001, Yuan Xie 0001, Yanyun Qu |
Pattern Recognit. | 6 |
| 2026 | Instructing visual feature modeling with semantic guidance for 3D visual grounding
Yachao Zhang 0001, Shiran Bian, Jiahao Li 0003, Jiawen Lin, Fangyong Wang, Yuan Xie 0006, Yanyun Qu |
Pattern Recognit. | 8 |
| 2026 | Decoupling 3-D Point Cloud Attributes for Semantic Segmentation via Real-World Prior ExploitationabstractPoint cloud semantic segmentation, which involves assigning a category for each point, is a crucial task in autonomous driving and intelligent transportation systems. Due to the inherently unordered and irregular nature of point clouds, learning robust features that accurately capture real-world distributions from point coordinates and other attributes remains challenging. Following the pioneering work of PointNet, current 3D deep neural networks process point coordinates alongside other attributes without fully exploiting the implicit class prior information embedded in spatial information. In this work, we first conduct a pilot study to evaluate how current 3D networks utilize point coordinates and validate the presence of implicit class priors within them. Subsequently, we design a robust Position-to-Physics (P2P) fusion strategy that learns adaptive weights to dynamically incorporate implicit class priors present in point coordinates into point features. Moreover, we design a dual-branch network architecture and propose a triplet loss to further enhance the adaptive fusion process. Extensive experiments demonstrate that decoupling position attributes from physics attributes facilitates the extraction and utilization of implicit class priors. Our proposed modules consistently improve segmentation performance across various networks and datasets, demonstrating their generalizability and effectiveness. Zhizhong Zhang 0001, Xin Tan 0002, Yanyun Qu, Lizhuang Ma, Yuan Xie 0006 |
IEEE Trans. Intell. Transp. Syst. | 4 |
| 2025 | MaskViM: Domain Generalized Semantic Segmentation with State Space ModelsabstractDomain Generalized Semantic Segmentation (DGSS) aims to utilize segmentation model training on known source domains to make predictions on unknown target domains. Currently, there are two network architectures: one based on Convolutional Neural Networks (CNNs) and the other based on Visual Transformers (ViTs). However, both CNN-based and ViT-based DGSS methods face challenges: the former lacks a global receptive field, while the latter requires more computational demands. Drawing inspiration from State Space Models (SSMs), which not only possess a global receptive field but also maintain linear complexity, we propose SSM-based method for achieving DGSS. In this work, we first elucidate why does mask make sense in SSM-based DGSS and propose our mask learning mechanism. Leveraging this mechanism, we present our Mask Vision Mamba network (MaskViM), a model for SSM-based DGSS, and design our mask loss to optimize MaskViM. Our method achieves superior performance on four diverse DGSS setting, which demonstrates the effectiveness of our method. Jiahao Li 0003, Yang Lu 0009, Yuan Xie 0006, Yanyun Qu |
AAAI | 4 |
| 2025 | Omni-Query Active Learning for Source-Free Domain Adaptive Cross-Modality 3D Semantic SegmentationabstractSource-Free Domain Adaptation (SFDA) aims to transfer a pre-trained source model to the unlabeled target domain without accessing the source data, thereby effectively solving labeled data dependency and domain shift problems. However, the SFDA setting faces a bottleneck due to the absence of supervisory information. To mitigate this problem, Active Learning (AL) is introduced to combine with SFDA, endeavoring to actively label a small set of the most high-quality target points so that models with satisfactory performance can be obtained at an acceptable cost. Nevertheless, several issues remain unresolved, namely when to query new labels during training, what kind of samples deserve labeling to ensure rich information, and where the labels should be distributed to guarantee diversity. Thus we elaborate OmniQuery to omnibearing address the “When, What, and Where” problems about active points querying in source-free domain adaptation for cross-modal 3D semantic segmentation. The method consists of three main components: Query Decider, Point Ranker, and Budget Slicer. The Query Decider determines the optimal timing to query new points by fitting the validation curves during training. The Point Ranker nominates points for annotation by calculating the ambiguity of neighboring points in the feature space. The Budget Slicer allocates the annotation quota, i.e., labeling percentage of the point cloud, to different semantic regions by utilizing the advanced 2D semantic segmentation capabilities of the Segment Anything Model (SAM). Extensive experiments demonstrate the effectiveness of our proposed method, achieving up to 99.64% of fully supervised performance with only 3% of labels, and consistently outperforming comparison methods across various scenarios. Jianxiang Xie, Yachao Zhang 0001, Zhongchao Shi, Jianping Fan 0007, Yuan Xie 0006, Yanyun Qu |
AAAI | 7 |
| 2025 | One-for-More: Continual Diffusion Model for Anomaly DetectionabstractWith the rise of generative models, there is a growing interest in unifying all tasks within a generative framework. Anomaly detection methods also fall into this scope and utilize diffusion models to generate or reconstruct normal samples when given arbitrary anomaly images. However, our study found that the diffusion model suffers from severe "faithfulness hallucination" and "catastrophic forgetting", which can’t meet the unpredictable pattern increments. To mitigate the above problems, we propose a continual diffusion model that uses gradient projection to achieve stable continual learning. Gradient projection deploys a regularization on the model updating by modifying the gradient towards the direction protecting the learned knowledge. But as a double-edged sword, it also requires huge memory costs brought by the Markov process. Hence, we propose an iterative singular value decomposition method based on the transitive property of linear representation, which consumes tiny memory and incurs almost no performance loss. Finally, considering the risk of "over-fitting" to normal images of the diffusion model, we propose an anomaly-masked network to enhance the condition mechanism of the diffusion model. For continual anomaly detection, ours achieves first place in 17/18 settings on MVTec and VisA. Code is available at https://github.com/FuNz-0/One-for-More Xiaofan Li 0008, Xin Tan 0002, Zhizhong Zhang 0001, Rizen Guo, Guannan Jiang, Yanyun Qu, Lizhuang Ma, Yuan Xie 0006 |
CVPR | 9 |
| 2025 | Task-Aware Prompt Gradient Projection for Parameter-Efficient Tuning Federated Class-Incremental Learning
Hualong Ke, Jiangming Shi, Yachao Zhang 0001, Fangyong Wang, Yanyun Qu |
ICCV | 6 |
| 2025 | Multi-Schema Proximity Network for Composed Image Retrieval
Jiangming Shi, Xiangbo Yin, Yeyun Chen, Yachao Zhang 0001, Zhizhong Zhang 0001, Yanyun Qu |
ICCV | 7 |
| 2025 | S3SR: Towards Efficient Image Super-Resolution with Selective State Space ModelabstractThough Transformer-based image super-resolution (SR) has made remarkable progress, the burdensome computation complexity hinders its applications in memory-limited devices. Existing efficient Transformer-based image SR methods mainly focus on designing efficient local window self-attention mechanisms to improve computational efficiency. However, the limited receptive field of local windows often fails to capture global contextual information effectively. Recently, the Selective State Space Model, e.g., Mamba, has shown powerful potential for long-range dependencies modeling with linear complexity. In this work, we propose a selective state space model for efficient image SR, dubbed S3SR. Specifically, we design the Local-then-Global Fusion Block as the core component, which employs different convolution and a 2D cross scan mechanism to take advantage of local patch texture and global relevance. Extensive experiments have demonstrated the superiority of our S3SR, which even outperforms the efficient Transformer-based SR methods, using less computational cost but with a larger global receptive field. Xiaotong Luo, Zekun Ai, Yanyun Qu |
ICME | 4 |
| 2025 | Prompt-driven Multi-modal Unsupervised Domain Adaptation for 3D Semantic SegmentationabstractExisting multi-modal unsupervised domain adaptation (MM-UDA) methods focus on feature alignment to minimize distribution differences between source and target domains, but this can distort semantic structures and reduce visual feature discriminability. To solve this, we introduce PromptUDA, a prompt-driven MM-UDA method that leverages vision-language models to enhance visual feature discriminability using multi-modal prompts. PromptUDA comprises three crucial components: Multi-modal Data Preparation (MDP), Multi-modal Collaborative Interaction (MCI), and Cross-modal Cross-domain Prototype Contrastive Learning (CPCL). MDP employs a bidirectional fusion approach to process data, which facilitates better learning of multi-modal prompts. MCI enhances the interaction between domain-invariant prompt information and visual features, generating more discriminative semantic information. CPCL further explores the potential of visual features integrated with prompts, leveraging cross-domain and cross-modal advantages to learn domain-invariant features. Extensive experimental results demonstrate that our method outperforms state-of-the-art competitors in four domain adaptation scenarios. Mingwei Xing, Yachao Zhang 0001, Yanyun Qu |
ICME | 4 |
| 2025 | Large Continual Instruction AssistantabstractContinual Instruction Tuning (CIT) is adopted to continually instruct Large Models to follow human intent data by data. It is observed that existing gradient update would heavily destroy the performance on previous datasets during CIT process. Instead, Exponential Moving Average (EMA), owns the ability to trace previous parameters, which can aid in decreasing forgetting. Nonetheless, its stable balance weight fails to deal with the ever-changing datasets, leading to the out-of-balance between plasticity and stability. In this paper, we propose a general continual instruction tuning framework to address the challenge. Starting from the trade-off prerequisite and EMA update, we propose the plasticity and stability ideal condition. Based on Taylor expansion in the loss function, we find the optimal balance weight can be automatically determined by the gradients and learned parameters. Therefore, we propose a stable-plasticity balanced coefficient to avoid knowledge interference. Based on the semantic similarity of the instructions, we can determine whether to retrain or expand the training parameters and allocate the most suitable parameters for the testing instances. Extensive experiments across multiple continual instruction tuning benchmarks demonstrate that our approach not only enhances anti-forgetting capabilities but also significantly improves overall continual tuning performance. Our code is available at https://github.com/JingyangQiao/CoIN. Jingyang Qiao, Zhizhong Zhang 0001, Xin Tan 0002, Yanyun Qu, Shouhong Ding, Yuan Xie 0006 |
ICML | 4 |
| 2025 | Novel Category Discovery with X-Agent Attention for Open-Vocabulary Semantic SegmentationabstractOpen-vocabulary semantic segmentation (OVSS) conducts pixel-level classification via text-driven alignment, where the domain discrepancy between base category training and open-vocabulary inference poses challenges in discriminative modeling of latent unseen category. To address this challenge, existing vision-language model (VLM)-based approaches demonstrate commendable performance through pre-trained multi-modal representations. However, the fundamental mechanisms of latent semantic comprehension remain underexplored, making the bottleneck for OVSS. In this work, we initiate a probing experiment to explore distribution patterns and dynamics of latent semantics in VLMs under inductive learning paradigms. Building on these insights, we propose X-Agent, an innovative OVSS framework employing latent semantic-aware ''agent'' to orchestrate cross-modal attention mechanisms, simultaneously optimizing latent semantic dynamic and amplifying its perceptibility. Extensive benchmark evaluations demonstrate that X-Agent achieves state-of-the-art performance while effectively enhancing the latent semantic saliency. Jiahao Li 0003, Yang Lu 0009, Yachao Zhang 0001, Fangyong Wang, Yuan Xie 0006, Yanyun Qu |
ACM Multimedia | 6 |
| 2025 | SeqVLM: Proposal-Guided Multi-View Sequences Reasoning via VLM for Zero-Shot 3D Visual Groundingabstract3D Visual Grounding (3DVG) aims to localize objects in 3D scenes using natural language descriptions. Although supervised methods achieve higher accuracy in constrained settings, zero-shot 3DVG holds greater promise for real-world applications since eliminating scene-specific training requirements. However, existing zero-shot methods face challenges of spatial-limited reasoning due to reliance on single-view localization, and contextual omissions or detail degradation. To address these issues, we propose SeqVLM, a novel zero-shot 3DVG framework that leverages multi-view real-world scene images with spatial information for target object reasoning. Specifically, SeqVLM first generates 3D instance proposals via a 3D semantic segmentation network and refines them through semantic filtering, retaining only semantic-relevant candidates. A proposal-guided multi-view projection strategy then projects these candidate proposals onto real scene image sequences, preserving spatial relationships and contextual details in the conversion process of 3D point cloud to images. Furthermore, to mitigate VLM computational overload, we implement a dynamic scheduling mechanism that iteratively processes sequances-query prompts, leveraging VLM's cross-modal reasoning capabilities to identify textually specified objects. Experiments on the ScanRefer and Nr3D benchmarks demonstrate state-of-the-art performance, achieving [email protected] scores of 55.6% and 53.2%, surpassing previous zero-shot methods by 4.0% and 5.2%, respectively, which advance 3DVG toward greater generalization and real-world applicability. Jiawen Lin, Shiran Bian, Yihang Zhu, Wenbin Tan 0001, Yachao Zhang 0001, Yuan Xie 0006, Yanyun Qu |
ACM Multimedia | 7 |
| 2025 | PLATO-TTA: Prototype-Guided Pseudo-Labeling and Adaptive Tuning for Multi-Modal Test-Time Adaptation of 3D SegmentationabstractMulti-modal test-time adaptation (TTA) for 3D semantic segmentation has increasingly become a research hotspot due to its ability to address label dependency and enable rapid adaptation. Existing methods rely on learnable extra components to mitigate reliability bias, however, learning-based approaches in TTA scenarios often lack sufficient training. Moreover, most existing approaches update only normalization layers in the teacher-student framework, which limits their ability to model domain shifts. To overcome these limitations, we propose PLATO-TTA, a novel multi-modal TTA method for 3D semantic segmentation leveraging the native stability in robust prototypes and adaptive tuning of critical teacher-student parameters. The approach contains three key components: Prototype-Guided Pseudo-Labeling (PGPL), Consistency Based Backtracking (CBB), and Domain Specific Updating (DSU). PGPL reduces reliability bias by constructing pseudo-source domain prototypes and computing modality fusion weights based on domain discrepancies. CBB updates all student model parameters while preventing catastrophic forgetting through a parameter backtracking mechanism. DSU selectively updates the teacher model using only domain-specific parameters from the student model, ensuring rapid adaptation and stable guidance. Extensive experiments demonstrate the effectiveness of PLATO-TTA, bringing a 6.3% gain to the SynthiatoSemanticKITTI scenario with severe reliability bias and significant domain discrepancy, and achieve state-of-the-art performance across various domain adaptation scenarios. Jianxiang Xie, Yachao Zhang 0001, Yuan Xie 0006, Yanyun Qu |
ACM Multimedia | 6 |
| 2025 | Multi-scale High-Frequency Focused Network for Efficient and Lightweight Image Super-Resolution
Shenghao Nie, Yubo Zhou, Kaibei Peng, Yanyun Qu |
PRCV (8) | 4 |
| 2025 | Vision-based attention deep q-network with prior-based knowledge
Jialin Ma, Ce Li 0001, Kailun Wei, Shutian Zhao, Hangfei Jiang, Yanyun Qu |
Appl. Intell. | 7 |
| 2025 | Farewell to CycleGAN: Single GAN with decoupled constraint for unpaired image dehazing
Xiaotong Luo, Yuan Xie 0006, Yanyun Qu |
Neurocomputing | 4 |
| 2025 | Gradient Projection for Continual Parameter-Efficient TuningabstractParameter-efficient tunings (PETs) have demonstrated impressive performance and promising perspectives in training large models, while they are still confronted with a common problem: the trade-off between learning new content and protecting old knowledge, leading to zero-shot generalization collapse, and cross-modal hallucination. In this paper, we reformulate Adapter, LoRA, Prefix-tuning, and Prompt-tuning from the perspective of gradient projection, and first propose a unified framework called Parameter Efficient Gradient Projection (PEGP). We introduce orthogonal gradient projection into different PET paradigms and theoretically demonstrate that the orthogonal condition for the gradient can effectively resist forgetting even for large-scale models. It therefore modifies the gradient towards the direction that has less impact on the old feature space, with less extra memory space and training time. We extensively evaluate our method with different backbones, including ViT and CLIP, on diverse datasets, and experiments comprehensively demonstrate its efficiency in reducing forgetting in class, online class, domain, task, and multi-modality continual settings. Jingyang Qiao, Zhizhong Zhang 0001, Xin Tan 0002, Yanyun Qu, Wensheng Zhang 0002, Zhi Han, Yuan Xie 0006 |
IEEE Trans. Pattern Anal. Mach. Intell. | 4 |
| 2025 | F-MMD-DBA: Frobenius-norm Maximum Mean Discrepancy for domain bi-classifier adversarial
Zichao Cai, Zongze Wu 0001, Yanyun Qu, Deyu Zeng |
Pattern Recognit. Lett. | 3 |
| 2025 | Unsupervised image super-resolution recurrent network based on diffusion model
Ni Tang, Dongxiao Zhang, Yanyun Qu |
Signal Process. Image Commun. | 3 |
| 2025 | RE-GZSL: Relation Extrapolation for Generalized Zero-Shot LearningabstractUnlike Conventional Zero-Shot Learning (CZSL) which only focuses on the recognition of unseen classes by using a classifier trained on seen classes and semantic embeddings, Generalized Zero-Shot Learning (GZSL) requires a classifier trained on seen classes to recognize objects from both seen and unseen classes. To tackle this problem, feature generative-based models have been proposed to synthesize visual features for unseen classes conditioned on their semantic descriptors. However, they treat these semantic descriptors as independent individuals without exploring their structural relations among categories. We propose a novel approach, dubbed Relation Extrapolation based feature generation for GZSL (RE-GZSL), which generates features of unseen classes by borrowing some features that are extrapolated from seen classes based on semantic relations. In RE-GZSL, a visual-semantic relations alignment loss and an instance-prototype contrastive loss are presented to align visual relations with semantic relations. To maintain the information of the visual features before and after the alignment, a discrimination preservation loss is further introduced. Besides, a feature mixing module is built to synthesize features for unseen classes, which are more realistic and tightly related to seen classes. Experimental results demonstrate that RE-GZSL outperforms competitors on four benchmark datasets. Comprehensive ablation studies and analyses are provided to dissect what factors led to this success. Code is available at:https://github.com/Barcaaaa/RE-GZSL. Xia Kong, Yuan Xie 0006, Yanyun Qu |
IEEE Trans. Circuits Syst. Video Technol. | 4 |
| 2025 | Fusion-Then-Distillation: Toward Cross-Modal Positive Distillation for Domain Adaptive 3D Semantic SegmentationabstractIn cross-modal unsupervised domain adaptation, a model trained on source-domain data (e.g., synthetic) is adapted to target-domain data (e.g., real-world) without access to target annotation. Previous methods seek to mutually mimic cross-modal outputs in each domain, which enforces a class probability distribution that is agreeable in different domains. However, they overlook the complementarity brought by the heterogeneous fusion in cross-modal learning. In light of this, we propose a novel fusion-then-distillation (FtD++) method to explore cross-modal positive distillation of the source and target domains for 3D semantic segmentation. FtD++ realizes distribution consistency between outputs not only for 2D images and 3D point clouds but also for source-domain and augment-domain. Specially, our method contains three key ingredients. First, we present a model-agnostic feature fusion module to generate the cross-modal fusion representation for establishing a latent space. In this space, two modalities are enforced maximum correlation and complementarity. Second, the proposed cross-modal positive distillation preserves the complete information of multi-modal input and combines the semantic content of the source domain with the style of the target domain, thereby achieving domain-modality alignment. Finally, cross-modal debiased pseudo-labeling is devised to model the uncertainty of pseudo-labels via a self-training manner. Extensive experiments report state-of-the-art results on several domain adaptive scenarios under unsupervised and semi-supervised settings. Code is available athttps://github.com/Barcaaaa/FtD-PlusPlus Mingwei Xing, Yachao Zhang 0001, Yuan Xie 0006, Yanyun Qu |
IEEE Trans. Circuits Syst. Video Technol. | 5 |
| 2025 | Adaptive Pseudo-Label Purification and Debiasing for Unsupervised Visible-Infrared Person Re-IdentificationabstractUnsupervised Visible-Infrared Person Re-Identification (USVI-ReID) aims to match visible and infrared person images without relying on prior annotations. Recently, unsupervised contrastive learning methods have become the mainstream approach for USVI-ReID, leveraging clustering algorithms to generate pseudo-labels. However, these methods often suffer from inherent noisy pseudo-labels, which significantly hinders their performance. To address this challenge, we propose a Adaptive Pseudo-label Purification and Debiasing (APPD) framework for USVI-ReID, which is designed to calibrate noisy pseudo-labels and dynamically detects clean pseudo-labels, thereby enhancing the model’s performance and reliability. Specifically, we propose an Adaptive Pseudo-label Calibration and Division (APCD) module, which calibrates noisy pseudo-labels by assessing their reliability and divides pseudo-labels into clean and noisy subsets, ensuring a more focused and accurate learning process. Based on the calibrated pseudo-labels, we develop an Optimal Transport Prototype Matching (OTPM) module to establish robust cross-modality correspondences. For clean pseudo-labels, we propose a Debiased Memory Hybrid Learning (DMHL) module, which jointly captures modality-specific and modality-invariant information while addressing sampling bias to enhance feature representation. To effectively utilize noisy pseudo-labels, we introduce a Neighbor Relation Learning (NRL) module that mitigates intra-class variations by exploring neighbor relationships in the feature space. Comprehensive experiments conducted on two widely recognized USVI-ReID benchmarks demonstrate that APPD achieves state-of-the-art performance, significantly outperforming existing methods. The source code will be made available at https://github.com/XiangboYin/RPNR. Xiangbo Yin, Jiangming Shi, Zhizhong Zhang 0001, Yuan Xie 0006, Yanyun Qu |
IEEE Trans. Circuits Syst. Video Technol. | 5 |
| 2025 | Cross-Cloud Consistency for Weakly Supervised Point Cloud Semantic SegmentationabstractWeakly supervised point cloud semantic segmentation is an increasingly active topic, because fully supervised learning acquires well-labeled point clouds and entails high costs. The existing weakly supervised methods either need meticulously designed data augmentation for self-supervised learning or ignore the negative effects of learning on pseudolabel noises. In this article, by designing different granularity of cross-cloud structures, we propose a cross-cloud consistency method for weakly supervised point cloud semantic segmentation which forms the expectation-maximum (EM) framework. Benefiting from the cross-cloud constraints, our method allows effective learning alternatively between refining pseudolabels and updating network parameters. Specifically, in E-step, we propose a pseudolabel selecting (PLS) strategy based on cross subcloud consistency, improving the credibility of selected pseudolabels explicitly. In M-step, a cross-scene contrastive regularization enforces cross-scene prototypes with the same label in different scenes to be more similar, while keeping prototypes with different labels to be a clear margin, reducing the noise fitting. Finally, we give some insight into the optimization of our method in the EM theoretical way. The proposed method is evaluated on three challenging datasets, where experimental results demonstrate that our method significantly outperforms state-of-the-art weakly supervised competitors. Our code is available online: https://github.com/Yachao-Zhang/Cross-Cloud-Consistency. Yachao Zhang 0001, Yuxiang Lan, Yuan Xie 0006, Cuihua Li, Yanyun Qu |
IEEE Trans. Neural Networks Learn. Syst. | 5 |
| 2025 | Bias to Balance: New-Knowledge-Preferred Few-Shot Class-Incremental Learning via Transition CalibrationabstractHumans can quickly learn new concepts with limited experience, while not forgetting learned knowledge. Such ability in machine learning is referred to as few-shot class-incremental learning (FSCIL). Although some methods try to solve this problem by putting similar efforts to prevent forgetting and promote learning, we find existing techniques do not give enough importance to the new category as new training samples are rather rare. In this article, we propose a new biased-to-unbiased rectification method, which introduces a trainable transition matrix to mitigate the prediction discrepancy between the old classes and the new classes. This transition matrix is to be diagonally dominated, normalized, and differentiable with new-knowledge-preferred prior, to solving the strong bias between heavy old knowledge and limited new knowledge. Hence, we can achieve a balanced solution between learning new concepts and preventing catastrophic forgetting by giving new classes more chances. Extensive experiments on miniImagenet, CIFAR100, and CUB200 demonstrate that our method outperforms the latest state-of-the-art methods by 1.1%, 1.44%, and 2.08%, respectively. Hongquan Zhang, Zhizhong Zhang 0001, Xin Tan 0002, Yanyun Qu, Yuan Xie 0006 |
IEEE Trans. Neural Networks Learn. Syst. | 4 |
| 2025 | PADiff: Reconstruction From Patch to Pixel With Normality-Guided Diffusion Model for Unsupervised Anomaly LocalizationabstractAnomaly localization (AL) is an indispensable and challenging task in manufacturing. Recently, diffusion models have been widely used to localize anomalies through discrepancies between original and reconstructed representations, which is based on the hypothesis that diffusion models regard anomalies as noise and reconstruct them to normal representations. However, anomalies usually deviate from prior standard Gaussian distribution and diffusion models cannot reconstruct anomaly parts as normal patterns well due to powerful generalization. These issues hinder the application of diffusion models in AL and lead to suboptimal performance. As a remedy, we present a novel framework for AL based on the diffusion model, dubbed PADiff. To enable the diffusion model to reconstruct abnormal regions to normal regions in an anomaly image, we propose to guide the diffusion model in the reconstruction process using its normal counterpart. High-quality guided normal counterpart plays a key role in our method. Therefore, we propose a patch-substitution strategy to obtain a high-quality-guided normal counterpart. Specifically, we first construct a normal patch memory bank using normal training samples. With a normal memory bank, we find potential anomaly patches in testing images and substitute them with most similar normal patches in the memory bank. After substitution, pseudo-normal images are generated to guide the diffusion model. To make our method more data-efficient, we divide an image into patches and propose patch-wise training and reconstruction. As one of our innovations, we propose to encode each patch into positional embedding and add it on time embedding, which introduces patch-level representation and position information in the diffusion model. Extensive experiments are conducted on three commonly used anomaly detection datasets (MVTec-AD, VisA, and BTAD) to showcase the state-of-the-art (SOTA) performance of the proposed PADiff. The source code is publicly available at https://github.com/Jay-zzcoder/padiff. Zuo Zuo, Jiahao Dong, Yanyun Qu, Zongze Wu 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 4 |
| 2024 | Beyond the Label Itself: Latent Labels Enhance Semi-supervised Point Cloud Panoptic SegmentationabstractAs the exorbitant expense of labeling autopilot datasets and the growing trend of utilizing unlabeled data, semi-supervised segmentation on point clouds becomes increasingly imperative. Intuitively, finding out more ``unspoken words'' (i.e., latent instance information) beyond the label itself should be helpful to improve performance. In this paper, we discover two types of latent labels behind the displayed label embedded in LiDAR and image data. First, in the LiDAR Branch, we propose a novel augmentation, Cylinder-Mix, which is able to augment more yet reliable samples for training. Second, in the Image Branch, we propose the Instance Position-scale Learning (IPSL) Module to learn and fuse the information of instance position and scale, which is from a 2D pre-trained detector and a type of latent label obtained from 3D to 2D projection. Finally, the two latent labels are embedded into the multi-modal panoptic segmentation network. The ablation of the IPSL module demonstrates its robust adaptability, and the experiments evaluated on SemanticKITTI and nuScenes demonstrate that our model outperforms the state-of-the-art method, LaserMix. Yujun Chen, Xin Tan 0002, Zhizhong Zhang 0001, Yanyun Qu, Yuan Xie 0006 |
AAAI | 4 |
| 2024 | SkipDiff: Adaptive Skip Diffusion Model for High-Fidelity Perceptual Image Super-resolutionabstractIt is well-known that image quality assessment usually meets with the problem of perception-distortion (p-d) tradeoff. The existing deep image super-resolution (SR) methods either focus on high fidelity with pixel-level objectives or high perception with generative models. The emergence of diffusion model paves a fresh way for image restoration, which has the potential to offer a brand-new solution for p-d trade-off. We experimentally observed that the perceptual quality and distortion change in an opposite direction with the increase of sampling steps. In light of this property, we propose an adaptive skip diffusion model (SkipDiff), which aims to achieve high-fidelity perceptual image SR with fewer sampling steps. Specifically, it decouples the sampling procedure into coarse skip approximation and fine skip refinement stages. A coarse-grained skip diffusion is first performed as a high-fidelity prior to obtaining a latent approximation of the full diffusion. Then, a fine-grained skip diffusion is followed to further refine the latent sample for promoting perception, where the fine time steps are adaptively learned by deep reinforcement learning. Meanwhile, this approach also enables faster sampling of diffusion model through skipping the intermediate denoising process to shorten the effective steps of the computation. Extensive experimental results show that our SkipDiff achieves superior perceptual quality with plausible reconstruction accuracy and a faster sampling speed. Xiaotong Luo, Yuan Xie 0006, Yanyun Qu, Yun Fu 0001 |
AAAI | 3 |
| 2024 | AdaFormer: Efficient Transformer with Adaptive Token Sparsification for Image Super-resolutionabstractEfficient transformer-based models have made remarkable progress in image super-resolution (SR). Most of these works mainly design elaborate structures to accelerate the inference of the transformer, where all feature tokens are propagated equally. However, they ignore the underlying characteristic of image content, i.e., various image regions have distinct restoration difficulties, especially for large images (2K-8K), failing to achieve adaptive inference. In this work, we propose an adaptive token sparsification transformer (AdaFormer) to speed up the model inference for image SR. Specifically, a texture-relevant sparse attention block with parallel global and local branches is introduced, aiming to integrate informative tokens from the global view instead of only in fixed local windows. Then, an early-exit strategy is designed to progressively halt tokens according to the token importance. To estimate the plausibility of each token, we adopt a lightweight confidence estimator, which is constrained by an uncertainty-guided loss to obtain a binary halting mask about the tokens. Experiments on large images have illustrated that our proposal reduces nearly 90% latency against SwinIR on Test8K, while maintaining a comparable performance. Xiaotong Luo, Zekun Ai, Qiuyuan Liang, Ding Liu 0001, Yuan Xie 0006, Yanyun Qu, Yun Fu 0001 |
AAAI | 6 |
| 2024 | CLIP-Guided Federated Learning on Heterogeneity and Long-Tailed DataabstractFederated learning (FL) provides a decentralized machine learning paradigm where a server collaborates with a group of clients to learn a global model without accessing the clients' data. User heterogeneity is a significant challenge for FL, which together with the class-distribution imbalance further enhances the difficulty of FL. Great progress has been made in large vision-language models, such as Contrastive Language-Image Pre-training (CLIP), which paves a new way for image classification and object recognition. Inspired by the success of CLIP on few-shot and zero-shot learning, we use CLIP to optimize the federated learning between server and client models under its vision-language supervision. It is promising to mitigate the user heterogeneity and class-distribution balance due to the powerful cross-modality representation and rich open-vocabulary prior knowledge. In this paper, we propose the CLIP-guided FL (CLIP2FL) method on heterogeneous and long-tailed data. In CLIP2FL, the knowledge of the off-the-shelf CLIP model is transferred to the client-server models, and a bridge is built between the client and server. Specifically, for client-side learning, knowledge distillation is conducted between client models and CLIP to improve the ability of client-side feature representation. For server-side learning, in order to mitigate the heterogeneity and class-distribution imbalance, we generate federated features to retrain the server model. A prototype contrastive learning with the supervision of the text encoder of CLIP is introduced to generate federated features depending on the client-side gradients, and they are used to retrain a balanced server classifier. Extensive experimental results on several benchmarks demonstrate that CLIP2FL achieves impressive performance and effectively deals with data heterogeneity and long-tail distribution. The code is available at https://github.com/shijiangming1/CLIP2FL. Jiangming Shi, Shanshan Zheng, Xiangbo Yin, Yang Lu 0009, Yuan Xie 0006, Yanyun Qu |
AAAI | 6 |
| 2024 | Learning Task-Aware Language-Image Representation for Class-Incremental Object DetectionabstractClass-incremental object detection (CIOD) is a real-world desired capability, requiring an object detector to continuously adapt to new tasks without forgetting learned ones, with the main challenge being catastrophic forgetting. Many methods based on distillation and replay have been proposed to alleviate this problem. However, they typically learn on a pure visual backbone, neglecting the powerful representation capabilities of textual cues, which to some extent limits their performance. In this paper, we propose task-aware language-image representation to mitigate catastrophic forgetting, introducing a new paradigm for language-image-based CIOD. First of all, we demonstrate the significant advantage of language-image detectors in mitigating catastrophic forgetting. Secondly, we propose a learning task-aware language-image representation method that overcomes the existing drawback of directly utilizing the language-image detector for CIOD. More specifically, we learn the language-image representation of different tasks through an insulating approach in the training stage, while using the alignment scores produced by task-specific language-image representation in the inference stage. Through our proposed method, language-image detectors can be more practical for CIOD. We conduct extensive experiments on COCO 2017 and Pascal VOC 2007 and demonstrate that the proposed method achieves state-of-the-art results under the various CIOD settings. Hongquan Zhang, Bin-Bin Gao, Yi Zeng 0006, Xin Tan 0002, Zhizhong Zhang 0001, Yanyun Qu, Jun Liu 0116, Yuan Xie 0006 |
AAAI | 7 |
| 2024 | Cross-Modal Match for Language Conditioned 3D Object GroundingabstractLanguage conditioned 3D object grounding aims to find the object within the 3D scene mentioned by natural language descriptions, which mainly depends on the matching between visual and natural language. Considerable improvement in grounding performance is achieved by improving the multimodal fusion mechanism or bridging the gap between detection and matching. However, several mismatches are ignored, i.e., mismatch in local visual representation and global sentence representation, and mismatch in visual space and corresponding label word space. In this paper, we propose crossmodal match for 3D grounding from mitigating these mismatches perspective. Specifically, to match local visual features with the global description sentence, we propose BEV (Bird’s-eye-view) based global information embedding module. It projects multiple object proposal features into the BEV and the relations of different objects are accessed by the visual transformer which can model both positions and features with long-range dependencies. To circumvent the mismatch in feature spaces of different modalities, we propose crossmodal consistency learning. It performs cross-modal consistency constraints to convert the visual feature space into the label word feature space resulting in easier matching. Besides, we introduce label distillation loss and global distillation loss to drive these matches learning in a distillation way. We evaluate our method in mainstream evaluation settings on three datasets, and the results demonstrate the effectiveness of the proposed method. Yachao Zhang 0001, Runze Hu, Ronghui Li, Yanyun Qu, Yuan Xie 0006, Xiu Li 0001 |
AAAI | 4 |
| 2024 | Efficient Lightweight Image Denoising with Triple Attention TransformerabstractTransformer has shown outstanding performance on image denoising, but the existing Transformer methods for image denoising are with large model sizes and high computational complexity, which is unfriendly to resource-constrained devices. In this paper, we propose a Lightweight Image Denoising Transformer method (LIDFormer) based on Triple Multi-Dconv Head Transposed Attention (TMDTA) to boost computational efficiency. LIDFormer first implements Discrete Wavelet Transform (DWT), which transforms the input image into a low-frequency space, greatly reducing the computational complexity of image denoising. However, the low-frequency image lacks fine-feature information, which degrades the denoising performance. To handle this problem, we introduce the Complementary Periodic Feature Reusing (CPFR) scheme for aggregating the shallow-layer features and the deep-layer features. Furthermore, TMDTA is proposed to integrate global context along three dimensions, thereby enhancing the ability of global feature representation. Note that our method can be applied as a pipeline for both convolutional neural networks and Transformers. Extensive experiments on several benchmarks demonstrate that the proposed LIDFormer achieves a better trade-off between high performance and low computational complexity on real-world image denoising tasks. Yubo Zhou, Fangchen Ye, Yanyun Qu, Yuan Xie 0006 |
AAAI | 4 |
| 2024 | Building a Strong Pre-Training Baseline for Universal 3D Large-Scale PerceptionabstractAn effective pre-training framework with universal 3D representations is extremely desired in perceiving large- scale dynamic scenes. However, establishing such an ideal framework that is both task-generic and label-efficient poses a challenge in unifying the representation of the same primitive across diverse scenes. The current contrastive 3D pre-training methods typically follow a frame-level consistency, which focuses on the 2D-3D relationships in each detached image. Such inconsiderate consistency greatly hampers the promising path of reaching an universal pre-training framework: (1) The cross-scene semantic self-conflict, i.e., the intense collision between primitive segments of the same semantics from different scenes; (2) Lacking a globally unified bond that pushes the cross-scene semantic consistency into 3D representation learning. To address above challenges, we propose a CSC framework that puts a scene-level semantic consistency in the heart, bridging the connection of the similar semantic segments across various scenes. To achieve this goal, we combine the coherent semantic cues provided by the vision foundation model and the knowledge-rich cross-scene prototypes derived from the complementary multi-modality information. These allow us to train a universal 3D pre-training model that facilitates various downstream tasks with less fine-tuning efforts. Empirically, we achieve consistent improvements over SOTA pre-training approaches in semantic segmentation (+1.4% mIoU), object detection (+ 1.0% mAP), and panoptic segmentation (+3.0% PQ) using their task-specific 3D network on nuScenes. Code is released at https://github.com/chenhaomingbob/CSC, hoping to inspire future research. Haoming Chen, Zhizhong Zhang 0001, Yanyun Qu, Xin Tan 0002, Yuan Xie 0006 |
CVPR | 3 |
| 2024 | PromptAD: Learning Prompts with only Normal Samples for Few-Shot Anomaly DetectionabstractThe vision-language model has brought great improvement to few-shot industrial anomaly detection, which usually needs to design of hundreds of prompts through prompt engineering. For automated scenarios, we first use conventional prompt learning with many-class paradigm as the baseline to automatically learn prompts but found that it can not work well in one-class anomaly detection. To address the above problem, this paper proposes a one-class prompt learning method for few-shot anomaly detection, termed PromptAD. First, we propose semantic concatenation which can transpose normal prompts into anomaly prompts by concatenating normal prompts with anomaly suffixes, thus constructing a large number of negative samples used to guide prompt learning in one-class setting. Furthermore, to mitigate the training challenge caused by the absence of anomaly images, we introduce the concept of explicit anomaly margin, which is used to explicitly control the margin between normal prompt features and anomaly prompt features through a hyper-parameter. For image-level/pixel-level anomaly detection, PromptAD achieves first place in 11/12 few-shot settings on MVTec and VisA. Code is available at https://github.com/FuNz-0/PromptAD.git Xiaofan Li 0008, Zhizhong Zhang 0001, Xin Tan 0002, Chengwei Chen, Yanyun Qu, Yuan Xie 0006, Lizhuang Ma |
CVPR | 5 |
| 2024 | COTR: Compact Occupancy TRansformer for Vision-Based 3D Occupancy PredictionabstractThe autonomous driving community has shown significant interest in 3D occupancy prediction, driven by its exceptional geometric perception and general object recognition capabilities. To achieve this, current works try to construct a Tri-Perspective View (TPV) or Occupancy (OCC) representation extending from the Bird-Eye-View perception. However, compressed views like TPV representation lose 3D geometry information while raw and sparse OCC representation requires heavy but redundant computational costs. To address the above limitations, we propose Compact Occupancy TRansformer (COTR), with a geometry-aware occupancy encoder and a semantic-aware group decoder to reconstruct a compact 3D OCC representation. The occupancy encoder first generates a compact geometrical OCC feature through efficient explicit-implicit view transformation. Then, the occupancy decoder further enhances the semantic discriminability of the compact OCC representation by a coarse-to-fine semantic grouping strategy. Empirical experiments show that there are evident performance gains across multiple baselines, e.g., COTR outperforms baselines with a relative improvement of 8%-15%, demonstrating the superiority of our method. The code is available at https://github.com/NotACracker/COTR. Qihang Ma, Xin Tan 0002, Yanyun Qu, Lizhuang Ma, Zhizhong Zhang 0001, Yuan Xie 0006 |
CVPR | 3 |
| 2024 | Multi-memory Matching for Unsupervised Visible-Infrared Person Re-identification
Jiangming Shi, Xiangbo Yin, Yeyun Chen, Yachao Zhang 0001, Zhizhong Zhang 0001, Yuan Xie 0006, Yanyun Qu |
ECCV (18) | 7 |
| 2024 | One-Stage Training Generative Paradigm for Generalized Zero-Shot LearningabstractZero-shot learning image classification aims to identify unseen classes not present during training. Generalized zero-shot learning (GZSL) is more in line with realistic scenarios due to its ability of recognizing both seen and unseen classes. Current GZSL methods mostly utilize generative adversarial networks (GANs) but typically follow a two-stage training: first, training the GAN and then, using its synthetic features to train a classifier, which is limited by isolated optimizations rather than federated. We propose a novel One-stage Training Generative Paradigm that incorporates the classifier as a unique synthetic label generator and builds a three-player game involving a generator, discriminator, and classifier, which ensures a unified optimization objective, eliminating the discrete optimization approach of two-stage methods. We also propose a label-attribute classifier that leverages both labels and attributes, surpassing traditional softmax classifiers that only use labels. Our test results show the effectiveness of the proposed methods. Shiran Bian, Xiaofan Li 0008, Yachao Zhang 0001, Jiayong Zhong, Yanyun Qu |
ICASSP | 5 |
| 2024 | Prompt Gradient Projection for Continual LearningabstractPrompt-tuning has demonstrated impressive performance in continual learning by querying relevant prompts for each input instance, which can avoid the introduction of task identifier. Its forgetting is therefore reduced as this instance-wise query mechanism enables us to select and update only relevant prompts. In this paper, we further integrate prompt-tuning with gradient projection approach. Our observation is: prompt-tuning releases the necessity of task identifier for gradient projection method; and gradient projection provides theoretical guarantees against forgetting for prompt-tuning. This inspires a new prompt gradient projection approach (PGP) for continual learning. In PGP, we deduce that reaching the orthogonal condition for prompt gradient can effectively prevent forgetting via the self-attention mechanism in vision-transformer. The condition equations are then realized by conducting Singular Value Decomposition (SVD) on an element-wise sum space between input space and prompt space. We validate our method on diverse datasets and experiments demonstrate the efficiency of reducing forgetting both in class incremental, online class incremental, and task incremental settings. The code is available at https://github.com/JingyangQiao/prompt-gradient-projection. Jingyang Qiao, Zhizhong Zhang 0001, Xin Tan 0002, Chengwei Chen, Yanyun Qu, Yong Peng 0002, Yuan Xie 0006 |
ICLR | 5 |
| 2024 | Source-Free Domain Adaptation for Point Cloud Semantic SegmentationabstractPoint cloud semantic segmentation (PCSS) is fundamental in 3D scene understanding. Domain adaptation methods for PCSS enable transferring the knowledge learned from a labeled source domain to an unlabeled target domain with different data distributions. However, they become inapplicable in privacy-preserving scenarios, where we only can leverage a given source model instead of the source data. In this paper, we propose the first source-free domain adaptation PCSS framework to make a given source model generalize to the target domain well. We found existing self-training based source-free domain adaptation methods inevitably lead to confirmation bias and suffer from serious model degradation on PCSS. Therefore, we devise a novel Teacher-Guide Source-Free (TGSF) framework to conquer the above two challenges, including the bidirectional pseudo-label selection and multi-level target consistency learning. Extensive experiments on three benchmarks verify that TGSF achieves state-of-the-art performance, and even outperforms those methods that access the source data. Jianshe Duan, Yachao Zhang 0001, Yanyun Qu |
ICME | 3 |
| 2024 | CLIP-FSAC: Boosting CLIP for Few-Shot Anomaly Classification with Synthetic Anomalies
Zuo Zuo, Baoqiang Li, Jiahao Dong, Yanyun Qu, Zongze Wu 0001 |
IJCAI | 7 |
| 2024 | DehazeDiff: When Conditional Guidance Meets Diffusion Models for Image DehazingabstractThe existing deep dehazing methods usually adopt end-to-end pixel-level optimization, generative adversarial networks or normalized flow methods, which would suffer several problems, e.g. smooth recovery results, unstable training and specific network structure design. Recently, the denoising diffusion probability model (DDPM) has shown great potential in image generation. Consequently, we propose a new DehazeDiff framework for image dehazing based on DDPM, aiming to explore a new solution. Firstly, a feature extraction network is introduced to extract the potential features from haze images to clear images, which are then fed into the diffusion model for further feature refinement. It can improve the learning ability of the model, and realize the haze removal. Secondly, by learning the noise distribution on the basis of the given hazy image and the clear image, the feature-guided conditional guidance is used in the image generation process to fully learn the input image features and improve the image quality. Experimental results on both indoor and outdoor datasets show that the proposed method outperforms the mainstream methods in terms of objective index and visual effect. Longyu Cheng, Xujin Ba, Yanyun Qu |
ISCAS | 3 |
| 2024 | Data-Free Learning for Lightweight Multi-Weather Image RestorationabstractImage restoration has made a remarkable performance with the large-scale training data and increasing model capacity. However, the burdensome model complexity hinders the mode deployment on resource-constrained devices. Besides, the training data may be unavailable due to some constraints, which undoubtedly affects the efficient model learning. In this paper, we propose an effective data-free model compression framework for lightweight multi-weather image restoration, which consists of data generation and model distillation stages. Specifically, a data generator is first utilized to synthesize degradation-aware samples from a latent distribution. Then, the on-the-shelf teacher model provides a pseudo-label to supervise the training of the student model. To ensure the diversity of the training data, adversarial learning is adopted to maximize the dependency between teacher and student models. Moreover, we adopt a contrastive regularization constraint to further improve model representation. Experimental results show that our proposal achieves comparable performance with the student model trained with the original data and some unsupervised methods for image dehazing and deraining tasks. Hongzhan Huang, Xiaotong Luo, Yanyun Qu |
ISCAS | 4 |
| 2024 | SkipVSR: Adaptive Patch Routing for Video Super-Resolution with Inter-Frame MaskabstractDeep neural networks have revealed enormous potential in video super-resolution (VSR), yet the expensive computational expense limits their deployment on resource-limited devices and actual scenarios, especially for restoring multiple frames simultaneously. Existing VSR models contain considerable redundant filters, which drag down the inference efficiency. To accelerate the inference of VSR models, we propose a scalable method based on adaptive patch routing to achieve practical speedup. Specifically, we design a confidence estimator to predict the aggregation performance of each block for adjacent patch information. It learns to dynamically perform block skipping, i.e., choose which basic blocks of the VSR network to execute during inference so as to reduce total computation to the maximum extent without degrading reconstruction accuracy dramatically. However, we observe that skipping error would be amplified as the hidden states propagate along with recurrent networks. To alleviate the issue, we design temporal feature alignment to guarantee the performance. This proposal essentially proposes an adaptive routing scheme for each patch. Extensive experiments demonstrate that our method can not only accelerate inference but also provide strong quantitative and qualitative results. Built upon the BasicVSR model, our method achieves a speedup of 20% on average, going as high as 50% for some images, while even maintaining competitive performance on REDS4. Zekun Ai, Xiaotong Luo, Yanyun Qu, Yuan Xie 0006 |
ACM Multimedia | 3 |
| 2024 | CLIP2UDA: Making Frozen CLIP Reward Unsupervised Domain Adaptation in 3D Semantic SegmentationabstractMulti-modal Unsupervised Domain Adaptation (MM-UDA) for large-scale 3D semantic segmentation involves adapting 2D and 3D models to a target domain without labels, which significantly reduces the labor-intensive annotations. Existing MM-UDA methods have often attempted to mitigate the domain discrepancy by aligning features between the source and target data. However, this implementation falls short when applied to image perception due to the susceptibility of images to environmental changes compared to point clouds. To mitigate this limitation, in this work, we explore the potentials of an off-the-shelf Contrastive Language-Image Pre-training (CLIP) model with rich whilst heterogeneous knowledge. To make CLIP task-specific, we propose a top-performing method, dubbed CLIP2UDA, which makes frozen CLIP reward unsupervised domain adaptation in 3D semantic segmentation. Specifically, CLIP2UDA alternates between two steps during adaptation: (a) Learning task-specific prompt. 2D features response from the visual encoder are employed to initiate the learning of adaptive text prompt of each domain, and (b) Learning multi-modal domain-invariant representations. These representations interact hierarchically in the shared decoder to obtain unified 2D visual predictions. This enhancement allows for effective alignment between the modality-specific 3D and unified feature space via cross-modal mutual learning. Extensive experimental results demonstrate that our method outperforms state-of-the-art competitors in several widely-recognized adaptation scenarios. Code is available at: https://github.com/Barcaaaa/CLIP2UDA. Mingwei Xing, Yachao Zhang 0001, Yuan Xie 0006, Yanyun Qu |
ACM Multimedia | 5 |
| 2024 | Robust Pseudo-label Learning with Neighbor Relation for Unsupervised Visible-Infrared Person Re-IdentificationabstractUnsupervised Visible-Infrared Person Re-identification (USVI-ReID) presents a formidable challenge, which aims to match pedestrian images across visible and infrared modalities without any annotations. Recently, clustered pseudo-label methods have become predominant in USVI-ReID, although the inherent noise in pseudo-labels presents a significant obstacle. Most existing works primarily focus on shielding the model from the harmful effects of noise, neglecting to calibrate noisy pseudo-labels usually associated with hard samples, which will compromise the robustness of the model. To address this issue, we design a Robust Pseudo-label Learning with Neighbor Relation (RPNR) framework for USVI-ReID. To be specific, we first introduce a straightforward yet potent Noisy Pseudo-label Calibration module to correct noisy pseudo-labels. Due to the high intra-class variations, noisy pseudo-labels are difficult to calibrate completely. Therefore, we introduce a Neighbor Relation Learning module to reduce high intra-class variations by modeling potential interactions between all samples. Subsequently, we devise an Optimal Transport Prototype Matching module to establish reliable cross-modality correspondences. On that basis, we design a Memory Hybrid Learning module to jointly learn modality-specific and modality-invariant information. Comprehensive experiments conducted on two widely recognized benchmarks, SYSU-MM01 and RegDB, demonstrate that RPNR outperforms the current state-of-the-art GUR with an average Rank-1 improvement of 10.3%. The code is available at https://github.com/XiangboYin/RPNR. Xiangbo Yin, Jiangming Shi, Yachao Zhang 0001, Yang Lu 0009, Zhizhong Zhang 0001, Yuan Xie 0006, Yanyun Qu |
ACM Multimedia | 7 |
| 2024 | Relationship Prompt Learning is Enough for Open-Vocabulary Semantic SegmentationabstractOpen-vocabulary semantic segmentation (OVSS) aims to segment unseen classes without corresponding labels. Existing Vision-Language Model (VLM)-based methods leverage VLM's rich knowledge to enhance additional explicit segmentation-specific networks, yielding competitive results, but at the cost of extensive training cost. To reduce the cost, we attempt to enable VLM to directly produce the segmentation results without any segmentation-specific networks. Prompt learning offers a direct and parameter-efficient approach, yet it falls short in guiding VLM for pixel-level visual classification. Therefore, we propose the ${\bf R}$elationship ${\bf P}$rompt ${\bf M}$odule (${\bf RPM}$), which generates the relationship prompt that directs VLM to extract pixel-level semantic embeddings suitable for OVSS. Moreover, RPM integrates with VLM to construct the ${\bf R}$elationship ${\bf P}$rompt ${\bf N}$etwork (${\bf RPN}$), achieving OVSS without any segmentation-specific networks. RPN attains state-of-the-art performance with merely about ${\bf 3M}$ trainable parameters (2\% of total parameters). Jiahao Li 0003, Yang Lu 0009, Yuan Xie 0006, Yanyun Qu |
NeurIPS | 4 |
| 2024 | Learning Commonality, Divergence and Variety for Unsupervised Visible-Infrared Person Re-identificationabstractUnsupervised visible-infrared person re-identification (USVI-ReID) aims to match specified persons in infrared images to visible images without annotations, and vice versa. USVI-ReID is a challenging yet underexplored task. Most existing methods address the USVI-ReID through cluster-based contrastive learning, which simply employs the cluster center to represent an individual. However, the cluster center primarily focuses on commonality, overlooking divergence and variety. To address the problem, we propose a Progressive Contrastive Learning with Hard and Dynamic Prototypes for USVI-ReID. In brief, we generate the hard prototype by selecting the sample with the maximum distance from the cluster center. We reveal that the inclusion of the hard prototype in contrastive loss helps to emphasize divergence. Additionally, instead of rigidly aligning query images to a specific prototype, we generate the dynamic prototype by randomly picking samples within a cluster. The dynamic prototype is used to encourage variety. Finally, we introduce a progressive learning strategy to gradually shift the model's attention towards divergence and variety, avoiding cluster deterioration. Extensive experiments conducted on the publicly available SYSU-MM01 and RegDB datasets validate the effectiveness of the proposed method. Jiangming Shi, Xiangbo Yin, Yachao Zhang 0001, Zhizhong Zhang 0001, Yuan Xie 0001, Yanyun Qu |
NeurIPS | 6 |
| 2024 | UniDSeg: Unified Cross-Domain 3D Semantic Segmentation via Visual Foundation Models Priorabstract3D semantic segmentation using an adapting model trained from a source domain with or without accessing unlabeled target-domain data is the fundamental task in computer vision, containing domain adaptation and domain generalization.
The essence of simultaneously solving cross-domain tasks is to enhance the generalizability of the encoder.
In light of this, we propose a groundbreaking universal method with the help of off-the-shelf Visual Foundation Models (VFMs) to boost the adaptability and generalizability of cross-domain 3D semantic segmentation, dubbed $\textbf{UniDSeg}$.
Our method explores the VFMs prior and how to harness them, aiming to inherit the recognition ability of VFMs.
Specifically, this method introduces layer-wise learnable blocks to the VFMs, which hinges on alternately learning two representations during training: (i) Learning visual prompt. The 3D-to-2D transitional prior and task-shared knowledge is captured from the prompt space, and then (ii) Learning deep query. Spatial Tunability is constructed to the representation of distinct instances driven by prompts in the query space.
Integrating these representations into a cross-modal learning framework, UniDSeg efficiently mitigates the domain gap between 2D and 3D modalities, achieving unified cross-domain 3D semantic segmentation.
Extensive experiments demonstrate the effectiveness of our method across widely recognized tasks and datasets, all achieving superior performance over state-of-the-art methods. Remarkably, UniDSeg achieves 57.5\%/54.4\% mIoU on ``A2D2/sKITTI'' for domain adaptive/generalized tasks. Code is available at https://github.com/Barcaaaa/UniDSeg. Mingwei Xing, Yachao Zhang 0001, Xiaotong Luo, Yuan Xie 0006, Yanyun Qu |
NeurIPS | 6 |
| 2024 | FSRDiff: A fast diffusion-based super-resolution method using GAN
Ni Tang, Dongxiao Zhang, Juhao Gao, Yanyun Qu |
J. Vis. Commun. Image Represent. | 4 |
| 2024 | Uni-to-Multi Modal Knowledge Distillation for Bidirectional LiDAR-Camera Semantic SegmentationabstractCombining LiDAR points and images for robust semantic segmentation has shown great potential. However, the heterogeneity between the two modalities (e.g. the density, the field of view) poses challenges in establishing a bijective mapping between each point and pixel. This modality alignment problem introduces new challenges in network design and data processing for cross-modal methods. Specifically, 1) points that are projected outside the image planes; 2) the complexity of maintaining geometric consistency limits the deployment of many data augmentation techniques. To address these challenges, we propose a cross-modal knowledge imputation and transition approach. First, we introduce a bidirectional feature fusion strategy that imputes missing image features and performs cross-modal fusion simultaneously. This allows us to generate reliable predictions even when images are missing. Second, we propose a Uni-to-Multi modal Knowledge Distillation (U2MKD) framework, leveraging the transfer of informative features from a single-modality teacher to a cross-modality student. This overcomes the issues of augmentation misalignment and enables us to train the student effectively. Extensive experiments on the nuScenes, Waymo, and SemanticKITTI datasets demonstrate the effectiveness of our approach. Notably, our method achieves an 8.3 mIoU gain over the LiDAR-only baseline on the nuScenes validation set and achieves state-of-the-art performance on the three datasets. Tianfang Sun, Zhizhong Zhang 0001, Xin Tan 0002, Yong Peng 0002, Yanyun Qu, Yuan Xie 0006 |
IEEE Trans. Pattern Anal. Mach. Intell. | 5 |
| 2024 | Variational Distillation for Multi-View LearningabstractInformation Bottleneck (IB) provides an information-theoretic principle for multi-view learning by revealing the various components contained in each viewpoint. This highlights the necessity to capture their distinct roles to achieve view-invariance and predictive representations but remains under-explored due to the technical intractability of modeling and organizing innumerable mutual information (MI) terms. Recent studies show that sufficiency and consistency play such key roles in multi-view representation learning, and could be preserved via a variational distillation framework. But when it generalizes to arbitrary viewpoints, such strategy fails as the mutual information terms of consistency become complicated. This paper presents Multi-View Variational Distillation (MV$^{2}$D), tackling the above limitations for generalized multi-view learning. Uniquely, MV$^{2}$D can recognize useful consistent information and prioritize diverse components by their generalization ability. This guides an analytical and scalable solution to achieving both sufficiency and consistency. Additionally, by rigorously reformulating the IB objective, MV$^{2}$D tackles the difficulties in MI optimization and fully realizes the theoretical advantages of the information bottleneck principle. We extensively evaluate our model on diverse tasks to verify its effectiveness, where the considerable gains provide key insights into achieving generalized multi-view representations under a rigorous information-theoretic principle. Zhizhong Zhang 0001, Cong Wang 0039, Wensheng Zhang 0002, Yanyun Qu, Lizhuang Ma, Zongze Wu 0001, Yuan Xie 0006, Dacheng Tao |
IEEE Trans. Pattern Anal. Mach. Intell. | 5 |
| 2024 | Dynamic image super-resolution via progressive contrastive self-distillation
Zhizhong Zhang 0001, Yuan Xie 0006, Yanbo Wang 0003, Yanyun Qu, Shaohui Lin, Lizhuang Ma, Qi Tian 0001 |
Pattern Recognit. | 5 |
| 2024 | Joint Motion Deblurring and Super-Resolution for Single Image Using Diffusion Model and GANabstractBlind super-resolution (SR) aims to restore real lowresolution (LR) images. However, most current methods focus on global uniform blur but neglect motion blur, and the few motion deblurring SR methods tend to produce too smooth images. In this letter, we introduce a novel diffusion-based SR method, which can effectively handle the motion blur effect in LR images and retain fine-grained texture information. Our method uses a deblurred feature extraction module and a texture feature extraction module to obtain deblurred features and texture features of the LR image respectively. These two features are then fed into the diffusion model, which samples the image from a learned distribution and outputs a clear and realistic HR image. Moreover, to speed up the sampling process of the diffusion model, we combine it with a conditional generative adversarial network (GAN) to implement stride sampling. Extensive experiments show that our method outperforms state-ofthe-art methods in terms of perceptual metrics, and can generate more natural and realistic images. The code is available athttps://github.com/tonia86/motion-blur-SR. Dongxiao Zhang, Ni Tang, Yanyun Qu |
IEEE Signal Process. Lett. | 3 |
| 2024 | Image Understands Point Cloud: Weakly Supervised 3D Semantic Segmentation via Association LearningabstractWeakly supervised point cloud semantic segmentation methods that require 1% or fewer labels with the aim of realizing almost the same performance as fully supervised approaches have recently attracted extensive research attention. A typical solution in this framework is to use self-training or pseudo-labeling to mine the supervision from the point cloud itself while ignoring the critical information from images. In fact, cameras widely exist in LiDAR scenarios, and this complementary information seems to be highly important for 3D applications. In this paper, we propose a novel cross-modality weakly supervised method for 3D segmentation that incorporates complementary information from unlabeled images. We design a dual-branch network equipped with an active labeling strategy to maximize the power of tiny parts of labels and to directly realize 2D-to-3D knowledge transfer. Afterward, we establish a cross-modal self-training framework, which iterates between parameter updating and pseudolabel estimation. In the training phase, we propose cross-modal association learning to mine complementary supervision from images by reinforcing the cycle consistency between 3D points and 2D superpixels. In the pseudolabel estimation phase, a pseudolabel self-rectification mechanism is derived to filter noisy labels, thus providing more accurate labels for the networks to be fully trained. The extensive experimental results demonstrate that our method even outperforms the state-of-the-art fully supervised competitors with less than 1% actively selected annotations. Tianfang Sun, Zhizhong Zhang 0001, Xin Tan 0002, Yanyun Qu, Yuan Xie 0006 |
IEEE Trans. Image Process. | 4 |
| 2024 | Perturbed Progressive Learning for Semisupervised Defect SegmentationabstractRecently, with the development of intelligent manufacturing, the demand for surface defect inspection has been increasing. Deep learning has achieved promising results in defect inspection. However, due to the rareness of defect data and the difficulties of pixelwise annotation, the existing supervised defect inspection methods are too inferior to be implemented in practice. To solve the problem of defect segmentation with few labeled data, we propose a simple and efficient method for semisupervised defect segmentation (SSDS), named perturbed progressive learning (PPL). On the one hand, PPL decouples the predictions of student and teacher networks as well as alleviates overfitting on noisy pseudo-labels. On the other hand, PPL encourages consistency across various perturbations in a broader stagewise scope, alleviating drift caused by the noisy pseudo-labels. Specifically, PPL contains two training stages. In the first stage, the teacher network gives the unlabeled data with pseudo-labels that are divided into the easy and hard groups. The labeled data and the unlabeled data in the easy group with their perturbation are both used to train for a better-performing student network. In the second stage, the unlabeled data in the hard group are predicted by the obtained student network, so the refined pseudo-labeled data are enlarged. All the pseudo-labeling data and labeled data with their perturbation are used to retrain the student network, progressively improving the defect feature representation. We build a mobile screen defect dataset (MSDD-3) with three classes of defects. PPL is implemented on MSDD-3 as well as other public datasets. Extensive experimental results demonstrate that PPL significantly surpasses the state-of-the-art methods across all evaluation partition protocols. Mingwei Xing, Yachao Zhang 0001, Yuan Xie 0006, Zongze Wu 0001, Yanyun Qu |
IEEE Trans. Neural Networks Learn. Syst. | 6 |
| 2024 | Learning All-In Collaborative Multiview Binary Representation for ClusteringabstractMultiview clustering via binary representation has attracted intensive attention due to its effectiveness in handling large-scale multiple view data. However, these kind of clustering approaches usually ignore a very important potential high-order correlation in discrete representation learning. In this article, we propose a novel all-in collaborative multiview binary representation for clustering (AC-MVBC) framework, where multiview collaborative binary representation and clustering structure are learned in a joint manner. Specifically, using a new type of tensor low-rank constraint, the high-order collaborations, i.e., cross-view and inner view collaborations, can be effectively captured in our model. Moreover, by incorporating the Bregman discrepancy, the projective consistency among different views can be guaranteed to achieve a more powerful binary representation. An efficient optimization algorithm is also proposed to solve the objective function with fast convergence empirically. Experimental results on several challenge datasets demonstrate that the proposed method has achieved highly competent performance compared with the state-of-the-art multiview clustering (MVC) methods while maintaining low computational and memory requirements. Yachao Zhang 0001, Yuan Xie 0006, Cuihua Li, Zongze Wu 0001, Yanyun Qu |
IEEE Trans. Neural Networks Learn. Syst. | 5 |
| 2023 | Weakly Supervised 3D Segmentation via Receptive-Driven Pseudo Label Consistency and Structural ConsistencyabstractAs manual point-wise label is time and labor-intensive for fully supervised large-scale point cloud semantic segmentation, weakly supervised method is increasingly active. However, existing methods fail to generate high-quality pseudo labels effectively, leading to unsatisfactory results. In this paper, we propose a weakly supervised point cloud semantic segmentation framework via receptive-driven pseudo label consistency and structural consistency to mine potential knowledge. Specifically, we propose three consistency contrains: pseudo label consistency among different scales, semantic structure consistency between intra-class features and class-level relation structure consistency between pair-wise categories. Three consistency constraints are jointly used to effectively prepares and utilizes pseudo labels simultaneously for stable training. Finally, extensive experimental results on three challenging datasets demonstrate that our method significantly outperforms state-of-the-art weakly supervised methods and even achieves comparable performance to the fully supervised methods. Yuxiang Lan, Yachao Zhang 0001, Yanyun Qu, Cong Wang 0039, Yuan Xie 0006, Zongze Wu 0001 |
AAAI | 3 |
| 2023 | Multi-Centroid Task Descriptor for Dynamic Class Incremental InferenceabstractIncremental learning could be roughly divided into two categories, i.e., class- and task-incremental learning. The main difference is whether the task ID is given during evaluation. In this paper, we show this task information is indeed a strong prior knowledge, which will bring significant improvement over class-incremental learning baseline, e.g., DER [39]. Based on this observation, we propose a gate network to predict the task ID for class incremental inference. This is challenging as there is no explicit semantic relationship between categories in the concept of task. Therefore, we propose a multi-centroid task descriptor by assuming the data within a task can form multiple clusters. The cluster centers are optimized by pulling relevant sample-centroid pairs while pushing others away, which ensures that there is at least one centroid close to a given sample. To select relevant pairs, we use class prototypes as proxies and solve a bipartite matching problem, making the task descriptor representative yet not degenerate to uni-modal. As a result, our dynamic inference network is trained independently of baseline and provides a flexible, efficient solution to distinguish between tasks. Extensive experiments show our approach achieves state-of-the-art results, e.g., we achieve 72.41% average accuracy on CIFAR100-BOS50, outperforming DER by 3.40%. Tenghao Cai, Zhizhong Zhang 0001, Xin Tan 0002, Yanyun Qu, Guannan Jiang, Chengjie Wang 0001, Yuan Xie 0006 |
CVPR | 4 |
| 2023 | Memory-Friendly Scalable Super-Resolution via Rewinding Lottery Ticket HypothesisabstractScalable deep Super-Resolution (SR) models are increasingly in demand, whose memory can be customized and tuned to the computational recourse of the platform. The existing dynamic scalable SR methods are not memory-friendly enough because multi-scale models have to be saved with a fixed size for each model. Inspired by the success of Lottery Tickets Hypothesis (LTH) on image classification, we explore the existence of unstructured scalable SR deep models, that is, we find gradual shrinkage subnetworks of extreme sparsity named winning tickets. In this paper, we propose a Memory-friendly Scalable SR framework (MSSR). The advantage is that only a single scalable model covers multiple SR models with different sizes, instead of reloading SR models of different sizes. Concretely, MSSR consists of the forward and backward stages, the former for model compression and the latter for model expansion. In the forward stage, we take advantage of LTH with rewinding weights to progressively shrink the SR model and the pruning-out masks that form nested sets. Moreover, stochastic self-distillation (SSD) is conducted to boost the performance of sub-networks. By stochastically selecting multiple depths, the current model inputs the selected features into the corresponding parts in the larger model and improves the performance of the current model based on the feedback results of the larger model. In the backward stage, the smaller SR model could be expanded by recovering and fine-tuning the pruned parameters according to the pruning-out masks obtained in the forward. Extensive experiments show the effectiveness of MMSR. The smallest-scale sub-network could achieve the sparsity of 94% and outperforms the compared lightweight SR methods. Xiaotong Luo, Ming Hong, Yanyun Qu, Yuan Xie 0006, Zongze Wu 0001 |
CVPR | 4 |
| 2023 | Rethinking Gradient Projection Continual Learning: Stability/Plasticity Feature Space DecouplingabstractContinual learning aims to incrementally learn novel classes over time, while not forgetting the learned knowledge. Recent studies have found that learning would not forget if the updated gradient is orthogonal to the feature space. However, previous approaches require the gradient to be fully orthogonal to the whole feature space, leading to poor plasticity, as the feasible gradient direction becomes narrow when the tasks continually come, i.e., feature space is unlimitedly expanded. In this paper, we propose a space decoupling (SD) algorithm to decouple the feature space into a pair of complementary subspaces, i.e., the stability space$\mathcal{I}$and the plasticity space$\mathcal{R}. \mathcal{I}$is established by conducting space intersection between the historic and current feature space, and thus$\mathcal{I}$contains more task-shared bases.$\mathcal{R}$is constructed by seeking the orthogonal complementary subspace of$T$and thus$\mathcal{R}$mainly contains task-specific bases. By putting distinguishing constraints on$\mathcal{R}$and$\mathcal{I}$, our method achieves a better balance between stability and plasticity. Extensive experiments are conducted by applying SD to gradient projection baselines, and show SD is model-agnostic and achieves SOTA results on publicly available datasets. Zhizhong Zhang 0001, Xin Tan 0002, Jun Liu 0116, Yanyun Qu, Yuan Xie 0006, Lizhuang Ma |
CVPR | 5 |
| 2023 | Sample-Aware Knowledge Distillation for Long-Tailed LearningabstractImage classification for long-tailed scenarios has attracted more attention because its distribution is more similar to real-world image data. From the perspective of solving imbalance at the sample level, we propose a simple but effective method, named Sample-aware Knowledge Distillation (SAKD), which includes Selective Knowledge Distillation module and Stable Feature Center Learning module. The former conducts knowledge distillation at the sample-level by selecting samples, in which whether the sample needs to be distilled and to what extent is determined by evaluating the teacher network’s predictions for this sample. The latter is used to obtaining the stable feature center and making the feature center free from perturbation by hard samples, then further improving the classification boundary. We conduct extensive experiments on several long-tailed benchmark datasets and these results demonstrate that SAKD is effective. In addition, our SFCL module can be combined with other methods and also improve their performance. Shanshan Zheng, Yachao Zhang 0001, Hongyi Huang, Yanyun Qu |
ICASSP | 4 |
| 2023 | Efficient Converted Spiking Neural Network for 3D and 2D ClassificationabstractSpiking Neural Networks (SNNs) have attracted enormous research interest due to their low-power and biologically plausible nature. Existing ANN-SNN conversion methods can achieve lossless conversion by converting a well-trained Artificial Neural Network (ANN) into an SNN. However, converted SNN requires a large amount of time steps to achieve competitive performance with the well-trained ANN, which means a large latency. In this paper, we propose an efficient unified ANN-SNN conversion method for point cloud classification and image classification to significantly reduce the time step to meet the fast and lossless ANN-SNN transformation. Specifically, we first adaptively adjust the threshold according to the activation state of spiking neurons, ensuring a certain proportion of spiking neurons are activated at each time step to reduce the time for accumulation of membrane potential. Next, we use an adaptive firing mechanism to enlarge the range of spiking output, getting more discrimination features in short time steps. Extensive experimental results on challenging point cloud and image datasets demonstrate that the suggested approach significantly outmatches state-of-the-art ANN-SNN conversion based methods. Yuxiang Lan, Yachao Zhang 0001, Xu Ma 0005, Yanyun Qu, Yun Fu 0001 |
ICCV | 4 |
| 2023 | BEV-DG: Cross-Modal Learning under Bird's-Eye View for Domain Generalization of 3D Semantic SegmentationabstractCross-modal Unsupervised Domain Adaptation aims to exploit the complementarity of 2D-3D data to overcome the lack of annotation in an unknown domain. However, the training of these methods relies on access to target samples, meaning the trained model only works in a specific target domain. In light of this, we propose cross-modal learning under bird’s-eye view for Domain Generalization (DG) of 3D semantic segmentation, called BEV-DG. DG is more challenging because the model cannot access the target domain during training, meaning it needs to rely on cross-modal learning to alleviate the domain gap. Since 3D semantic segmentation requires the classification of each point, existing cross-modal learning is directly conducted point-to-point, which is sensitive to the misalignment in projections between pixels and points. To this end, our approach aims to optimize domain-irrelevant representation modeling with the aid of cross-modal learning under bird’s-eye view. We propose BEV-based Area-to-area Fusion (BAF) to conduct cross-modal learning under bird’s-eye view, which has a higher fault tolerance for point-level misalignment. Furthermore, to model domain-irrelevant representations, we propose BEV-driven Domain Contrastive Learning (BDCL) with the help of cross-modal learning under bird’s-eye view. We design three domain generalization settings based on three 3D datasets, and BEV-DG significantly outperforms state-of-the-art competitors with tremendous margins in all settings. Miaoyu Li, Yachao Zhang 0001, Xu Ma 0005, Yanyun Qu, Yun Fu 0001 |
ICCV | 4 |
| 2023 | Dual Pseudo-Labels Interactive Self-Training for Semi-Supervised Visible-Infrared Person Re-IdentificationabstractVisible-infrared person re-identification (VI-ReID) aims to match a specific person from a gallery of images captured from non-overlapping visible and infrared cameras. Most works focus on fully supervised VI-ReID, which requires substantial cross-modality annotation that is more expensive than the annotation in single-modality. To reduce the extensive cost of annotation, we explore two practical semi-supervised settings: uni-semi-supervised (annotating only visible images) and bi-semi-supervised (annotating partially in both modalities). These two semi-supervised settings face two challenges due to the large cross-modality discrepancies and the lack of correspondence supervision between visible and infrared images. Thus, it is diffi-cult to generate reliable pseudo-labels and learn modality-invariant features from noise pseudo-labels. In this paper, we propose a dual pseudo-label interactive self-training (DPIS) for these two semi-supervised VI-ReID. Our DPIS integrates two pseudo-labels generated by distinct models into a hybrid pseudo-label for unlabeled data. However, the hybrid pseudo-label still inevitably contains noise. To eliminate the negative effect of noise pseudo-labels, we introduce three modules: noise label penalty (NLP), noise correspondence calibration (NCC), and unreliable anchor learning (UAL). Specifically, NLP penalizes noise labels, NCC calibrates noisy correspondences, and UAL mines the hard-to-discriminate features. Extensive experimental results on SYSU-MM01 and RegDB demonstrate that our DPIS achieves impressive performance under these two semi-supervised settings. Jiangming Shi, Yachao Zhang 0001, Xiangbo Yin, Yuan Xie 0006, Zhizhong Zhang 0001, Jianping Fan 0007, Zhongchao Shi, Yanyun Qu |
ICCV | 8 |
| 2023 | Instance and Category Supervision are Alternate Learners for Continual LearningabstractContinual Learning (CL) is the constant development of complex behaviors by building upon previously acquired skills. Yet, current CL algorithms tend to incur class-level forgetting as the label information is often quickly overwritten by new knowledge. This motivates attempts to mine instance-level discrimination by resorting to recent self-supervised learning (SSL) techniques. However, previous works have pointed out that the self-supervised learning objective is essentially a trade-off between invariance to distortion and preserving sample information, which seriously hinders the unleashing of instance-level discrimination.In this work, we reformulate SSL from the information-theoretic perspective by disentangling the goal of instance-level discrimination, and tackle the trade-off to promote compact representations with maximally preserved invariance to distortion. On this basis, we develop a novel alternate learning paradigm to enjoy the complementary merits of instance-level and category-level supervision, which yields improved robustness against forgetting and better adaptation to each task. To verify the proposed method, we conduct extensive experiments on four different benchmarks using both class-incremental and task-incremental settings, where the leap in performance and thorough ablation studies demonstrate the efficacy and efficiency of our modeling strategy. Zhizhong Zhang 0001, Xin Tan 0002, Jun Liu 0116, Chengjie Wang 0001, Yanyun Qu, Guannan Jiang, Yuan Xie 0006 |
ICCV | 6 |
| 2023 | Joint Feature Aggregation for Stereo Image Super-resolutionabstractStereo image super-resolution (Stereo SR) has been a newly rising and challenging problem with the popular application of dual cameras, which can be used to promote the SR performance by adding auxiliary information from another viewpoint. Most of the existing excellent works have concentrated on leveraging the intrinsic feature correlation of two view images via exploring the non-local attention mechanism. However, they only perform interaction once for feature registration and fusion accompanied by the complex view transition constraint, which cannot fully take advantage of the information in the stereo image pairs. In this paper, we propose a joint feature aggregation network for Stereo SR to calibrate single-view features and integrate cross-view knowledge effectively. Specifically, we introduce a self-calibrated feature extractor to excavate multi-scale and multi-direction features within the single-view image. What’s more, we design an adaptive fusion module with the cross-view attention mechanism, which is utilized to mine and fuse the long-range dependencies between the stereo image pairs so as to get rid of the inflexible cycle constraints. Extensive experimental results demonstrate that our proposal successfully achieves superior performance against the state-of-the-art methods on four datasets. Zekun Ai, Xiaotong Luo, Yanyun Qu |
ICME | 3 |
| 2023 | VS-Boost: Boosting Visual-Semantic Association for Generalized Zero-Shot LearningabstractUnlike conventional zero-shot learning (CZSL) which only focuses on the recognition of unseen classes by using the classifier trained on seen classes and semantic embeddings, generalized zero-shot learning (GZSL) aims at recognizing both the seen and unseen classes, so it is more challenging due to the extreme training imbalance. Recently, some feature generation methods introduce metric learning to enhance the discriminability of visual features. Although these methods achieve good results, they focus only on metric learning in the visual feature space to enhance features and ignore the association between the feature space and the semantic space. Since the GZSL method uses semantics as prior knowledge to migrate visual knowledge to unseen classes, the consistency between visual space and semantic space is critical. To this end, we propose relational metric learning which can relate the metrics in the two spaces and make the distribution of the two spaces more consistent. Based on the generation method and relational metric learning, we proposed a novel GZSL method, termed VS-Boost, which can effectively boost the association between vision and semantics. The experimental results demonstrate that our method is effective and achieves significant gains on five benchmark datasets compared with the state-of-the-art methods. Xiaofan Li 0008, Yachao Zhang 0001, Shiran Bian, Yanyun Qu, Yuan Xie 0006, Zhongchao Shi, Jianping Fan 0007 |
IJCAI | 4 |
| 2023 | Unveiling the Power of CLIP in Unsupervised Visible-Infrared Person Re-IdentificationabstractLarge-scale Vision-Language Pre-training (VLP) model, e.g., CLIP, has demonstrated its natural advantage in generating textual descriptions for images. These textual descriptions afford us greater semantic monitoring insights while not requiring any domain knowledge. In this paper, we propose a new prompt learning paradigm for unsupervised visible-infrared person re-identification (USL-VI-ReID) by taking full advantage of the visual-text representation ability from CLIP. In our framework, we establish a learnable cluster-aware prompt for person images and obtain textual descriptions allowing for subsequent unsupervised training. This description complements the rigid pseudo-labels and provides an important semantic supervised signal. On that basis, we propose a new memory-swapping contrastive learning, where we first find the correlated cross-modal prototypes by the Hungarian matching method and then swap the prototype pairs in the memory. Thus typical contrastive learning without any change could easily associate the cross-modal information. Extensive experiments on the benchmark datasets demonstrate the effectiveness of our method. For example, on SYSU-MM01 we arrive at 54.0% in terms of Rank-1 accuracy, over 9% improvement against state-of-the-art approaches. Code is available at https://github.com/CzAngus/CCLNet. Zhong Chen 0007, Zhizhong Zhang 0001, Xin Tan 0002, Yanyun Qu, Yuan Xie 0006 |
ACM Multimedia | 4 |
| 2023 | Cross-modal Unsupervised Domain Adaptation for 3D Semantic Segmentation via Bidirectional Fusion-then-DistillationabstractCross-modal Unsupervised Domain Adaptation (UDA) becomes a research hotspot because it reduces the laborious annotation of target domain samples. Existing methods only mutually mimic the outputs of cross-modality in each domain, which enforces the class probability distribution agreeable in different domains. However, these methods ignore the complementarity brought by the modality fusion representation in cross-modal learning. In this paper, we propose a cross-modal UDA method for 3D semantic segmentation via Bidirectional Fusion-then-Distillation, named BFtD-xMUDA, which explores cross-modal fusion in UDA and realizes distribution consistency between outputs of two domains not only for 2D image and 3D point cloud but also for 2D/3D and fusion. Our method contains three significant components: Model-agnostic Feature Fusion Module (MFFM), Bidirectional Distillation (B-Distill), and Cross-modal Debiased Pseudo-Labeling (xDPL). MFFM is employed to generate cross-modal fusion features for establishing a latent space, which enforces maximum correlation and complementarity between two heterogeneous modalities. B-Distill is introduced to exploit bidirectional knowledge distillation which includes cross-modality and cross-domain fusion distillation, and well-achieving domain-modality alignment. xDPL is designed to model the uncertainty of pseudo-labels by self-training scheme. Extensive experimental results demonstrate that our method outperforms state-of-the-art competitors in several adaptation scenarios. Mingwei Xing, Yachao Zhang 0001, Yuan Xie 0006, Jianping Fan 0007, Zhongchao Shi, Yanyun Qu |
ACM Multimedia | 7 |
| 2023 | Hardware-friendly Scalable Image Super Resolution with Progressive Structured SparsityabstractSingle image super-resolution (SR) is an important low-level vision task, and the dynamic SR trading off performance and efficiency are increasingly in demand. The existing dynamic SR methods are divided into two classes: the structured pruning and non-structured compressing methods. The former removes redundant structures in the network, which often leads to significant performance degradation, and the latter searches for extremely sparse parameter masks, achieving promising performance, but they are not deployable in hardware platforms with irregular memory access. In order to solve the mentioned problems, we propose Hardware-friendly Scalable SR (HSSR) with progressively structured sparsity. The superiority of our method is that with only a single scalable model it covers multiple SR models with different sizes, without extra retraining or post-processing. HSSR contains the forward and backward processing. In the forward process, we gradually shrink the SR networks with structured iterative sparsity where grouping convolution together with knowledge distillation is conducted to reduce the amount of SR parameters and the computational complexity while keeping the performance, and in the backward process, we gradually expand the compressed SR networks with structured iterative recovery. Comprehensive experiments on benchmark datasets show that HSSR is perfectly compatible with common convolution baselines. Compared with the Slimmable method, our model is superior in performance, flops, and model size. Experimental results demonstrate that HSSR achieves significant compression, saving up to 1500K parameters and 100 GFlops calculation compared to the original model in real-world applications. Fangchen Ye, Hongzhan Huang, Jianping Fan 0007, Zhongchao Shi, Yuan Xie 0006, Yanyun Qu |
ACM Multimedia | 7 |
| 2023 | Learning Re-sampling Methods with Parameter Attribution for Image Super-resolutionabstractSingle image super-resolution (SISR) has made a significant breakthrough benefiting from the prevalent rise of deep neural networks and large-scale training samples. The mainstream deep SR models primarily focus on network architecture design as well as optimization schemes, while few pay attention to the training data. In fact, most of the existing SR methods train the model on uniformly sampled patch pairs from the whole image. However, the uneven image content makes the training data present an unbalanced distribution, i.e., the easily reconstructed region (smooth) occupies the majority of the data, while the hard reconstructed region (edge or texture) has rarely few samples. Based on this phenomenon, we consider rethinking the current paradigm of merely using uniform data sampling way for training SR models. In this paper, we propose a simple yet effective Bi-Sampling Parameter Attribution (BSPA) method for accurate image SR. Specifically, the bi-sampling consists of uniform sampling and inverse sampling, which is introduced to reconcile the unbalanced inherent data bias. The former aims to keep the intrinsic data distribution, and the latter is designed to enhance the feature extraction ability of the model on the hard samples. Moreover, integrated gradient is introduced to attribute the contribution of each parameter in the alternate models trained by both sampling data so as to filter the trivial parameters for further dynamic refinement. By progressively decoupling the allocation of parameters, the SR model can learn a more compact representation. Extensive experiments on publicly available datasets demonstrate that our proposal can effectively boost the performance of baseline methods from the data re-sampling view. Xiaotong Luo, Yuan Xie 0006, Yanyun Qu |
NeurIPS | 3 |
| 2023 | Image Priors Assisted Pre-training for Point Cloud Shape Analysis
Yanyun Qu |
PRCV (1) | 3 |
| 2023 | Robust Degradation Representation via Efficient Diffusion Model for Blind Super-Resolution
Fangchen Ye, Yubo Zhou, Longyu Cheng, Yanyun Qu |
PRCV (11) | 4 |
| 2023 | Forget less, count better: a domain-incremental self-distillation learning benchmark for lifelong crowd countingabstractCrowd counting has important applications in public safety and pandemic control. A robust and practical crowd counting system has to be capable of continuously learning with the newly incoming domain data in real-world scenarios instead of fitting one domain only. Off-the-shelf methods have some drawbacks when handling multiple domains: (1) the models will achieve limited performance (even drop dramatically) among old domains after training images from new domains due to the discrepancies in intrinsic data distributions from various domains, which is called catastrophic forgetting; (2) the well-trained model in a specific domain achieves imperfect performance among other unseen domains because of domain shift; (3) it leads to linearly increasing storage overhead, either mixing all the data for training or simply training dozens of separate models for different domains when new ones are available. To overcome these issues, we investigate a new crowd counting task in incremental domain training setting called lifelong crowd counting. Its goal is to alleviate catastrophic forgetting and improve the generalization ability using a single model updated by the incremental domains. Specifically, we propose a self-distillation learning framework as a benchmark (forget less, count better, or FLCB) for lifelong crowd counting, which helps the model leverage previous meaningful knowledge in a sustainable manner for better crowd counting to mitigate the forgetting when new data arrive. A new quantitative metric, normalized Backward Transfer (nBwT), is developed to evaluate the forgetting degree of the model in the lifelong learning process. Extensive experimental results demonstrate the superiority of our proposed benchmark in achieving a low catastrophic forgetting degree and strong generalization ability. Hongming Shan, Yanyun Qu, James Z. Wang 0001, Fei-Yue Wang 0001, Junping Zhang |
Frontiers Inf. Technol. Electron. Eng. | 4 |
| 2023 | Joint regularization and low-rank fusion for atmospheric turbulence removal
Yanyun Qu, Yuan Xie 0006, Yang Wu 0001, Hanzi Wang |
Neural Comput. Appl. | 1 |
| 2023 | Lattice Network for Lightweight Image RestorationabstractDeep learning has made unprecedented progress in image restoration (IR), where residual block (RB) is popularly used and has a significant effect on promising performance. However, the massive stacked RBs bring about burdensome memory and computation cost. To tackle this issue, we aim to design an economical structure for adaptively connecting pair-wise RBs, thereby enhancing the model representation. Inspired by the topological structure of lattice filter in signal processing theory, we elaborately propose the lattice block (LB), where couple butterfly-style topological structures are utilized to bridge pair-wise RBs. Specifically, each candidate structure of LB relies on the combination coefficients learned through adaptive channel reweighting. As a basic mapping block, LB can be plugged into various IR models, such as image super-resolution, image denoising, image deraining, etc. It can avail the construction of lightweight IR models accompanying half parameter amount reduced, while keeping the considerable reconstruction accuracy compared with RBs. Moreover, a novel contrastive loss is exploited as a regularization constraint, which can further enhance the model representation without increasing the inference expenses. Experiments on several IR tasks illustrate that our method can achieve more favorable performance than other state-of-the-art models with lower storage and computation. Xiaotong Luo, Yanyun Qu, Yuan Xie 0006, Yulun Zhang 0001, Cuihua Li, Yun Fu 0001 |
IEEE Trans. Pattern Anal. Mach. Intell. | 2 |
| 2023 | Positive-Negative Receptive Field Reasoning for Omni-Supervised 3D SegmentationabstractHidden features in the neural networks usually fail to learn informative representation for 3D segmentation as supervisions are only given on output prediction, while this can be solved by omni-scale supervision on intermediate layers. In this paper, we bring the first omni-scale supervision method to 3D segmentation via the proposed gradual Receptive Field Component Reasoning (RFCR), where target Receptive Field Component Codes (RFCCs) is designed to record categories within receptive fields for hidden units in the encoder. Then, target RFCCs will supervise the decoder to gradually infer the RFCCs in a coarse-to-fine categories reasoning manner, and finally obtain the semantic labels. To purchase more supervisions, we also propose an RFCR-NL model with complementary negative codes (i.e., Negative RFCCs, NRFCCs) with negative learning. Because many hidden features are inactive with tiny magnitudes and make minor contributions to RFCC prediction, we propose Feature Densification with a centrifugal potential to obtain more unambiguous features, and it is in effect equivalent to entropy regularization over features. More active features can unleash the potential of omni-supervision method. We embed our method into three prevailing backbones, which are significantly improved in all three datasets on both fully and weakly supervised segmentation tasks and achieve competitive performances. Xin Tan 0002, Qihang Ma, Jingyu Gong, Zhizhong Zhang 0001, Yanyun Qu, Yuan Xie 0006, Lizhuang Ma |
IEEE Trans. Pattern Anal. Mach. Intell. | 7 |
| 2022 | Comprehensive Regularization in a Bi-directional Predictive Network for Video Anomaly DetectionabstractVideo anomaly detection aims to automatically identify unusual objects or behaviours by learning from normal videos. Previous methods tend to use simplistic reconstruction or prediction constraints, which leads to the insufficiency of learned representations for normal data. As such, we propose a novel bi-directional architecture with three consistency constraints to comprehensively regularize the prediction task from pixel-wise, cross-modal, and temporal-sequence levels. First, predictive consistency is proposed to consider the symmetry property of motion and appearance in forwards and backwards time, which ensures the highly realistic appearance and motion predictions at the pixel-wise level. Second, association consistency considers the relevance between different modalities and uses one modality to regularize the prediction of another one. Finally, temporal consistency utilizes the relationship of the video sequence and ensures that the predictive network generates temporally consistent frames. During inference, the pattern of abnormal frames is unpredictable and will therefore cause higher prediction errors. Experiments show that our method outperforms advanced anomaly detectors and achieves state-of-the-art results on UCSD Ped2, CUHK Avenue, and ShanghaiTech datasets. Chengwei Chen, Yuan Xie 0006, Shaohui Lin, Angela Yao, Guannan Jiang, Wei Zhang 0217, Yanyun Qu, Ruizhi Qiao, Bo Ren 0002, Lizhuang Ma |
AAAI | 7 |
| 2022 | Uncertainty-Driven Dehazing NetworkabstractDeep learning has made remarkable achievements for single image haze removal. However, existing deep dehazing models only give deterministic results without discussing the uncertainty of them. There exist two types of uncertainty in the dehazing models: aleatoric uncertainty that comes from noise inherent in the observations and epistemic uncertainty that accounts for uncertainty in the model. In this paper, we propose a novel uncertainty-driven dehazing network (UDN) that improves the dehazing results by exploiting the relationship between the uncertain and confident representations. We first introduce an Uncertainty Estimation Block (UEB) to predict the aleatoric and epistemic uncertainty together. Then, we propose an Uncertainty-aware Feature Modulation (UFM) block to adaptively enhance the learned features. UFM predicts a convolution kernel and channel-wise modulation cofficients conitioned on the uncertainty weighted representation. Moreover, we develop an uncertainty-driven self-distillation loss to improve the uncertain representation by transferring the knowledge from the confident one. Extensive experimental results on synthetic datasets and real-world images show that UDN achieves significant quantitative and qualitative improvements, outperforming the state-of-the-arts. Ming Hong, Jianzhuang Liu, Cuihua Li, Yanyun Qu |
AAAI | 4 |
| 2022 | En-Compactness: Self-Distillation Embedding & Contrastive Generation for Generalized Zero-Shot LearningabstractGeneralized zero-shot learning (GZSL) requires a classifier trained on seen classes that can recognize objects from both seen and unseen classes. Due to the absence of unseen training samples, the classifier tends to bias towards seen classes. To mitigate this problem, feature generation based models are proposed to synthesize visual features for unseen classes. However, these features are generated in the visual feature space which lacks of discriminative ability. Therefore, some methods turn to find a better embedding space for the classifier training. They emphasize the inter-class relationships of seen classes, leading the embedding space overfitted to seen classes and unfriendly to unseen classes. Instead, in this paper, we propose an Intra-Class Compactness Enhancement method (ICCE) for GZSL. Our ICCE promotes intra-class compactness with inter-class separability on both seen and unseen classes in the embedding space and visual feature space. By promoting the intra-class relationships but the inter-class structures, we can distinguish different classes with better generalization. Specifically, we propose a Self-Distillation Embedding (SDE) module and a Semantic-Visual Contrastive Generation (SVCG) module. The former promotes intra-class compactness in the embedding space, while the latter accomplishes it in the visual feature space. The experiments demonstrate that our ICCE outperforms the state-of-the-art methods on four datasets and achieves competitive results on the remaining dataset. Xia Kong, Zuodong Gao, Xiaofan Li 0008, Ming Hong, Jun Liu 0116, Chengjie Wang 0001, Yuan Xie 0006, Yanyun Qu |
CVPR | 8 |
| 2022 | Optimal Transport for Label-Efficient Visible-Infrared Person Re-Identification
Jiangming Wang, Zhizhong Zhang 0001, Mingang Chen, Cong Wang 0039, Bin Sheng 0001, Yanyun Qu, Yuan Xie 0006 |
ECCV (24) | 7 |
| 2022 | Self-Mimic Mutual-Distillation for Cross-Modality Person Re-IdentificationabstractCross-modality person re-identification is a newly rising and challenging problem, as there is a significant gap between the visible and infrared images. Though recent methods rapidly narrow the gap, the intra-modality variance is often ignored before inter-modality alignment. In this paper, we study this problem in the knowledge distillation perspective and design a self-mimic mutual-distillation method to reduce the discrepancy of each person from intra-modality feature alignment to cross-modality feature alignment. For intra-modality feature alignment, the self-mimic mechanism is implemented to simultaneously learn globally viewed, stable, and distinguish prototypes for each ID and minimize the intra-modality discrepancy. For inter-modality feature alignment, the mutual distillation is conducted to minimize the cross-modality distribution discrepancy of each person. Extensive experimental results on SYSU-MM01 and RegDB demonstrate that the proposed method achieves the best performance, outperforming state-of-the-art methods by a large margin without adding extra network parameters to the baseline. Especially, on the SYSU-MM01 dataset, our method achieves 64.8% Rank-1 and 60.2% mAP with significant gains over the latest related method. Demao Zhang, Ming Hong, Zheng Wang 0007, Zhizhong Zhang 0001, Xiaotong Luo, Yuan Xie 0006, Yanyun Qu |
ICME | 8 |
| 2022 | Cross-Domain and Cross-Modal Knowledge Distillation in Domain Adaptation for 3D Semantic SegmentationabstractWith the emergence of multi-modal datasets where LiDAR and camera are synchronized and calibrated, cross-modal Unsupervised Domain Adaptation (UDA) has attracted increasing attention because it reduces the laborious annotation of target domain samples. To alleviate the distribution gap between source and target domains, existing methods conduct feature alignment by using adversarial learning. However, it is well-known to be highly sensitive to hyperparameters and difficult to train. In this paper, we propose a novel model (Dual-Cross) that integrates Cross-Domain Knowledge Distillation (CDKD) and Cross-Modal Knowledge Distillation (CMKD) to mitigate domain shift. Specifically, we design the multi-modal style transfer to convert source image and point cloud to target style. With these synthetic samples as input, we introduce a target-aware teacher network to learn knowledge of the target domain. Then we present dual-cross knowledge distillation when the student is learning on source domain. CDKD constrains teacher and student predictions under same modality to be consistent. It can transfer target-aware knowledge from the teacher to the student, making the student more adaptive to the target domain. CMKD generates hybrid-modal prediction from the teacher predictions and constrains it to be consistent with both 2D and 3D student predictions. It promotes the information interaction between two modalities to make them complement each other. From the evaluation results on various domain adaptation settings, Dual-Cross significantly outperforms both uni-modal and cross-modal state-of-the-art methods. Miaoyu Li, Yachao Zhang 0001, Yuan Xie 0006, Zuodong Gao, Cuihua Li, Zhizhong Zhang 0001, Yanyun Qu |
ACM Multimedia | 7 |
| 2022 | Adjustable Memory-efficient Image Super-resolution via Individual Kernel SparsityabstractThough single image super-resolution (SR) has witnessed incredible progress, the increasing model complexity impairs its applications in memory-limited devices. To solve this problem, prior arts have aimed to reduce the number of model parameters and sparsity has been exploited, which usually enforces the group sparsity constraint on the filter level and thus is not arbitrarily adjustable for satisfying the customized memory requirements. In this paper, we propose an individual kernel sparsity (IKS) method for memory-efficient and sparsity-adjustable image SR to aid deep network deployment in memory-limited devices. IKS performs model sparsity in the weight level that implicitly allocates the user-defined target sparsity to each individual kernel. To induce the kernel sparsity, a soft thresholding operation is used as a gating constraint for filtering the trivial weights. To achieve adjustable sparsity, a dynamic threshold learning algorithm is proposed, in which the threshold is updated by associated training with the network weight and is adaptively decayed with the guidance of the desired sparsity. This work essentially provides a dynamic parameter reassignment scheme with a given resource budget for an off-the-shelf SR model. Extensive experimental results demonstrate that IKS imparts considerable sparsity with negligible effect on SR quality. The code is available at: https://github.com/RaccoonDML/IKS. Xiaotong Luo, Mingliang Dai, Yulun Zhang 0001, Yuan Xie 0006, Ding Liu 0001, Yanyun Qu, Yun Fu 0001, Junping Zhang |
ACM Multimedia | 6 |
| 2022 | Not All Pixels Are Matched: Dense Contrastive Learning for Cross-Modality Person Re-IdentificationabstractVisible-Infrared Person Re-Identification (VI-ReID) has become an emerging task for night-time surveillance systems. In order to reduce the cross-modality discrepancy, previous works either align the features via metric learning or generate synthesized cross-modality images by Generative Adversary Network. However, feature-level alignment ignores the heterogeneous data itself while generative framework suffers from the low generation quality, limiting their applications. In this paper, we propose a dense contrastive learning framework (DCLNet), which performs pixel-to-pixel dense alignment acting on the intermediate representations, rather than the final deep feature. It is a new loss function that brings views of positive pixels with same semantic information closer in shallow representation space, whilst pushing views of negative pixels apart. It naturally provides additional dense supervision and captures fine-grained pixel correspondence, reducing the modality gap from a new perspective. To implement it, a Part Aware Parsing (PAP) module and a Semantic Rectification Module (SRM) are introduced to learn and refine a semantic-guided mask, allowing us to efficiently find positive pairs only requiring instance-level supervision. Extensive experiments on the public SYSU-MM01 and RegDB datasets demonstrate the superiority of our pipeline over state-of-the-arts. Code is available at https://github.com/sunhz0117/DCLNet. Hanzhe Sun, Jun Liu 0116, Zhizhong Zhang 0001, Chengjie Wang 0001, Yanyun Qu, Yuan Xie 0006, Lizhuang Ma |
ACM Multimedia | 5 |
| 2022 | Hierarchical Walking Transformer for Object Re-IdentificationabstractRecently, transformer purely based on attention mechanism has been applied to a wide range of tasks and achieved impressive performance. Though extensive efforts have been made, there are still drawbacks to the transformer architecture which hinder its further applications: (i) the quadratic complexity brought by attention mechanism; (ii) barely incorporated inductive bias. Jun Liu 0116, Zhizhong Zhang 0001, Chengjie Wang 0001, Yanyun Qu, Yuan Xie 0006, Lizhuang Ma |
ACM Multimedia | 5 |
| 2022 | Self-supervised Exclusive Learning for 3D Segmentation with Cross-Modal Unsupervised Domain Adaptationabstract2D-3D unsupervised domain adaptation (UDA) tackles the lack of annotations in a new domain by capitalizing the relationship between 2D and 3D data. Existing methods achieve considerable improvements by performing cross-modality alignment in a modality-agnostic way, failing to exploit modality-specific characteristic for modeling complementarity. In this paper, we present self-supervised exclusive learning for cross-modal semantic segmentation under the UDA scenario, which avoids the prohibitive annotation. Specifically, two self-supervised tasks are designed, named "plane-to-spatial'' and "discrete-to-textured''. The former helps the 2D network branch improve the perception of spatial metrics, and the latter supplements structured texture information for the 3D network branch. In this way, modality-specific exclusive information can be effectively learned, and the complementarity of multi-modality is strengthened, resulting in a robust network to different domains. With the help of the self-supervised tasks supervision, we introduce a mixed domain to enhance the perception of the target domain by mixing the patches of the source and target domain samples. Besides, we propose a domain-category adversarial learning with category-wise discriminators by constructing the category prototypes for learning domain-invariant features. We evaluate our method on various multi-modality domain adaptation settings, where our results significantly outperform both uni-modality and multi-modality state-of-the-art competitors. Yachao Zhang 0001, Miaoyu Li, Yuan Xie 0006, Cuihua Li, Cong Wang 0039, Zhizhong Zhang 0001, Yanyun Qu |
ACM Multimedia | 7 |
| 2022 | Dual Mutual Learning for Cross-Modality Person Re-IdentificationabstractCross-modality person re-identification (Re-ID) is more challenging than traditional visible Re-ID due to the huge cross-modality gap from heterogeneous images. To alleviate this problem, existing methods often utilize a dual path learning framework equipped with metric loss to learn discriminative features. Despite effectiveness, the inevitable degeneration of intra-modality discrimination by taking cross-modality discrimination into consideration is unsolvable. Such degeneration substantially hinders the model’s capability of further improving feature representations. To mitigate this degeneration, we propose a Dual Mutual Learning (DML) method for cross-modality Re-ID which conducts mutual learning between the cross-modality and each of two single modalities. We design a triple-branch deep model containing the RGB and IR branches and the cross-modality branch. The cross-modality branch is designed to learn modality-invariant feature subspace for appearance similarity measurement. Both the RGB branch and IR branch provide attention supervision information to the cross-modality branch for attention feature alignment so as to enhance the intra-modality discrimination. Experimental results on two standard benchmarks demonstrate DML is superior to state-of-the-art methods. Demao Zhang, Zhizhong Zhang 0001, Ying Ju 0002, Cong Wang 0039, Yuan Xie 0006, Yanyun Qu |
IEEE Trans. Circuits Syst. Video Technol. | 6 |
| 2021 | Boundary-Aware Geometric Encoding for Semantic Segmentation of Point CloudsabstractBoundary information plays a significant role in 2D image segmentation, while usually being ignored in 3D point cloud segmentation where ambiguous features might be generated in feature extraction, leading to misclassification in the transition area between two objects. In this paper, firstly, we propose a Boundary Prediction Module (BPM) to predict boundary points. Based on the predicted boundary, a boundary-aware Geometric Encoding Module (GEM) is designed to encode geometric information and aggregate features with discrimination in a neighborhood, so that the local features belonging to different categories will not be polluted by each other. To provide extra geometric information for boundary-aware GEM, we also propose a light-weight Geometric Convolution Operation (GCO), making the extracted features more distinguishing. Built upon the boundary-aware GEM, we build our network and test it on benchmarks like ScanNet v2, S3DIS. Results show our methods can significantly improve the baseline and achieve state-of-the-art performance. Jingyu Gong, Xin Tan 0002, Jie Zhou 0029, Yanyun Qu, Yuan Xie 0006, Lizhuang Ma |
AAAI | 5 |
| 2021 | Weakly Supervised Semantic Segmentation for Large-Scale Point CloudabstractExisting methods for large-scale point cloud semantic segmentation require expensive, tedious and error-prone manual point-wise annotation. Intuitively, weakly supervised training is a direct solution to reduce the labeling costs. However, for weakly supervised large-scale point cloud semantic segmentation, too few annotations will inevitably lead to ineffective learning of network. We propose an effective weakly supervised method containing two components to solve the above problem. Firstly, we construct a pretext task, \textit{i.e.,} point cloud colorization, with a self-supervised training manner to transfer the learned prior knowledge from a large amount of unlabeled point cloud to a weakly supervised network. In this way, the representation capability of the weakly supervised network can be improved by knowledge from a heterogeneous task. Besides, to generative pseudo label for unlabeled data, a sparse label propagation mechanism is proposed with the help of generated class prototypes, which is used to measure the classification confidence of unlabeled point. Our method is evaluated on large-scale point cloud datasets with different scenarios including indoor and outdoor. The experimental results show the large gain against existing weakly supervised methods and comparable results to fully supervised methods. Yachao Zhang 0001, Yuan Xie 0006, Yanyun Qu, Cuihua Li, Tao Mei 0001 |
AAAI | 4 |
| 2021 | Omni-Supervised Point Cloud Segmentation via Gradual Receptive Field Component ReasoningabstractHidden features in neural network usually fail to learn informative representation for 3D segmentation as supervisions are only given on output prediction, while this can be solved by omni-scale supervision on intermediate layers. In this paper, we bring the first omni-scale supervision method to point cloud segmentation via the proposed gradual Receptive Field Component Reasoning (RFCR), where target Receptive Field Component Codes (RFCCs) are designed to record categories within receptive fields for hidden units in the encoder. Then, target RFCCs will supervise the decoder to gradually infer the RFCCs in a coarse-to-fine categories reasoning manner, and finally obtain the semantic labels. Because many hidden features are inactive with tiny magnitude and make minor contributions to RFCC prediction, we propose a Feature Densification with a centrifugal potential to obtain more unambiguous features, and it is in effect equivalent to entropy regularization over features. More active features can further unleash the potential of our omni-supervision method. We embed our method into four prevailing backbones and test on three challenging benchmarks. Our method can significantly improve the backbones in all three datasets. Specifically, our method brings new state-of-the-art performances for S3DIS as well as Semantic3D and ranks the 1st in the ScanNet benchmark among all the point-based methods. Code is publicly available at https://github.com/azuki-miho/RFCR. Jingyu Gong, Xin Tan 0002, Yanyun Qu, Yuan Xie 0006, Lizhuang Ma |
CVPR | 5 |
| 2021 | Farewell to Mutual Information: Variational Distillation for Cross-Modal Person Re-IdentificationabstractThe Information Bottleneck (IB) provides an information theoretic principle for representation learning, by retaining all information relevant for predicting label while minimizing the redundancy. Though IB principle has been applied to a wide range of applications, its optimization remains a challenging problem which heavily relies on the accurate estimation of mutual information. In this paper, we present a new strategy, Variational Self-Distillation (VSD), which provides a scalable, flexible and analytic solution to essentially fitting the mutual information but without explicitly estimating it. Under rigorously theoretical guarantee, VSD enables the IB to grasp the intrinsic correlation between representation and label for supervised training. Further-more, by extending VSD to multi-view learning, we introduce two other strategies, Variational Cross-Distillation (VCD) and Variational Mutual-Learning (VML), which significantly improve the robustness of representation to view-changes by eliminating view-specific and task-irrelevant in-formation. To verify our theoretically grounded strategies, we apply our approaches to cross-modal person Re-ID, and conduct extensive experiments, where the superior performance against state-of-the-art methods are demonstrated. Our intriguing findings highlight the need to rethink the way to estimate mutual information. Zhizhong Zhang 0001, Shaohui Lin, Yanyun Qu, Yuan Xie 0006, Lizhuang Ma |
CVPR | 4 |
| 2021 | Contrastive Learning for Compact Single Image DehazingabstractSingle image dehazing is a challenging ill-posed problem due to the severe information degeneration. However, existing deep learning based dehazing methods only adopt clear images as positive samples to guide the training of dehazing network while negative information is unexploited. Moreover, most of them focus on strengthening the dehazing network with an increase of depth and width, leading to a significant requirement of computation and memory. In this paper, we propose a novel contrastive regularization (CR) built upon contrastive learning to exploit both the information of hazy images and clear images as negative and positive samples, respectively. CR ensures that the restored image is pulled to closer to the clear image and pushed to far away from the hazy image in the representation space.Furthermore, considering trade-off between performance and memory storage, we develop a compact dehazing network based on autoencoder-like (AE) framework. It involves an adaptive mixup operation and a dynamic feature enhancement module, which can benefit from preserving information flow adaptively and expanding the receptive field to improve the network’s transformation capability, respectively. We term our dehazing network with autoencoder and contrastive regularization as AECR-Net. The extensive experiments on synthetic and real-world datasets demonstrate that our AECR-Net surpass the state-of-the-art approaches. The code is released in https://github.com/GlassyWu/AECR-Net. Haiyan Wu, Yanyun Qu, Shaohui Lin, Ruizhi Qiao, Zhizhong Zhang 0001, Yuan Xie 0006, Lizhuang Ma |
CVPR | 2 |
| 2021 | Perturbed Self-Distillation: Weakly Supervised Large-Scale Point Cloud Semantic SegmentationabstractLarge-scale point cloud semantic segmentation has wide applications. Current popular researches mainly focus on fully supervised learning which demands expensive and tedious manual point-wise annotation. Weakly supervised learning is an alternative way to avoid this exhausting an-notation. However, for large-scale point clouds with few labeled points, the network is difficult to extract discriminative features for unlabeled points, as well as the regularization of topology between labeled and unlabeled points is usually ignored, resulting in incorrect segmentation results.To address this problem, we propose a perturbed self-distillation (PSD) framework. Specifically, inspired by self-supervised learning, we construct the perturbed branch and enforce the predictive consistency among the perturbed branch and original branch. In this way, the graph topology of the whole point cloud can be effectively established by the introduced auxiliary supervision, such that the in-formation propagation between the labeled and unlabeled points will be realized. Besides point-level supervision, we present a well-integrated context-aware module to explicitly regularize the affinity correlation of labeled points. Therefore, the graph topology of the point cloud can be further refined. The experimental results evaluated on three large-scale datasets show the large gain (3.0% on average) against recent weakly supervised methods and comparable results to some fully supervised methods. Yachao Zhang 0001, Yanyun Qu, Yuan Xie 0006, Zonghao Li, Shanshan Zheng, Cuihua Li |
ICCV | 2 |
| 2021 | KeypointNet: Ranking Point Cloud for Convolution Neural Network
Zuodong Gao, Yanyun Qu, Cuihua Li |
ICIG (3) | 2 |
| 2021 | Using Conv-LSTM to Refine Features for Lightweight Image Super-Resolution Network
Yanyun Qu |
ICIG (3) | 2 |
| 2021 | Learn from Concepts: Towards the Purified Memory for Few-shot LearningabstractHuman beings have a great generalization ability to recognize a novel category by only seeing a few number of samples. This is because humans possess the ability to learn from the concepts that already exist in our minds. However, many existing few-shot approaches fail in addressing such a fundamental problem, {\it i.e.,} how to utilize the knowledge learned in the past to improve the prediction for the new task. In this paper, we present a novel purified memory mechanism that simulates the recognition process of human beings. This new memory updating scheme enables the model to purify the information from semantic labels and progressively learn consistent, stable, and expressive concepts when episodes are trained one by one. On its basis, a Graph Augmentation Module (GAM) is introduced to aggregate these concepts and knowledge learned from new tasks via a graph neural network, making the prediction more accurate. Generally, our approach is model-agnostic and computing efficient with negligible memory cost. Extensive experiments performed on several benchmarks demonstrate the proposed method can consistently outperform a vast number of state-of-the-art few-shot learning methods. Xuncheng Liu, Shaohui Lin, Yanyun Qu, Lizhuang Ma, Wang Yuan, Zhizhong Zhang 0001, Yuan Xie 0006 |
IJCAI | 4 |
| 2021 | Self-boosting for Feature DistillationabstractKnowledge distillation is a simple but effective method for model compression, which obtains a better-performing small network (Student) by learning from a well-trained large network (Teacher). However, when the difference in the model sizes of Student and Teacher is large, the gap in capacity leads to poor performance of Student. Existing methods focus on seeking simplified or more effective knowledge from Teacher to narrow the Teacher-Student gap, while we address this problem by Student's self-boosting. Specifically, we propose a novel distillation method named Self-boosting Feature Distillation (SFD), which eases the Teacher-Student gap by feature integration and self-distillation of Student. Three different modules are designed for feature integration to enhance the discriminability of Student's feature, which leads to improving the order of convergence in theory. Moreover, an easy-to-operate self-distillation strategy is put forward to stabilize the training process and promote the performance of Student, without additional forward propagation or memory consumption. Extensive experiments on multiple benchmarks and networks show that our method is significantly superior to existing methods. Yulong Pei, Yanyun Qu, Junping Zhang |
IJCAI | 2 |
| 2021 | Towards Compact Single Image Super-Resolution via Contrastive Self-distillationabstractConvolutional neural networks (CNNs) are highly successful for super-resolution (SR) but often require sophisticated architectures with heavy memory cost and computational overhead significantly restricts their practical deployments on resource-limited devices. In this paper, we proposed a novel contrastive self-distillation (CSD) framework to simultaneously compress and accelerate various off-the-shelf SR models. In particular, a channel-splitting super-resolution network can first be constructed from a target teacher network as a compact student network. Then, we propose a novel contrastive loss to improve the quality of SR images and PSNR/SSIM via explicit knowledge transfer. Extensive experiments demonstrate that the proposed CSD scheme effectively compresses and accelerates several standard SR models such as EDSR, RCAN and CARN. Code is available at https://github.com/Booooooooooo/CSD. Yanbo Wang 0003, Shaohui Lin, Yanyun Qu, Haiyan Wu, Zhizhong Zhang 0001, Yuan Xie 0006, Angela Yao |
IJCAI | 3 |
| 2021 | Faster-PPN: Towards Real-Time Semantic Segmentation with Dual Mutual Learning for Ultra-High Resolution ImagesabstractDespite recent progress on semantic segmentation, there still exist huge challenges in high or ultra-high resolution images semantic segmentation. Although the latest collaborative global-local semantic segmentation methods such as GLNet [4] and PPN [18] have achieved impressive results, they are inefficient and not fit for practical applications. Thus, in this paper, we propose a novel and efficient collaborative global-local framework on the basis of PPN named Faster-PPN for high or ultra-high resolution images semantic segmentation which makes a better trade-off between the efficient and effectiveness towards the real-time speed. Specially, we propose Dual Mutual Learning to improve the feature representation of global and local branches, which conducts knowledge distillation mutually between the global and local branches. Furthermore, we design the Pixel Proposal Fusion Module to conduct the fine-grained selection mechanism which further reduces the redundant pixels for fusion resulting in the improvement of inference speed. The experimental results on three challenging high or ultra-high resolution datasets DeepGlobe, ISIC and BACH demonstrate that Faster-PPN achieves the best performance on accuracy, inference speed and memory usage compared with state-of-the-art approaches. Especially, our method achieves real-time and near real-time speed with 36 FPS and 17.7 FPS on ISIC and DeepGlobe, respectively. Bicheng Dai, Kaisheng Wu, Kai Li 0012, Yanyun Qu, Yuan Xie 0006, Yun Fu 0001 |
ACM Multimedia | 5 |
| 2021 | Boosting Lightweight Single Image Super-resolution via Joint-distillationabstractThe rising of deep learning has facilitated the development of single image super-resolution (SISR). However, the growing burdensome model complexity and memory occupation severely hinder its practical deployments on resource-limited devices. In this paper, we propose a novel joint-distillation (JDSR) framework to boost the representation of various off-the-shelf lightweight SR models. The framework includes two stages: the superior LR generation and the joint-distillation learning. The superior LR is obtained from the HR image itself. With less than $300$K parameters, the peer network using superior LR as input can achieve comparable SR performance with large models, e.g., RCAN, with 15M parameters, which enables it as the input of peer network to save the training expense. The joint-distillation learning consists of internal self-distillation and external mutual learning. The internal self-distillation aims to achieve model self-boosting by transferring the knowledge from the deeper SR output to the shallower one. Specifically, each intermediate SR output is supervised by the HR image and the soft label from subsequent deeper outputs. To shrink the capacity gap between shallow and deep layers, a soft label generator is designed in a progressive backward fusion way with meta-learning for adaptive weight fine-tuning. The external mutual learning focuses on obtaining interaction information from a peer network in the process. Moreover, a curriculum learning strategy and a performance gap threshold are introduced for balancing the convergence rate of the original SR model and its peer network. Comprehensive experiments on benchmark datasets demonstrate that our proposal improves the performance of recent lightweight SR models by a large margin, with the same model architecture and inference expense. Xiaotong Luo, Qiuyuan Liang, Ding Liu 0001, Yanyun Qu |
ACM Multimedia | 4 |
| 2021 | Joint Deep Multi-View Learning for Image ClusteringabstractIn this paper, a novelDeepMulti-viewJointClustering (DMJC) framework is proposed, where multiple deep embedded features, multi-view fusion mechanism, and clustering assignments can be learned simultaneously. Through the joint learning strategy, the clustering-friendly multi-view features and useful multi-view complementary information can be exploited effectively to improve the clustering performance. Under the proposed joint learning framework, we design two ingenious variants of deep multi-view joint clustering models, whose multi-view fusion is implemented by two kinds of simple yet effective schemes. The first model, called DMJC-S, performs multi-view fusion in an implicit way via a novel multi-view soft assignment distribution. The second model, termed DMJC-T, defines a novel multi-view auxiliary target distribution to conduct the multi-view fusion explicitly. Both DMJC-S and DMJC-T are optimized under a KL divergence objective. Experiments on eight challenging image datasets demonstrate the superiority of both DMJC-S and DMJC-T over single/multi-view baselines and the state-of-the-art multi-view clustering methods, which proves the effectiveness of the proposed DMJC framework. To the best of our knowledge, this is the first work to model the multi-view clustering in a deep joint framework, which will provide a meaningful thinking in unsupervised multi-view learning. Yuan Xie 0006, Bingqian Lin, Yanyun Qu, Cuihua Li, Wensheng Zhang 0002, Lizhuang Ma, Yonggang Wen 0001, Dacheng Tao |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2021 | Robust Kernelized Multiview Self-Representation for Subspace ClusteringabstractIn this article, we propose a multiview self-representation model for nonlinear subspaces clustering. By assuming that the heterogeneous features lie within the union of multiple linear subspaces, the recent multiview subspace learning methods aim to capture the complementary and consensus from multiple views to boost the performance. However, in real-world applications, data feature usually resides in multiple nonlinear subspaces, leading to undesirable results. To this end, we propose a kernelized version of tensor-based multiview subspace clustering, which is referred to as Kt-SVD-MSC, to jointly learn self-representation coefficients in mapped high-dimensional spaces and multiple views correlation in unified tensor space. In view-specific feature space, a kernel-induced mapping is introduced for each view to ensure the separability of self-representation coefficients. In unified tensor space, a new kind of tensor low-rank regularizer is employed on the rotated self-representation coefficient tensor to preserve the global consistency across different views. We also derive an algorithm to efficiently solve the optimization problem with all the subproblems having closed-form solutions. Furthermore, by incorporating the nonnegative and sparsity constraints, the proposed method can be easily extended to a useful variant, meaning that several useful variants can be easily constructed in a similar way. Extensive experiments of the proposed method are tested on eight challenging data sets, in which a significant (even a breakthrough) advance over state-of-the-art multiview clustering is achieved. Yuan Xie 0006, Yanyun Qu, Dacheng Tao, Wensheng Zhang 0002, Longquan Dai, Lizhuang Ma |
IEEE Trans. Neural Networks Learn. Syst. | 3 |
| 2020 | Patch Proposal Network for Fast Semantic Segmentation of High-Resolution ImagesabstractDespite recent progress on the segmentation of high-resolution images, there exist an unsolved problem, i.e., the trade-off among the segmentation accuracy, memory resources and inference speed. So far, GLNet is introduced for high or ultra-resolution image segmentation, which has reduced the computational memory of the segmentation network. However, it ignores the importances of different cropped patches, and treats tiled patches equally for fusion with the whole image, resulting in high computational cost. To solve this problem, we introduce a patch proposal network (PPN) in this paper, which adaptively distinguishes the critical patches from the trivial ones to fuse with the whole image for refining segmentation. PPN is a classification network which alleviates network training burden and improves segmentation accuracy. We further embed PPN in a global-local segmentation network, instructing global branch and refinement branch to work collaboratively. We implement our method on four image datasets:DeepGlobe, ISIC, CRAG and Cityscapes, the first two are ultra-resolution image datasets and the last two are high-resolution image datasets. The experimental results show that our method achieves almost the best segmentation performance compared with the state-of-the-art segmentation methods and the inference speed is 12.9 fps on DeepGlobe and 10 fps on ISIC. Moreover, we embed PPN with the general semantic segmentation network and the experimental results on Cityscapes which contains more object classes demonstrate the generalization ability on general semantic segmentation. Zhenzhen Lei, Bingqian Lin, Cuihua Li, Yanyun Qu, Yuan Xie 0006 |
AAAI | 5 |
| 2020 | Distilling Image Dehazing With Heterogeneous Task ImitationabstractState-of-the-art deep dehazing models are often difficult in training. Knowledge distillation paves a way to train a student network assisted by a teacher network. However, most knowledge distill methods are used for image classification and segmentation as well as object detection, and few investigate distilling image restoration and use different task for knowledge transfer. In this paper, we propose a knowledge-distill dehazing network which distills image dehazing with the heterogeneous task imitation. In our network, the teacher is an off-the-shelf auto-encoder network and is used for image reconstruction. The dehazing network is trained assisted by the teacher network with the process-oriented learning mechanism. The student network imitates the task of image reconstruction in the teacher network. Moreover, we design a spatial-weighted channel-attention residual block for the student image dehazing network to adaptively learn the content-aware channel level attention and pay more attention to the features for dense hazy regions reconstruction. To evaluate the effectiveness of the proposed method, we compare our method with several state-of-the-art methods on two synthetic and real-world datasets, as well as real hazy images. Ming Hong, Yuan Xie 0006, Cuihua Li, Yanyun Qu |
CVPR | 4 |
| 2020 | LatticeNet: Towards Lightweight Image Super-Resolution with Lattice Block
Xiaotong Luo, Yuan Xie 0006, Yulun Zhang 0001, Yanyun Qu, Cuihua Li, Yun Fu 0001 |
ECCV (22) | 4 |
| 2020 | Meta Segmentation Network for Ultra-Resolution Medical ImagesabstractDespite recent great progress on semantic segmentation, there still exist huge challenges in medical ultra-resolution image segmentation. The methods based on multi-branch structure can make a good balance between computational burdens and segmentation accuracy. However, the fusion structure in these methods require to be designed elaborately to achieve desirable result, which leads to model redundancy. In this paper, we propose Meta Segmentation Network (MSN) to solve this challenging problem. With the help of meta-learning, the fusion module of MSN is quite simple but effective. MSN can fast generate the weights of fusion layers through a simple meta-learner, requiring only a few training samples and epochs to converge. In addition, to avoid learning all branches from scratch, we further introduce a particular weight sharing mechanism to realize a fast knowledge adaptation and share the weights among multiple branches, resulting in the performance improvement and significant parameters reduction. The experimental results on two challenging ultra-resolution medical datasets BACH and ISIC show that MSN achieves the best performance compared with the state-of-the-art approaches. Bicheng Dai, Yanyun Qu, Yuan Xie 0006 |
IJCAI | 4 |
| 2020 | Single-image super-resolution via joint statistic models-guided deep auto-encoder network
Yanyun Qu, Cuihua Li, Yuan Xie 0006, Ce Li 0001 |
Neural Comput. Appl. | 2 |
| 2020 | Scale robust deep oriented-text detection network
Yuqiang Zheng, Yuan Xie 0006, Yanyun Qu, Cuihua Li, Yan Zhang 0059 |
Pattern Recognit. | 3 |
| 2020 | Hyper-Laplacian Regularized Multilinear Multiview Self-Representations for Clustering and Semisupervised LearningabstractIn this paper, we address the multiview nonlinear subspace representation problem. Traditional multiview subspace learning methods assume that the heterogeneous features of the data usually lie within the union of multiple linear subspaces. However, instead of linear subspaces, the data feature actually resides in multiple nonlinear subspaces in many real-world applications, resulting in unsatisfactory clustering performance. To overcome this, we propose a hyper-Laplacian regularized multilinear multiview self-representation model, which is referred to as HLR-M2VS, to jointly learn multiple views correlation and a local geometrical structure in a unified tensor space and view-specific self-representation feature spaces, respectively. In unified tensor space, a well-founded tensor low-rank regularization is adopted to impose on the self-representation coefficient tensor to ensure global consensus among different views. In view-specific feature space, hypergraph-induced hyper-Laplacian regularization is utilized to preserve the local geometrical structure embedded in a high-dimensional ambient space. An efficient algorithm is then derived to solve the optimization problem of the established model with theoretical convergence guarantee. Furthermore, the proposed model can be extended to semisupervised classification without introducing any additional parameters. An extensive experiment of our method is conducted on many challenging datasets, where a clear advance over state-of-the-art multiview clustering and multiview semisupervised classification approaches is achieved. Yuan Xie 0006, Wensheng Zhang 0002, Yanyun Qu, Longquan Dai, Dacheng Tao |
IEEE Trans. Cybern. | 3 |
| 2020 | Advancing Image Understanding in Poor Visibility Environments: A Collective Benchmark StudyabstractExisting enhancement methods are empirically expected to help the high-level end computer vision task: however, that is observed to not always be the case in practice. We focus on object or face detection in poor visibility enhancements caused by bad weathers (haze, rain) and low light conditions. To provide a more thorough examination and fair comparison, we introduce three benchmark sets collected in real-world hazy, rainy, and low-light conditions, respectively, with annotated objects/faces. We launched the UG2+ challenge Track 2 competition in IEEE CVPR 2019, aiming to evoke a comprehensive discussion and exploration about whether and how low-level vision techniques can benefit the high-level automatic visual recognition in various scenarios. To our best knowledge, this is the first and currently largest effort of its kind. Baseline results by cascading existing enhancement and detection models are reported, indicating the highly challenging nature of our new data as well as the large room for further technical innovations. Thanks to a large participation from the research community, we are able to analyze representative team solutions, striving to better identify the strengths and limitations of existing mindsets as well as the future directions. Wenhan Yang, Ye Yuan 0012, Wenqi Ren, Jiaying Liu 0001, Walter J. Scheirer, Zhangyang Wang, Taiheng Zhang, Qiaoyong Zhong, Di Xie, Shiliang Pu, Yuqiang Zheng, Yanyun Qu, Yuhong Xie, Hao Jiang 0014, Siyuan Yang 0001, Yan Liu 0041, Xiaochao Qu, Pengfei Wan 0001, Shuai Zheng 0005, Minhui Zhong, Taiyi Su, Lingzhi He, Yandong Guo, Yao Zhao 0001, Zhenfeng Zhu, Jinxiu Liang, Jingwen Wang 0003, Yuhui Quan, Yong Xu 0007, Bo Liu 0112, Xin Liu 0012, Tingyu Lin 0003, Xiaochuan Li 0001, Feng Lu 0005, Lin Gu 0003, Shengdi Zhou, Cong Cao 0005, Cheng Chi 0003, Chubin Zhuang, Zhen Lei 0001, Stan Z. Li, Shizheng Wang, Ruizhe Liu, Dong Yi, Zheming Zuo, Jianning Chi, Huan Wang 0014, Kai Wang 0036, Yixiu Liu, Xingyu Gao 0001, Zhenyu Chen 0003, Yongzhou Li, Huicai Zhong, Jing Huang 0017, Heng Guo 0003, Jianfei Yang 0001, Wenjuan Liao, Jiangang Yang, Liguo Zhou, Mingyue Feng, Likun Qin |
IEEE Trans. Image Process. | 12 |
| 2019 | Enhanced Pix2pix Dehazing NetworkabstractIn this paper, we reduce the image dehazing problem to an image-to-image translation problem, and propose Enhanced Pix2pix Dehazing Network (EPDN), which generates a haze-free image without relying on the physical scattering model. EPDN is embedded by a generative adversarial network, which is followed by a well-designed enhancer. Inspired by visual perception global-first theory, the discriminator guides the generator to create a pseudo realistic image on a coarse scale, while the enhancer following the generator is required to produce a realistic dehazing image on the fine scale. The enhancer contains two enhancing blocks based on the receptive field model, which reinforces the dehazing effect in both color and details. The embedded GAN is jointly trained with the enhancer. Extensive experiment results on synthetic datasets and real-world datasets show that the proposed EPDN is superior to the state-of-the-art methods in terms of PSNR, SSIM, PI, and subjective visual effect. Yanyun Qu, Yizi Chen, Jingying Huang, Yuan Xie 0006 |
CVPR | 1 |
| 2019 | Joint-attention Discriminator for Accurate Super-resolution via Adversarial TrainingabstractTremendous progress has been witnessed on single image super-resolution (SR), where existing deep SR models achieve impressive performance in objective criteria, e.g., PSNR and SSIM. However, most of the SR methods are limited in visual perception, for example, they look too smooth. Generative adversarial network (GAN) favors SR visual effects over most of the deep SR models but is poor in objective criteria. In order to trade off the objective and subjective SR performance, we design a joint-attention discriminator with which GAN improves the SR performance in PSNR and SSIM, as well as maintaining the visual effect compared with non-attention GAN based SR models. The joint-attention discriminator contains dense channel-wise attention and cross-layer attention blocks. The former is applied in the shallow layers of the discriminator for channel-wise weighting combination of feature maps. The latter is employed to select feature maps in some middle and deep layers for effective discrimination. Extensive experiments are conducted on six benchmark datasets and the experimental results show that our proposed discriminator combining with different generators can achieve more realistic visual performances. Yuan Xie 0006, Xiaotong Luo, Yanyun Qu, Cuihua Li |
ACM Multimedia | 4 |
| 2019 | Ontology-driven hierarchical sparse coding for large-scale image classification
Yan Zhang 0059, Yanyun Qu, Cuihua Li, Jianping Fan 0001 |
Neurocomputing | 2 |
| 2018 | Deeptongue: Tongue Segmentation Via ResnetabstractAccurate tongue image segmentation is helpful to acquire correct automatic tongue diagnosis result. However, traditional methods cannot bring satisfying results in most cases. This paper proposes an end-to-end trainable tongue image segmentation method using deep convolutional neural network based on ResNet. The proposed method, named DeepTongue, segments tongue by using a forward network without preprocessing. The proposed method has no restrictions of the illumination and size of tongue images. Experimental results show that the proposed DeepTongue improves the segmentation accuracy by a noticeable margin. In addition, DeepTongue is much faster than the existing tongue image segmentation methods. Bingqian Lin, Junwei Xle, Cuihua Li, Yanyun Qu |
ICASSP | 4 |
| 2018 | Single Image Super-Resolution With Learning Iteratively Non-Linear Mapping Between Low- and High-Resolution Sparse RepresentationsabstractConventional sparse coding based super-resolution (SR) methods obtained promising performance by learning overcomplete dictionaries for low-resolution (LR) and high-resolution (HR) feature spaces, and assuming that the sparse representation of a HR feature vector was identical or linear to the sparse representation of the corresponding LR one. However, in fact, the relationship between LR and HR sparse domains is nonlinear due to the complicated degradation of the observed image. To learn the relation more precisely, an assumption called “the same-support constraint” is adopted in our proposed method, which forces LR/HR image patches to activate the atoms lying in the same locations of the LR/HR dictionaries. Under the same-support constraint, our approach first learns LR dictionary, and then obtains HR dictionary and a nonlinear mapping between LR/HR sparse domains by training them iteratively. LR/HR dictionaries learned individually can explore structural characteristics of their corresponding feature spaces well, while the mapping learned iteratively can reveals accurately the intrinsic non-linear relationship between LR and HR sparse domains. Experimental results show that the proposed method outperforms the compared sparse learning based single image super-resolution methods. Yanyun Qu, Xiaobo Qu 0001, Lijun Bao, Zhong Chen 0005 |
ICPR | 3 |
| 2018 | Traffic-Sign Spotting in the Wild via Deep FeaturesabstractThis paper focuses on traffic sign spotting (TSS which automatically recognizes not only the conventional traffic signs but also information, facility and service signs, and traffic lights. TSS is divided into two sequential tasks: detecting traffic sign candidate regions in an image and recognizing the traffic signs in the regions. It is a very challenging task. We make the following contributions: 1) we create a traffic sign collection from the driverless car. The traffic signs are shot under the natural environment which covers large variation in illuminance and weather conditions. It not only contains the common traffic signs but also contains the information, facility and service signs which are called signposts, as well as traffic lights. 2) we proposed a systematic solution. We construct an Inception convolutional neural network. We use Faster-RCNN for traffic sign detection and make it suitable to detect small targets. 3) We adopt three schemes for the common traffic signs, the signposts and the traffic lights, respectively. The experimental results demonstrate the effectiveness and efficiency of our methods. Our methods won the first place in the traffic sign recognition task of Intelligent Vehicle Future Challenge 2017, China. Jinkang Guo, Jianyun Lu, Yanyun Qu, Cuihua Li |
Intelligent Vehicles Symposium | 3 |
| 2018 | On Unifying Multi-view Self-Representations for Clustering by Tensor Multi-rank Minimization
Yuan Xie 0006, Dacheng Tao, Wensheng Zhang 0002, Yan Liu 0004, Lei Zhang 0006, Yanyun Qu |
Int. J. Comput. Vis. | 6 |
| 2018 | 3D Reconstruction of Indoor Scenes via Image Registration
Ce Li 0001, Yachao Zhang 0001, Hao Liu 0060, Yanyun Qu |
Neural Process. Lett. | 5 |
| 2017 | An automatic image-text alignment method for large-scale web image retrieval
Baopeng Zhang, Yanyun Qu, Jinye Peng 0001, Jianping Fan 0001 |
Multim. Tools Appl. | 2 |
| 2017 | Joint Hierarchical Category Structure Learning and Large-Scale Image ClassificationabstractWe investigate the scalable image classification problem with a large number of categories. Hierarchical visual data structures are helpful for improving the efficiency and performance of large-scale multi-class classification. We propose a novel image classification method based on learning hierarchical inter-class structures. Specifically, we first design a fast algorithm to compute the similarity metric between categories, based on which a visual tree is constructed by hierarchical spectral clustering. Using the learned visual tree, a test sample label is efficiently predicted by searching for the best path over the entire tree. The proposed method is extensively evaluated on the ILSVRC2010 and Caltech 256 benchmark datasets. The experimental results show that our method obtains significantly better category hierarchies than other state-of-the-art visual tree-based methods and, therefore, much more accurate classification. Yanyun Qu, Li Lin 0005, Fumin Shen, Yang Wu 0001, Yuan Xie 0006, Dacheng Tao |
IEEE Trans. Image Process. | 1 |
| 2016 | Single Image Super-Resolution via Convolutional Neural Network and Total Variation Regularization
Yanyun Qu, Cuiting Shi, Junran Liu, Liying Peng, Xiao-Feng Du |
MMM (2) | 1 |
| 2016 | Image super-resolution base on multi-kernel regression
Yanyun Qu, Cuihua Li, Yuan Xie 0006 |
Multim. Tools Appl. | 2 |
| 2016 | Hyperspectral Image Restoration via Iteratively Regularized Weighted Schatten p-Norm MinimizationabstractHyperspectral images (HSIs) are inevitably corrupted by mixture noise during their acquisition process, in which various kinds of noise, e.g., Gaussian noise, impulse noise, dead lines, and stripes, may exist concurrently. In this paper, mixture noise removal is well illustrated by the task of recovering the low-rank and sparse components of a given matrix, which is constructed by stacking vectorized HSI patches from all the bands at the same position. Instead of applying a traditional nuclear norm, a nonconvex low-rank regularizer, i.e., weighted Schatten p-norm (WSN), is introduced to not only give better approximation to the original low-rank assumption but also to consider the importance of different rank components. The resulted nonconvex low-rank matrix approximation (LRMA) model falls into the applicable scope of an augmented Lagrangian method, and its WSN minimization subproblem can be efficiently solved by generalized iterated shrinkage algorithm. Moreover, the proposed model is integrated into an iterative regularization schema to produce final results, leading to a completed HSI restoration framework. Extensive experimental testing on simulated and real data shows, both qualitatively and quantitatively, that the proposed method has achieved highly competent objective performance compared with several state-of-the-art HSI restoration methods. Yuan Xie 0006, Yanyun Qu, Dacheng Tao, Qiangqiang Yuan, Wensheng Zhang 0002 |
IEEE Trans. Geosci. Remote. Sens. | 2 |
| 2016 | Removing Turbulence Effect via Hybrid Total Variation and Deformation-Guided Kernel RegressionabstractIt remains a challenge to simultaneously remove geometric distortion and space-time-varying blur in frames captured through a turbulent atmospheric medium. To solve, or at least reduce these effects, we propose a new scheme to recover a latent image from observed frames by integrating a new hybrid total variation model and deformation-guided spatial-temporal kernel regression. The proposed scheme first constructs a high-quality reference image from the observed frames using low-rank decomposition. Then, to generate an improved registered sequence, the reference image is iteratively optimized using a variational model containing the combined regularization of local and non-local total variations. The proposed optimization algorithm efficiently solves this model with convergence guarantee. Next, to reduce blur variation, deformation-guided spatial-temporal kernel regression is carried out to fuse the registered sequence into one image by introducing the concept of the near-stationary patch. Applying a blind deconvolution algorithm to the fused image produces the final output. Extensive experimental testing shows, both qualitatively and quantitatively, that the proposed method can effectively alleviate distortion, and blur and recover details of the original scene compared to the state-of-the-art methods. Yuan Xie 0006, Wensheng Zhang 0002, Dacheng Tao, Wenrui Hu, Yanyun Qu, Hanzi Wang |
IEEE Trans. Image Process. | 5 |
| 2015 | Parallel AP Clustering and Re-ranking for Automatic Image-Text Alignment and Large-Scale Web Image SearchabstractIn this paper, an automatic image-text alignment algorithm is developed for achieving more accurate indexing and retrieval of large-scale web images. First, large-scale web pages are crawled, where the informative images and their most relevant auxiliary text blocks are extracted. Second, parallel image clustering is performed to partition large-scale informative web images into a large number of clusters. By grouping the visually-similar (near-duplicate) web images into the same cluster, our parallel image clustering algorithm can significantly reduce the huge uncertainty on the relatedness between the web images and their auxiliary text terms, which can provide a good starting point for supporting automatic image-text alignment. Finally, a relevance re-ranking algorithm is developed to identify the most relevant visual text terms for the visually-similar web images in the same cluster. Our experiments on large-scale web images have obtained very positive results. Yanyun Qu, Baopeng Zhang, Jianping Fan 0001 |
ICMR | 1 |
| 2015 | Fast learning discriminative dictionaries for large-scale visual recognitionabstractIn this paper, we aim at improving the discriminative jointly dictionaries for large-scale image classification. Sparse representation is a popular tool for image classification. Visual dictionary is very critical to the classification performance. A visual tree is constructed according to the visual similarity, in which the higher layer represents the coarser membership and the lower layer represents the finer membership. Jointly dictionary is learned according to the visual tree. Bregman iterative algorithm is implemented to solve the optimal problem of joint dictionary learning, which makes the solution accurate and the running speed fast. Furthermore, we try to implement the pre-trained features learned from the convolution neural network (CNN) to represent an image, and the residual error of the sparse representation is utilized for image classification. The experimental results demonstrate that the CNN feature is more distinct than SIFT, and the hierarchical classification framework with the Bregman iteration algorithm can greatly improve the performance of classification. Yanyun Qu, Jianping Fan 0001 |
MMSP | 2 |
| 2015 | Learning local Gaussian process regression for image super-resolution
Yanyun Qu, Cuihua Li, Yuan Xie 0006, Yang Wu 0001, Jianping Fan 0001 |
Neurocomputing | 2 |
| 2014 | Evaluation of local features and classifiers in BOW model for image classification
Yanyun Qu, Shaojie Wu, Yi Xie 0004, Hanzi Wang |
Multim. Tools Appl. | 1 |
| 2014 | Discriminative subspace learning with sparse representation view-based model for robust visual tracking
Yuan Xie 0006, Wensheng Zhang 0002, Yanyun Qu |
Pattern Recognit. | 3 |
| 2014 | Discriminative Object Tracking via Sparse Representation and Online Dictionary LearningabstractWe propose a robust tracking algorithm based on local sparse coding with discriminative dictionary learning and new keypoint matching schema. This algorithm consists of two parts: the local sparse coding with online updated discriminative dictionary for tracking (SOD part), and the keypoint matching refinement for enhancing the tracking performance (KP part). In the SOD part, the local image patches of the target object and background are represented by their sparse codes using an over-complete discriminative dictionary. Such discriminative dictionary, which encodes the information of both the foreground and the background, may provide more discriminative power. Furthermore, in order to adapt the dictionary to the variation of the foreground and background during the tracking, an online learning method is employed to update the dictionary. The KP part utilizes refined keypoint matching schema to improve the performance of the SOD. With the help of sparse representation and online updated discriminative dictionary, the KP part are more robust than the traditional method to reject the incorrect matches and eliminate the outliers. The proposed method is embedded into a Bayesian inference framework for visual tracking. Experimental results on several challenging video sequences demonstrate the effectiveness and robustness of our approach. Yuan Xie 0006, Wensheng Zhang 0002, Cuihua Li, Shuyang Lin, Yanyun Qu |
IEEE Trans. Cybern. | 5 |
| 2013 | Hierarchical Text Detection: From Word Level to Character Level
Yanyun Qu, Weimin Liao, Shen Lu, Shaojie Wu |
MMM (2) | 1 |
| 2013 | Weakly-supervised object localization in unlabeled image collection
Yanyun Qu, Suwen Fang, Hanzi Wang |
Multim. Syst. | 1 |
| 2012 | Image super-resolution based on multikernel regression
Yanyun Qu, Tian-Zhu Fang, Cuihua Li, Hanzi Wang |
ICPR | 2 |
| 2012 | Online multiple instance gradient feature selection for robust visual tracking
Yuan Xie 0006, Yanyun Qu, Cuihua Li, Wensheng Zhang 0002 |
Pattern Recognit. Lett. | 2 |
| 2011 | Visual Object Localization in Image CollectionsabstractThe research of object localization is active in the field of visual object category. In this paper, we focus on object localization in a given special category dataset. We propose to exploit the context aware category discovery for object localization without any labeled examples. Firstly, the image is segmented based on a multiple segmentation algorithm. Secondly, these generated regions are clustered by spectral clustering method to find the category pattern based on the context of the dataset and the saliency. Thirdly, the object is localized based on the weakly supervised learning algorithm. To justify the effectiveness of the proposed method, the detection precision is employed to evaluate the performance of our approach. The experimental results demonstrate that our approach is promising in object localization with unsupervised learning method. Yanyun Qu |
ICIG | 1 |
| 2010 | Image labeling via incremental model learningabstractThe well-built dataset is a pre-requisite for object categorization. The processes of collecting and labeling the images are laborious and monotonous. In order to label images efficiently, we propose an incremental learning model to label images automatically with a bounding box for each visual object category. Our approach combines image classification and object detection. Given a query image, our approach firstly searches the candidate regions coarsely using the beyond sliding windows scheme, and then locate the object finely using the sliding window scheme, and after that update the learning model. We use two criteria to evaluate the image labeling, the detection precision and the detection consistency with the ground truth label. Our approach can localize the object fast and sequentially update the learning model with the increasing of the unlabeled samples. The experiment results have demonstrated that our approach outperforms the BOW model in terms of the precision and consistency of detection. Yanyun Qu, Diwei Wu, Yi Xie 0004 |
ICIP | 1 |
| 2010 | ID numbers recognition by local similarity votingabstractThis paper aims to recognize ID numbers from three types of valid identification documents in China: the first-generation ID card, the second-generation ID card and the driver license of motor vehicle. We have proposed an approach using local similarity voting to automatically recognize ID numbers. Firstly, we extract the candidate region which contains ID numbers and then locate the numbers and characters. Secondly, we recognize the numbers by an improved template matching method based on the local similarity voting. Finally, we verify the ID numbers and characters. We have applied the proposed approach to a set of 100 images which are shot by conventional digital cameras. The experimental results have demonstrated that this approach is efficient and is robust to the change of illumination and rotation. The recognition accuracy is up to 92%. Yanyun Cheng, Yanyun Qu, Yi Xie 0004 |
SMC | 2 |
| 2010 | Component localization in face alignmentabstractFace alignment is a significant problem in the processing of face image. Active Shape Model (ASM) is one of powerful solution to this problem. But ASM is sensitive to the localization of initial points. If the initial shape is not located in the appropriate location, the ASM iteration may not converge. In this paper, in order to improve the ASM convergence, we proposed an approach for face alignment based on the face component localization. We firstly use the component localization for locating initial points, and then match the landmark points with the face appearance features. Such that the ASM can converge fast with the less errors of iterations since that the component localization provides good initial points in the preprocessing. We evaluated our approach on the frontal views of upright faces of IMM dataset. The experimental results have shown that our approach outperforms the original ASM in terms of efficiency and accuracy. Yanyun Qu, Yanyun Cheng, Diwei Wu, Yi Xie 0004 |
SMC | 1 |
| 2006 | A Boosting SVM Chain Learning for Visual Information Retrieval
Zejian Yuan, Yanyun Qu, Yuehu Liu |
ISNN (1) | 3 |
| 2004 | Sequential updating algorithm for extracting the basis of karhunen loeve transformation
Yanyun Qu, Nanning Zheng 0001, Cuihua Li, Zejian Yuan |
ICIP | 1 |