Domain Transfer Multi-Instance Dictionary Learning
In this paper, we invest the domain transfer learning problem with multi-instance data. We assume we already have a well-trained multi-instance dictionary and its corresponding classifier from the source domain, which can be used to represent and classify the bags. But it cannot be directly used to the target domain. Thus we propose to adapt them to the target domain by adding an adaptive term to the source domain classifier. The adaptive function is a linear function based a domain transfer multi-instance dictionary. Given a target domain bag, we first map it to a bag-level feature space using the domain transfer dictionary, and then apply a the linear adaptive function to its bag-level feature vector. To learn the domain-transfer dictionary and the adaptive function parameter, we simultaneously minimize the average classification error of the target domain classifier over the target domain training set, and the complexities of both the adaptive function parameter and the domain transfer dictionary. The minimization problem is solved by an iterative algorithm which update the dictionary and the function parameter alternately. Experiments over several benchmark data sets show the advantage of the proposed method over existing state-of-the-art domain transfer multi-instance learning methods.
Code (0)
등록된 구현이 없습니다.
Tasks
Dictionary LearningTransfer LearningSimilar Papers 제목 키워드 기반
Compensation based Dictionary Transfer for Similar Multispectral Image Spectral Super-resolution
Utilizing a spectral dictionary learned from a couple of similar-scene multi- and hyperspectral image, it is possible to reconstruct a desired hyperspectral image only with one single multispectral image. However, the di…
Spectral Super-ResolutionSuper-ResolutionStochastic Learning of Multi-Instance Dictionary for Earth Mover's Distance based Histogram Comparison
Dictionary plays an important role in multi-instance data representation. It maps bags of instances to histograms. Earth mover's distance (EMD) is the most effective histogram distance metric for the application of multi…
Dictionary LearningImage RetrievalMedical Image RetrievalMulti-Instance Retrieval+4Category Contrast for Unsupervised Domain Adaptation in Visual Tasks
Instance contrast for unsupervised representation learning has achieved great success in recent years. In this work, we explore the idea of instance contrastive learning in unsupervised domain adaptation (UDA) and propos…
Contrastive LearningDomain AdaptationRepresentation LearningUnsupervised Domain AdaptationMultiple Instance Dictionary Learning using Functions of Multiple Instances
A multiple instance dictionary learning method using functions of multiple instances (DL-FUMI) is proposed to address target detection and two-class classification problems with inaccurate training labels. Given inaccura…
Dictionary LearningGeneral ClassificationMultiple Instance LearningBest Practices for Learning Domain-Specific Cross-Lingual Embeddings
Cross-lingual embeddings aim to represent words in multiple languages in a shared vector space by capturing semantic similarities across languages. They are a crucial component for scaling tasks to multiple languages by …
Transfer Learning