paper-with-me

Papers

NTSFormer: A Self-Teaching Graph Transformer for Multimodal Isolated Cold-Start Node Classification

2025-07-07 · Jun Hu, Yufei He, Yuan Li, Bryan Hooi, Bingsheng He arxiv

Isolated cold-start node classification on multimodal graphs is challenging because such nodes have no edges and often have missing modalities (e.g., absent text or image features). Existing methods address structural isolation by degrading graph learning models to multilayer perceptrons (MLPs) for isolated cold-start inference, using a teacher model (with graph access) to guide the MLP. However, this results in limited model capacity in the student, which is further challenged when modalities are missing. In this paper, we propose Neighbor-to-Self Graph Transformer (NTSFormer), a unified Graph Transformer framework that jointly tackles the isolation and missing-modality issues via a self-teaching paradigm. Specifically, NTSFormer uses a cold-start attention mask to simultaneously make two predictions for each node: a "student" prediction based only on self information (i.e., the node's own features), and a "teacher" prediction incorporating both self and neighbor information. This enables the model to supervise itself without degrading to an MLP, thereby fully leveraging the Transformer's capacity to handle missing modalities. To handle diverse graph information and missing modalities, NTSFormer performs a one-time multimodal graph pre-computation that converts structural and feature data into token sequences, which are then processed by Mixture-of-Experts (MoE) Input Projection and Transformer layers for effective fusion. Experiments on public datasets show that NTSFormer achieves superior performance for multimodal isolated cold-start node classification.

📄 PDF Abstract BibTeX arXiv:2507.04870

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationGraph Learning

Similar Papers 제목 키워드 기반

Self-supervised Models are Good Teaching Assistants for Vision Transformers

2021-09-29 · Haiyan Wu, Yuting Gao, Ke Li, Yinqi Zhang 외

Transformers have shown remarkable progress on computer vision tasks in the past year. Compared to their CNN counterparts, transformers usually need the help of distillation to achieve comparable results on middle or sma…

Image ClassificationKnowledge Distillation

Multimodal Graph Transformer for Multimodal Question Answering

2023-04-30 · Xuehai He, Xin Eric Wang

Despite the success of Transformer models in vision and language tasks, they often learn knowledge from enormous data implicitly and cannot utilize structured input data directly. On the other hand, structured learning a…

Question Answering

Multimodal Classification of Teaching Activities from University Lecture Recordings

2023-12-24 · Oscar Sapena, Eva Onaindia

The way of understanding online higher education has greatly changed due to the worldwide pandemic situation. Teaching is undertaken remotely, and the faculty incorporate lecture audio recordings as part of the teaching …

ClassificationLanguage Modelling

Guided Hybrid Quantization for Object detection in Multimodal Remote Sensing Imagery via One-to-one Self-teaching

2022-12-31 · Jiaqing Zhang, Jie Lei, Weiying Xie, Yunsong Li 외

Considering the computation complexity, we propose a Guided Hybrid Quantization with One-to-one Self-Teaching (GHOST}) framework. More concretely, we first design a structure called guided quantization self-distillation …

object-detectionObject DetectionQuantization

Multimodal Transformers are Hierarchical Modal-wise Heterogeneous Graphs

2025-05-02 · Yijie Jin, Junjie Peng, Xuanchao Lin, Haochen Yuan 외

Multimodal Sentiment Analysis (MSA) is a rapidly developing field that integrates multimodal information to recognize sentiments, and existing models have made significant progress in this area. The central challenge in …

Multimodal Sentiment AnalysisSentiment Analysis