Ling Shao 0001

dblp:75/1281 · DBLP profile ↗
← Back
36ranked-venue papers in the field
2as first author
7since 2021 · last 2023
0000-0002-8264-6117ORCID · verified

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

Knowledge Engineering, Semantic Web & Information Systems · 22 (2 first)Database Systems & Data Management · 8Information Retrieval & Web Search · 3Data Mining & Knowledge Discovery · 2Big Data, Cloud & Distributed Data Systems · 1
YearPublicationVenuePosition
2023 ROLE: Rotated Lorentzian Graph Embedding Model for Asymmetric Proximity
abstract
Graph embedding, which aims to learn low-dimensional node representations to preserve original graph structures, has attracted extensive research interests. However, most existing graph embedding models represent nodes in Euclidean spaces, which cannot effectively preserve complex patterns, e.g., hierarchical structures. Very recently, several hyperbolic embedding models have been proposed to preserve the hierarchical information in negative curvature spaces. Nevertheless, existing hyperbolic models fail to model the asymmetric proximity between nodes. To address this, we investigate a new asymmetric hyperbolic network representation problem, which targets at jointly preserving the hierarchical structures and asymmetric proximity for general directed graphs. We solve this problem by proposing a novelRotatedLorentzianEmbedding (ROLE) model, which yields two main benefits. First, our model can effectively capture both implicit and explicit hierarchical structures that come from the network topology and category information of nodes, respectively. Second, it can model the asymmetric proximity using rotation transformations. Specifically, we represent each node with a Lorentzian embedding vector, and learn two rotation matrices to reflect the direction of edges. We conduct extensive experiments on four real-world directed graph datasets. Empirical results demonstrate that the proposed approach consistently outperforms various state-of-the-art embedding models. In particular, ROLE achieves HR@1 scores up to 19.8% higher and NDCG@5 scores up to 11.3% higher than the best baselines on the task of node recommendation.
Shanshan Feng 0001, Lisi Chen 0001, Kaiqi Zhao 0001, Wei Wei 0002, Xuemeng Song, Shuo Shang, Panos Kalnis, Ling Shao 0001
IEEE Trans. Knowl. Data Eng.8
2023 H-Diffu: Hyperbolic Representations for Information Diffusion Prediction
abstract
With the proliferation of online social networks, a great deal of online user action data has been generated. Such data has enabled the study of information diffusion prediction, which is a fundamental problem for understanding the propagation of information on social media platforms. In diffusion prediction models, there are two standard components, i.e., a social graph and information diffusion cascades. We observe that both components exhibit latent hierarchical structures. However, most existing models are designed based on euclidean spaces, and hence cannot effectively capture complex patterns, especially hierarchical structures. Therefore, we investigate a novel research problem to learn hyperbolic representations for information diffusion prediction. To reflect the different characteristics of social graphs and diffusion cascades, we encode them into two latent hyperbolic spaces with different trainable curvatures. In addition, to model influence dependencies, we propose a co-attention mechanism to capture the processes of diffusion cascades using positional embeddings. Given a set of activated seed users, we jointly exploit diffusion cascades and social links to predict which users will be influenced. We conduct extensive experiments on four real-world datasets. Empirical results demonstrate that the proposed H-Diffu model significantly outperforms several state-of-the-art diffusion prediction frameworks.
Shanshan Feng 0001, Kaiqi Zhao 0001, Lanting Fang, Kaiyu Feng, Wei Wei 0002, Xutao Li 0003, Ling Shao 0001
IEEE Trans. Knowl. Data Eng.7
2022 Unequal adaptive visual recognition by learning from multi-modal data
Ziyun Cai, Tengfei Zhang 0001, Xiaoyuan Jing, Ling Shao 0001
Inf. Sci.4
2022 Neural Text Segmentation and its Application to Sentiment Analysis
abstract
Text segmentation is a fundamental task in natural language processing. Depending on the levels of granularity, the task can be defined as segmenting a document into topical segments, or segmenting a sentence into elementary discourse units (EDUs). Traditional solutions to the two tasks heavily rely on carefully designed features. The recently proposed neural models do not need manual feature engineering, but they either suffer from sparse boundary tags or cannot efficiently handle the issue of variable size output vocabulary. In light of such limitations, we propose a generic end-to-end segmentation model, namely${\mathrm{S}\scriptstyle{\mathrm{EG}}}{\mathrm{B}\scriptstyle{\mathrm{OT}}}$, which first uses a bidirectional recurrent neural network to encode an input text sequence.${\mathrm{S}\scriptstyle{\mathrm{EG}}}{\mathrm{B}\scriptstyle{\mathrm{OT}}}$then uses another recurrent neural networks, together with a pointer network, to select text boundaries in the input sequence. In this way,${\mathrm{S}\scriptstyle{\mathrm{EG}}}{\mathrm{B}\scriptstyle{\mathrm{OT}}}$does not require any hand-crafted features. More importantly,${\mathrm{S}\scriptstyle{\mathrm{EG}}}{\mathrm{B}\scriptstyle{\mathrm{OT}}}$inherently handles the issue of variable size output vocabulary and the issue of sparse boundary tags. In our experiments,${\mathrm{S}\scriptstyle{\mathrm{EG}}}{\mathrm{B}\scriptstyle{\mathrm{OT}}}$outperforms state-of-the-art models on two tasks: document-level topic segmentation and sentence-level EDU segmentation. As a downstream application, we further propose a hierarchical attention model for sentence-level sentiment analysis based on the outcomes of${\mathrm{S}\scriptstyle{\mathrm{EG}}}{\mathrm{B}\scriptstyle{\mathrm{OT}}}$. The hierarchical model can make full use of both word-level and EDU-level information simultaneously for sentence-level sentiment analysis. In particular, it can effectively exploit EDU-level information, such as the inner properties of EDUs, which cannot be fully encoded in word-level features. Experimental results show that our hierarchical model achieves new state-of-the-art results on the Movie Review and Stanford Sentiment Treebank benchmarks.
Jing Li 0034, Billy Chiu, Shuo Shang, Ling Shao 0001
IEEE Trans. Knowl. Data Eng.4
2021 Sparse graph based self-supervised hashing for scalable image retrieval
Haofeng Zhang 0001, Zheng Zhang 0006, Li Liu 0004, Ling Shao 0001
Inf. Sci.5
2021 Internal and external memory set containment join
Chengcheng Yang, Dong Deng 0001, Shuo Shang, Fan Zhu 0001, Li Liu 0004, Ling Shao 0001
VLDB J.6
2021 Correction to: Internal and external memory set containment join
Chengcheng Yang, Dong Deng 0001, Shuo Shang, Fan Zhu 0001, Li Liu 0004, Ling Shao 0001
VLDB J.6
2020 Efficient Locality-Sensitive Hashing Over High-Dimensional Data Streams
abstract
Approximate Nearest Neighbor (ANN) search in high-dimensional space is a fundamental task in many applications. Locality-Sensitive Hashing (LSH) is a well-known methodology to solve the ANN problem with theoretical guarantees and empirical performance. We observe that existing LSH-based approaches target at the problem of designing search optimized indexes, which require a number of separate indexes and high index maintenance overhead, and hence impractical for high-dimensional streaming data processing. In this paper, we present PDA-LSH, a novel and practical disk-based LSH index that can offer efficient support for both updates and searches. Experiments on real-world datasets show that our proposal outperforms the state-of-the-art schemes by up to 10× on update performance and up to 2× on search performance.
Chengcheng Yang, Dong Deng 0001, Shuo Shang, Ling Shao 0001
ICDE4
2020 MetaNER: Named Entity Recognition with Meta-Learning
abstract
Recent neural architectures in named entity recognition (NER) have yielded state-of-the-art performance on single domain data such as newswires. However, they still suffer from (i) requiring massive amounts of training data to avoid overfitting; (ii) huge performance degradation when there is a domain shift in the data distribution between training and testing. In this paper, we investigate the problem of domain adaptation for NER under homogeneous and heterogeneous settings. We propose MetaNER, a novel meta-learning approach for domain adaptation in NER. Specifically, MetaNER incorporates meta-learning and adversarial training strategies to encourage robust, general and transferable representations for sequence labeling. The key advantage of MetaNER is that it is capable of adapting to new unseen domains with a small amount of annotated data from those domains. We extensively evaluate MetaNER on multiple datasets under homogeneous and heterogeneous settings. The experimental results show that MetaNER achieves state-of-the-art performance against eight baselines. Impressively, MetaNER surpasses the in-domain performance using only 16.17% and 34.76% of target domain data on average for homogeneous and heterogeneous settings, respectively.
Jing Li 0034, Shuo Shang, Ling Shao 0001
WWW3
2020 A ROI-guided deep architecture for robust facial expressions recognition
Xiao Sun 0003, Pingping Xia, Ling Shao 0001
Inf. Sci.4
2020 Lightweight group convolutional network for single image super-resolution
Ai-Ping Yang, Bingwang Yang, Zhong Ji, Yanwei Pang, Ling Shao 0001
Inf. Sci.5
2020 Top-k term publish/subscribe for geo-textual data streams
Lisi Chen 0001, Shuo Shang, Christian S. Jensen, Jianliang Xu, Panos Kalnis, Bin Yao 0002, Ling Shao 0001
VLDB J.7
2019 Compressive-Sensed Image Coding via Multi-layer Closed-Loop Prediction
abstract
These years have seen the advance of compressive sensing (CS), but the CS-based image coding scheme still has a poor rate-distortion (R-D) performance compared with the traditional image coding techniques. In this paper, we propose an image coding scheme based on the CS paradigm via multi-layer closed-loop prediction. In the scheme, we divide CS measurements into multi-layers and predict a particular layer's measurements with all its preceding layers' measurements, which can reduce the redundancies between CS measurements efficiently. The produced measurement residuals are then quantized into binary codes, which are tremendously reduced compared to quantizing the CS measurements directly. Furthermore, We provide a non-local low-rank CS reconstruction algorithm corresponding to our multi-layer closed-loop prediction scheme. Experimental results verify that the proposed scheme can significantly outperform JPEG2000, and the reconstruction quality of our scheme is no worse or even better than that of HEVC-Intra.
Xingsong Hou, Ling Shao 0001
DCC3
2019 LCJoin: Set Containment Join via List Crosscutting
abstract
A set containment join operates on two set-valued attributes with a subset (⊆) relationship as the join condition. It has many real-world applications, such as in publish/subscribe services and inclusion dependency discovery. Existing solutions can be broadly classified into union-oriented and intersection-oriented methods. Based on several recent studies, union-oriented methods are not competitive as they involve an expensive subset enumeration step. Intersection-oriented methods build an inverted index on one attribute and perform inverted list intersection on another attribute. Existing intersection-oriented methods intersect inverted lists one-by-one. In contrast, in this paper, we propose to intersect all the inverted lists simultaneously while skipping many irrelevant entries in the lists. To share computation, we utilize the prefix tree structure and extend our novel list intersection method to operate on the prefix tree. To further improve the efficiency, we propose to partition the data and use different methods to process each partition. We evaluated our methods using both real-world and synthetic datasets. Experimental results show that our approach outperforms existing methods by up to 10×.
Dong Deng 0001, Chengcheng Yang, Shuo Shang, Fan Zhu 0001, Li Liu 0004, Ling Shao 0001
ICDE6
2019 Effective and Efficient Reuse of Past Travel Behavior for Route Recommendation
abstract
With the increasing availability of moving-object tracking data, use of this data for route search and recommendation is increasingly important. To this end, we propose a novel parallel split-and-combine approach to enable route search by locations (RSL-Psc). Given a set of routes, a set of places to visit O, and a threshold θ, we retrieve the route composed of sub-routes that (i) has similarity to O no less than θ and (ii) contains the minimum number of sub-route combinations. The resulting functionality targets a broad range of applications, including route planning and recommendation, ridesharing, and location-based services in general. To enable efficient and effective RSL-Psc computation on massive route data, we develop novel search space pruning techniques and enable use of the parallel processing capabilities of modern processors. Specifically, we develop two parallel algorithms, Fully-Split Parallel Search (FSPS) and Group-Split Parallel Search (GSPS). We divide the route split-and-combine task into ∑k=0 M S(|O|,k+1) sub-tasks, where M is the maximum number of combinations and S(⋅) is the Stirling number of the second kind. In each sub-task, we use network expansion and exploit spatial similarity bounds for pruning. The algorithms split candidate routes into sub-routes and combine them to construct new routes. The sub-tasks are independent and are performed in parallel. Extensive experiments with real data offer insight into the performance of the algorithms, indicating that our RSL-Psc problem can generate high-quality results and that the two algorithms are capable of achieving high efficiency and scalability.
Lisi Chen 0001, Shuo Shang, Christian S. Jensen, Bin Yao 0002, Zhiwei Zhang 0002, Ling Shao 0001
KDD6
2019 Single image super-resolution using multi-scale deep encoder-decoder with phase congruency edge map guidance
Heng Liu 0002, Zilin Fu, Jungong Han, Ling Shao 0001, Shudong Hou, Yuezhong Chu
Inf. Sci.4
2019 3D object detection: Learning 3D bounding boxes from scaled down 2D bounding boxes in RGB-D images
Mohammad Muntasir Rahman, Yanhao Tan, Jian Xue 0002, Ling Shao 0001, Ke Lu 0002
Inf. Sci.4
2019 Dual-verification network for zero-shot learning
Haofeng Zhang 0001, Yang Long 0001, Wankou Yang, Ling Shao 0001
Inf. Sci.4
2018 Face recognition with a small occluded training set using spatial and statistical pooling
Yang Long 0001, Fan Zhu 0001, Ling Shao 0001, Junwei Han 0001
Inf. Sci.3
2018 Learning a Multiple Kernel Similarity Metric for kinship verification
Yanguo Zhao, Zhan Song, Feng Zheng 0001, Ling Shao 0001
Inf. Sci.4
2017 PATCH-IQ: A patch based learning framework for blind image quality assessment
Redzuan Abdul Manap, Ling Shao 0001, Alejandro F. Frangi
Inf. Sci.2
2017 Performance evaluation of deep feature learning for RGB-D image/video classification
Ling Shao 0001, Ziyun Cai, Li Liu 0004, Ke Lu 0002
Inf. Sci.1
2016 Semantic Boosting Cross-Modal Hashing for efficient multimedia retrieval
Ke Wang 0047, Jun Tang 0007, Nian Wang 0002, Ling Shao 0001
Inf. Sci.4
2016 Efficient volume rendering methods for out-of-Core datasets by semi-adaptive partitioning
Jian Xue 0002, Ke Lu 0002, Ling Shao 0001, Mohammad Muntasir Rahman
Inf. Sci.4
2015 Analysis of music/speech via integration of audio content and functional brain response
Junwei Han 0001, Xi Jiang 0001, Xintao Hu, Lei Guo 0002, Jungong Han, Ling Shao 0001, Tianming Liu 0001
Inf. Sci.7
2015 Evolutionary compact embedding for large-scale image classification
Li Liu 0004, Ling Shao 0001, Xuelong Li 0001
Inf. Sci.2
2015 Non-distortion-specific no-reference image quality assessment: A survey
Redzuan Abdul Manap, Ling Shao 0001
Inf. Sci.2
2015 A rapid learning algorithm for vehicle classification
Xuezhi Wen, Ling Shao 0001, Yu Xue 0003, Wei Fang 0007
Inf. Sci.2
2015 A modified adaptive differential evolution algorithm for color image segmentation
Ahmad Khan 0002, M. Arfan Jaffar, Ling Shao 0001
Knowl. Inf. Syst.3
2014 Cross-Modality Submodular Dictionary Learning for Information Retrieval
abstract
This paper addresses the problem of joint modeling of multimedia components in different media forms. We consider the information retrieval task across both text and image documents, which includes retrieving relevant images that closely match the description in a text query and retrieving text documents that best explain the content of an image query. A greedy dictionary construction approach is introduced for learning an isomorphic feature space, to which cross-modality data can be adapted while data smoothness is guaranteed. The proposed objective function consists of two reconstruction error terms for both modalities and a Maximum Mean Discrepancy (MMD) term that measures the cross-modality discrepancy. Optimization of the reconstruction terms and the MMD term yields a compact and modality-adaptive dictionary pair. We formulate the joint combinatorial optimization problem by maximizing variance reduction over a candidate signal set while constraining the dictionary size and coefficients' sparsity. By exploiting the submodularity and the monotonicity property of the proposed objective function, the optimization problem can be solved by a highly efficient greedy algorithm, and is guaranteed to be at least a (e - 1)=/e≈0.632- approximation to the optimum. The proposed method achieves state-of-the-art performance on the Wikipedia dataset.
Fan Zhu 0001, Ling Shao 0001, Mengyang Yu
CIKM2
2014 Video abstraction based on fMRI-driven visual attention model
Junwei Han 0001, Kaiming Li, Ling Shao 0001, Xintao Hu, Lei Guo 0002, Jungong Han, Tianming Liu 0001
Inf. Sci.3
2014 Building recognition in urban environments: A survey of state-of-the-art and future challenges
Jing Li 0027, Wei Huang 0013, Ling Shao 0001, Nigel M. Allinson
Inf. Sci.3
2014 Action recognition by spatio-temporal oriented energies
Xiantong Zhen, Ling Shao 0001, Xuelong Li 0001
Inf. Sci.2
2013 Content-based retrieval of human actions from realistic video databases
Ling Shao 0001
Inf. Sci.2
2011 Water reflection recognition via minimizing reflection cost based on motion blur invariant moments
abstract
Water reflection, a kind of typical imperfect reflection symmetry problem, plays an important role in image content analysis. However, existing techniques of symmetry recognition cannot recognize water reflection images correctly because of the complex and various distortions caused by water wave. To address this difficulty, we construct a novel feature space which is composed of motion blur invariant moments. Moreover, we propose an efficient detection algorithm to determine the reflection axis in images with water reflection. By experimenting on real image dataset with different tasks, the proposed techniques demonstrate impressive results in the water reflection image classification, the reflection axis detection, and the retrieval of the images with water reflection.
Shenghua Zhong, Yan Liu 0004, Ling Shao 0001, Korris Fu-Lai Chung
ICMR3
2007 Geometric and photometric invariant distinctive regions detection
Ling Shao 0001, Timor Kadir, J. Michael Brady
Inf. Sci.1