EDBT 2026 Demo / reviewers in the wild / expert
Chongsheng Zhang
dblp:82/4043
· DBLP profile ↗
14ranked-venue papers in the field
8as first author
7since 2021 · last 2026
0000-0003-1632-7238ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 7 (5 first)Knowledge Engineering, Semantic Web & Information Systems · 4 (1 first)Database Systems & Data Management · 2 (2 first)Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Parameter-Efficient and Adaptive Fine-Tuning for Long-Tailed Ancient Characters Recognition
Aouaidjia Kamel, Constantine Kotropoulos, Chongsheng Zhang |
ICDAR (3) | 4 |
| 2026 | ASRec: adaptive sequential recommendation with dynamic and periodic preferences capturing
Wenlong Hao, Ghufran Ahmad Khan, Gaojuan Fan, Chongsheng Zhang |
Knowl. Inf. Syst. | 4 |
| 2025 | Spatio-temporal invariant descriptors for skeleton-based human action recognition
Aouaidjia Kamel, Chongsheng Zhang, Ioannis Pitas |
Inf. Sci. | 2 |
| 2024 | RCAR-UNet: Retinal vessel segmentation network algorithm via novel rough attention mechanism
Weiping Ding 0001, Jiashuang Huang, Hengrong Ju, Chongsheng Zhang, Guang Yang 0006, Chin-Teng Lin |
Inf. Sci. | 5 |
| 2024 | imFTP: Deep imbalance learning via fuzzy transition and prototypical learning
Yaxin Hou, Weiping Ding 0001, Chongsheng Zhang |
Inf. Sci. | 3 |
| 2024 | Neighbor-Enhanced Representation Learning for Link Prediction in Dynamic Heterogeneous Attributed NetworksabstractDynamic link prediction aims to predict future connections among unconnected nodes in a network. It can be applied for friend recommendations, link completion, and other tasks. Network representation learning algorithms have demonstrated considerable effectiveness in various prediction tasks. However, most network representation learning algorithms are based on homogeneous networks and static networks for link prediction that do not consider rich semantic and dynamic information. Additionally, existing dynamic network representation learning methods neglect the neighborhood interaction structure of the node. In this work, we design a neighbor-enhanced dynamic heterogeneous attributed network embedding method (NeiDyHNE) for link prediction. In light of the impressive achievements of the heuristic methods, we learn the information of common neighbors and neighbors’ interaction in heterogeneous networks to preserve the neighbors proximity and common neighbors proximity. NeiDyHNE encodes the attributes and neighborhood structure of nodes as well as the evolutionary features of the dynamic network. More specifically, NeiDyHNE consists of the hierarchical structure attention module and the convolutional temporal attention module. The hierarchical structure attention module captures the rich features and semantic structure of nodes. The convolutional temporal attention module captures the evolutionary features of the network over time in dynamic heterogeneous networks. We evaluate our method and various baseline methods on the dynamic link prediction task. Experimental results demonstrate that our method is superior to baseline methods in terms of accuracy. Wei Wang 0012, Chongsheng Zhang, Weiping Ding 0001, Bin Wang 0062, Yaguan Qian, Zhen Han 0001, Chunhua Su |
ACM Trans. Knowl. Discov. Data | 3 |
| 2022 | Data-Driven Oracle Bone Rejoining: A Dataset and Practical Self-Supervised Learning SchemeabstractOracle Bone Inscriptions (OBI) is one of the oldest scripts in the world. The rejoining of Oracle Bone (OB) fragments is of vital importance to the research of ancient scripts and history. Although significant progress has been achieved in the past decades, the rejoining work still heavily relies on domain knowledge and manual work, thus remains a low efficient and time-consuming process Therefore, an automatic and practical algorithm/system for OB rejoining is of great value to the OBI community. To this end, we collect a real-world dataset for rejoining Oracle Bone fragments, namely OB-Rejoin, which consists of 998 OB rubbing images that suffer from low quality image problems, due to intrinsic underground eroding over time and extrinsic imaging conditions in the past. Moreover, a practical Self-Supervised Splicing Network, S3-Net, is proposed to rejoin the OB fragments based on shape similarity of their borderlines. Specifically, we first transform the manually annotated borderline strokes of OB images into times series style shape representations, which are fed as input to a Generative Adversarial Network for augmenting positive pairs of rejoinable OBs for each OB fragment that does not have rejoinable counterparts. A Siamese network is trained on such augmented data in a contrastive learning manner to retrieve the matching OB fragments of an unseen query from an OB fragment gallery. Experiments on the OB-Rejoin benchmark show that our data-driven approach outperforms two recent methods for time-series analysis. In order to demonstrate its practical potential, we deploy the proposed S3-Net method in real tests and ultimately discover dozens of new rejoinings missed by domain experts for decades. Chongsheng Zhang, Bin Wang 0063, Ke Chen 0004, Ruixing Zong, Bofeng Mo, Yi Men, George Almpanidis, Shanxiong Chen, Xiangliang Zhang 0001 |
KDD | 1 |
| 2014 | "Real-time" Instance Selection for Biomedical Data Classification
Chongsheng Zhang, Roberto D'Ambrosio, Paolo Soda |
DaWaK | 1 |
| 2014 | A system for efficient and simultaneous processing of moving K nearest neighbor and spatial keyword queriesabstractWe study the efficient, generic processing of moving K nearest neighbor (MKNN) and top-K spatial keyword (MKSK) queries. Such generic processing is attractive during high query loads. We propose GridVoronoi--an index that enables users to find the spatial nearest neighbor (NN) from uniformly distributed datasets in almost O(1) time. GridVoronoi is based upon Voronoi diagram which has proven to be highly efficient in exploring the local neighborhood of a given Voronoi cell. However, Voronoi diagram needs a method to promptly find out which Voronoi cell contains the query point. So we add a virtual (i.e., conceptual) grid to the Voronoi diagram. For any query point, GridVoronoi first uses the grid to compute which Voronoi cell contains the query, next utilizes Voronoi diagram to quickly find the NN and KNN (i.e., K nearest neighbors) of the query. Chongsheng Zhang |
SSDBM | 1 |
| 2014 | The anti-bouncing data stream model for web usage streams with intralinkings
Chongsheng Zhang, Florent Masseglia, Yves Lechevallier |
Inf. Sci. | 1 |
| 2012 | A Double-Ensemble Approach for Classifying Skewed Data Streams
Chongsheng Zhang, Paolo Soda |
PAKDD (1) | 1 |
| 2010 | Discovering Highly Informative Feature Sets from Data Streams
Chongsheng Zhang, Florent Masseglia |
DEXA (1) | 1 |
| 2010 | ABS: The Anti Bouncing Model for Usage Data StreamsabstractUsage data mining is an important research area with applications in various fields. However, usage data is usually considered streaming, due to its high volumes and rates. Because of these characteristics, we only have access, at any point in time, to a small fraction of the stream. When the data is observed through such a limited window, it is challenging to give a reliable description of the recent usage data. We study the important consequences of these constraints, through the “bounce rate” problem and the clustering of usage data streams. Then, we propose the ABS (Anti-Bouncing Stream) model which combines the advantages of previous models but discards their drawbacks. First, under the same resource constraints as existing models in the literature, ABS can better model the recent data. Second, owing to its simple but effective management approach, the data in ABS is available at any time for analysis. We demonstrate its superiority through a theoretical study and experiments on two real-world data sets. Chongsheng Zhang, Florent Masseglia, Yves Lechevallier |
ICDM | 1 |
| 2008 | Mining Top-n Local Outliers in Constrained Spatial Networks
Chongsheng Zhang, Zhongbo Wu, Bo Qu, Hong Chen 0001 |
ADMA | 1 |