Li Liu 0004

dblp:33/4528-4 · DBLP profile ↗
← Back
13ranked-venue papers in the field
1as first author
5since 2021 · last 2023
0009-0008-0974-5240ORCID · conflict

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

Knowledge Engineering, Semantic Web & Information Systems · 5 (1 first)Database Systems & Data Management · 4Information Retrieval & Web Search · 3Data Mining & Knowledge Discovery · 1
YearPublicationVenuePosition
2023 Data driven recurrent generative adversarial network for generalized zero shot image classification
Jie Zhang 0005, Shengbin Liao, Haofeng Zhang 0001, Yang Long 0001, Zheng Zhang 0006, Li Liu 0004
Inf. Sci.6
2022 Semi-supervised cross-modal hashing with multi-view graph representation
Haofeng Zhang 0001, Lunbo Li, Wankou Yang, Li Liu 0004
Inf. Sci.5
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.4
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.5
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.5
2020 Semantic-rebased cross-modal hashing for scalable unsupervised text-visual retrieval
Yuming Shen, Haofeng Zhang 0001, Li Liu 0004
Inf. Process. Manag.4
2020 Towards Automatic Construction of Diverse, High-Quality Image Datasets
abstract
The availability of labeled image datasets has been shown critical for high-level image understanding, which continuously drives the progress of feature designing and models developing. However, constructing labeled image datasets is laborious and monotonous. To eliminate manual annotation, in this work, we propose a novel image dataset construction framework by employing multiple textual queries. We aim at collecting diverse and accurate images for given queries from the Web. Specifically, we formulate noisy textual queries removing and noisy images filtering as a multi-view and multi-instance learning problem separately. Our proposed approach not only improves the accuracy but also enhances the diversity of the selected images. To verify the effectiveness of our proposed approach, we construct an image dataset with 100 categories. The experiments show significant performance gains by using the generated data of our approach on several tasks, such as image classification, cross-dataset generalization, and object detection. The proposed method also consistently outperforms existing weakly supervised and web-supervised approaches.
Yazhou Yao, Jian Zhang 0002, Fumin Shen, Li Liu 0004, Fan Zhu 0001, Dongxiang Zhang, Heng Tao Shen
IEEE Trans. Knowl. Data Eng.4
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
ICDE5
2018 GraphCAR: Content-aware Multimedia Recommendation with Graph Autoencoder
abstract
Precisely recommending relevant multimedia items from massive candidates to a large number of users is an indispensable yet difficult task on many platforms. A promising way is to project users and items into a latent space and recommend items via the inner product of latent factor vectors. However, previous studies paid little attention to the multimedia content itself and couldn't make the best use of preference data like implicit feedback. To fill this gap, we propose a Content-aware Multimedia Recommendation Model with Graph Autoencoder (GraphCAR), combining informative multimedia content with user-item interaction. Specifically, user-item interaction, user attributes and multimedia contents (e.g., images, videos, audios, etc.) are taken as input of the autoencoder to generate the item preference scores for each user. Through extensive experiments on two real-world multimedia Web services: Amazon and Vine, we show that GraphCAR significantly outperforms state-of-the-art techniques of both collaborative filtering and content-based methods.
Qidi Xu, Fumin Shen, Li Liu 0004, Heng Tao Shen
SIGIR3
2018 Multiview Discrete Hashing for Scalable Multimedia Search
abstract
Hashing techniques have recently gained increasing research interest in multimedia studies. Most existing hashing methods only employ single features for hash code learning. Multiview data with each view corresponding to a type of feature generally provides more comprehensive information. How to efficiently integrate multiple views for learning compact hash codes still remains challenging. In this article, we propose a novel unsupervised hashing method, dubbed multiview discrete hashing (MvDH), by effectively exploring multiview data. Specifically, MvDH performs matrix factorization to generate the hash codes as the latent representations shared by multiple views, during which spectral clustering is performed simultaneously. The joint learning of hash codes and cluster labels enables that MvDH can generate more discriminative hash codes, which are optimal for classification. An efficient alternating algorithm is developed to solve the proposed optimization problem with guaranteed convergence and low computational complexity. The binary codes are optimized via the discrete cyclic coordinate descent (DCC) method to reduce the quantization errors. Extensive experimental results on three large-scale benchmark datasets demonstrate the superiority of the proposed method over several state-of-the-art methods in terms of both accuracy and scalability.
Xiaobo Shen 0001, Fumin Shen, Li Liu 0004, Yun-Hao Yuan 0001, Weiwei Liu 0003, Quan-Sen Sun
ACM Trans. Intell. Syst. Technol.3
2017 Classification by Retrieval: Binarizing Data and Classifiers
abstract
This paper proposes a generic formulation that significantly expedites the training and deployment of image classification models, particularly under the scenarios of many image categories and high feature dimensions. As the core idea, our method represents both the images and learned classifiers using binary hash codes, which are simultaneously learned from the training data. Classifying an image thereby reduces to retrieving its nearest class codes in the Hamming space. Specifically, we formulate multiclass image classification as an optimization problem over binary variables. The optimization alternatingly proceeds over the binary classifiers and image hash codes. Profiting from the special property of binary codes, we show that the sub-problems can be efficiently solved through either a binary quadratic program (BQP) or a linear program. In particular, for attacking the BQP problem, we propose a novel bit-flipping procedure which enjoys high efficacy and a local optimality guarantee. Our formulation supports a large family of empirical loss functions and is, in specific, instantiated by exponential and linear losses. Comprehensive evaluations are conducted on several representative image benchmarks. The experiments consistently exhibit reduced computational and memory complexities of model training and deployment, without sacrificing classification accuracy.
Fumin Shen, Yadong Mu, Yang Yang 0002, Wei Liu 0005, Li Liu 0004, Jingkuan Song, Heng Tao Shen
SIGIR5
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.3
2015 Evolutionary compact embedding for large-scale image classification
Li Liu 0004, Ling Shao 0001, Xuelong Li 0001
Inf. Sci.1