Network


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

Hotspot


Dive into the research topics where Weiming Dong is active.

Publication


Featured researches published by Weiming Dong.


international conference on computer graphics and interactive techniques | 2009

Optimized image resizing using seam carving and scaling

Weiming Dong; Ning Zhou; Jean-Claude Paul; Xiaopeng Zhang

We present a novel method for content-aware image resizing based on optimization of a well-defined image distance function, which preserves both the important regions and the global visual effect (the background or other decorative objects) of an image. The method operates by joint use of seam carving and image scaling. The principle behind our method is the use of a bidirectional similarity function of image Euclidean distance (IMED), while cooperating with a dominant color descriptor (DCD) similarity and seam energy variation. The function is suitable for the quantitative evaluation of the resizing result and the determination of the best seam carving number. Different from the previous simplex-mode approaches, our method takes the advantages of both discrete and continuous methods. The technique is useful in image resizing for both reduction/retargeting and enlarging. We also show that this approach can be extended to indirect image resizing.


computer vision and pattern recognition | 2013

Segment-Tree Based Cost Aggregation for Stereo Matching

Xing Mei; Xun Sun; Weiming Dong; Haitao Wang; Xiaopeng Zhang

Segment-tree (ST) based cost aggregation algorithm for stereo matching successfully integrates the information of segmentation with non-local cost aggregation framework. The tree structure which is generated by the segmentation strategy directly determines the final results for this kind of algorithms. However, the original strategy performs unreasonable due to its coarse performance and ignores to meet the disparity consistency assumption. To improve these weaknesses we propose a novel segmentation algorithm for constructing a more faithful ST with enhanced segmentation advantage according to a robust initial over-segmentation. Then we implement non-local cost aggregation framework on this new ST structure and obtain improved disparity maps. Performance evaluations on all 31 Middlebury stereo pairs show that the proposed algorithm outperforms than other five state-of-the-art aggregated based algorithms and also keeps time efficiency.


international conference on computer graphics and interactive techniques | 2014

Inverse procedural modeling of facade layouts

Fuzhang Wu; Dong-Ming Yan; Weiming Dong; Xiaopeng Zhang; Peter Wonka

In this paper, we address the following research problem: How can we generate a meaningful split grammar that explains a given facade layout? To evaluate if a grammar is meaningful, we propose a cost function based on the description length and minimize this cost using an approximate dynamic programming framework. Our evaluation indicates that our framework extracts meaningful split grammars that are competitive with those of expert users, while some users and all competing automatic solutions are less successful.


Computers & Graphics | 2005

Technical section: A new algorithm for Boolean operations on general polygons

Yu Peng; Jun-Hai Yong; Weiming Dong; Hui Zhang; Jia-Guang Sun

A new algorithm for Boolean operations on general planar polygons is presented. It is available for general planar polygons (manifold or non-manifold, with or without holes). Edges of the two general polygons are subdivided at the intersection points and touching points. Thus, the boundary of the Boolean operation resultant polygon is made of some whole edges of the polygons after the subdivision process. We use the simplex theory to build the basic mathematical model of the new algorithm. The subordination problem between an edge and a polygon is reduced to a problem of determining whether a point is on some edges of some simplices or inside the simplices, and the associated simplicial chain of the resultant polygon is just an assembly of some simplices and their coefficients of the two polygons after the subdivision process. Examples show that the running time required by the new algorithm is less than one-third of that by the Rivero and Feito algorithm.


Computer Graphics Forum | 2013

Content-Based Colour Transfer

Fuzhang Wu; Weiming Dong; Yan Kong; Xing Mei; Jean-Claude Paul; Xiaopeng Zhang

This paper presents a novel content‐based method for transferring the colour patterns between images. Unlike previous methods that rely on image colour statistics, our method puts an emphasis on high‐level scene content analysis. We first automatically extract the foreground subject areas and background scene layout from the scene. The semantic correspondences of the regions between source and target images are established. In the second step, the source image is re‐coloured in a novel optimization framework, which incorporates the extracted content information and the spatial distributions of the target colour styles. A new progressive transfer scheme is proposed to integrate the advantages of both global and local transfer algorithms, as well as avoid the over‐segmentation artefact in the result. Experiments show that with a better understanding of the scene contents, our method well preserves the spatial layout, the colour distribution and the visual coherence in the transfer process. As an interesting extension, our method can also be used to re‐colour video clips with spatially‐varied colour effects.


Journal of Computer Science and Technology | 2012

Fast Multi-Operator Image Resizing and Evaluation

