Summary
This paper proposes a novel graph spectral alignment framework for unsupervised domain adaptation, jointly balancing the inter-domain transferability and the intra-domain discriminability. First, they cast the domain adaptation problem to graph primitives by composing a coarse graph alignment and aligning domain graphs in eigenspaces. Second, they perform a fine-grained message passing in the target domain via a neighbor-aware self-training mechanism. The first alignment method gives rise to coarse-grained topological structures transfer across domains but in a more intrinsic way than restrictive point-wise matching. With the help of fine-grained neighbor-aware propagation, the whole framework is able to refine the transferred topological structure to produce a discriminative domain classifier.
Strengths
1. This paper is easy to follow with clear writing, concise figures, and well-structured formulation in problem definition and methods.
2. The research problem is essential and motivation is clear. This paper gives a new perspective for the essential problem of how to find a suitable utilization of intra-domain information and inter-domain information in unsupervised domain adaptation.
3. The proposed graph spectral alignment method is an attractive method in domain adaptation, which works well and inspires follow-up research.
4. The experiment part is comprehensive, including 4 commonly used datasets in domain adaptation.
Weaknesses
1. To support the claim of balancing transferability and discriminability, the authors offer the figures of visualized features. More ablation studies to express the balance can be offered.
2. The introduction of this paper is less informative. More technical details of the proposed method can be provided there to improve legibility, as well as more comparative description of previous works.
3. Some grammars need to be improved. Line 120-122, the long sentence with two predicates. Line 241, ‘achieve’ should add ‘s’. Line 265, ‘presents’ should remove ‘s’. Line 270, ‘also use’ should add ‘s’. Line 283, ‘, By’ should use period. Line 289-292, ‘propose’, ‘formulate’, ‘calculate’ should add ‘s’. Line 297, ‘comes out’ should remove ‘s’.
Questions
1. The questions are mentioned in weakness. More ablation studies can be offered. More information can be added to introduction.
2. For related work part, more latest references about graph methods can be added.
3. For the Laplacian metrices, you report the results based on two normalized types. Did you try any other types?
4. The authors mentioned the relation between kNN pseudo-labeling and graph propagation, which is confusing for me. Can you explain more on this?
Rating
8: Strong Accept: Technically strong paper, with novel ideas, excellent impact on at least one area, or high-to-excellent impact on multiple areas, with excellent evaluation, resources, and reproducibility, and no unaddressed ethical considerations.
Confidence
5: You are absolutely certain about your assessment. You are very familiar with the related work and checked the math/other details carefully.
Limitations
Yes, the authors have addressed the limitations of their work at the end of the paper.