paper-with-me

Papers

ToAlign: Task-oriented Alignment for Unsupervised Domain Adaptation

2021-06-21 · NeurIPS 2021 12 · Guoqiang Wei, Cuiling Lan, Wenjun Zeng, Zhizheng Zhang, Zhibo Chen

Unsupervised domain adaptive classifcation intends to improve the classifcation performance on unlabeled target domain. To alleviate the adverse effect of domain shift, many approaches align the source and target domains in the feature space. However, a feature is usually taken as a whole for alignment without explicitly making domain alignment proactively serve the classifcation task, leading to sub-optimal solution. In this paper, we propose an effective Task-oriented Alignment (ToAlign) for unsupervised domain adaptation (UDA). We study what features should be aligned across domains and propose to make the domain alignment proactively serve classifcation by performing feature decomposition and alignment under the guidance of the prior knowledge induced from the classifcation task itself. Particularly, we explicitly decompose a feature in the source domain into a task-related/discriminative feature that should be aligned, and a task-irrelevant feature that should be avoided/ignored, based on the classifcation meta-knowledge. Extensive experimental results on various benchmarks (e.g., Offce-Home, Visda-2017, and DomainNet) under different domain adaptation settings demonstrate the effectiveness of ToAlign which helps achieve the state-of-the-art performance. The code is publicly available at https://github.com/microsoft/UDA

📄 PDF Abstract BibTeX arXiv:2106.10812

Code (1)

microsoft/UDA 공식 구현 pytorch

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

AutoAlign: Fully Automatic and Effective Knowledge Graph Alignment enabled by Large Language Models

2023-07-18 · Rui Zhang, Yixin Su, Bayu Distiawan Trisedya, Xiaoyan Zhao 외

The task of entity alignment between knowledge graphs (KGs) aims to identify every pair of entities from two different KGs that represent the same entity. Many machine learning-based methods have been proposed for this t…

Entity AlignmentEntity EmbeddingsKnowledge Graphs

OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment

2025-03-27 · Hamed Babaei Giglou, Jennifer D'Souza, Oliver Karras, Sören Auer

Ontology Alignment (OA) is fundamental for achieving semantic interoperability across diverse knowledge systems. We present OntoAligner, a comprehensive, modular, and robust Python toolkit for ontology alignment, designe…

Retrieval-augmented Generation

Homa at SemEval-2025 Task 5: Aligning Librarian Records with OntoAligner for Subject Tagging

2025-04-30 · Hadi Bayrami Asl Tekanlou, Jafar Razmara, Mahsa Sanaei, Mostafa Rahgouy 외

This paper presents our system, Homa, for SemEval-2025 Task 5: Subject Tagging, which focuses on automatically assigning subject labels to technical records from TIBKAT using the Gemeinsame Normdatei (GND) taxonomy. We l…

RAGRetrievalRetrieval-augmented GenerationSemantic Similarity+1

AutoAlignV2: Deformable Feature Aggregation for Dynamic Multi-Modal 3D Object Detection

2022-07-21 · Zehui Chen, Zhenyu Li, Shiquan Zhang, Liangji Fang 외

Point clouds and RGB images are two general perceptional sources in autonomous driving. The former can provide accurate localization of objects, and the latter is denser and richer in semantic information. Recently, Auto…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

OntoAligner Meets Knowledge Graph Embedding Aligners

2025-09-30 · Hamed Babaei Giglou, Jennifer D'Souza, Sören Auer, Mahsa Sanaei arxiv

Ontology Alignment (OA) is essential for enabling semantic interoperability across heterogeneous knowledge systems. While recent advances have focused on large language models (LLMs) for capturing contextual semantics, t…

Knowledge Graph EmbeddingLink Prediction