MLLGApr 8, 2019

Heterogeneous Multi-task Metric Learning across Multiple Domains

arXiv:1904.04081v14.942 citations
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in transfer learning for researchers and practitioners dealing with multi-domain data, but it is incremental as it extends existing heterogeneous transfer learning to multiple domains with high-order statistics.

The paper tackles the problem of learning distance metrics across multiple heterogeneous domains where existing methods either assume homogeneous features or handle only two domains, and it proposes a heterogeneous multi-task metric learning (HMTML) framework that maximizes high-order covariance in a common subspace, validated on text categorization, scene classification, and social image annotation tasks.

Distance metric learning (DML) plays a crucial role in diverse machine learning algorithms and applications. When the labeled information in target domain is limited, transfer metric learning (TML) helps to learn the metric by leveraging the sufficient information from other related domains. Multi-task metric learning (MTML), which can be regarded as a special case of TML, performs transfer across all related domains. Current TML tools usually assume that the same feature representation is exploited for different domains. However, in real-world applications, data may be drawn from heterogeneous domains. Heterogeneous transfer learning approaches can be adopted to remedy this drawback by deriving a metric from the learned transformation across different domains. But they are often limited in that only two domains can be handled. To appropriately handle multiple domains, we develop a novel heterogeneous multi-task metric learning (HMTML) framework. In HMTML, the metrics of all different domains are learned together. The transformations derived from the metrics are utilized to induce a common subspace, and the high-order covariance among the predictive structures of these domains is maximized in this subspace. There do exist a few heterogeneous transfer learning approaches that deal with multiple domains, but the high-order statistics (correlation information), which can only be exploited by simultaneously examining all domains, is ignored in these approaches. Compared with them, the proposed HMTML can effectively explore such high-order information, thus obtaining more reliable feature transformations and metrics. Effectiveness of our method is validated by the extensive and intensive experiments on text categorization, scene classification, and social image annotation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes