Jianquan Liu

dblp:85/3988 · DBLP profile ↗
← Back
23ranked-venue papers in the field
3as first author
11since 2021 · last 2025
—ORCID · conflict

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

Information Retrieval & Web Search · 14 (1 first)Data Mining & Knowledge Discovery · 3Database Systems & Data Management · 2 (2 first)Big Data, Cloud & Distributed Data Systems · 2Other / Interdisciplinary · 2
YearPublicationVenuePosition
2025 Step-wise Soft Alignment Enhanced Procedural Text Generation from Long Instructional Videos
abstract
With the rise of generative models, video-language cross-modal applications have seen significant growth. Generating procedural text from instructional videos has become a crucial task, playing a key role in both understanding visual scenes and supporting practical applications. The sequential nature of video clips is particularly important, as entities may appear across multiple clips, reflecting fine-grained intra-modal self-similarity. However, most existing training methods treat other clips in a sequence as negative samples when a target is specified, neglecting their step-wise correlations. To address this limitation, we introduce Step-wise Soft Alignment via OpTimal TrAnsport (SATA), which constructs soft positive pairs to mitigate the issue. SATA first generates a step-wise similarity matrix by leveraging visual representations and generated procedural text. It then aligns the step-wise distributions between procedural text and video clips using optimal transport. The resulting transport distance serves as a weight, treating these pairs as soft positives for contrastive learning, ultimately improving the accuracy of procedural text generation. Our experiments on the publicly available YouCookII and ActivityNet Captions datasets demonstrate the effectiveness of SATA, achieving absolute improvements of 0.5% to 1.7% and 0.6% to 14.9% in paragraph-level evaluation, respectively.
Lin Li 0001, Xian Zhong, Xiaohui Tao 0001, Jianquan Liu
ICMR5
2024 A Parallel Transformer Framework for Video Moment Retrieval
abstract
In the realm of video understanding, Video Moment Retrieval (VMR) is an important yet challenging task that aims to locate the boundary of a moment of interest within a long untrimmed video. Existing VMR methods often focus on the visual content extracted from the video only (or frame sequences), however, the rich semantic information at the object level that describes the image's content has not been explored yet. To overcome those limitations, we propose PaTF, an attention-based Parallel Transformer Framework that enriches the feature representations by exploring both low-level visual cues and high-level relational contexts of video-query pairs. Our framework consists of two parallel transformers: one for the visual-textual stream and the other for the semantic-textual stream. The visual-textual stream extracts the links between global visual features and textual information, while the semantic-textual stream emphasises the relations between objects via scene graph representations. Furthermore, our comprehensive experiment conducted on the Charades-STA dataset demonstrates that the proposed framework outperforms the state-of-the-art methods by a large margin, roughly 5% and 7% at Recall@1 with IoU = 0.5 and IoU = 0.7, respectively.
Thao-Nhu Nguyen, Zongyao Li 0004, Satoshi Yamazaki, Jianquan Liu, Cathal Gurrin
ICMR4
2024 Decoupled Progressive Distillation for Sequential Prediction with Interaction Dynamics
abstract
Sequential prediction has great value for resource allocation due to its capability in analyzing intents for next prediction. A fundamental challenge arises from real-world interaction dynamics where similar sequences involving multiple intents may exhibit different next items. More importantly, the character of volume candidate items in sequential prediction may amplify such dynamics, making deep networks hard to capture comprehensive intents. This article presents a sequential prediction framework with Decoupled Progressive Distillation (DePoD), drawing on the progressive nature of human cognition. We redefine target and non-target item distillation according to their different effects in the decoupled formulation. This can be achieved through two aspects: (1) Regarding how to learn, our target item distillation with progressive difficulty increases the contribution of low-confidence samples in the later training phase while keeping high-confidence samples in the earlier phase. And, the non-target item distillation starts from a small subset of non-target items from which size increases according to the item frequency. (2) Regarding whom to learn from, a difference evaluator is utilized to progressively select an expert that provides informative knowledge among items from the cohort of peers. Extensive experiments on four public datasets show DePoD outperforms state-of-the-art methods in terms of accuracy-based metrics.
Kaixi Hu, Lin Li 0001, Qing Xie 0002, Jianquan Liu, Xiaohui Tao 0001, Guandong Xu
ACM Trans. Inf. Syst.4
2023 A consulting system for guiding various image recognitions
abstract
In recent years, various image recognition tasks have been used in many real-world applications thanks to the development and open sources of computer vision technologies. However, the expertise of users is often required for selecting appropriate recognition engines for the analysis of given images. This limits the use of beginners who wanted to apply image recognitions for their real-world demands. To make such a selection process easier, we propose a consulting system in this paper that can automatically suggest appropriate recognition engines for given images or videos. In addition, the system can provide alternative editing operations, such as enlarging or shrinking, when the size or quality of an image is inappropriate for any recognitions. The effectiveness, easy-useness, and user-friendliness is demonstrated by the proposed consulting system.
Ryo Kawai, Noboru Yoshida, Jianquan Liu
MMAsia3
2023 Reducing the Bias of Visual Objects in Multimodal Named Entity Recognition
abstract
Visual information shows to empower accurately named entity recognition in short texts, such as posts from social media. Previous work on multimodal named entity recognition (MNER) often regards an image as a set of visual objects, trying to explicitly align visual objects and entities. However, these methods may suffer the bias introduced by visual objects when they are not identical to entities in quantity and entity type. Different from this kind of explicit alignment, we argue that implicit alignment is effective in optimizing the shared semantic space learning between text and image for improving MNER. To this end, we propose a de-bias contrastive learning based approach for MNER, which studies modality alignment enhanced by cross-modal contrastive learning. Specifically, our contrastive learning adopts a hard sample mining strategy and a debiased contrastive loss to alleviate the bias of quantity and entity type, respectively, which globally learns to align the feature spaces from text and image. Finally, the learned semantic space works with a NER decoder to recognize entities in text. Conducted on two benchmark datasets, experimental results show that our approach outperforms the current state-of-the-art methods.
Xin Zhang 0159, Jingling Yuan, Lin Li 0001, Jianquan Liu
WSDM4
2022 MomNet: Gender Prediction using Mechanism of Working Memory
abstract
In social media analysis, gender prediction is one of the most important tasks of user profiling. Web users often post messages in a timeline manner to record their living moments. These messages containing texts and images, constitute long multi-modal data that potentially represents the living style, preference, or opinion regarding users. Therefore, it is feasible to predict the gender of a user by utilizing such living moments. However, the rich modalities (time, length, text, and image) of living moments with difficult challenges have not been fully exploited by the research communities for practical applications. To this end, we propose a novel gender prediction framework based on user-posted living Moments MomNet). The MomNet mainly consists of a moment memory module and a central executive module inspired by the two characteristics of working memory theory. One is that humans can associate related information to facilitate memory. Our moment memory module aggregates similar uni-modal moments of a user to form different chunks and encode the chunks into moment memory representations. The other is that humans coordinate information from different modalities to make judgments. Our central executive module is designed to coordinate comprehensive attentions of moment memory representations from texts, images, and their combinations. Finally, a softmax classifier is used to predict gender. Extensive experiments conducted on a real-world public dataset show that our framework achieves 86.63% accuracy and outperforms all state-of-the-art methods in terms of accuracy.
Sijie Long, Lin Li 0001, Jingling Yuan, Jianquan Liu
CIKM4
2022 Person Search by Uncertain Attributes
abstract
This paper presents a person search system by uncertain attributes. Attribute-based person search aims at finding person images that are the best matched with a set of attributes specified by a user as a query. The specified query attributes are inherently uncertain due to many factors such as the difficulty of retrieving characteristics of a target person from brain-memory and environmental variations like light and viewpoint. Also, existing attribute recognition techniques typically extract confidence scores along with attributes. Most of state-of-art approaches for attribute-based person search ignore the confidence scores or simply use a threshold to filter out attributes with low confidence scores. Moreover, they do not consider the uncertainty of query attributes. In this work, we resolve this uncertainty by enabling users to specify a level of confidence with each query attribute and consider uncertainty in both query attributes and attributes extracted from person images. We define a novel matching score to measure the degree of a person matching with query attribute conditions by leveraging the knowledge of probabilistic databases. Furthermore, we propose a novel definition of Critical Point of Confidence and compute it for each query attribute to show the impact of confidence levels on rankings of results. We develop a web-based demonstration system and show its effectiveness using real-world surveillance videos.
Tingting Dong, Jianquan Liu
ICMR2
2022 Cross-Modal Retrieval between Event-Dense Text and Image
abstract
This paper presents a novel approach to the problem of event-dense text and image cross-modal retrieval where the text contains the descriptions of numerous events. It is known that modality alignment is crucial for retrieval performance. However, due to the lack of event sequence information in the image, it is challenging to perform the fine-grain alignment of the event-dense text with the image. Our proposed approach incorporates the event-oriented features to enhance the cross-modal alignment, and applies the event-dense text-image retrieval to the food domain for empirical validation. Specifically, we capture the significance of each event by Transformer, and combine it with the identified key event elements, to enhance the discriminative ability of the learned text embedding that summarizes all the events. Next, we produce the image embedding by combining the event tag jointly shared by the text and image with the visual embedding of the event-related image regions, which describes the eventual consequence of all the events and facilitates the event-based cross-modal alignment. Finally, we integrate text embedding and image embedding with the loss optimization empowered with the event tag by iteratively regulating the joint embedding learning for cross-modal retrieval. Extensive experiments demonstrate that our proposed event-oriented modality alignment approach significantly outperforms the state-of-the-art approach with a 23.3% improvement on top-1 Recall for image-to-recipe retrieval on Recipe1M 10k test set.
Zhongwei Xie, Lin Li 0001, Luo Zhong, Jianquan Liu, Ling Liu 0001
ICMR4
2022 Action Detection System Based on Pose Information
abstract
This paper introduces an action detection system based on pose information. The system utilizes view-invariant pose feature not relying on machine learning techniques, and it can detect human actions regardless of camera settings thus it is easy to apply for any target actions. System users only need to register sample images including target actions beforehand. In detection phase, the system receives an image from live camera at short intervals and computes the similarity between captured image and each pre-registered sample image. If the similarity is higher than the specified threshold, the system judges the target action is detected. We evaluated the detection performance of a common action "phone-call" using cellphone and confirmed its effectiveness.
Ryo Kawai, Noboru Yoshida, Jianquan Liu
MMAsia3
2021 What is Next when Sequential Prediction Meets Implicitly Hard Interaction?
abstract
Hard interaction learning between source sequences and their next targets is challenging, which exists in a myriad of sequential prediction tasks. During the training process, most existing methods focus on explicitly hard interactions caused by wrong responses. However, a model might conduct correct responses by capturing a subset of learnable patterns, which results in implicitly hard interactions with some unlearned patterns. As such, its generalization performance is weakened. The problem gets more serious in sequential prediction due to the interference of substantial similar candidate targets.
Kaixi Hu, Lin Li 0001, Qing Xie 0002, Jianquan Liu, Xiaohui Tao 0001
CIKM4
2021 Multi-subspace Implicit Alignment for Cross-modal Retrieval on Cooking Recipes and Food Images
abstract
Cross-modal retrieval technology can help people quickly achieve mutual information between cooking recipes and food images. Both the embeddings of the image and the recipe consist of multiple representation subspaces. We argue that multiple aspects in the recipe are related to multiple regions in the food image. It is challenging to improve the cross-modal retrieval quality by making full use of the implicit connection between multiple subspaces of recipes and images. In this paper, we propose a multi-subspace implicit alignment cross-modal retrieval framework of recipes and images. Our framework learns multi-subspace information about cooking recipes and food images with multi-head attention networks; the implicit alignment at the subspace level promotes narrowing the semantic gap between recipe embeddings and food image embeddings; triple loss and adversarial loss are combined to help our framework for cross-modal learning. The experimental results show that our framework significantly outperforms to state-of-the-art methods in terms of MedR and [email protected] on Recipe 1M.
Lin Li 0001, Ming Li 0072, Zichen Zan, Qing Xie 0002, Jianquan Liu
CIKM5
2020 Sentence-based and Noise-robust Cross-modal Retrieval on Cooking Recipes and Food Images
abstract
In recent years, people are facing with billions of food images, videos and recipes on social medias. An appropriate technology is highly desired to retrieve accurate contents across food images and cooking recipes, like cross-modal retrieval framework. Based on our observations, the order of sequential sentences in recipes and the noises in food images will affect retrieval results. We take into account the sentence-level sequential orders of instructions and ingredients in recipes, and noise portion in food images to propose a new framework for cross-retrieval. In our framework, we propose three new strategies to improve the retrieval accuracy. (1) We encode recipe titles, ingredients, instructions in sentence level, and adopt three attention networks on multi-layer hidden state features separately to capture more semantic information. (2) We apply attention mechanism to select effective features from food images incorporating with recipe embeddings, and adopt an adversarial learning strategy to enhance modality alignment. (3) We design a new triplet loss scheme with an effective sampling strategy to reduce the noise impact on retrieval results. The experimental results show that our framework clearly outperforms the state-of-art methods in terms of median rank and recall rate at top k on the Recipe 1M dataset.
Zichen Zan, Lin Li 0001, Jianquan Liu, Dong Zhou 0001
ICMR3
2019 Refining Image Search Results using Multiple Attributes
abstract
This paper presents a method of refining image search results using multiple attributes. The explosive growth of multimedia contents such as images and videos increases the difficulty of finding pieces of information from such a huge amount of contents. Users who only have a few or imprecise search conditions will be overwhelmed by the large number of search results with many of them are similar and redundant, especially when searching video frames. In this work, we utilize multiple attributes to refine search results and reduce their redundancy. We propose a technique of attribute ranking and selection in order to refine search results efficiently and effectively. In this way, we need to only use a small number of attributes that will contribute to the refinement. We demonstrate the performance of our method using real-world surveillance videos. Our proposed method can reduce up to 60% of result computation time compared to the existing method. Furthermore, our method constantly outperforms the existing method in terms of both MAP (Mean Average Precision) and precision versus recall.
Tingting Dong, Shoji Nishimura, Jianquan Liu
IEEE BigData3
2018 An Entropy Model for Loiterer Retrieval across Multiple Surveillance Cameras
abstract
Loitering is a suspicious behavior that often leads to criminal actions, such as pickpocketing and illegal entry. Tracking methods can determine suspicious behavior based on trajectory, but require continuous appearance and are difficult to scale up to multi-camera systems. Using the duration of appearance of features works on multiple cameras, but does not consider major aspects of loitering behavior, such as repeated appearance and trajectory of candidates. We introduce an entropy model that maps the location of a person's features on a heatmap. It can be used as an abstraction of trajectory tracking across multiple surveillance cameras. We evaluate our method over several datasets and compare it to other loitering detection methods. The results show that our approach has similar results to state of the art, but can provide additional interesting candidates.
Maguell L. T. L. Sandifort, Jianquan Liu, Shoji Nishimura, Wolfgang Hürst
ICMR2
2018 VisLoiter+: An Entropy Model-Based Loiterer Retrieval System with User-Friendly Interfaces
abstract
It is very difficult to fully automate the detection of loitering behavior in video surveillance, therefore humans are often required for monitoring. Alternatively, we could provide a list of potential loiterer candidates for a final yes/no judgment of a human operator. Our system, VisLoiter+, realizes this idea with a unique, user-friendly interface and by employing an entropy model for improved loitering analysis. Rather than using only frequency of appearance, we expand the loiter analysis with new methods measuring the amount of person movements across multiple camera views. The interface gives an overview of loiterer candidates to show their behavior at a glance, complemented by a lightweight video playback for further details about why a candidate was selected. We demonstrate that our system outperforms state-of-the-art solutions using real-life data sets.
Maguell L. T. L. Sandifort, Jianquan Liu, Shoji Nishimura, Wolfgang Hürst
ICMR2
2016 Probabilistic parallelisation of blocking non-matched records for big data
abstract
Blocking is a technique of filtering unlikely matched pairs for record matching, which aims to collect all pairs of records that relate to the same entities across different data sources. Blocking has been broadly adopted in data mining and database. However, for big data, there is no fast and effective blocking algorithm yet, because the number of candidate pairs is tremendous between large data sets. In this paper, we report on a probabilistic parallelisation of a recently proposed blocking that is a sequential algorithm for efficient record matching in single machines. Our approach runs blocking processes distributedly on partitioned input data. In order to reduce data exchange among those blocking processes, we adopt a probabilistic technique to assure that the processes can run independently and meanwhile the aggregated result is correct with respect to common metrics. Our experimental analysis endorses the advantage of our technique and shows its novel scalability on a Hadoop MapReduce system deployed physically in a cloud.
Chenxiao Dou, Daniel Sun 0004, Guoqiang Li 0001, Jianquan Liu
IEEE BigData5
2014 MOARLE: Matrix Operation Accelerator Based on Run-Length Encoding
Masafumi Oyamada, Jianquan Liu, Kazuyo Narita, Takuya Araki
APWeb2
2012 An Efficient Algorithm for Arbitrary Reverse Furthest Neighbor Queries
Jianquan Liu, Hanxiong Chen, Kazutaka Furuse, Hiroyuki Kitagawa
APWeb1
2011 Link prediction: the power of maximal entropy random walk
abstract
Link prediction is a fundamental problem in social network analysis. The key technique in unsupervised link prediction is to find an appropriate similarity measure between nodes of a network. A class of wildly used similarity measures are based on random walk on graph. The traditional random walk (TRW) considers the link structures by treating all nodes in a network equivalently, and ignores the centrality of nodes of a network. However, in many real networks, nodes of a network not only prefer to link to the similar node, but also prefer to link to the central nodes of the network. To address this issue, we use maximal entropy random walk (MERW) for link prediction, which incorporates the centrality of nodes of the network. First, we study certain important properties of MERW on graph $G$ by constructing an eigen-weighted graph G. We show that the transition matrix and stationary distribution of MERW on G are identical to the ones of TRW on G. Based on G, we further give the maximal entropy graph Laplacians, and show how to fast compute the hitting time and commute time of MERW. Second, we propose four new graph kernels and two similarity measures based on MERW for link prediction. Finally, to exhibit the power of MERW in link prediction, we compare 27 various link prediction methods over 3 synthetic and 8 real networks. The results show that our newly proposed MERW based methods outperform the state-of-the-art method on most datasets.
Rong-Hua Li 0001, Jeffrey Xu Yu, Jianquan Liu
CIKM3
2011 Indexing expensive functions for efficient multi-dimensional similarity search
Hanxiong Chen, Jianquan Liu, Kazutaka Furuse, Jeffrey Xu Yu, Nobuo Ohbo
Knowl. Inf. Syst.2
2010 An Efficient Algorithm for Reverse Furthest Neighbors Query with Metric Index
Jianquan Liu, Hanxiong Chen, Kazutaka Furuse, Hiroyuki Kitagawa
DEXA (2)1
2009 Indexing the Function: An Efficient Algorithm for Multi-dimensional Search with Expensive Distance Functions
Hanxiong Chen, Jianquan Liu, Kazutaka Furuse, Jeffrey Xu Yu, Nobuo Ohbo
ADMA2
2009 Extracting Related Words from Anchor Text Clusters by Focusing on the Page Designer's Intention
Jianquan Liu, Hanxiong Chen, Kazutaka Furuse, Nobuo Ohbo
DEXA1