Arrow Research search

Author name cluster

Junbiao Cui

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

8 papers
2 author rows

Possible papers

8

AAAI Conference 2025 Conference Paper

Class Semantic Attribute Perception Guided Zero-Shot Learning

  • Qin Yue
  • Junbiao Cui
  • Jianqing Liang
  • Liang Bai

Deep learning has achieved remarkable success in supervised image classification tasks, which relies on a large number of labeled samples for each class. Recently, zero-shot learning has garnered significant attention, which aims to recognize unseen classes using only training samples from seen classes. To bridge the gap between images and classes, class semantic attributes are introduced, making the alignment between image and class semantic attributes critical to zero-shot learning. However, existing methods often struggle to accurately focus on the image regions corresponding to individual class semantic attributes and tend to overlook the relations between different regions of an image, leading to poor alignment. To address these challenges, we propose a class semantic attribute perception guided zero-shot learning method. Specifically, we achieve coarse-grained perception of class semantic attributes across the entire image through contrastive semantic learning. Additionally, we attain fine-grained perception of individual class semantic attributes within image regions via region partitioning-based attribute alignment, which fully considers the relations between different regions of an image. By integrating these two processes into a unified network, we achieve multi-grained class semantic attribute perception, thereby enhancing the alignment between images and class semantic attributes. We validate the effectiveness of the proposed method on zero-shot learning benchmark data sets.

ECAI Conference 2025 Conference Paper

Cross-Channel Graph Attention Mechanism for Deep Convolutional Neural Networks

  • Kaixuan Yao
  • Mingxu Zhang
  • Jiao Zhao
  • Junbiao Cui
  • Jiye Liang

Convolutional neural networks (CNNs) excel at learning spatial patterns through local receptive fields, while channel attention mechanisms enhance feature discrimination by emphasizing informative channels. Traditional approaches like SENet generate channel weights through global pooling and bottlenecked MLPs, but fundamentally ignore cross-channel dependencies—a critical limitation that discards contextual relationships between features. To address this, we propose the Cross-Channel Graph Attention mechanism (CCA), which explicitly models channel interactions via graph neural networks. Specifically, CCA represents channels as graph nodes, constructs sparse KNN graphs to capture inter-channel dependencies, and performs attention-based feature aggregation. Theoretically, we prove that CCA strictly expands the expressive power of conventional channel attention through full-rank attention matrices, while maintaining superior generalization via sparsity-induced Rademacher complexity bounds. Furthermore, we establish that CCA can universally approximate any continuous channel mixing function with controlled neighbor size (Theorem 3). Extensive experiments on image classification (CIFAR-10/100, mini-ImageNet) and super-resolution (Set5/14) validate that CCA-equipped networks achieve state-of-the-art performance—improving ResNet34 by 2. 16% TOP-1 accuracy on CIFAR-10 and boosting VDSR’s PSNR by 0. 43dB on ×3 scaling. Both theoretical and empirical analyses demonstrate that CCA achieves an optimal balance between feature interaction capacity and computational efficiency through its graph-structured attention paradigm. The code is available at https: //github. com/openreview-pro/CCA

ICML Conference 2025 Conference Paper

Human Cognition-Inspired Hierarchical Fuzzy Learning Machine

  • Junbiao Cui
  • Qin Yue 0002
  • Jianqing Liang
  • Jiye Liang

Classification is a cornerstone of machine learning research. Most of the existing classifiers assume that the concepts corresponding to classes can be precisely defined. This notion diverges from the widely accepted understanding in cognitive science, which posits that real-world concepts are often inherently ambiguous. To bridge this big gap, we propose a Human Cognition-Inspired Hierarchical Fuzzy Learning Machine (HC-HFLM), which leverages a novel hierarchical alignment loss to integrate rich class knowledge from human knowledge system into learning process. We further theoretically prove that minimizing this loss can align the hierarchical structure derived from data with those contained in class knowledge, resulting in clear semantics and high interpretability. Systematic experiments verify that the proposed method can achieve significant gains in interpretability and generalization performance.

AAAI Conference 2025 Conference Paper

Label Noise Correction via Fuzzy Learning Machine

  • Jiye Liang
  • Yixiao Li
  • Junbiao Cui

