Query:
学者姓名:郑清海
Refining:
Year
Type
Indexed by
Source
Complex
Former Name
Co-
Language
Clean All
Abstract :
Multi-view clustering has attracted significant attention in recent years because it can leverage the consistent and complementary information of multiple views to improve clustering performance. However, effectively fuse the information and balance the consistent and complementary information of multiple views are common challenges faced by multi-view clustering. Most existing multi-view fusion works focus on weighted-sum fusion and concatenating fusion, which unable to fully fuse the underlying information, and not consider balancing the consistent and complementary information of multiple views. To this end, we propose Cross-view Fusion for Multi-view Clustering (CFMVC). Specifically, CFMVC combines deep neural network and graph convolutional network for cross-view information fusion, which fully fuses feature information and structural information of multiple views. In order to balance the consistent and complementary information of multiple views, CFMVC enhances the correlation among the same samples to maximize the consistent information while simultaneously reinforcing the independence among different samples to maximize the complementary information. Experimental results on several multi-view datasets demonstrate the effectiveness of CFMVC for multi-view clustering task.
Keyword :
Cross-view Cross-view deep neural network deep neural network graph convolutional network graph convolutional network multi-view clustering multi-view clustering multi-view fusion multi-view fusion
Cite:
Copy from the list or Export to your reference management。
GB/T 7714 | Huang, Zhijie , Huang, Binqiang , Zheng, Qinghai et al. Cross-View Fusion for Multi-View Clustering [J]. | IEEE SIGNAL PROCESSING LETTERS , 2025 , 32 : 621-625 . |
MLA | Huang, Zhijie et al. "Cross-View Fusion for Multi-View Clustering" . | IEEE SIGNAL PROCESSING LETTERS 32 (2025) : 621-625 . |
APA | Huang, Zhijie , Huang, Binqiang , Zheng, Qinghai , Yu, Yuanlong . Cross-View Fusion for Multi-View Clustering . | IEEE SIGNAL PROCESSING LETTERS , 2025 , 32 , 621-625 . |
Export to | NoteExpress RIS BibTex |
Version :
Abstract :
As a widely used method in signal processing, Principal Component Analysis (PCA) performs both the compression and the recovery of high dimensional data by leveraging the linear transformations. Considering the robustness of PCA, how to discriminate correct samples and outliers in PCA is a crucial and challenging issue. In this paper, we present a general model, which conducts PCA via a non-decreasing concave regularized minimization and is termed PCA-NCRM for short. Different from most existing PCA methods, which learn the linear transformations by minimizing the recovery errors between the recovered data and the original data in the least squared sense, our model adopts the monotonically non-decreasing concave function to enhance the ability of model in distinguishing correct samples and outliers. To be specific, PCA-NCRM enlarges the attention to samples with smaller recovery errors and diminishes the attention to samples with larger recovery errors at the same time. The proposed minimization problem can be efficiently addressed by employing an iterative re-weighting optimization. Experimental results on several datasets show the effectiveness of our model.
Keyword :
Adaptation models Adaptation models Dimensionality reduction Dimensionality reduction High dimensional data High dimensional data Iterative algorithms Iterative algorithms Iterative re-weighting optimization Iterative re-weighting optimization Lagrangian functions Lagrangian functions Minimization Minimization Optimization Optimization Principal component analysis Principal component analysis principal component analysis (PCA) principal component analysis (PCA) Robustness Robustness Signal processing algorithms Signal processing algorithms unsupervised dimensionality reduction unsupervised dimensionality reduction
Cite:
Copy from the list or Export to your reference management。
GB/T 7714 | Zheng, Qinghai , Zhuang, Yixin . Non-Decreasing Concave Regularized Minimization for Principal Component Analysis [J]. | IEEE SIGNAL PROCESSING LETTERS , 2025 , 32 : 486-490 . |
MLA | Zheng, Qinghai et al. "Non-Decreasing Concave Regularized Minimization for Principal Component Analysis" . | IEEE SIGNAL PROCESSING LETTERS 32 (2025) : 486-490 . |
APA | Zheng, Qinghai , Zhuang, Yixin . Non-Decreasing Concave Regularized Minimization for Principal Component Analysis . | IEEE SIGNAL PROCESSING LETTERS , 2025 , 32 , 486-490 . |
Export to | NoteExpress RIS BibTex |
Version :
Abstract :
In real-world scenarios, missing views is common due to the complexity of data collection. Therefore, it is inevitable to classify incomplete multi-view data. Although substantial progress has been achieved, there are still two challenging problems with incomplete multi-view classification: (1) Simply ignoring these missing views is often ineffective, especially under high missing rates, which can lead to incomplete analysis and unreliable results. (2) Most existing multi-view classification models primarily focus on maximizing consistency between different views. However, neglecting specific-view information may lead to decreased performance. To solve the above problems, we propose a novel framework called Trusted Cross-View Completion (TCVC) for incomplete multi-view classification. Specifically, TCVC consists of three modules: Cross-view Feature Learning Module (CVFL), Imputation Module (IM) and Trusted Fusion Module (TFM). First, CVFL mines specific- view information to obtain cross-view reconstruction features. Then, IM restores the missing view by fusing cross-view reconstruction features with weights, guided by uncertainty-aware information. This information is the quality assessment of the cross-view reconstruction features in TFM. Moreover, the recovered views are supervised by cross-view neighborhood-aware. Finally, TFM effectively fuses complete data to generate trusted classification predictions. Extensive experiments show that our method is effective and robust.
Keyword :
Cross-view feature learning Cross-view feature learning Incomplete multi-view classification Incomplete multi-view classification Uncertainty-aware Uncertainty-aware
Cite:
Copy from the list or Export to your reference management。
GB/T 7714 | Zhou, Liping , Chen, Shiyun , Song, Peihuan et al. Trusted Cross-view Completion for incomplete multi-view classification [J]. | NEUROCOMPUTING , 2025 , 629 . |
MLA | Zhou, Liping et al. "Trusted Cross-view Completion for incomplete multi-view classification" . | NEUROCOMPUTING 629 (2025) . |
APA | Zhou, Liping , Chen, Shiyun , Song, Peihuan , Zheng, Qinghai , Yu, Yuanlong . Trusted Cross-view Completion for incomplete multi-view classification . | NEUROCOMPUTING , 2025 , 629 . |
Export to | NoteExpress RIS BibTex |
Version :
Abstract :
Multi-view clustering learns consistent information from multi-view data, aiming to achieve more significant clustering characteristics. However, data in real-world scenarios often exhibit temporal or spatial asynchrony, leading to views with unaligned instances. Existing methods primarily address this issue by learning transformation matrices to align unaligned instances, but this process of learning differentiable transformation matrices is cumbersome. To address the challenge of partially unaligned instances, we propose P artially M ulti-view C lustering via R e-alignment (PMVCR). Our approach integrates representation learning and data alignment through a two-stage training and a re-alignment process. Specifically, our training process consists of three stages: (i) In the coarse-grained alignment stage, we construct negative instance pairs for unaligned instances and utilize contrastive learning to preliminarily learn the view representations of the instances. (ii) In there- alignment stage, we match unaligned instances based on the similarity of their view representations, aligning them with the primary view. (iii) In the fine-grained alignment stage, we further enhance the discriminative power of the view representations and the model's ability to differentiate between clusters. Compared to existing models, our method effectively leverages information between unaligned samples and enhances model generalization by constructing negative instance pairs. Clustering experiments on several popular multi-view datasets demonstrate the effectiveness and superiority of our method. Our code is publicly available at https://github.com/WenB777/PMVCR.git.
Keyword :
Contrastive learning Contrastive learning Multi-view clustering Multi-view clustering Partial view-aligned multi-view learning Partial view-aligned multi-view learning
Cite:
Copy from the list or Export to your reference management。
GB/T 7714 | Yan, Wenbiao , Zhu, Jihua , Chen, Jinqian et al. Partially multi-view clustering via re-alignment [J]. | NEURAL NETWORKS , 2025 , 182 . |
MLA | Yan, Wenbiao et al. "Partially multi-view clustering via re-alignment" . | NEURAL NETWORKS 182 (2025) . |
APA | Yan, Wenbiao , Zhu, Jihua , Chen, Jinqian , Cheng, Haozhe , Bai, Shunshun , Duan, Liang et al. Partially multi-view clustering via re-alignment . | NEURAL NETWORKS , 2025 , 182 . |
Export to | NoteExpress RIS BibTex |
Version :
Abstract :
Recently, multi-view clustering methods have garnered considerable attention and have been applied in various domains. However, in practical scenarios, some samples may lack specific views, giving rise to the challenge of incomplete multi-view clustering. While some methods focus on completing missing data, incorrect completion can negatively affect representation learning. Moreover, separating completion and representation learning prevents the attainment of an optimal representation. Other methods eschew completion but singularly concentrate on either feature information or graph information, thus failing to achieve comprehensive representations. To address these challenges, we propose a graph-guided, imputation-free method for incomplete multi-view clustering. Unlike completion-based methods, our approach aims to maximize the utilization of existing information by simultaneously considering feature and graph information. This is realized through the feature learning component and the graph learning component. Introducing a degradation network, the former reconstructs view-specific representations proximate to available samples from a unified representation, seamlessly integrating feature information into the unified representation. Leveraging the semi-supervised idea, the latter utilizes reliable graph information from available samples to guide the learning of the unified representation. These two components collaborate to acquire a comprehensive unified representation for multi-view clustering. Extensive experiments conducted on real datasets demonstrate the effectiveness and competitiveness of the proposed method when compared with other state-of-the-art methods. Our code will be released on https://github.com/yff-java/GIMVC/. © 2024 Elsevier Ltd
Keyword :
Graph information Graph information Incomplete multi-view clustering Incomplete multi-view clustering Representation learning Representation learning
Cite:
Copy from the list or Export to your reference management。
GB/T 7714 | Bai, S. , Zheng, Q. , Ren, X. et al. Graph-guided imputation-free incomplete multi-view clustering [J]. | Expert Systems with Applications , 2024 , 258 . |
MLA | Bai, S. et al. "Graph-guided imputation-free incomplete multi-view clustering" . | Expert Systems with Applications 258 (2024) . |
APA | Bai, S. , Zheng, Q. , Ren, X. , Zhu, J. . Graph-guided imputation-free incomplete multi-view clustering . | Expert Systems with Applications , 2024 , 258 . |
Export to | NoteExpress RIS BibTex |
Version :
Abstract :
With the extensive use of multi-view data in practice, multi-view spectral clustering has received a lot of attention. In this work, we focus on the following two challenges, namely, how to deal with the partially contradictory graph information among different views and how to conduct clustering without the parameter selection. To this end, we establish a novel graph learning framework, which avoids the linear combination of the partially contradictory graph information among different views and learns a unified graph for clustering without the parameter selection. Specifically, we introduce a flexible graph degeneration with a structured graph constraint to address the aforementioned challenging issues. Besides, our method can be employed to deal with large-scale data by using the bipartite graph. Experimental results show the effectiveness and competitiveness of our method, compared to several state-of-the-art methods. IEEE
Keyword :
Bipartite graph Bipartite graph Circuits and systems Circuits and systems graph degeneration graph degeneration Laplace equations Laplace equations Multi-view data Multi-view data Optimization Optimization structured graph constraint structured graph constraint Task analysis Task analysis Time complexity Time complexity Vectors Vectors
Cite:
Copy from the list or Export to your reference management。
GB/T 7714 | Zheng, Q. . Flexible and Parameter-free Graph Learning for Multi-view Spectral Clustering [J]. | IEEE Transactions on Circuits and Systems for Video Technology , 2024 , 34 (9) : 1-1 . |
MLA | Zheng, Q. . "Flexible and Parameter-free Graph Learning for Multi-view Spectral Clustering" . | IEEE Transactions on Circuits and Systems for Video Technology 34 . 9 (2024) : 1-1 . |
APA | Zheng, Q. . Flexible and Parameter-free Graph Learning for Multi-view Spectral Clustering . | IEEE Transactions on Circuits and Systems for Video Technology , 2024 , 34 (9) , 1-1 . |
Export to | NoteExpress RIS BibTex |
Version :
Abstract :
Multi -view clustering has attracted widespread attention because it can improve clustering performance by integrating information from various views of samples. However, many existing methods either neglect graph information entirely or only partially incorporate it, leading to information loss and non -comprehensive representation. Besides, they usually make use of graph information by determining a fixed number of neighbors based on prior knowledge, which limits the exploration of graph information contained in data. To address these issues, we propose a novel method, termed Graph -Driven deep Multi -View Clustering with self -paced learning (GDMVC), which integrates both feature information and graph information to better explore information within the data. Additionally, based on the idea of self -paced learning, this method gradually increases the number of neighbors and updates the similarity matrix, progressively providing more graph information to guide representation learning. By this way, we avoid issues associated with a fixed number of neighbors and ensure a thorough exploration of graph information contained in the original data. Furthermore, this method not only ensures the consistency among views but also leverages graph information to further enhance the unified representation, aiming to obtain more separable cluster structures. Extensive experiments on real datasets demonstrate its effectiveness for multi -view clustering. Our code will be released on https://github.com/yff-java/GDMVC/.
Keyword :
Graph information Graph information Multi-View Clustering Multi-View Clustering Representation learning Representation learning Self-paced learning Self-paced learning
Cite:
Copy from the list or Export to your reference management。
GB/T 7714 | Bai, Shunshun , Ren, Xiaojin , Zheng, Qinghai et al. Graph-Driven deep Multi-View Clustering with self-paced learning [J]. | KNOWLEDGE-BASED SYSTEMS , 2024 , 296 . |
MLA | Bai, Shunshun et al. "Graph-Driven deep Multi-View Clustering with self-paced learning" . | KNOWLEDGE-BASED SYSTEMS 296 (2024) . |
APA | Bai, Shunshun , Ren, Xiaojin , Zheng, Qinghai , Zhu, Jihua . Graph-Driven deep Multi-View Clustering with self-paced learning . | KNOWLEDGE-BASED SYSTEMS , 2024 , 296 . |
Export to | NoteExpress RIS BibTex |
Version :
Abstract :
Label enhancement (LE) is still a challenging task to mitigate the dilemma of the lack of label distribution. Existing LE work typically focuses on primarily formulating a projection between feature space and label distribution space from discriminative model perspective, which preserves the relevance consistency that the sign of recovered label distribution should be consistent with the logical label. Different from previous algorithms, we formulate this problem from a causal perspective and present a novel LE method via the structured causal model (LESCM). Specifically, the proposed LESCM deliberates establishing the causal graph with assuming that label distribution is a cause of feature and logical label, which naturally satisfies the definition of label distribution learning (LDL). With capturing the underlying causal relationships, we can significantly boost the interpretability and identifiability of label enhancement. Meanwhile, except for the relevance consistency, LESCM are encouraged to sustain the order consistency that assigns higher description degree of the recovered label distribution to the positive labels, as compared with the negative labels. Empirically, sufficient experiments on several label distribution learning data sets validate the effectiveness of LESCM. © 1989-2012 IEEE.
Keyword :
Label Distribution Learning Label Distribution Learning Label Enhancement Label Enhancement Learning with Ambiguity Learning with Ambiguity Structured Causal Model Structured Causal Model
Cite:
Copy from the list or Export to your reference management。
GB/T 7714 | Liu, X. , Zhu, J. , Yue, K. et al. Causal Label Enhancement [J]. | IEEE Transactions on Knowledge and Data Engineering , 2024 . |
MLA | Liu, X. et al. "Causal Label Enhancement" . | IEEE Transactions on Knowledge and Data Engineering (2024) . |
APA | Liu, X. , Zhu, J. , Yue, K. , Zheng, Q. , Li, Z. , Tian, Z. et al. Causal Label Enhancement . | IEEE Transactions on Knowledge and Data Engineering , 2024 . |
Export to | NoteExpress RIS BibTex |
Version :
Abstract :
Incomplete multi-view clustering is an important and challenging task, which has attracted significant attention in recent years. The key objective of incomplete multi-view clustering is to excavate the underlying avaliable consistency of multi-view data, so as to enable the effective reconstruction of missing views for clustering. In this paper, we introduce a completion framework that deeply explores the underlying consistency and effectively completes the missing views. Following that, we propose a novel Twin Reciprocal Completion for Incomplete multi-view clustering, termed TRC-IMC for short. To be specific, TRC-IMC jointly conducts the Completion in Feature space (CF) and the Completion in Subspace (CS) to reciprocally complete the data with missing views. The underlying high-order consistency of multi-view data can be fully explored in both the feature space and subspace to guide the completion process of missing views. Extensive experiments are conducted on eight real-world multi-view datasets, and experimental results indicate the promising performance of our method, compared to several state-of-the-arts.
Keyword :
Circuits and systems Circuits and systems Clustering methods Clustering methods Excavation Excavation Incomplete multi-view data Incomplete multi-view data Kernel Kernel low-rank tensor constraint low-rank tensor constraint subspace clustering subspace clustering Task analysis Task analysis Tensors Tensors Vectors Vectors
Cite:
Copy from the list or Export to your reference management。
GB/T 7714 | Zheng, Qinghai , Tang, Haoyu . Twin Reciprocal Completion for Incomplete Multi-View Clustering [J]. | IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY , 2024 , 34 (12) : 13201-13212 . |
MLA | Zheng, Qinghai et al. "Twin Reciprocal Completion for Incomplete Multi-View Clustering" . | IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY 34 . 12 (2024) : 13201-13212 . |
APA | Zheng, Qinghai , Tang, Haoyu . Twin Reciprocal Completion for Incomplete Multi-View Clustering . | IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY , 2024 , 34 (12) , 13201-13212 . |
Export to | NoteExpress RIS BibTex |
Version :
Abstract :
Federated learning encounters substantial challenges with heterogeneous data, leading to performance degradation and convergence issues. While considerable progress has been achieved in mitigating such an impact, the reliability aspect of federated models has been largely disregarded. In this study, we conduct extensive experiments to investigate the reliability of both generic and personalized federated models. Our exploration uncovers a significant finding: federated models exhibit unreliability when faced with heterogeneous data, demonstrating poor calibration on in-distribution test data and low uncertainty levels on out-of-distribution data. This unreliability is primarily attributed to the presence of biased projection heads, which introduce miscalibration into the federated models. Inspired by this observation, we propose the'Assembled Projection Heads' (APH) method for enhancing the reliability of federated models. By treating the existing projection head parameters as priors, APH randomly samples multiple initialized parameters of projection heads from the prior and further performs targeted fine-tuning on locally available data under varying learning rates. Such a head ensemble introduces parameter diversity into the deterministic model, eliminating the bias and producing reliable predictions via head averaging. We evaluate the effectiveness of the proposed APH method across three prominent federated benchmarks. Experimental results validate the efficacy of APH in model calibration and uncertainty estimation. Notably, APH can be seamlessly integrated into various federated approaches but only requires less than 30% additional computation cost for 100× inferences within large models. Copyright © 2024, Association for the Advancement of Artificial Intelligence (www.aaai.org). All rights reserved.
Keyword :
Artificial intelligence Artificial intelligence Reliability Reliability
Cite:
Copy from the list or Export to your reference management。
GB/T 7714 | Chen, Jinqian , Zhu, Jihua , Zheng, Qinghai et al. Watch Your Head: Assembling Projection Heads to Save the Reliability of Federated Models [C] . 2024 : 11329-11337 . |
MLA | Chen, Jinqian et al. "Watch Your Head: Assembling Projection Heads to Save the Reliability of Federated Models" . (2024) : 11329-11337 . |
APA | Chen, Jinqian , Zhu, Jihua , Zheng, Qinghai , Li, Zhongyu , Tian, Zhiqiang . Watch Your Head: Assembling Projection Heads to Save the Reliability of Federated Models . (2024) : 11329-11337 . |
Export to | NoteExpress RIS BibTex |
Version :
Export
Results: |
Selected to |
Format: |