Yingkang Hu’s research while affiliated with Georgia Southern University and other places

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (16)


High-degree polynomial models for CT simulation
  • Article

January 2012

·

23 Reads

Journal of X-Ray Science and Technology

Yingkang Hu

·

The power and flexibility of polynomial surfaces are unleashed when their degrees are no longer restricted to four or lower, as they are used in early CT phantoms. They have proved useful and appropriate for geometric simulation of human and animal anatomy. In this paper a general algorithm is presented for the x-ray transform of any polynomial surface, as long as its ray-surface intersection equation is implemented on the computer. A versatile and powerful polynomial utility C++ class is created to simplify the implementation. Three groups of surfaces are implemented and applied to build a heart phantom closely simulating the Visible Man's heart. The x-ray transform algorithm is tested and verified by the successful reconstruction of the heart phantom.


Computed tomography simulation using supertoroids

February 2010

Journal of X-Ray Science and Technology

Analytic simulation in computed tomography(CT) generates projection data for evaluating and improving CT image reconstruction algorithms and has played an important role in the research and development of x-ray CT. The simulation is desired to be as realistic as possible while the computation needs to be efficient and accurate. Early primitive equation-based phantoms such as Shepp-Logan and FORBILD use only boxes, cylinders, and quadrics to simulate body parts. The superquadrics have been used in Computer Graphics since 1980's, and in CT since 1990's. While their more complex shapes make them more realistic in simulation, the difficulties in solving their equations increase dramatically, which restricts their use, especially in ray-tracing and x-ray transform. Zhu et al. developed an algorithm for ray-intersecting the superellipsoid and used it to build a thorax phantom. No algorithms for ray-intersecting the supertoroid, however, are known up to now to the best of our knowledge. In this paper we propose such an algorithm and use it in computation of x-ray transform. The algorithm was tested by a phantom consisting of the top portion of vertebrae and a few ribs. Cone-beam data were produced from the phantom, and then used to reconstruct the phantom.


Computed tomography simulation using supertoroids

January 2010

·

12 Reads

·

5 Citations

Journal of X-Ray Science and Technology

Analytic simulation in computed tomography(CT) generates projection data for evaluating and improving CT image reconstruction algorithms and has played an important role in the research and development of x-ray CT. The simulation is desired to be as realistic as possible while the computation needs to be efficient and accurate. Early primitive equation-based phantoms such as Shepp-Logan and FORBILD use only boxes, cylinders, and quadrics to simulate body parts. The superquadrics have been used in Computer Graphics since 1980's, and in CT since 1990's. While their more complex shapes make them more realistic in simulation, the difficulties in solving their equations increase dramatically, which restricts their use, especially in ray-tracing and x-ray transform. Zhu et al. developed an algorithm for ray-intersecting the superellipsoid and used it to build a thorax phantom. No algorithms for ray-intersecting the supertoroid, however, are known up to now to the best of our knowledge. In this paper we propose such an algorithm and use it in computation of x-ray transform. The algorithm was tested by a phantom consisting of the top portion of vertebrae and a few ribs. Cone-beam data were produced from the phantom, and then used to reconstruct the phantom.


Density-Weighted Fuzzy c-Means Clustering

March 2009

·

140 Reads

·

71 Citations

IEEE Transactions on Fuzzy Systems

In this short paper, a unified framework for performing density-weighted fuzzy c-means (FCM) clustering of feature and relational datasets is presented. The proposed approach consists of reducing the original dataset to a smaller one, assigning each selected datum a weight reflecting the number of nearby data, clustering the weighted reduced dataset using a weighted version of the feature or relational data FCM algorithm, and if desired, extending the reduced data results back to the original dataset. Several methods are given for each of the tasks of data subset selection, weight assignment, and extension of the weighted clustering results. The newly proposed weighted version of the non-Euclidean relational FCM algorithm is proved to produce the identical results as its feature data analog for a certain type of relational data. Artificial and real data examples are used to demonstrate and contrast various instances of this general approach.


