Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Jinqiu Sun is active.

Publication


Featured researches published by Jinqiu Sun.


Neurocomputing | 2017

High dynamic range imaging by sparse representation

Qingsen Yan; Jinqiu Sun; Haisen Li; Yu Zhu; Yanning Zhang

Abstract High dynamic range (HDR) imaging technology is becoming increasingly popular in various applications. A common approach to get an HDR image is the multiple exposed images fusion. However, the phenomenon of ghosting artifacts is brought in for the scene with non-static objects. This paper proposes a ghost-free HDR image synthesis algorithm that utilizes a sparse representation framework. Based on the dependency among adjacent low dynamic range (LDR) images and the sparsity of the moving object that leads to the ghost artifacts, we formulate the problem into two steps: moving object detection and ghost free HDR generation. In the moving object detection step, we formulate the problem as sparse representation due to the sparsity and instantaneous of the moving objects. In the HDR generation step, joint weighting is proposed to generate a ghost-free HDR image from the reference image. Experiments show that the proposed algorithm outperforms the state-of-the-art methods favorably on the textures and colors.


sino foreign interchange conference on intelligent science and intelligent data engineering | 2011

A novel method for smearing intensity estimation and elimination

Jinqiu Sun; Jun Zhou

Smear Phenomenon is the inherent characteristics of frame transfer CCD. In this paper we proposed a novel method for smear intensity estimation and elimination. First, we analyzed the detailed imaging mechanism and principle to eliminate smear. Then, adaptive threshold is applied to determine model to locate smear region, and statistical analysis and alpha-trimmed mean filter to estimate smear intensity with high precision. Eventually, eliminate the smear using differential filter to improve the image quality. The method not only applies to singer image, but also for image sequence. Experimental results of real images show that this method can effectively remove the smear signal while better preserve characteristics of weak target.


Neurocomputing | 2018

ARSAC: Efficient model estimation via adaptively ranked sample consensus

Rui Li; Jinqiu Sun; Dong Gong; Yu Zhu; Haisen Li; Yanning Zhang

Abstract RANSAC is a popular robust model estimation algorithm in various computer vision applications. However, the speed of RANSAC declines dramatically as the inlier rate of the measurements decreases. In this paper, a novel Adaptively Ranked Sample Consensus(ARSAC) algorithm is presented to boost the speed and robustness of RANSAC. The algorithm adopts non-uniform sampling based on the ranked measurements to speed up the sampling process. Instead of a fixed measurement ranking, we design an adaptive scheme which updates the ranking of the measurements, to incorporate high quality measurements into sample at high priority. At the same time, a geometric constraint is proposed during sampling process to select measurements with scattered distribution in images, which could alleviate degenerate cases in epipolar geometry estimation. Experiments on both synthetic and real-world data demonstrate the superiority in efficiency and robustness of the proposed algorithm compared to the state-of-the-art methods.


Neurocomputing | 2018

Blind image deblurring by promoting group sparsity

Dong Gong; Rui Li; Yu Zhu; Haisen Li; Jinqiu Sun; Yanning Zhang

Abstract Blind image deblurring aims to recover the sharp image from a blurred observation, which is an ill-posed inverse problem. Proper image priors for the unknown variables (i.e. latent sharp image and blur kernel) are crucial. Abundant previous methods have shown the effectiveness of the sparsity-based priors on both image gradients and the blur kernel. The correlation among the elements of the sparse variables is paid less attention, however. In this paper, we propose to handle the blind image deblurring problem by promoting group sparsity. The proposed group sparsity priors are based on the fact that the nonzero elements of natural image gradients and blur kernels tend to cluster in structured group pattern. Based on the proposed priors, we introduce proper algorithms to iteratively update latent image gradients and blur kernel, respectively. The proposed algorithms preserve the salient structures and smooth the minor components in image gradients and restrict the blur kernel in a domain of dynamic group sparse vector. To illustrate the reliability of the proposed algorithm, we conduct experiments to analyze the properties of the regularizers and the convergence property of the proposed algorithm. Experiments with both quantitative and visual comparison further prove the effectiveness of the proposed method.


international conference on intelligent science and big data engineering | 2017

Multi-image Deblurring Using Complement

Pei Wang; Jinqiu Sun; Haisen Li; Xueling Chen; Yu Zhu; Yanning Zhang

The purpose of image restoration is to recover the latent image from the observed blurred images. In multi-image restoration, the input image’s quality directly affects the final deblurring result. In this paper, a blurry images restoration method based on the complement is proposed for the selection of images in multi-image restoration. First, we give a description of complement between different images. Then, the blurred images of maximum complement are selected by image selection method which is based on the iterative maximum complement. Finally, we use an existing deblurring method to estimate the latent image. We compare the new method with traditional methods, the experimental results clearly demonstrate the efficacy of the proposed method.


international conference on intelligent science and big data engineering | 2017

Blind Multi-frame Super Resolution with Non-identical Blur

Wei Sun; Jinqiu Sun; Xueling Chen; Yu Zhu; Haisen Li; Yanning Zhang

