paper-with-me

홈 › Papers

GOTHAM: Graph Class Incremental Learning Framework under Weak Supervision

2025-04-07 · Aditya Hemant Shahane, Prathosh A. P, Sandeep Kumar

Graphs are growing rapidly, along with the number of distinct label categories associated with them. Applications like e-commerce, healthcare, recommendation systems, and various social media platforms are rapidly moving towards graph representation of data due to their ability to capture both structural and attribute information. One crucial task in graph analysis is node classification, where unlabeled nodes are categorized into predefined classes. In practice, novel classes appear incrementally sometimes with just a few labels (seen classes) or even without any labels (unseen classes), either because they are new or haven't been explored much. Traditional methods assume abundant labeled data for training, which isn't always feasible. We investigate a broader objective: \emph{Graph Class Incremental Learning under Weak Supervision (GCL)}, addressing this challenge by meta-training on base classes with limited labeled instances. During the incremental streams, novel classes can have few-shot or zero-shot representation. Our proposed framework GOTHAM efficiently accommodates these unlabeled nodes by finding the closest prototype representation, serving as class representatives in the attribute space. For Text-Attributed Graphs (TAGs), our framework additionally incorporates semantic information to enhance the representation. By employing teacher-student knowledge distillation to mitigate forgetting, GOTHAM achieves promising results across various tasks. Experiments on datasets such as Cora-ML, Amazon, and OBGN-Arxiv showcase the effectiveness of our approach in handling evolving graph data under limited supervision. The repository is available here: \href{https://github.com/adityashahane10/GOTHAM--Graph-based-Class-Incremental-Learning-Framework-under-Weak-Supervision}{\small \textcolor{blue}{Code}}

📄 PDF Abstract BibTeX arXiv:2504.04954

Code (1)

adityashahane10/gotham--graph-based-class-incremental-learning-framework-under-weak-supervision 공식 구현

Tasks

Attributeclass-incremental learningClass Incremental LearningIncremental LearningKnowledge DistillationNode ClassificationRecommendation Systems

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Comparative Analysis of Machine Learning based Intrusion Detection in Realistic IoT Networks

2026-06-30 · Rana Alharbi, Chuadhry Mujeeb Ahmed arxiv

The Internet of Things (IoT) is rapidly growing and expanding into various sectors, such as healthcare, transportation, smart homes, and more. Despite the benefits of using IoT devices, they present several challenges. G…

Intrusion Detection

Graph Few-shot Class-incremental Learning

2021-12-23 · Zhen Tan, Kaize Ding, Ruocheng Guo, Huan Liu

The ability to incrementally learn new classes is vital to all real-world artificial intelligence systems. A large portion of high-impact applications like social media, recommendation systems, E-commerce platforms, etc.…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+2

Gotham Dataset 2025: A Reproducible Large-Scale IoT Network Dataset for Intrusion Detection and Security Research

2025-02-05 · Othmane Belarbi, Theodoros Spyridopoulos, Eirini Anthi, Omer Rana 외

In this paper, a dataset of IoT network traffic is presented. Our dataset was generated by utilising the Gotham testbed, an emulated large-scale Internet of Things (IoT) network designed to provide a realistic and hetero…

Intrusion Detection

Deep Learning Backdoors

2020-07-16 · Shaofeng Li, Shiqing Ma, Minhui Xue, Benjamin Zi Hao Zhao

Intuitively, a backdoor attack against Deep Neural Networks (DNNs) is to inject hidden malicious behaviors into DNNs such that the backdoor model behaves legitimately for benign inputs, yet invokes a predefined malicious…

Backdoor AttackDeep Learning

Inductive Graph Few-shot Class Incremental Learning

2024-11-11 · Yayong Li, Peyman Moghadam, Can Peng, Nan Ye 외

Node classification with Graph Neural Networks (GNN) under a fixed set of labels is well known in contrast to Graph Few-Shot Class Incremental Learning (GFSCIL), which involves learning a GNN classifier as graph nodes an…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+1