WO2022170840A1 - Procédé et système d'apprentissage automatique de regroupement multi-vues par fusion tardive basés sur un graphe bipartite - Google Patents

Procédé et système d'apprentissage automatique de regroupement multi-vues par fusion tardive basés sur un graphe bipartite Download PDF

Info

Publication number
WO2022170840A1
WO2022170840A1 PCT/CN2021/136557 CN2021136557W WO2022170840A1 WO 2022170840 A1 WO2022170840 A1 WO 2022170840A1 CN 2021136557 W CN2021136557 W CN 2021136557W WO 2022170840 A1 WO2022170840 A1 WO 2022170840A1
Authority
WO
WIPO (PCT)
Prior art keywords
view
clustering
bipartite graph
kernel
fusion multi
Prior art date
Application number
PCT/CN2021/136557
Other languages
English (en)
Chinese (zh)
Inventor
朱信忠
徐慧英
梁伟轩
赵建民
Original Assignee
浙江师范大学
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 浙江师范大学 filed Critical 浙江师范大学
Publication of WO2022170840A1 publication Critical patent/WO2022170840A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • G06F18/232Non-hierarchical techniques
    • G06F18/2323Non-hierarchical techniques based on graph theory, e.g. minimum spanning trees [MST] or graph cuts
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/25Fusion techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/01Dynamic search techniques; Heuristics; Dynamic trees; Branch-and-bound

