Delve into Base-Novel Confusion: Redundancy Exploration for Few-Shot Class-Incremental Learning

Abstract

Graph Neural Networks (GNNs) excel in many applications but struggle when trained with noisy labels, especially as noise can propagate through the graph structure. Despite recent progress in developing robust GNNs, few methods exploit the intrinsic properties of graph data to filter out noise. In this paper, we introduce ProCon, a novel framework that identifies mislabeled nodes by measuring label consistency among semantically similar peers, which are determined by feature similarity and graph adjacency. Mislabeled nodes typically exhibit lower consistency with these peers, a signal we measure using pseudo-labels derived from representational prototypes. A Gaussian Mixture Model is fitted to the consistency distribution to identify clean samples, which refine prototype quality in an iterative feedback loop. Experiments on multiple datasets demonstrate that ProCon significantly outperforms state-of-the-art methods, effectively mitigating label noise and enhancing GNN robustness.

Cite

Text

Zhou et al. "Delve into Base-Novel Confusion: Redundancy Exploration for Few-Shot Class-Incremental Learning." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/623

Markdown

[Zhou et al. "Delve into Base-Novel Confusion: Redundancy Exploration for Few-Shot Class-Incremental Learning." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/zhou2024ijcai-delve/) doi:10.24963/ijcai.2024/623

BibTeX

@inproceedings{zhou2024ijcai-delve,
  title     = {{Delve into Base-Novel Confusion: Redundancy Exploration for Few-Shot Class-Incremental Learning}},
  author    = {Zhou, Haichen and Zou, Yixiong and Li, Ruixuan and Li, Yuhua and Xiao, Kui},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {5635-5643},
  doi       = {10.24963/ijcai.2024/623},
  url       = {https://mlanthology.org/ijcai/2024/zhou2024ijcai-delve/}
}