Real world video super resolution is an challenging problem due to the complex motion field and unknown blur kernel. Although multi-frame super resolution has been extensively studied in past decades, it still remained problems and always assumed that the blur kernels were identical in different frames. In this paper, we propose an novel blind multi-frame super resolution method with non-identical blur. To estimate blur kernels of different frames, we propose using salient edges selection method for more accurate kernel estimation. The whole process of estimation is based on Hyper-Laplacian prior, and iterative value updating through a multi-scale process. After the kernels of different frames are estimated, the high resolution frame is reconstructed using a cost function. The proposed method can obtain superior results, and outperforms the state of the art in the experiments through subjective and objective evaluation.


international conference on image and graphics | 2017

A Dim Small Target Detection Method Based on Spatial-Frequency Domain Features Space

Jinqiu Sun; Danna Xue; Haisen Li; Yu Zhu; Yanning Zhang

The target detection, especially extracting low SNR potential targets and stars from the star images, plays as a key technology in the space debris surveillance. Due to the complexity of the imaging environment, the detection of dim small targets in star images faces many difficulties, including low SNR and rare unstable features. This paper proposes a dim small target detection method based on the high dimensional spatial-frequency domain features extracted by filter bank, and training the support vector machine (SVM) classifier. The experimental results demonstrate that the proposed method exceeds the state-of-the-art on the ability to detect low SNR targets.


Selected Papers of the Chinese Society for Optical Engineering Conferences held October and November 2016 | 2017

Statistical learning modeling method for space debris photometric measurement

Wenjing Sun; Jinqiu Sun; Yanning Zhang; Haisen Li

Photometric measurement is an important way to identify the space debris, but the present methods of photometric measurement have many constraints on star image and need complex image processing. Aiming at the problems, a statistical learning modeling method for space debris photometric measurement is proposed based on the global consistency of the star image, and the statistical information of star images is used to eliminate the measurement noises. First, the known stars on the star image are divided into training stars and testing stars. Then, the training stars are selected as the least squares fitting parameters to construct the photometric measurement model, and the testing stars are used to calculate the measurement accuracy of the photometric measurement model. Experimental results show that, the accuracy of the proposed photometric measurement model is about 0.1 magnitudes.


CCF Chinese Conference on Computer Vision | 2017

ARSAC: Robust Model Estimation via Adaptively Ranked Sample Consensus

Rui Li; Jinqiu Sun; Yu Zhu; Haisen Li; Yanning Zhang

RANSAC is a popular model estimation algorithm in various of computer vision applications. However, it easily gets slow as the inlier rate of the measurements declines. In this paper, a novel Adaptively Ranked Sample Consensus (ARSAC) algorithm is presented to boost the speed and robustness of RANSAC. Our algorithm adopts non-uniform sampling based on the ranked measurements. We propose an adaptive scheme which updates the ranking of the measurements on each trial, to incorporate high quality measurement into sample at high priority. We also design a geometric constraint during sampling process, which could alleviate degenerate cases caused by non-uniform sampling in epipolar geometry. Experiments on real-world data demonstrate the effectiveness and robustness of the proposed method compared to the state-of-the-art methods.


international conference on intelligent science and big data engineering | 2015

Super-Resolution of Video Using Deformable Patches

Yu Zhu; Yanning Zhang; Jinqiu Sun

We introduce the external examples to address the video super-resolution problem. Instead of using sub-pixel complementary information or self-similar examples, we propose the concept that the high frequency video details could be estimated from the external examples effectively. We prepare the high resolution dictionary by randomly selecting patches from the external high resolution images. For each low resolution patch in current frame, we select its neighboring similar patches within current and adjacent frames as the adaptive neighborhood. Their corresponding HR patches in the dictionary are chosen as the deformation candidates. Then we deform them to fit the LR patch. These patches are weighted combined and the final high resolution image is reconstructed by imposing the global constraints. Experiments show that our method outperforms the state-of-art methods.

Collaboration


Dive into the Jinqiu Sun's collaboration.

Top Co-Authors

Avatar

Yanning Zhang

Northwestern Polytechnical University

View shared research outputs
Top Co-Authors

Avatar

Yu Zhu

Northwestern Polytechnical University

View shared research outputs
Top Co-Authors

Avatar

Haisen Li

Northwestern Polytechnical University

View shared research outputs
Top Co-Authors

Avatar

Rui Yao

Northwestern Polytechnical University

View shared research outputs
Top Co-Authors

Avatar

Rui Li

Northwestern Polytechnical University

View shared research outputs
Top Co-Authors

Avatar

Danna Xue

Northwestern Polytechnical University

View shared research outputs
Top Co-Authors

Avatar

Dong Gong

Northwestern Polytechnical University

View shared research outputs
Top Co-Authors

Avatar

Haichao Zhang

Northwestern Polytechnical University

View shared research outputs
Top Co-Authors

Avatar

Jianwei Gao

Northwestern Polytechnical University

View shared research outputs
Top Co-Authors

Avatar

Lei Li

Northwestern Polytechnical University

View shared research outputs
Researchain Logo
Decentralizing Knowledge