The ubiquitous and unavoidable label noise brings great challenges to the generalization performance of learning methods.Label noise correction aims to detect and correct label noise in the data, which is one of the most potential methods to address this challenge.Current methods for label noise filtering that utilize primitive features primarily concentrate on identifying noise, which often limits their capacity to adaptively learn features crucial for specific tasks, thereby resulting in a higher rate of noise identification within the noise recognition process. On the other hand, deep neural networks, endowed with robust feature extraction capabilities, typically exhibit lower noise identification, as they are prone to fitting noise patterns during the recognition process, potentially undermining their overall efficacy. Moreover, Fuzzy Learning Machine (FLM) excels not only in feature extraction but also in noise tolerance, adeptly navigating data uncertainties. FLM enhances the accuracy of the labels by calculating the membership degrees of samples across categories and determining their fuzzy memberships. The introduction of a two-stage FLM-based framework, which employs a secondary learning mechanism for precise noise filtering and correction, has shown substantial improvements in noise correction across various large-scale noisy datasets, thereby significantly enhancing samples' quality and boosting the generalization capabilities of classifiers.

IJCAI Conference 2025 Conference Paper

Open-World Semi-Supervised Learning with Class Semantic Correlations

  • Yuxin Fan
  • Junbiao Cui
  • Jiye Liang
  • Jianqing Liang

Open-world semi-supervised learning (OWSSL) aims to recognize both known and unknown classes, but the labeled samples only cover the known classes. Existing OWSSL methods primarily represent classes as symbolic variables, which ignore the rich internal semantic information associated with the classes and thus hampers their ability to recognize unknown classes. Recent studies incorporate textual descriptions of classes to facilitate training, but these methods overlook the class semantic correlations, which constrains their effectiveness in recognizing unknown classes. To address these issues, we propose a novel OWSSL method. Our method fine-tunes only the image encoder during training while keeping the text encoder frozen, thereby preserving the rich semantic correlations learned during the pre-training phase. Furthermore, we employ a semantic margin to extract class semantic correlations from textual descriptions, which are then utilized in enhancing image representation discriminability. Experimental results across multiple datasets demonstrate that our method significantly outperforms representative OWSSL methods in the recognition of both known and unknown classes.

IJCAI Conference 2025 Conference Paper

Uncertainty-guided Graph Contrastive Learning from a Unified Perspective

  • Zhiqiang Li
  • Jie Wang
  • Jianqing Liang
  • Junbiao Cui
  • Xingwang Zhao
  • Jiye Liang

The success of current graph contrastive learning methods largely relies on the choice of data augmentation and contrastive objectives. However, most existing methods tend to optimize these two components independently, neglecting their potential interplay, which leads to suboptimal quality of the learned embeddings. To address this issue, we propose Uncertainty-guided Graph Contrastive Learning (UGCL) from a unified perspective. The core of our method is the introduction of sample uncertainty, a critical metric that quantifies the degree of class ambiguity within individual samples. On this basis, we design a novel multi-scale data augmentation strategy and a weighted graph contrastive loss function, both of which significantly enhance the quality of embeddings. Theoretically, we demonstrate that UGCL can coordinate overall optimization objectives through uncertainty, and through experiments, we show that it improves the performance of tasks such as node classification, node clustering, and link prediction, thereby verifying the effectiveness of our method.

ICML Conference 2023 Conference Paper

A General Representation Learning Framework with Generalization Performance Guarantees

  • Junbiao Cui
  • Jianqing Liang
  • Qin Yue 0002
  • Jiye Liang

The generalization performance of machine learning methods depends heavily on the quality of data representation. However, existing researches rarely consider representation learning from the perspective of generalization error. In this paper, we prove that generalization error of representation learning function can be estimated effectively by solving two convex optimization problems. Based on it, we propose a general representation learning framework. And then, we apply the proposed framework to two most commonly used nonlinear mapping methods, i. e. , kernel based method and deep neural network (DNN), and thus design a kernel selection method and a DNN boosting framework, correspondingly. Finally, extensive experiments verify the effectiveness of the proposed methods.

NeurIPS Conference 2022 Conference Paper

Fuzzy Learning Machine

  • Junbiao Cui
  • Jiye Liang

Classification is one of the most important problems in machine learning and the nature of it is concept cognition. So far, dozens of different classifiers have been designed. Although their working mechanisms vary widely, few of them fully consider concept cognition. In this paper, a new learning machine, fuzzy learning machine (FLM), is proposed from the perspective of concept cognition. Inspired by cognitive science, its working mechanism is of strong interpretability. At the same time, FLM roots in set theory and fuzzy set theory, so FLM has a solid mathematical foundation. The systematic experimental results on a large number of data sets show that FLM can achieve excellent performance, even with the simple implementation.

v2026.09.13