Xinbo Gao 0001

dblp:99/4522 · also Xingbo Gao 0001 · DBLP profile ↗
← Back
17ranked-venue papers in the field
0as first author
10since 2021 · last 2026
—ORCID · conflict

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 6Knowledge Engineering, Semantic Web & Information Systems · 5Data Mining & Knowledge Discovery · 3Information Retrieval & Web Search · 3
YearPublicationVenuePosition
2026 Retrieval-Guided Contextual Inference for Training-Free Video Anomaly Detection in Low-Light Scenarios
abstract
Real-world surveillance often operates in low-light environments, where degraded visual evidence can make training-free anomaly reasoning unreliable. However, current training-free methods typically assume sufficiently clean inputs, which can lead to hallucinated semantics and unstable anomaly scores under visual degradation. To address this issue, we propose Retrieval-augmented Contextual Inference (ReCI), a training-free framework that leverages retrieval-augmented context for robust low-light video anomaly detection. ReCI constructs Semantic Context (SC) through hierarchical captioning by aggregating clip-level local captions into a video-level global description. It then performs contextualized anomaly inference using Reference Context (RC) retrieved from a reference pool built during inference. The VLM outputs anomaly scores and associated confidence values, which we use as a heuristic reliability signal for temporal refinement. Experiments on XD-Violence and UCF-Crime show that ReCI consistently improves over prior training-free baselines, with particularly clear gains on the low-light subset.
Mengjingcheng Mo, Jiankang Zheng, Jiaxu Leng, Xinbo Gao 0001
ICMR4
2025 Inferring normality from noised samples: Enhanced deep autoencoder with image denoising for anomaly detection
Xinbo Gao 0001, Wen Lu 0004, Jie Li 0001
Inf. Sci.2
2024 W-GBC: An Adaptive Weighted Clustering Method Based on Granular-Ball Structure
abstract
Existing weighted clustering algorithms often heavily rely on specific parameters. Specifically, in addition to the number of clusters (k), several other parameters need to be manually tuned, which greatly limits their practical applicability. The fundamental issue lies in the fact that most weighted clustering methods derive feature weights through global iterations. To address this challenge, this paper introduces a novel weighted granular-ball structure, continually optimizing weights during the ball splitting process and restricting the calculation of local data point weights to the corresponding weighted granular-ball. We employ local iterations within this structure as an approximation to global weight calculations. This method eliminates the need for parameter tuning during the weight calculation process and incidentally addresses the “curse of dimensionality” in traditional granular-ball computing model. When applied to complex real-world datasets, this method accurately represents high-dimensional data, thereby improving clustering precision and extending the adaptability of the granular-ball computing model in high-dimensional spaces. Comprehensive experimental analysis demonstrates that our W-GBC algorithm performs well in terms of clustering results and competes strongly with baseline algorithms. The code has been released and is now available at https://github.com/xjnine/W-GBC.
Jiang Xie 0002, Chunfeng Hua, Shuyin Xia, Yuxin Cheng, Guoyin Wang 0001, Xinbo Gao 0001
ICDE6
2024 An Efficient Fuzzy Stream Clustering Method Based on Granular-Ball Structure
abstract
Current data stream clustering algorithms face low efficiency in both the online and offline phases, and struggle to address the problem of cluster boundary overlap caused by concept drift. Specifically, in the online phase, the majority of existing data stream clustering algorithms require each newly arriving sample to be scanned and inserted into the appropriate micro-clusters. In offline clustering, algorithms typically require all sample points as input. Moreover, most data stream clustering algorithms struggle to effectively deal with the problem of cluster boundary overlap caused by the concept drift. To tackle these challenges, we use a granular-ball structure for the coarse-grained representation of data stream. This structure eliminates the need for computations on all data points in both the online and offline phases. Additionally, we introduce fuzziness into the granular-ball structure to resolve the issue of cluster boundary overlap caused by the concept drift. Experimental results on both synthetic and real-world datasets demonstrate that our approach achieves efficient and accurate clustering performance when compared to existing data stream clustering algorithms. Our source code is publicly available at https://github.com/xjnine/GBFuzzyStream.
Jiang Xie 0002, Minggao Dai, Shuyin Xia, Jinajinz Zhang, Guoyin Wang 0001, Xinbo Gao 0001
ICDE6
2024 Granular-Ball Fuzzy Set and Its Implement in SVM
abstract
Traditional fuzzy set methods, designed around the finest granularity of inputs-individual points and their membership degrees-often struggle with inefficiencies and label noise. To overcome these challenges, we introduce granular-ball computing into the fuzzy set, creating the new granular-ball fuzzy set framework. This approach uses granular-ball inputs rather than single points, significantly reducing the number of entities and minimizing susceptibility to the noise affecting individual sample points. As a result, our framework enhances both efficiency and robustness compared to traditional methods and is applicable across various domains of fuzzy data processing. Furthermore, we apply this framework to fuzzy support vector machines (FSVMs), developing the Granular-ball Fuzzy Support Vector Machine (GBFSVM). Experimental tests on UCI benchmark datasets show that GBFSVM surpasses traditional models in efficiency and robustness.
Shuyin Xia, Xiaoyu Lian, Guoyin Wang 0001, Xinbo Gao 0001, Qinghua Hu, Yabin Shao
IEEE Trans. Knowl. Data Eng.4
2023 An Efficient and Accurate Rough Set for Feature Selection, Classification, and Knowledge Representation
abstract
This paper presents a strong data-mining method based on a rough set, which can simultaneously realize feature selection, classification, and knowledge representation. Although a rough set, a popular method for feature selection, has good interpretability, it is not sufficiently efficient and accurate to deal with large-scale datasets with high dimensions, which prevents it from being immediately applied to real-world scenarios. To address the efficiency issue of a rough set, we discover the stability of the local redundancy (SLR) of attributes and propose a theorem to prove it rigorously. Based on SLR, only the parts of objects in the boundary region are partitioned when calculating outer significance, which further improves the efficiency of the rough set. With regard to the accuracy issue, we show that overfitting may lead to ineffectiveness of the rough set, especially when processing noise attributes. We then propose relative importance, a robust measurement for an attribute, to alleviate such overfitting issues. In this paper, we propose a novel rough-set framework that significantly improves the efficiency and accuracy of existing rough-set methods. We further develop our rough set framework by proposing a “rough concept tree” for knowledge representation and classification. Experimental results on public benchmark datasets show that our proposed framework achieves higher accuracy than seven state-of-the-art feature-selection methods. All the codes are available athttps://github.com/syxiaa/powerroughset.
Shuyin Xia, Xinyu Bai, Guoyin Wang 0001, Yunlong Cheng, Deyu Meng, Xinbo Gao 0001, Elisabeth Giem
IEEE Trans. Knowl. Data Eng.6
2023 GRRS: Accurate and Efficient Neighborhood Rough Set for Feature Selection
abstract
Feature selection is an important preprocessing step in data mining and pattern recognition. The neighborhood rough set (NRS) model is a widely-used rough set model for feature selection on continuous data. All currently known NRS models are defined on a distance metric — mostly the euclidean distance metric — which invalidates the NRS models in scenarios wherein the euclidean distance is ineffective, for example, while considering differing attribute weights. We first introduce the concept of space division of granular-rectangular, and then construct the neighborhood radius in our method by describing the relationship between child and parent spaces, which avoids the use of a distance metric and reduces the search space for the neighborhood radius. This greatly improves both the accuracy and efficiency of NRS. In addition, the upper and lower approximations of the granular-rectangular rough sets (GRRSs) comprise equivalence classes; this results in better performance of GRRS in knowledge representation compared with the traditional NRS. Experimental results on public benchmark datasets reveal that our method, GRRS, achieves higher accuracy than ten popular and state-of-the-art feature-selection methods, including two NRS algorithms. Moreover, GRRS outperforms the established NRS algorithms regarding efficiency, including the state-of-the-art NRS algorithm, GBNRS. All code has been released as an open libary called GRRS:https://github.com/syxiaa/GRRS.
Shuyin Xia, Shulin Wu, Xinxing Chen, Guoyin Wang 0001, Xinbo Gao 0001, Qinghua Zhang 0001, Elisabeth Giem, Zizhong Chen
IEEE Trans. Knowl. Data Eng.5
2023 An Efficient Spectral Clustering Algorithm Based on Granular-Ball
abstract
In order to solve the problem that the traditional spectral clustering algorithm is time-consuming and resource consuming when applied to large-scale data, resulting in poor clustering effect or even unable to cluster, this paper proposes a spectral clustering algorithm based on granular-ball(GBSC). The algorithm changes the construction method of the similarity matrix. Based on granular-ball, the size of the similarity matrix is greatly reduced, and the construction of the similarity matrix is more reasonable. Experimental results show that the proposed algorithm achieves better speedup ratio, less memory consumption and stronger anti noise performance while achieving similar clustering results to the traditional spectral clustering algorithm. Suppose the number of granular-balls is$m$,$n$is the number of points in the dataset, and$m< < n$, the time complexity of GBSC is$O(m^{3})$. It is proved that GBSC has good adaptability to large-scale datasets. All codes have been released athttps://github.com/xjnine/GBSC.
Jiang Xie 0002, Weiyu Kong, Shuyin Xia, Guoyin Wang 0001, Xinbo Gao 0001
IEEE Trans. Knowl. Data Eng.5
2021 A Novel Multi-View Clustering Method for Unknown Mapping Relationships Between Cross-View Samples
abstract
The existing multi-view clustering algorithms require that a sample in a view is completely or partially mapped onto one or more samples in a different corresponding view. However, this requirement could not be satisfied in many practical applications. Fortunately, there is a common cognition that the graph structure formed from each view should be as consistent as possible. Thus, this paper proposes a novel multi-view clustering method for unknown mapping relationships between cross-view samples based on the framework of non-negative matrix factorization, as an attempt to solve this problem. The objective function is designed by effectively building reconstruction error terms, local structural constraint terms, and cross-view mapping loss terms by exploring cross-view relationships. The experimental results show that the proposed method not only performs well to reveal the real mapping relationships between cross-view samples but also outperforms the comparison algorithms on the obtained clustering results.
Hong Yu 0007, Guoyin Wang 0001, Xinbo Gao 0001
KDD4
2021 Progressive perception-oriented network for single image super-resolution
Zheng Hui, Jie Li 0001, Xinbo Gao 0001, Xiumei Wang 0002
Inf. Sci.3
2020 Online Collective Matrix Factorization Hashing for Large-Scale Cross-Media Retrieval
abstract
Cross-modal hashing has been widely investigated recently for its efficiency in large-scale cross-media retrieval. However, most existing cross-modal hashing methods learn hash functions in a batch-based learning mode. Such mode is not suitable for large-scale data sets due to the large memory consumption and loses its efficiency when training streaming data. Online cross-modal hashing can deal with the above problems by learning hash model in an online learning process. However, existing online cross-modal hashing methods cannot update hash codes of old data by the newly learned model. In this paper, we propose Online Collective Matrix Factorization Hashing (OCMFH) based on collective matrix factorization hashing (CMFH), which can adaptively update hash codes of old data according to dynamic changes of hash model without accessing to old data. Specifically, it learns discriminative hash codes for streaming data by collective matrix factorization in an online optimization scheme. Unlike conventional CMFH which needs to load the entire data points into memory, the proposed OCMFH retrains hash functions only by newly arriving data points. Meanwhile, it generates hash codes of new data and updates hash codes of old data by the latest updated hash model. In such way, hash codes of new data and old data are well-matched. Furthermore, a zero mean strategy is developed to solve the mean-varying problem in the online hash learning process. Extensive experiments on three benchmark data sets demonstrate the effectiveness and efficiency of OCMFH on online cross-media retrieval.
Di Wang 0011, Quan Wang 0006, Yaqiang An, Xinbo Gao 0001, Yumin Tian
SIGIR4
2020 Perceiving heavily occluded human poses by assigning unbiased score
Lin Zhao 0003, Jie Xu 0021, Shanshan Zhang 0001, Chen Gong 0002, Jian Yang 0003, Xinbo Gao 0001
Inf. Sci.6
2019 A spatiotemporal model of video quality assessment via 3D gradient differencing
Wen Lu 0004, Ran He 0002, Changcheng Jia, Xinbo Gao 0001
Inf. Sci.5
2019 Deep Multi-scale Discriminative Networks for Double JPEG Compression Forensics
abstract
As JPEG is the most widely used image format, the importance of tampering detection for JPEG images in blind forensics is self-evident. In this area, extracting effective statistical characteristics from a JPEG image for classification remains a challenge. Effective features are designed manually in traditional methods, suggesting that extensive labor-consuming research and derivation is required. In this article, we propose a novel image tampering detection method based on deep multi-scale discriminative networks (MSD-Nets). The multi-scale module is designed to automatically extract multiple features from the discrete cosine transform (DCT) coefficient histograms of the JPEG image. This module can capture the characteristic information in different scale spaces. In addition, a discriminative module is also utilized to improve the detection effect of the networks in those difficult situations when the first compression quality ( QF 1) is higher than the second one ( QF 2). A special network in this module is designed to distinguish the small statistical difference between authentic and tampered regions in these cases. Finally, a probability map can be obtained and the specific tampering area is located using the last classification results. Extensive experiments demonstrate the superiority of our proposed method in both quantitative and qualitative metrics when compared with state-of-the-art approaches.
Cheng Deng 0002, Xinbo Gao 0001, Dacheng Tao
ACM Trans. Intell. Syst. Technol.3
2017 Large Sparse Cone Non-negative Matrix Factorization for Image Annotation
abstract
Image annotation assigns relevant tags to query images based on their semantic contents. Since Non-negative Matrix Factorization (NMF) has the strong ability to learn parts-based representations, recently, a number of algorithms based on NMF have been proposed for image annotation and have achieved good performance. However, most of the efforts have focused on the representations of images and annotations. The properties of the semantic parts have not been well studied. In this article, we revisit the sparseness-constrained NMF (sNMF) proposed by Hoyer [2004]. By endowing the sparseness constraint with a geometric interpretation and sNMF with theoretical analyses of the generalization ability, we show that NMF with such a sparseness constraint has three advantages for image annotation tasks: (i) The sparseness constraint is more ℓ 0 -norm oriented than the ℓ 1 -norm-based sparseness, which significantly enhances the ability of NMF to robustly learn semantic parts. (ii) The sparseness constraint has a large cone interpretation and thus allows the reconstruction error of NMF to be smaller, which means that the learned semantic parts are more powerful to represent images for tagging. (iii) The learned semantic parts are less correlated, which increases the discriminative ability for annotating images. Moreover, we present a new efficient large sparse cone NMF (LsCNMF) algorithm to optimize the sNMF problem by employing the Nesterov’s optimal gradient method. We conducted experiments on the PASCAL VOC07 dataset and demonstrated the effectiveness of LsCNMF for image annotation.
Dapeng Tao, Dacheng Tao, Xuelong Li 0001, Xinbo Gao 0001
ACM Trans. Intell. Syst. Technol.4
2015 Discriminative Latent Feature Space Learning for Cross-Modal Retrieval
abstract
Cross-modal retrieval has drawn much attention in recent years due to its wide applications. Most of existing methods only focus on relevance but overlook heterogeneity and discrimination of features from different modalities, and how to capture and correlate these heterogeneous features is still challenging in this field. Therefore, we propose a general model which jointly learns a discriminative latent feature space for effective cross-modal retrieval. Concretely, a class-specific dictionary is learned to account for each modality, and all resulting sparse codes are simultaneously mapped into a common feature space that describes and associates the cross-modal data. Moreover, label information is leveraged to discriminate different classes inside the intra-modality data and also merge the same class inside the inter-modality data. Cross-modal retrieval is finally performed over the learned common feature space. The experimental results confirmed that our cross-modal method outperforms several competing methods on two public datasets.
Cheng Deng 0002, Xinbo Gao 0001
ICMR3
2014 A shape-initialized and intensity-adaptive level set method for auroral oval segmentation
Xi Yang 0011, Xinbo Gao 0001, Jie Li 0001, Bing Han 0003
Inf. Sci.2