论文笔记:Multiview Subspace Clustering via Tensorial t-Product Representation
motivation
High-order statistics that can only be captured by simultaneously utilizing all views are often overlooked. This paper proposed a novel multiview clustering method by using t-product in the third-order tensor space.
contributions
- Presenting an innovative construction method by organizing the multiview data set into the third-order tensorial data. As such, multiple views can be simultaneously exploited, rather than only set of pairwise information.
- It is the first attempt to propose a low-rank multiview clustering in the third-order tensor space via t-linear combination ( the t-product).
Algorithms
objective function:
they are sparse term, low-rank term, represen- tation term, and consensus terms respectively. The objective function's augmented Lagrangian formulation is formulated as
which can be solved with ADMM:
C* can be regarded as a new representation learned from multiview data. After solving problem (8), the next step is to segment C* to find the final subspace clusters.
This algorithm is called subspace clustering for multiview data in the third-order tensor space, namely SCMV-3DT, which is outlined in Algorithm 2.
experiment results and conclusions
Test data sets used in this work:
- The proposed method significantly outperforms those of the comparisons on all criteria, for all types of data including facial image, object image, digits image, and text data.
- It's concluded that the proposed method is relatively insensitive to its parameters as long as the parameters are in a suitable range.
- Multiview can be employed to comprehensively and accurately describe the data wherever possible.
Drawback
The proposed method cannot be directly applied to very large data sets unless parallelization or random sampling is used.
论文信息
Ming, Yin, Junbin, et al. Multiview Subspace Clustering via Tensorial t-Product Representation.[J]. IEEE Transactions on Neural Networks & Learning Systems, 2018.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· SQL Server 2025 AI相关能力初探
· 单线程的Redis速度为什么快?
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码