paper-with-me

홈 › Papers

Association Graph Learning for Multi-Task Classification with Category Shifts

2022-10-10 · Jiayi Shen, Zehao Xiao, XianTong Zhen, Cees G. M. Snoek, Marcel Worring

In this paper, we focus on multi-task classification, where related classification tasks share the same label space and are learned simultaneously. In particular, we tackle a new setting, which is more realistic than currently addressed in the literature, where categories shift from training to test data. Hence, individual tasks do not contain complete training data for the categories in the test set. To generalize to such test data, it is crucial for individual tasks to leverage knowledge from related tasks. To this end, we propose learning an association graph to transfer knowledge among tasks for missing classes. We construct the association graph with nodes representing tasks, classes and instances, and encode the relationships among the nodes in the edges to guide their mutual knowledge transfer. By message passing on the association graph, our model enhances the categorical information of each instance, making it more discriminative. To avoid spurious correlations between task and class nodes in the graph, we introduce an assignment entropy maximization that encourages each class node to balance its edge weights. This enables all tasks to fully utilize the categorical information from related tasks. An extensive evaluation on three general benchmarks and a medical dataset for skin lesion classification reveals that our method consistently performs better than representative baselines.

📄 PDF Abstract BibTeX arXiv:2210.04637

Code (1)

autumn9999/mtc-with-category-shifts 공식 구현 pytorch

Tasks

General ClassificationGraph LearningLesion ClassificationSkin Lesion ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Prior-Constrained Association Learning for Fine-Grained Generalized Category Discovery

2025-02-13 · Menglin Wang, Zhun Zhong, Xiaojin Gong

This paper addresses generalized category discovery (GCD), the task of clustering unlabeled data from potentially known or unknown categories with the help of labeled instances from each known category. Compared to tradi…

ClusteringRepresentation Learning

Graph Attention Specialized Expert Fusion Model for Node Classification: Based on Cora and Pubmed Datasets

2025-07-21 · Zihang Ma, Qitian Yin arxiv

Graph node classification is a fundamental task in graph neural networks (GNNs), aiming to assign predefined class labels to nodes. On the PubMed citation network dataset, we observe significant classification difficulty…

Graph ClassificationNode Classification

A Semi-supervised Multi-channel Graph Convolutional Network for Query Classification in E-commerce

2024-08-04 · Chunyuan Yuan, Ming Pang, Zheng Fang, Xue Jiang 외

Query intent classification is an essential module for customers to find desired products on the e-commerce application quickly. Most existing query intent classification methods rely on the users' click behavior as a su…

intent-classificationIntent ClassificationSemantic SimilaritySemantic Textual Similarity

Selective Co-occurrences for Word-Emotion Association

2016-12-01 · COLING 2016 12 · Ameeta Agrawal, Aijun An

Emotion classification from text typically requires some degree of word-emotion association, either gathered from pre-existing emotion lexicons or calculated using some measure of semantic relatedness. Most emotion lexic…

Emotion ClassificationEmotion RecognitionWord Embeddings

Fine-Grained VLM Fine-tuning via Latent Hierarchical Adapter Learning

2025-08-15 · Yumiao Zhao, Bo Jiang, Yuhe Ding, Xiao Wang 외 arxiv

Adapter-based approaches have garnered attention for fine-tuning pre-trained Vision-Language Models (VLMs) on few-shot classification tasks. These methods strive to develop a lightweight module that better aligns visual …

Few-Shot Learning