An algorithm for clustering tendency assessment

July 2008

·

42 Reads

·

9 Citations

The visual assessment of tendency (VAT) technique, developed by J.C. Bezdek, R.J. Hathaway and J.M. Huband, uses a visual approach to find the number of clusters in data. In this paper, we develop a new algorithm that processes the numeric output of VAT programs, other than gray level images as in VAT, and produces the tendency curves. Possible cluster borders will be seen as high-low patterns on the curves, which can be caught not only by human eyes but also by the computer. Our numerical results are very promising. The program caught cluster structures even in cases where the visual outputs of VAT are virtually useless.


Tendency curves for visual clustering assessment

May 2008

·

29 Reads

·

2 Citations

We improve the visual assessment of tendency (VAT) technique, which, developed by J.C. Bezdek, R.J. Hathaway and J.M. Huband, uses a visual approach to find the number of clusters in data. Instead of using square gray level images of dissimilarity matrices as in VAT, we further process the matrices and produce the tendency curves. Possible cluster structure will be shown as peak-valley patterns on the curves, which can be caught not only by human eyes but also by the computer. Our numerical experiments showed that the computer can catch cluster structures from the tendency curves even in cases where the visual outputs of VAT are virtually useless.


On Efficiency of Optimization in Fuzzy c-Means

December 2002

·

23 Reads

·

14 Citations

Neural Parallel and Scientific Computations

The efficiency of optimization in fuzzy c-means clustering is investigated. Numerous, powerful, general-purpose simultaneous optimization (SO) methods, and hybrid methods combining these and the most widely used alternating optimization (AO) method, are extensively tested for speed comparison. AO is clearly the best and simplest of the methods we tested when used on data sets of small or moderate sizes, especially those containing well-separated clusters. This justifies the extremely wide use of AO. On large-scale problems, some methods we tested are significantly faster than AO.


Local convergence of tri-level alternating optimization
  • Article
  • Full-text available

March 2001

·

300 Reads

·

20 Citations

Neural Parallel and Scientific Computations

Download

Fig. 1. 
Fig. 2. 
Fig. 3. "Two cluster data" scatterplot and initial prototypes c = 2.
Fig. 4. 
Fig. 5. 

+1

Generalized fuzzy c-means clustering strategies using Lp norm distances

November 2000

·

1,120 Reads

·

310 Citations

IEEE Transactions on Fuzzy Systems

Fuzzy c-means (FCM) is a useful clustering technique. Modifications of FCM using L1 norm distances increase robustness to outliers. Object and relational data versions of FCM clustering are defined for the more general case where the Lp norm (p&ges;1) or semi-norm (0<p<1) is used as the measure of dissimilarity. We give simple (though computationally intensive) alternating optimization schemes for all object data cases of p>0 in order to facilitate the empirical examination of the object data models. Both object and relational approaches are included in a numerical study


Modified Adaptive Algorithms

August 2000

·

12 Reads

·

7 Citations

SIAM Journal on Numerical Analysis

It is well known that the adaptive algorithm is simple and easy to program but the results are not fully competitive with other nonlinear methods such as free knot spline approximation. We modify the algorithm to take full advantages of nonlinear approximation. The new algorithms have the same approximation order as other nonlinear methods, which is proved by characterizing their approximation spaces. One of our algorithms is implemented on the computer, with numerical results illustrated by figures and tables.


Citations (13)


