Robust Heterophilic Graph Learning Against Label Noise for Anomaly Detection

Abstract

Foundation models, such as CNNs and ViTs, have powered the development of image representation learning. However, general guidance to model architecture design is still missing. Inspired by the connection between image representation learning and heat conduction, we model images by the heat conduction equation, where the essential idea is to conceptualize image features as temperatures and model their information interaction as the diffusion of thermal energy. Based on this idea, we find that many modern model architectures, such as residual structures, SE block, and feed-forward networks, can be interpreted from the perspective of the heat conduction equation. Therefore, we leverage the heat equation to design new and more interpretable models. As an example, we propose the Heat Conduction Layer and the Refinement Approximation Layer inspired by solving the heat conduction equation using Finite Difference Method and Fourier series, respectively. The main goal of this paper is to integrate the overall architectural design of neural networks into the theoretical framework of heat conduction. Nevertheless, our Heat Conduction Network (HcNet) still shows competitive performance, e.g., HcNet-T achieves 83.0% top-1 accuracy on ImageNet-1K while only requiring 28M parameters and 4.1G MACs. The code is publicly available at: https://github.com/ZheminZhang1/HcNet.

Cite

Text

Wu et al. "Robust Heterophilic Graph Learning Against Label Noise for Anomaly Detection." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/271

Markdown

[Wu et al. "Robust Heterophilic Graph Learning Against Label Noise for Anomaly Detection." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/wu2024ijcai-robust/) doi:10.24963/ijcai.2024/271

BibTeX

@inproceedings{wu2024ijcai-robust,
  title     = {{Robust Heterophilic Graph Learning Against Label Noise for Anomaly Detection}},
  author    = {Wu, Junhang and Hu, Ruimin and Li, Dengshi and Huang, Zijun and Ren, Lingfei and Zang, Yilong},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {2451-2459},
  doi       = {10.24963/ijcai.2024/271},
  url       = {https://mlanthology.org/ijcai/2024/wu2024ijcai-robust/}
}