EDBT 2026 Demo / reviewers in the wild / expert
Zhigang Luo
dblp:02/2039
· DBLP profile ↗
14ranked-venue papers in the field
0as first author
9since 2021 · last 2023
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 4Data Mining & Knowledge Discovery · 4Information Retrieval & Web Search · 3Other / Interdisciplinary · 2Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2023 | Online intervention siamese tracking
Huayue Cai, Long Lan, Jing Zhang 0037, Xiang Zhang 0008, Changcheng Xiao, Zhigang Luo |
Inf. Sci. | 6 |
| 2023 | Local-to-Global Deep Clustering on Approximate Uniform ManifoldabstractDeep clustering usually treats the clustering assignments as supervisory signals to learn a more compact representation with deep neural networks, under the guidance of clustering-oriented losses. Nevertheless, we observe that, without reliable supervision, such losses for global clustering would destroy the locally geometric structure underlying data. In this paper, we propose a local-to-global deep clustering method based on approximate uniform manifold (LGC-AUM) to address this issue in a two-stage fashion. In the local stage, an intra-manifold preservation loss is proposed to preserve intra-manifold structures locally on basis of approximate uniform manifold, and an inter-manifold discrimination loss is for global inter-manifold structure. Thus, this stage serves to learn more discriminative structure-preserving features by reducing the correlations between different manifolds, which paves the way for the final clustering. Build off the learned features, the second stage explores a clustering loss based on approximate uniform manifold to establish stable network training for effective clustering with two auxiliary distributions. Experiments on five benchmark datasets verify the efficacy of our LGC-AUM as compared to several well-behaved clustering counterparts. Xiang Zhang 0008, Long Lan, Zhigang Luo |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2023 | OMG: Towards Effective Graph Classification Against Label NoiseabstractGraph classification is a fundamental problem with diverse applications in bioinformatics and chemistry. Due to the intricate procedures of manual annotations in graphical domains, there may be abundant noisy labels of graphs in practice, resulting in poor performance for existing supervised methods. Thus, it is necessary and urgent to study the problem of graph classification with label noise. However, this problem is challenging due to the overfitting of noisy data as well as complicated relational structures of graphs. To handle this problem, we present a simple but effective approach called cOupledMix forGraph Contrast (OMG), which combines coupled Mixup with graph contrastive learning in the feature space. On the one hand, to improve the model generalization, we take convex combination of sample pairs in the feature space for positive pair construction. On the other hand, to accomplish effective optimization, we offer challenging negatives by multiple sample Mixup with different emphasis. To further reduce the impact of noisy data, we develop a neighbour-aware noise removal strategy, which promotes the smoothness in the neighbourhood of samples following the principle of curriculum learning. Extensive experiments on a range of benchmark datasets demonstrate the superiority of our proposed OMG. Li Shen 0008, Mengzhu Wang, Xiao Luo 0001, Zhigang Luo, Dacheng Tao |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2022 | Dynamic Hypergraph Convolutional NetworkabstractHypergraph Convolutional Network (HCN) has be-come a proper choice for capturing high-order relationships. Existing HCN methods are tailored for static hypergraphs, which are unsuitable for the dynamic evolution in real-world scenarios. In this paper, we explore a dynamic HCN based on the attention mechanism (DyHCN) for time series prediction. It not only effectively exploits the spatial and temporal relationships in the dynamic hypergraph, but also continuously aggregates the temporal evolution cues of time-varying hypergraphs with the global and local embeddings. Specifically, these merits can be attributed to 1) dynamic hypergraph construction (DHC), which captures the feature of historical context content and provides a guideline for dynamic hypergraph construction; 2) spatio-temporal hypergraph convolution module (STHC), responsible for extracting the spatial and temporal relationships among nodes and hyperedges, and 3) collaborative prediction module (CP), for the overall time-varying hypergraphs embedding aggregation. Such modules endeavor to well learn feature embedding from nodes, hyperedges, and hypergraphs, which produces informative representations for downstream tasks. Experiments on three datasets including Tiingo, Stocktwits, and NYC-Taxi demonstrate that the proposed DyHCN achieves sound performance over existing cousins, and both STHC and CP modules play a key role in modeling the dynamic evolution property of hypergraphs. Fuli Feng, Zhigang Luo, Xiang Zhang 0008, Wenjie Wang 0007, Xiao Luo 0001, Chong Chen 0002, Xian-Sheng Hua 0001 |
ICDE | 3 |
| 2022 | Joint Modality Synergy and Spatio-temporal Cue Purification for Moment LocalizationabstractCurrently, many approaches to the sentence query based moment location (SQML) task emphasize (inter-)modality interaction between video and language query via transformer-based cross-attention or contrastive learning. However, they could still face two issues: 1) modality interaction could be unexpectedly friendly to modality specific learning that merely learns modality specific patterns, and 2) modality interaction easily confuses spatio-temporal cues and ultimately makes time cues in the original video ambiguous. In this paper, we propose a modality synergy with spatio-temporal cue purification method (MS2P) for SQML to address the above two issues. Particularly, a conceptually simple modality synergy strategy is explored to keep features modality specific while absorbing the other modality complementary information with both carefully designed cross-attention unit and non-contrastive learning. As a result, modality specific semantics can be calibrated progressively in a safer way. To preserve time cues in original video, we further purify video representation into spatial and temporal parts to enhance localization resolution by the proposed two light-weight sentence-aware filtering operations. Experiments on Charades-STA, TACoS, and ActivityNet Caption datasets show our model outperforms the state-of-the-art approaches by a large margin. Long Lan, Huibin Tan, Xiang Zhang 0008, Xurui Ma, Zhigang Luo |
ICMR | 6 |
| 2022 | Label Propagated Nonnegative Matrix Factorization for ClusteringabstractSemi-supervised learning (SSL) that utilizes plenty of unlabeled examples to boost the performance of learning from limited labeled examples is a powerful learning paradigm with widely real-world applications such as information retrieval and document clustering. Label propagation (LP) is a popular SSL method which propagates labels through the dataset along high density areas defined by unlabeled examples, but it is fragile to bridge examples. Semi-supervised K-Means uses labeled examples to initialize clustering centers to separate different examples, however, semi-supervised K-Means fails in the situation of imbalanced issues, that is, the example size of each class varies significantly. This paper proposes a novel label propagated nonnegative matrix factorization method (LPNMF) to handle clean labeled but biased data and its extension LPNMF-E to handle noisy labeled data based on the framework of NMF. LPNMF decomposes the whole dataset into the product of a basis matrix and a coefficient matrix. To propagate labels to unlabeled examples, LPNMF regards the class indicators of labeled examples as their coefficients and iteratively updates both basis matrix and coefficients of unlabeled examples. LPNMF absorbs the merits from both semi-supervised K-Means and label propagation to handle their respective shortages. Specifically, on the one hand, LPNMF learns representative clustering centers based on the distribution of the dataset, similar to semi-supervised K-means, and thus is robust to the bridge examples. On the other hand, LPNMF pushes labels according to the affinity between examples, similar to label propagation, and thus relieves the biased problem. Moreover, we introduce a LPNMF extension to handle the noisy label case. LPNMF-E relaxes the constraint of labeled examples. Since the label of each labeled example also obtains label information from the global distribution of the whole dataset and local manifold of its neighbors, LPNMF-E outputs reliable class indicators even if a portion of examples are incorrectly labeled. Theoretical analyses for the generalization ability of our proposed models are also provided. Experimental results on both clean and noisy labeled datasets confirm the effectiveness of LPNMF and LPNMF-E compared with both LP and the representative semi-supervised K-Means algorithms. Long Lan, Tongliang Liu, Xiang Zhang 0008, Chuanfu Xu, Zhigang Luo |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2021 | Enhancing the association in multi-object tracking via neighbor graphabstractMost modern multi-object tracking (MOT) systems for videos follow the tracking-by-detection paradigm, where objects of interest are first located in each frame then associated correspondingly to form their intact trajectories. In this setting, the appearance features of objects usually provide the most important cues for data association, but it is very susceptible to occlusions, illumination variations, and inaccurate detections, thus easily resulting in incorrect trajectories. To address this issue, in this study we propose to make full use of the neighboring information. Our motivations derive from the observations that people tend to move in a group. As such, when an individual target's appearance is remarkably changed, the observer can still identify it with its neighbor context. To model the contextual information from neighbors, we first utilize the spatiotemporal relations among trajectories to efficiently select suitable neighbors for targets. Subsequently, we construct neighbor graph for each target and corresponding neighbors then employ the graph convolutional networks (GCNs) to model their relations and learn the graph features. To the best of our knowledge, it is the first time to explicitly leverage neighbor cues via GCN in MOT. Finally, standardized evaluations on the MOT16 and MOT17 data sets demonstrate that our approach can remarkably reduce the identity switches whilst achieve state-of-the-art overall performance. Tianyi Liang 0001, Long Lan, Xiang Zhang 0008, Xindong Peng, Zhigang Luo |
Int. J. Intell. Syst. | 5 |
| 2021 | q-Rung orthopair fuzzy decision-making framework for integrating mobile edge caching scheme preferencesabstractMobile edge caching scheme (MECS) can determine where, how, and what to cache on user equipment by employing its own storage. When considering the performance of MECS, it is often full of uncertainty. The q-rung orthopair fuzzy set (q-ROFS), characterized by membership and nonmembership degrees with adjustable parameter q, is quite a high-efficiency way to capture uncertainty. In this paper, first, information measure (entropy, distance measure, and similarity measure)-based area difference under the q-rung orthopair fuzzy (q-ROF) circumstance is studied along with their detailed proofs. Then, we present a comprehensive weight-determination method by combining objective weights (determining by entropy) and subjective weights (given by experts) as combined weights, which can effectually alleviate the unconscionable influence of extreme data on evaluation results and simultaneously reflect objective data and subjective emotion. Moreover, q-ROF score function-based distance measure is presented for dealing with a value comparison problem. Later, q-ROF multicriteria decision-making (MCDM) method called total area based on orthogonal vector (TAOV) is introduced. Moreover, its feasibility is illustrated by MECS selection problem. Finally, a comparison of some existing MCDM methods and the proposed method is constructed for displaying their effectiveness. This proposed method can effectively avoid counterintuitive phenomena, eliminate antilogarithm by negative and zero issue, and has no division by zero issue. Xindong Peng, Hai-Hui Huang, Zhigang Luo |
Int. J. Intell. Syst. | 3 |
| 2021 | A generic MOT boosting framework by combining cues from SOT, tracklet and re-identification
Tianyi Liang 0001, Long Lan, Xiang Zhang 0008, Zhigang Luo |
Knowl. Inf. Syst. | 4 |
| 2020 | Robust Normalized Squares Maximization for Unsupervised Domain AdaptationabstractUnsupervised domain adaptation (UDA) attempts to transfer specific knowledge from one domain with labeled data to another domain without labels. Recently, maximum squares loss has been proposed to tackle UDA problem but it does not consider the prediction diversity which has proven beneficial to UDA. In this paper, we propose a novel normalized squares maximization (NSM) loss in which the maximum squares is normalized by the sum of squares of class sizes. The normalization term enforces the class sizes of predictions to be balanced to explicitly increase the diversity. Theoretical analysis shows that the optimal solution to NSM is one-hot vectors with balanced class sizes, i.e., NSM encourages both discriminate and diverse predictions. We further propose a robust variant of NSM, RNSM, by replacing the square loss with L2,1-norm to reduce the influence of outliers and noises. Experiments of cross-domain image classification on two benchmark datasets illustrate the effectiveness of both NSM and RNSM. RNSM achieves promising performance compared to state-of-the-art methods. The code is available at https://github.com/wj-zhang/NSM. Wenju Zhang, Xiang Zhang 0008, Qing Liao 0001, Wenjing Yang 0002, Long Lan, Zhigang Luo |
CIKM | 6 |
| 2020 | Learning sequence-to-sequence affinity metric for near-online multi-object tracking
Weijiang Feng, Long Lan, Xiang Zhang 0008, Zhigang Luo |
Knowl. Inf. Syst. | 4 |
| 2020 | Enhancing unsupervised domain adaptation by discriminative relevance regularization
Wenju Zhang, Xiang Zhang 0008, Long Lan, Zhigang Luo |
Knowl. Inf. Syst. | 4 |
| 2018 | Collaborative Subspace Graph Hashing for Cross-modal RetrievalabstractCurrent hashing methods for cross-modal retrieval generally attempt to learn the separate modality-specific transformation matrices to embed multi-modality data into a latent common subspace, and usually ignore the fact that respecting the diversity of multi-modality features in the latent subspace could be beneficial for retrieval improvements. To this, we propose a collaborative subspace graph hashing method (CSGH) to perform a two-stage collaborative learning framework for cross-modal retrieval. Particularly, CSGH first embeds multi-modality data into separate latent subspaces through individual modality-specific transformation matrices, and then connects these latent subspaces to a common Hamming space through a shared transformation matrix. In this framework, CSGH considers the modality-specific neighborhood structure and the cross-modal correlation within multi-modality data through the Laplacian regularization and the graph based correlation constraint, respectively. To solve CSGH, we develop an alternative procedure to optimize it, and fortunately, each sub-problem of CSGH has the elegant analytical solution. Experiments of cross-modal retrieval on Wiki, NUS-WIDE, Flickr25K and Flickr1M datasets show the effectiveness of CSGH compared with the state-of-the-art cross-modal hashing methods. Xiang Zhang 0008, Guohua Dong, Yimo Du, Chengkun Wu, Zhigang Luo, Canqun Yang |
ICMR | 5 |
| 2012 | Classifying Stem Cell Differentiation Images by Information Distance
Xianglilan Zhang, Hongnan Wang, Tony J. Collins, Zhigang Luo, Ming Li 0001 |
ECML/PKDD (1) | 4 |