Weiming Dong; Guanbo Bao; Xiaopeng Zhang; Jean-Claude Paul

Current multi-operator image resizing methods succeed in generating impressive results by using image similarity measure to guide the resizing process. An optimal operation path is found in the resizing space. However, their slow resizing speed caused by inefficient computation strategy of the bidirectional patch matching becomes a drawback in practical use. In this paper, we present a novel method to address this problem. By combining seam carving with scaling and cropping, our method can realize content-aware image resizing very fast. We define cost functions combing image energy and dominant color descriptor for all the operators to evaluate the damage to both local image content and global visual effect. Therefore our algorithm can automatically find an optimal sequence of operations to resize the image by using dynamic programming or greedy algorithm. We also extend our algorithm to indirect image resizing which can protect the aspect ratio of the dominant object in an image.


international conference on computer graphics and interactive techniques | 2010

Fast local color transfer via dominant colors mapping

Weiming Dong; Guanbo Bao; Xiaopeng Zhang; Jean-Claude Paul

Color transfer is an image editing technique which arises various applications, from daily photo appearance enhancement to movie post-processing. An ideal color transfer algorithm should keep the scene from the source image and apply the color style of the target image. All the dominant colors in the target image should be transferred to the source, while the colors in the source image which are apparently distinct from the target style should not appear in the result. The preservation of the scene details is also important for a good color transfer algorithm.


Neural Computing and Applications | 2005

Efficient vector quantization using genetic algorithm

Hong-Wei Sun; Kwok-Yan Lam; Siu Leung Chung; Weiming Dong; Ming Gu; Jia-Guang Sun

This paper proposes a new codebook generation algorithm for image data compression using a combined scheme of principal component analysis (PCA) and genetic algorithm (GA). The combined scheme makes full use of the near global optimal searching ability of GA and the computation complexity reduction of PCA to compute the codebook. The experimental results show that our algorithm outperforms the popular LBG algorithm in terms of computational efficiency and image compression performance.


IEEE Transactions on Visualization and Computer Graphics | 2014

Summarization-Based Image Resizing by Intelligent Object Carving

Weiming Dong; Ning Zhou; Tong-Yee Lee; Fuzhang Wu; Yan Kong; Xiaopeng Zhang

Image resizing can be more effectively achieved with a better understanding of image semantics. In this paper, similar patterns that exist in many real-world images. are analyzed. By interactively detecting similar objects in an image, the image content can be summarized rather than simply distorted or cropped. This method enables the manipulation of image pixels or patches as well as semantic objects in the scene during image resizing process. Given the special nature of similar objects in a general image, the integration of a novel object carving operator with the multi-operator framework is proposed for summarizing similar objects. The object removal sequence in the summarization strategy directly affects resizing quality. The method by which to evaluate the visual importance of the object as well as to optimally select the candidates for object carving is demonstrated. To achieve practical resizing applications for general images, a template matching-based method is developed. This method can detect similar objects even when they are of various colors, transformed in terms of perspective, or partially occluded. To validate the proposed method, comparisons with state-of-the-art resizing techniques and a user study were conducted. Convincing visual results are shown to demonstrate the effectiveness of the proposed method.


IEEE Transactions on Visualization and Computer Graphics | 2016

Image Retargeting by Texture-Aware Synthesis

Weiming Dong; Fuzhang Wu; Yan Kong; Xing Mei; Tong-Yee Lee; Xiaopeng Zhang

Real-world images usually contain vivid contents and rich textural details, which will complicate the manipulation on them. In this paper, we design a new framework based on exampled-based texture synthesis to enhance content-aware image retargeting. By detecting the textural regions in an image, the textural image content can be synthesized rather than simply distorted or cropped. This method enables the manipulation of textural & non-textural regions with different strategies since they have different natures. We propose to retarget the textural regions by example-based synthesis and non-textural regions by fast multi-operator. To achieve practical retargeting applications for general images, we develop an automatic and fast texture detection method that can detect multiple disjoint textural regions. We adjust the saliency of the image according to the features of the textural regions. To validate the proposed method, comparisons with state-of-the-art image retargeting techniques and a user study were conducted. Convincing visual results are shown to demonstrate the effectiveness of the proposed method.

Collaboration


Dive into the Weiming Dong's collaboration.

Top Co-Authors

Avatar

Xiaopeng Zhang

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Xing Mei

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Bao-Gang Hu

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar

Fuzhang Wu

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar

Fan Tang

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar

Yan Kong

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar

Dong-Ming Yan

Chinese Academy of Sciences

View shared research outputs
Researchain Logo
Decentralizing Knowledge