Definitions

  • the present application relates to the technical fields of computer vision and pattern recognition, and in particular, to a method and system for late fusion multi-view clustering machine learning based on bipartite graphs.
  • the existing multi-view clustering algorithms can be roughly divided into the following two categories: (1) Multi-view clustering algorithms based on previous fusion. Early fusion refers to the fusion of representations of multiple views to obtain a unified representation before clustering. Then, run the clustering algorithm on it to get the final clustering result. The more classic algorithms are multi-core clustering algorithm, multi-view spectral clustering algorithm and multi-view subspace clustering algorithm. (2) Multi-view clustering algorithm based on late fusion. Different from pre-fusion, post-fusion multi-view clustering first obtains basic divisions from each single view, and then uses these basic divisions to obtain an optimal clustering result. All ensemble clustering algorithms can be regarded as a late fusion method.
  • the basic division uses the basic division to first construct the correlation matrix of each view, that is, an n ⁇ n-dimensional 0-1 matrix that judges whether the samples are classified into the same class, and learns a unified matrix through low-rank and sparse matrix decomposition. or after constructing the correlation matrix of each view, given a measure of the difficulty of sample learning, use self-paced learning to cluster the samples in an order from simple to difficult; or, maximize the linearity between the consistent partition and the basic partition The inner product between combinations; alternatively, use the late fusion method to deal with the missing multi-view clustering problem.
  • the purpose of this application is to provide a bipartite graph-based late fusion multi-view clustering machine learning method and system for the defects of the prior art.
  • a late-fusion multi-view clustering machine learning method based on bipartite graphs including:
  • the basic division is obtained by running kernel k-means clustering on each view corresponding to the obtained clustering task and the target data sample, and the diversification regular term of each view is calculated;
  • the kernel k-means clustering is performed, specifically:
  • the goal of kernel k-means clustering is to minimize the sum of squared errors based on the partition matrix B ⁇ ⁇ 0,1 ⁇ n ⁇ k , expressed as:
  • K represents the kernel matrix
  • I k represents the k-dimensional identity matrix.
  • the multi-view clustering objective function of later fusion based on the bipartite graph in the step S3 is expressed as:
  • the bipartite graph-based late fusion multi-view clustering objective function that is established in a cyclic manner is specifically:
  • step S4 the three-step alternating method is used to solve the formula (3), wherein the three-step alternating method termination condition is expressed as:
  • obj (t-1) and obj (t) represent the values of formula (3) in the t and t-1 iterations, respectively, and ⁇ represents the set precision.
  • the acquisition module is used to acquire clustering tasks and target data samples
  • the operation module is used to obtain the basic division by running the kernel k-means clustering on each view corresponding to the obtained clustering task and the target data sample, and calculate the diversification regular term of each view;
  • the solving module is used to solve the established bipartite graph-based late fusion multi-view clustering objective function in a cyclic manner, and obtain the bipartite graph after view fusion;
  • the clustering module is used to perform spectral clustering on the obtained bipartite graph to obtain the clustering result.
  • running kernel k-means clustering in the running module is specifically:
  • the goal of kernel k-means clustering is to minimize the sum of squared errors based on the partition matrix B ⁇ ⁇ 0,1 ⁇ n ⁇ k , expressed as:
  • K represents the kernel matrix
  • I k represents the k-dimensional identity matrix.
  • late fusion multi-view clustering objective function based on the bipartite graph in the establishment module is expressed as:
  • bipartite graph-based late-stage fusion multi-view clustering objective function that is established in the solving module using a cyclic method is specifically:
  • Second fixation module for fixing ⁇ and Z optimized The closed-form solution is obtained by setting the partial derivative of the objective function with respect to A p equal to 0
  • Third fixing module for fixing and Z, optimizing ⁇ transforms the objective function into a quadratic programming problem with linear constraints, expressed as:
  • the three-step alternating method is used to solve formula (3) in the solving module, and the termination condition of the three-step alternating method is expressed as:
  • obj (t-1) and obj (t) represent the values of formula (3) in the t and t-1 iterations, respectively, and ⁇ represents the set precision.
  • the present application proposes a novel bipartite graph-based late fusion multi-view clustering machine learning method.
  • the method includes acquiring basic clustering divisions and computing graph diversification regular terms, and optimizing objective function acquisition. Modules such as bipartite graph and clustering using bipartite graph.
  • the present application enables the optimized representative points not only to represent the information of a single view, but also to better serve the view fusion, so that the learned bipartite graph can better fuse the information of each view. information to achieve the purpose of improving the clustering effect.
  • Experimental results on six public datasets demonstrate that the present application outperforms existing methods.
  • Embodiment 1 is a flowchart of a later fusion multi-view clustering machine learning method based on a bipartite graph provided by Embodiment 1;
  • FIG. 2 is a schematic diagram of a parameter ⁇ sensitivity map provided in Embodiment 2;
  • Embodiment 3 is a schematic diagram of the influence of different representative points s provided in Embodiment 2 on the clustering effect;
  • Embodiment 4 is a schematic diagram of changes in clustering performance and objective function values as the number of iterations increases provided by Embodiment 2;
  • FIG. 5 is a structural diagram of a later fusion multi-view clustering machine learning system based on a bipartite graph provided in Embodiment 3.
  • FIG. 5 is a structural diagram of a later fusion multi-view clustering machine learning system based on a bipartite graph provided in Embodiment 3.
  • the present application provides a bipartite graph-based late fusion multi-view clustering machine learning method and system.
  • the bipartite graph-based late fusion multi-view clustering machine learning method provided in this embodiment, as shown in Figure 1, includes:
  • a new method for clustering by learning multi-view information through later fusion proposed in this embodiment is used to represent the view representative point method.
  • the representative point can better serve It is used for multi-view clustering; and the method of using bipartite graph for graph learning in the later fusion algorithm reduces the computational and storage complexity.
  • step S12 the basic division is obtained by running kernel k-means clustering on each view corresponding to the acquired clustering task and the target data sample, and the diversification regular term of each view is calculated. Specifically:
  • the goal of kernel k-means clustering is to minimize the sum of squared errors based on the partition matrix B ⁇ ⁇ 0,1 ⁇ n ⁇ k , expressed as:
  • Formula (1) can be transformed into:
  • K represents the kernel matrix
  • I k represents the k-dimensional identity matrix.
  • step S13 the representative points of each view are selected by random initialization, and a bipartite graph-based late fusion multi-view clustering objective function is established.
  • the later fusion multi-view clustering objective function based on bipartite graph is expressed as:
  • step S14 the established bipartite graph-based late fusion multi-view clustering objective function is solved in a circular manner, and a bipartite graph after view fusion is obtained, specifically:
  • obj (t-1) and obj (t) represent the values of formula (3) in the t and t-1 iterations, respectively, and ⁇ represents the set precision.
  • step S15 spectral clustering is performed on the obtained bipartite graph to obtain a clustering result.
  • this embodiment proposes a novel bipartite graph-based late fusion multi-view clustering machine learning method.
  • the method includes acquiring basic clustering division and computing graph diversification regular terms, optimizing the objective function. Modules for obtaining bipartite graphs and clustering using bipartite graphs.
  • the optimized representative points can not only represent the information of a single view, but also better serve the view fusion, so that the learned bipartite graph can better fuse each view information to achieve the purpose of improving the clustering effect.
  • the clustering performance of the proposed method was tested on 6 MKL standard datasets, including Oxford Flower17, Oxford Flower102, Protein fold prediction, UCI-Digital, Columbia Consumer Video (CCV) and Caltech102. See Table 1 for information about the dataset.
  • this example generates 12 benchmark kernel matrices, of which the first 10 feature sets use second-order polynomial kernels, and the last two use cosine inner product kernels.
  • kernel matrices For ProteinFold, this example generates 12 benchmark kernel matrices, of which the first 10 feature sets use second-order polynomial kernels, and the last two use cosine inner product kernels.
  • CCV three base kernels are generated by applying a Gaussian kernel on the SIFT, STIP and MFCC features, and the width of the three Gaussian kernels is set as the mean of the distances of each pair of samples. Kernel matrices for other datasets can be downloaded from the Internet.
  • A-MKKM average multi-kernel clustering algorithm
  • SB-MKKM optimal single-view kernel k-means clustering algorithm
  • MKKM multi-kernel k-means clustering
  • RKKM robust multi-kernel clustering
  • MKKM-MR matrix-induced regularization term
  • ONKC optimal neighbor multi-kernel clustering
  • MVC-LFA late fusion-based maximally aligned multi-view clustering
  • this experiment uses the grid search parameters of RMKKM, MKKM-MR, ONKC and MVC-LFA.
  • This experiment uses Common Clustering Accuracy (ACC), Normalized Mutual Information (NMI), and Purity (Purity) to show the clustering performance of each method. All methods are randomly initialized and repeated 50 times and show the best results to reduce randomness caused by k-means.
  • ACC Common Clustering Accuracy
  • NMI Normalized Mutual Information
  • Purity Purity
  • Table 2 shows the clustering effects of the above methods and the comparison algorithms on all datasets. According to the table, it can be observed that: 1. The proposed algorithm outperforms all comparison algorithms under the three evaluation criteria. 2.
  • ONKC is an important benchmark algorithm in multi-core algorithms, and the performance of the proposed algorithm on the six datasets ACC is 7.14%, 10.22%, 3.17%, 3.45%, 6.07% better than ONKC, respectively and 10.2%.
  • 3.MVC-LFA is a late fusion algorithm, which usually performs better than most other multi-view algorithms, and the proposed algorithm exceeds its average by 7.58%, 7.07% and 7.34% under the three clustering indicators, respectively. .
  • This embodiment introduces a regularization parameter ⁇ to balance the weight of bipartite graph learning and diversification of regular terms.
  • varies in the range of [ 2-15,2-12 ,..., 215 ], taking the best comparison algorithm on this dataset as the basic reference. From this figure, it can be seen that: 1) the best NMI is always obtained when the two terms are properly balanced; 2) the proposed algorithm outperforms the best contrasting algorithm on most datasets regardless of the variation of ⁇ .
  • This embodiment also gives the objective function value and changes in clustering performance at each iteration, as shown in FIG. 4 . It can be seen that the objective function value decreases monotonically and usually converges within 25 iterations. It can be seen that with the decrease of the objective function, the clustering effect will fluctuate, but the overall trend is upward. This example shows that the algorithm can continuously improve the clustering performance during the training process.
  • This embodiment provides a later fusion multi-view clustering machine learning system based on bipartite graph, as shown in Figure 5, including:
  • an acquisition module 11 for acquiring clustering tasks and target data samples
  • the operation module 12 is used for running the kernel k-means clustering on each view corresponding to the obtained clustering task and the target data sample to obtain the basic division, and calculate the diversification regular term of each view;
  • the establishment module 13 is used to select the representative points of each view by random initialization, and establish the later fusion multi-view clustering objective function based on the bipartite graph;
  • the solving module 14 is used to solve the established bipartite graph-based later fusion multi-view clustering objective function in a cyclic manner, and obtain a bipartite graph after view fusion;
  • the clustering module 15 is configured to perform spectral clustering on the obtained bipartite graph to obtain a clustering result.
  • running kernel k-means clustering in the running module is specifically:
  • the goal of kernel k-means clustering is to minimize the sum of squared errors based on the partition matrix B ⁇ ⁇ 0,1 ⁇ n ⁇ k , expressed as:
  • K represents the kernel matrix
  • I k represents the k-dimensional identity matrix.
  • late fusion multi-view clustering objective function based on the bipartite graph in the establishment module is expressed as:
  • bipartite graph-based late-stage fusion multi-view clustering objective function that is established in the solving module using a cyclic method is specifically:
  • Second fixation module for fixing ⁇ and Z optimized The closed-form solution is obtained by setting the partial derivative of the objective function with respect to A p equal to 0
  • Third fixing module for fixing and Z, optimizing ⁇ transforms the objective function into a quadratic programming problem with linear constraints, expressed as:
  • the three-step alternating method is used to solve formula (3) in the solving module, and the termination condition of the three-step alternating method is expressed as:
  • obj (t-1) and obj (t) represent the values of formula (3) in the t and t-1 iterations, respectively, and ⁇ represents the set precision.
  • bipartite graph-based late fusion multi-view clustering machine learning system provided in this embodiment is similar to that of the first embodiment, and details are not repeated here.
  • this embodiment includes modules such as acquiring basic clustering division and computing graph diversification regular terms, optimizing objective function to acquire bipartite graph, and using bipartite graph for clustering.
  • the optimized representative points can not only represent the information of a single view, but also better serve the view fusion, so that the learned bipartite graph can better fuse each view information to achieve the purpose of improving the clustering effect.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Software Systems (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Mathematical Physics (AREA)
  • Computing Systems (AREA)
  • Medical Informatics (AREA)
  • Computational Linguistics (AREA)
  • Discrete Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Catalysts (AREA)
  • Machine Translation (AREA)

Abstract

La présente demande concerne un procédé d'apprentissage automatique de regroupement multi-vues par fusion tardive basé sur un graphe bipartite. Le procédé consiste à : S11, acquérir une tâche de regroupement et un échantillon de données cible ; S12, effectuer un regroupement de k moyennes de noyau sur chaque vue correspondant à la tâche de regroupement acquise et à l'échantillon de données cible afin d'obtenir une division de base, puis calculer des termes réguliers diversifiés de chaque vue ; S13, sélectionner des points représentatifs de chaque vue en utilisant une initialisation aléatoire, puis établir une fonction cible de regroupement multi-vues par fusion tardive d'après un graphe bipartite ; S14, résoudre de façon circulaire la fonction cible de regroupement multi-vues par fusion tardive établie d'après un graphe bipartite afin d'obtenir un graphe bipartite après la fusion de la vue ; et S15, effectuer un regroupement spectral sur le graphe bipartite obtenu afin d'obtenir un résultat de regroupement. Au moyen de la présente demande, les points représentatifs optimisés peuvent représenter des informations d'une seule vue et mieux servir à la fusion de vues, de façon à ce qu'un graphe bipartite obtenu au moyen d'un apprentissage puisse mieux fusionner les informations de toutes les vues, ce qui permet d'améliorer une effet de regroupement.
PCT/CN2021/136557 2021-02-09 2021-12-08 Procédé et système d'apprentissage automatique de regroupement multi-vues par fusion tardive basés sur un graphe bipartite WO2022170840A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110173493.9 2021-02-09
CN202110173493.9A CN112990265A (zh) 2021-02-09 2021-02-09 基于二部图的后期融合多视图聚类机器学习方法及系统

Publications (1)

Publication Number Publication Date
WO2022170840A1 true WO2022170840A1 (fr) 2022-08-18

Family

ID=76347689

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/136557 WO2022170840A1 (fr) 2021-02-09 2021-12-08 Procédé et système d'apprentissage automatique de regroupement multi-vues par fusion tardive basés sur un graphe bipartite

Country Status (4)

Country Link
CN (1) CN112990265A (fr)
LU (1) LU502853B1 (fr)
WO (1) WO2022170840A1 (fr)
ZA (1) ZA202207736B (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117292162A (zh) * 2023-11-27 2023-12-26 烟台大学 一种多视图图像聚类的目标跟踪方法、系统、设备及介质

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112990265A (zh) * 2021-02-09 2021-06-18 浙江师范大学 基于二部图的后期融合多视图聚类机器学习方法及系统
CN113627237A (zh) * 2021-06-24 2021-11-09 浙江师范大学 基于局部最大对齐的后期融合人脸图像聚类方法及系统
CN113610103A (zh) * 2021-06-24 2021-11-05 浙江师范大学 基于统一锚点与子空间学习的医疗数据的聚类方法及系统
CN113627462A (zh) * 2021-06-24 2021-11-09 浙江师范大学 基于矩阵分解和多划分对齐的医疗数据聚类方法及系统
CN113837218A (zh) * 2021-08-17 2021-12-24 浙江师范大学 一种基于一步后融合多视图的文本聚类方法及系统
CN116152269A (zh) * 2021-11-19 2023-05-23 华为技术有限公司 二部图构建方法、显示方法和装置
CN117009838B (zh) * 2023-09-27 2024-01-26 江西师范大学 一种多尺度融合对比学习多视图聚类方法及系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132224A (zh) * 2020-09-28 2020-12-25 广东工业大学 一种基于图学习的快速谱嵌入聚类方法
US20210019325A1 (en) * 2019-07-15 2021-01-21 Microsoft Technology Licensing, Llc Graph embedding already-collected but not yet connected data
CN112287974A (zh) * 2020-09-28 2021-01-29 北京工业大学 一种基于自适应权重的多视k多均值的图像聚类方法
CN112990265A (zh) * 2021-02-09 2021-06-18 浙江师范大学 基于二部图的后期融合多视图聚类机器学习方法及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210019325A1 (en) * 2019-07-15 2021-01-21 Microsoft Technology Licensing, Llc Graph embedding already-collected but not yet connected data
CN112132224A (zh) * 2020-09-28 2020-12-25 广东工业大学 一种基于图学习的快速谱嵌入聚类方法
CN112287974A (zh) * 2020-09-28 2021-01-29 北京工业大学 一种基于自适应权重的多视k多均值的图像聚类方法
CN112990265A (zh) * 2021-02-09 2021-06-18 浙江师范大学 基于二部图的后期融合多视图聚类机器学习方法及系统

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"M.S. Dissertation", 1 November 2016, TIANJIN UNIVERSITY, CN, article JINCI YI: "Research and Application of Clustering Algorithms for Large Scale Data Sets", pages: 1 - 61, XP055958991 *
LIU XINWANG; ZHU XINZHONG; LI MIAOMIAO; WANG LEI; ZHU EN; LIU TONGLIANG; KLOFT MARIUS; SHEN DINGGANG; YIN JIANPING; GAO WEN: "Multiple Kernel kk-Means with Incomplete Kernels", IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, IEEE COMPUTER SOCIETY., USA, vol. 42, no. 5, 11 January 2019 (2019-01-11), USA , pages 1191 - 1204, XP011780949, ISSN: 0162-8828, DOI: 10.1109/TPAMI.2019.2892416 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117292162A (zh) * 2023-11-27 2023-12-26 烟台大学 一种多视图图像聚类的目标跟踪方法、系统、设备及介质
CN117292162B (zh) * 2023-11-27 2024-03-08 烟台大学 一种多视图图像聚类的目标跟踪方法、系统、设备及介质

Also Published As

Publication number Publication date
CN112990265A (zh) 2021-06-18
LU502853B1 (en) 2023-01-30
ZA202207736B (en) 2022-07-27

Similar Documents

Publication Publication Date Title
WO2022170840A1 (fr) Procédé et système d'apprentissage automatique de regroupement multi-vues par fusion tardive basés sur un graphe bipartite
Feng et al. Adaptive unsupervised multi-view feature selection for visual concept recognition
Erisoglu et al. A new algorithm for initial cluster centers in k-means algorithm
Huang et al. Multiple marginal fisher analysis
Zhang et al. Simplifying mixture models through function approximation
WO2019015246A1 (fr) Acquisition de caractéristiques d'image
CN105608478B (zh) 一种图像的特征提取与分类联合方法及系统
WO2022253153A1 (fr) Procédé et système d'apprentissage automatique de regroupement à noyaux multiples à fusion tardive basés sur une amélioration de graphe mandataire
WO2022166362A1 (fr) Procédé de sélection de caractéristiques non supervisée basé sur un apprentissage d'espace latent et des contraintes de variété
WO2022267955A1 (fr) Procédé et système de groupement multi-vues post-fusion basés sur un alignement maximal local
Hofmann et al. Efficient approximations of robust soft learning vector quantization for non-vectorial data
WO2022227956A1 (fr) Procédé et système de regroupement optimal de multiples noyaux voisins sur la base d'un noyau local
Deng et al. Nuclear norm-based matrix regression preserving embedding for face recognition
Wang et al. Multi-manifold clustering
CN114663770A (zh) 一种基于集成聚类波段选择的高光谱图像分类方法及系统
Wang et al. High-dimensional Data Clustering Using K-means Subspace Feature Selection.
Lu et al. Dimension reduction of multimodal data by auto-weighted local discriminant analysis
CN106845462A (zh) 基于三元组诱导的同时选择特征及聚类的人脸识别方法
Dornaika et al. Single phase multi-view clustering using unified graph learning and spectral representation
Feng et al. Automatic instance selection via locality constrained sparse representation for missing value estimation
Lafaye de Micheaux et al. Pls for big data: a unified parallel algorithm for regularised group pls
Pan et al. Revised contrastive loss for robust age estimation from face
Livi et al. Dissimilarity space embedding of labeled graphs by a clustering-based compression procedure
Boukouvalas Development of ICA and IVA algorithms with application to medical image analysis
Li et al. An imbalanced ensemble learning method based on dual clustering and stage-wise hybrid sampling

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21925487

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21925487

Country of ref document: EP

Kind code of ref document: A1