... For the special choice ≔ , ,1 with > 0 and being a finite Borel measure on Q (or, more generally, a superadditive function, see Section 3.3), the dual problem has attracted much attention in numerous papers by Birman and Solomjak [BS67; BS70], Borzov [Bor71], and more recently by Davydov, Kozynenko, and Skorokhodov [DKS20] and by Hu, Kopotun, and Yu [HKY00]. The study of , in [BS67] was motivated by the study of integral operators (see for instance [Bor71] ...

Reference:

Optimal Partition Problems and Applications to Kreĭn–Feller Operators and Quantization Problems
Modified Adaptive Algorithms
  • Citing Article
  • August 2000

SIAM Journal on Numerical Analysis

... In this part we present a general principle of alternating optimization and existing approaches of photometric stereo which exploit this principle. Alternating optimization is one of the existing heuristic algorithms which consists in minimization of the objective function successively fixing all but one variable, [97], [98], [99]. ...

Local convergence of tri-level alternating optimization

Neural Parallel and Scientific Computations

... The off-diagonal values of the reordered dissimilarity matrix have been used by some researchers to automatically determine the cluster structure of a data set. Hu and Hathaway [57], [58] introduced the concept of tendency curves to identify possible diagonal blocks in the RDI by using various averages of values of the w subdiagonal band (excluding the diagonal) of the RDI, which are stored as vectors and displayed as curves. The possible cluster borders are then seen as the high-low patterns on the tendency curves, which can be caught not only by human eyes but also by the computer using a suitable threshold. ...

Tendency curves for visual clustering assessment
  • Citing Article
  • May 2008

... The main difference between this protocol and the existing LTE access protocol is that the time slot Aloha access method is adopted for the services that are not sensitive to delay, and the effective data volume is small, while for the large data volume or delay-sensitive services, the access method is based on random access mode of ACB [29]. The protocol effectively avoids the problems of a sharp increase in signaling consumption and a decrease in overall system performance caused by the ACB mechanism for small data services, and it also ensures the needs of large data services and high-priority services. ...

An algorithm for clustering tendency assessment
  • Citing Article
  • July 2008

... The current improvements can be divided into two types, including improvements to traditional algorithms from the perspective of data features and algorithm principles. From the perspective of data features, the entropy measure [30], distance measure [25,31], and probabilistic Euclidean distance [26] are extended to obtain the contributions of different features to the sample. For instance, Cherif et al. [27] proposed the three new interval type-2 fuzzy similarity measures and joined with fuzzy C-means algorithm. ...

Density-Weighted Fuzzy c-Means Clustering
  • Citing Article
  • March 2009

IEEE Transactions on Fuzzy Systems

... The future work are comparison of these two algorithms introduced in this articles with ML-EM algorithms (Maximum-Likelihood Expectation-Maximization), simultaneous algebraic reconstruction technique (SART) and local (λ) tomography. More general phantom for example suppertoroid [23] can be utilized instead of Shepp Logan Phantom. Projection data with noises should be utilized to compare the results. ...

Computed tomography simulation using supertoroids
  • Citing Article
  • January 2010

Journal of X-Ray Science and Technology

... FCM is widely used for its efficiency and simplicity, yet it struggles with complex, high-dimensional, and non-Euclidean datasets. To mitigate these limitations, several variants have been introduced, incorporating improved objective functions and constraints, such as adaptive FCM [19], generalized FCM [20], fuzzy weighted c-means [21], and generalized FCM with improved fuzzy partitioning [22]. Kernel-based approaches like kernel FCM (KFCM) [5] and constrained models, including agglomerative fuzzy k-means (AFKM) [23], robust self-sparse fuzzy clustering (RSSFCA) [18], robust and sparse fuzzy k-means (RSFKM) [24], possibilistic FCM (PFCM) [25], and principal component analysis-embedded FCM (P SFCM) [26] as well as hyperbolic extensions such as hyperbolic smoothing-based fuzzy clustering (HSFC) [27] and Integration of hyperbolic tangent and Gaussian kernels for FCM (HGFCM) [28], have also been explored. ...

Generalized fuzzy c-means clustering strategies using Lp norm distances

IEEE Transactions on Fuzzy Systems

... An initial setting for each cluster centre is required, and FCM is guaranteed to converge to a local minimisation solution. The efficiency of FCM has been comprehensively investigated in [13]. To address the inefficiency of the original FCM algorithm, several variants of the fuzzy c-means algorithm have been introduced which are discussed in the following. ...

On Efficiency of Optimization in Fuzzy c-Means
  • Citing Article
  • December 2002

Neural Parallel and Scientific Computations