Arrow Research search

Author name cluster

Qin Lei

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

3 papers
2 author rows

Possible papers

3

AAAI Conference 2025 Conference Paper

One-Shot Reference-based Structure-Aware Image to Sketch Synthesis

  • Rui Yang
  • Honghong Yang
  • Li Zhao
  • Qin Lei
  • Mianxiong Dong
  • Kaoru Ota
  • Xiaojun Wu

Generating sketches that accurately reflect the content of reference images presents numerous challenges. Current methods either require paired training data or fail to accommodate a wider range and diversity of sketch styles. While pre-trained diffusion models have shown strong text-based control capabilities for reference-based content sketch generation, state-of-the-art methods still struggle with reference-based sketch generation for given content. The main difficulties lie in (1) balancing content preservation with style enhancement, and (2) representing content image textures at varying levels of abstraction to approximate the reference sketch style. In this paper, we propose a method (Ref2Sketch-SA) that transforms a given content image into a sketch based on a reference sketch. The core strategies include (1) using DDIM Inversion to enhance structural consistency in the sketch generation of content images; (2) injecting noise into the input image during the denoising process to produce a sketch that retains content attributes while aligning with, yet differing in texture from, the reference. Our model demonstrates superior performance across multiple evaluation metrics, including user style preference.

TCS Journal 2024 Journal Article

Land use and land cover change simulation enhanced by asynchronous communicating cellular automata

  • Qin Lei
  • Hong Jin
  • Jia Lee
  • Jiang Zhong

Land use and land cover change (LUCC) modeling is crucial to urban planning and policy making. A well-used and effective paradigm for LUCC is the ANN-CA model which employs an artificial neural network (ANN) to calculate a transition probability over each land cell from various driving factors, and then uses a cellular automaton (CA) to evolve all cells consecutively to update their land usage and coverage according to the estimated probability distribution. This paper focuses on the effect of delays or perturbations possibly taking place between land cells on the LUCC modeling. To this end, a new ANN-CA model is proposed which adopts an asynchronous communicating cellular automaton (ACCA), rather than the conventional synchronous CA. Especially, the ACCA allows every cell to communicate with its neighbors independently at random times via a specific protocol, which offers a natural way to include stochastic delays in exchanging the current land usages between cells. As a result, every change of a cell's land use in the ACCA may not affect its neighbors immediately, but is subject to delays that might play an important role in modeling the practical LUCC. Numerical analysis of the new model are carried out over three regions of Chongqing city, China with different scales: Yongchuan District, Sanjiao Town, and Huangguashan Village, and experimental results demonstrate that the proposed ANN-ACCA model can achieve a higher accuracy for LUCC simulation as compared to conventional ANN-CA models.

ECAI Conference 2023 Conference Paper

Enhancing Document-Level Relation Extraction with Relation-Specific Entity Representation and Evidence Sentence Augmentation

  • Qizhu Dai
  • Jiang Zhong
  • Wei Zhu
  • Chen Wang 0074
  • Hong Yin
  • Qin Lei
  • Xue Li 0001
  • Rongzhen Li

Document-level relation extraction (DocRE) is an important task in natural language processing, with applications in knowledge graph construction, question answering, and biomedical text analysis. However, existing approaches to DocRE have limitations in predicting relations between entities using fixed entity representations, which can lead to inaccurate results. In this paper, we propose a novel DocRE model that addresses these limitations by using a relation-specific entity representation method and evidence sentence augmentation. Our model uses evidence sentence augmentation to identify top-k evidence sentences for each relation and a relation-specific entity representation method that aggregates the importance of entity mentions using an attention mechanism. These two components work together to capture the context of each entity mention in relation to the specific relation being predicted and select evidence sentences that support accurate relation identification. Finally, we re-predicts entity relations based on the evidence sentences, called relationship reordering module. This module re-predicts entity relationships based on the predicted set of evidence sentences to form k sets of relationship predictions, and then averages these k+1 sets of results to obtain the final relationship predictions. Experimental results on the DocRED dataset demonstrate that our proposed model achieves an F1 score of 62. 84% and an lgn F1 score of 60. 79%, outperforming state-of-the-art methods.

v2026.09.13