最近活动

讲座题目:Hierarchical Segmentation of Multimodality MRI Human Brain Tumors - Towards a Comprehensive Characterization of Tumors via Structural and Diffusion Tensor Magnetic Resonance Imaging
主讲人: 蔡宏民博士
时   间: 2008. 05.21, 16:00-17:00
摘   要: The talk aims at creating a multi-modal profile of tissue components that will not only help in delineating tumor and edema from healthy tissue, distinguishing between enhancing and non-enhancing tumors, but also produce a probabilistic characterization of tissue around the tumor to determine abnormal regions that may have a tendency to convert to tumor in the future. The multimodality profile is generated by a combination of five structural MR images, FLAIR, T1, Gadolium enhanced T1 (GAD), DWI and B0, and two scalar maps, including Fractional Anisotropy(FA) and Apparant Diffusion Coefficient (ADC) computed from diffusion tensor images (DTI), creating a seven-dimensional intensity feature vector for each voxel. The tumor-grade- specific ground truth identified by doctors, are trained through a newly proposed hierarchical Support Vector Machine (SVM) based on spatial and texture features, the system achieves near-perfect characterization of tumor components (enhancing and non-enhancing), edema and healthy tissue with a 90 – 95 % classification rate together with almost 0 false positive rate. In addition to this hard tissue segmentation, the framework also provides probability profile for tissue, indicating unhealthy regions that may have a tendency to convert to tumorous tissue, hence providing a better characterization of the resection margin. The classifiers, trained on a dataset of 22 patients, can be applied to a new dataset with a success rate of 80% for classification, as has been tested using a leave-one-out paradigm on these 22 datasets. The multimodality processing pipeline that we have designed is general and is applicable to any study that has multi-modal data acquisition
主讲人简介:
Dr. CAI Hongmin received his B.S and M.S degrees both from Harbin Institute of Technology, China. He obtained his PhD degree in applied mathematics from the University of Hong Kong in 2007. His research interest includes biomedical image analysis and biometric recognition.
讲座题目:Two-level Multiple Discrete – Continuous Model
主讲人: 李久坤博士
时   间: 2008. 05.14, 15:00-16:00
摘   要: This paper developed a two-level multiple discrete-continuous model. Details of the model and its estimation method are explained and illustrated by an example. The model may be used to investigate activity choices and time allocations in activity-travel behavior modeling; product and service choices and money allocation in marketing.
主讲人简介:
Dr. Li Jiu Kun is currently a visiting scholar in UIC. She obtained her PhD degree from The University of Hong Kong. Her research interests are statistics and its applications, optimization, logistics and supply chain management, and transportation modeling.  
讲座题目:Camera Calibration with Spheres: Linear Approaches
主讲人: 张慧博士
时   间: 2008. 04.16, 15:00-16:00
摘   要: This paper addresses the problem of camera calibration from spheres. By studying the relationship between the dual images of spheres and that of the absolute conic, a linear solution has been derived from a recently proposed non-linear semi-definite approach. However, experiments show that this approach is quite sensitive to noise. In order to overcome this problem, a second approach has been proposed, where the orthogonal calibration relationship is obtained by regarding any two spheres as a surface of revolution. This allows a camera to be fully calibrated from an image of three spheres. Besides, a conic homography is derived from the imaged spheres, and from its eigenvectors the orthogonal invariants can be computed directly. Experiments on synthetic and real data show the practicality of such an approach.
讲座题目:Modeling of lunar Helium-3 distribution with remote sensing data from Chang’E-1
主讲人: 曾镜涛教授
时  间: 2008.04.02, 16:00-17:00
摘  要: Sometime around 2050, due to shortage of fossil fuels and their green house effects, human society has to make the transition to other energy sources. Nuclear energy can provide a temporary solution but short of a permanent one because of the limited supply of fissible uranium and the proliferation problem that comes with it. Other forms of alternative energy like solar, wind or biofuels are either too expensive or diffuse in power density that they can only play a supplementary role. The only viable energy source that can assume a dominant role is nuclear fusion, if current international R&D effort in fusion technology is carried out as planned and achieving its goal successfully.[Ref1]
2008 统计专业职业前景系列讲座
日期: 30/3/2008 (周日)
时间: 下午 2:00 - 4:00
 
应邀主讲:      
(I)  Minggao Gu 教授,香港中文大学统计系
(II)  Iris 和 Timothy, 毕业于香港浸会大学数学系, 现就职于渣打银行和DBS 银行
(III) 程尔观教授, 中央研究院统计科学研究所
 
题目:
(I)   Kelly Formula for Investment
(II)  Sharing as a university graduate in Statistics
(III) The Statistical Market in Taiwan
 
摘要:        
(I) In this talk I will introduce the concept of probability, expectation and the optimal amount of investment formula in an advantaged game known as the Kelly formula. Examples of real life random events such as Mark 64 and horse racing will be introduced.
(II) We will share stories of us and our former classmates after we graduate from Mathematics Department, HKBU.
(III) The market for statisticians has always been very good in Taiwan, even in the recent years of low economic growth in the early twenty-first century. There are several types of job in the Taiwan market for statistics graduates that keep on consistent demands, and a few new types emerge with growing demands.
讲座题目:Query Result Ranking over E-commerce Web Databases
主讲人: 苏伟峰
时  间: 2008. 03.19, 16:00-17:00
摘  要: Query Result Ranking over E-commerce Web Databases Abstract: To deal with the problem of too many results returned from an E-commerce Web database in response to a user query, this paper proposes a novel approach to rank the query results. Based on the user query, we speculate how much the user cares about each attribute and assign a corresponding weight to it. Then, for each tuple in the query result, each attribute value is assigned a score according to its “desirableness” to the user. These attribute value scores are combined according to the attribute weights to get a final ranking score for each tuple. Tuples with the top ranking scores are presented to the user first. Our ranking method is domain independent and requires no user feedback. Experimental results demonstrate that this ranking method can effectively capture a user’s preferences.
讲座: A Learning-based Approach to Algorithm Selection
主讲人: 郭海鹏博士
时   间:2008. 03. 05, 15:00-16:00
摘   要: The algorithm selection problem aims at selecting the best algorithm for a given computational problem instance according to some characteristics of the instance. In this talk we will look at a machine learning-based inductive approach to solve the algorithm selection problem. Algorithm selection for sorting and the MPE (Most Probable Explanation) problem are used as cases studies. In sorting, instances with an existing order are easier for some algorithms. We have studied different presortedness measures, designed algorithms to generate permutations with a specified existing order uniformly at random, and applied various learning algorithms to induce sorting algorithm selection models from runtime experimental results. In the MPE problem, the instance characteristics we have studied include size and topological type of the network, network connectedness, skewness of the distributions in Conditional Probability Tables (CPTs), and the proportion and distribution of evidence variables. The MPE algorithms considered include an exact algorithm (clique-tree propagation), two stochastic sampling algorithms (MCMC Gibbs sampling and importance forward sampling), two search-based algorithms (multi-restart hill-climbing and tabu search), and one hybrid algorithm combining both sampling and search (ant colony optimization).
讲座: Some Ideas on Uniform Design of Mixture Experiments
主讲人: 宁建辉
时   间: 2007.12.05.2:00-3:00 p.m.
四维创新实验室建立 与企业开展合作
由方开泰教授创办四维创新实验室(FPIL)于今年9月份成立,隶属于统计与计算智能研究所(ISCI)。在今年9月中旬及10月黄金周前后, 四维创新实验室首次与珠海知名企业“九洲港务集团公司”展开合作。实验室的彭小令博士和张展荣博士分别带领统计专业和选修了统计课程的学生对珠海市旅游业的现状进行调查, 其中包括珠海市民对珠海旅游业的意见调查和对九洲港务集团下属企业顾客满意度的调查。11月1日,九洲港务集团公司的领导来访UIC,听取了我校四维创新试验室的项目报告,并就将来进一步的校企合作展开了热烈的讨论。九洲港务集团公司的莫能林董事长坦言这些真实、严谨的报告数据对他们今后发展很有帮助,能提供多方面的借鉴,并期待开展进一步的合作。
UIC 新闻    珠海新闻(视频)
讲座: Reliability and Statistics
主讲人: 董永良教授, 乔治亚科技大学数学系退休教授, 美国统计学会院士
时   间: 2007.11.21.2:00-3:00 p.m.

摘   要: In this expository talk we will provide an overview on the interface between certain developments in the areas of reliability and multivariate statistics. More specifically, we will illustrate: (a) How the concept of association of random variables, originally motivated by an applied problem in reliability theory, has enhanced the studies of positive dependence and has provided solutions to many interesting problems in statistics. (b) How majorization-related probability inequalities in statistics have been applied to obtain useful results in system reliability theory. Some of the key references and basic ideas will be discussed, and a few theorems will be stated. However, due to the limited time, no mathematical details will be given.

[海报] [照片]

讲座: Star Matching and Distance Two Labelling
主讲人: Dr.林文松
时   间: 2007.11.7, 2:00-3:00 pm

摘   要:  In this talk, we introduce a new graph parameter, called t-star-matching number of a graph. We design a polynomial time algorithm to compute the t-star-matching number for any graph. We then relate the 4-star-matching number of a graph to the so called L(2,1)-labeling number of a graph. This leads to a polynomial time algorithm to compute the L(2,1)-labeling numbers of certain classes of graph.

讲座: Modeling of Covariance Structures in Generalized Estimating Equations for Longitudinal
主讲人: Dr.叶华军
时   间: 2007.10.31, 2:00-3:00 pm

摘   要:  When used for modeling longitudinal data generalized estimating equations specify a working structure for the within-subject covariance matrices, aiming to produce efficient parameter estimators. However, misspecification of the working covariance structure may lead to a large loss of efficiency of the estimators of the mean parameters. In this paper we propose an approach for joint modeling of the mean and covariance structures of longitudinal data within the framework of generalized estimating equations. The resulting estimators for the mean and covariance parameters are shown to be consistent and asymptotically Normally distributed. Real data analysis and simulation studies show that the proposed approach yields efficient estimators for both the mean and covariance parameters.

讲座: Inverse Optimization Theory, Methods and Applications
主讲人: 张建中教授
时   间: 2007.10.24, 2:00-3:00 pm

摘   要:  In this talk, the speaker shall first introduce the concept of inverse optimization and formulate such problems mathematically. Some applications shall be followed to justify usefulness of the study. Then some general methods shall be discussed. Furthermore, in order to achieve high efficiency, special methods will be given to deal with each type of particular inverse optimization problems. Some extensions and further development, such as system improvement problems and partial inverse optimization problems, shall be mentioned to conclude this talk.

讲座: Testing Hypotheses with Contingency Tables Analysis
主讲人: 程尔观,中央研究院统计科学研究所
时   间: 2007.10.17, 2:00-3:00 pm

摘   要:  A recent study of log-likelihood identity in terms of mutual information yields useful applications in statistical inference. For testing association in a 2 x 2 table (Pearson, 1904; Fisher, 1934), it establishes power analysis using likelihood ratio (LR) test that can not be achieved by other existing methods. An extended identity provides power evaluations for testing inhomogeneous odds ratios of three-way tables. A problem of the celebrated CMH test (1954, 1959) is examined by the geometry of an information identity, and resolved by using an omnibus LR test together with a family of two-step LR tests. In contrast to the hierarchical log-linear models, information identities lead to developing a natural family of linear information models (LIM). Empirical studies of two-way and high-way contingency tables are used to illustrate the new statistical inference at college textbook level.

[照片]
讲座: Should it be Our Survey Software for the Four Points Innovation Lab (FPIL)?
主讲人: Dwight Thé 先生
时   间: 2007.9.19, 2:00 p.m.

摘   要: Survey research, broadly conceived as the practice of collecting sample records in order to learn something about an entire population, is likely millennia old. However, the formal systematization of survey research did not begin until shortly after World War II; the effort was spearheaded by three groups: University of Michigan; Columbia University; and the U.S. Census Bureau. Today, survey research constitutes a truly inter-disciplinary endeavor that is fraught with numerous potential complicating factors. Some key issues include how to best design the instrument, conduct the survey, analyze the data, and report the results based on the research questions, the population surveyed, and the type of survey used. As the world's "global economy" (of which China is a major contributor) continues to move towards a "market-based economy", the overall importance of survey-centered, market research is likely to increase. Given the diversity of the survey method landscape and the complexity of the questions asked, it is very important to select "the right tool for the job". In this regard, The Survey System (TSS) 9.5 has been called "the market researcher's surveying package." The question at hand is whether or not TSS 9.5 lives up to its name and more specifically "Should it be our survey software for the FPIL?" The seminar will be organized into three parts: (i) overview of the software; (ii) demonstration of some key features; and (iii) discussion of the strengths and weaknesses of the product.

讲座: Bayesian Statistics and Computation: An Advanced Tool for Quantitative Decision Making
主讲人: 孟晓犁教授, 哈佛大学统计系主任(COPSS 奖获得者)
时   间: 2007.7.12,  4:00-6:00 p.m.

摘   要: In business, finance, and other endeavors that require constant decision making, effectively combining quantitative information with subjective judgment is critical in achieving success and maintaining competitiveness. Bayesian methodology is ideally suited for this task because it provides a coherent and rigorous probability-based framework for statistical analysis with explicit subjective input via prior specification. The first part of this tutorial demonstrates the modeling aspects of Bayesian Statistics via a couple of examples on airline stocks and insurance mortality. Aided by movies, the second part introduces Markov chain Monte Carlo (MCMC), a general class of simulation methods that have revolutionized the Bayesian Statistics since 1990s because they made it possible to fit many realistic Bayesian models that defeat traditional computational methods.

[海报]
讲座: A Path to UC, UCLA and Biostatistics
主讲人: 李刚博士,加州大学洛杉矶分校生物统计系教授
时   间: 2007.7.5, 2:00-4:00 p.m.

摘   要: The University of California (UC), home to more than 209,000 students, is "the heart and soul of California, and its future" (Robert Dynes, UC President). In this talk I will give a general description of the higher education system in California, with more detailed information on UC, UCLA, and how to get there. The second part of the talk will give you a peek into the field of biostatistics through the eyes of a biostatistician.

[海报]
讲座: Variable Selection in Semiparametric Regression Modeling
主讲人: 李润泽博士, 宾夕法尼亚州立大学
时   间: 2007.5.14, 3:00-5:00 p.m.

摘   要: In this talk, I will introduce how to select significant variables in semiparametric modeling. Variable selection for semiparametric regression models consists of two components: model selection for nonparametric components and selection of significant variables for the parametric portion. Thus, semiparametric variable selection is much more challenging than parametric variable selection (e.g., linear and generalized linear models) because traditional variable selection procedures including stepwise regression and the best subset selection now require separate model selection for the nonparametric components for each submodel. This leads to very heavy computational burden. In this paper, we propose a class of variable selection procedures for semiparametric regression models using nonconcave penalized likelihood. We establish the rate of convergence of the resulting estimate. With proper choices of penalty functions and regularization parameters, we show the asymptotic normality of the resulting estimate, and further demonstrate that the proposed procedures perform as well as an oracle procedure. A semiparametric generalized likelihood ratio test is proposed to select significant variables in the nonparametric component. We investigate the asymptotic behavior of the proposed test and demonstrate that its limiting null distribution follows a chi-squared distribution, which is independent of the nuisance parameters. Extensive Monte Carlo simulation studies are conducted to examine the finite sample performance of the proposed variable selection procedures.

[海报]
讲座: Online Evolutionary Algorithms
主讲人: 意大利佩鲁贾大学数学与计算机学院 Alfredo Milani 教授
时   间: 2007.4.23, 3:00-4:00 p.m.

摘   要: The problem of providing services to a mass of anonymous users whose goals and needs evolve over the time in unpredictable way is common to many application domains of information technology, from web to mobile communication from news broadcasting to advertising. The basic idea of the proposed approach is to use the evolutionary scheme of genetic algorithms in order to dynamically adapt to the audience and service evolution while optimizing the global systems performance.

[海报]
讲座: On Multifractal Property of Joint Distributions and Its Application to Bayesian Network Inference

主讲人: UIC 郭海鹏博士
时   间: 2006.10.12,  2:00 - 4:00 p.m.

摘   要: Bayesian Belief Network (BBN) is the currently dominant method for reasoning under uncertainty in Artificial Intelligence. Inferences with BBNs are either optimization, or marginalization, or both on the joint probability space.

We demonstrate that the joint probability distribution of a BBN is a multifractal in its most general form - a random multinomial multifractal. With sufficient asymmetry in individual prior and conditional probability distributions, the joint distribution is not only highly skewed, but also stochastically self-similar and has clusters of high-robability instantiations at all scales. Inspired by the multifractal properties, a sampling-and-search algorithm for finding the Most Probable Explanation (MPE) in BBN is developed and tested. The experimental result shows that these multifractal properties provide good heuristic for solving the NP-hard MPE problem.

[海报]
讲座: Modelling Nonlinear Dynamics of Time Series with Physiological Applications

主讲人: UIC 赵毅博士
时   间: 2006.9.21, 2:00 - 4:00 p.m.

摘   要: Over-fitting has long been recognized as a problem endemic to models with a large number of parameters. The usual method of avoiding this problem in neural networks is to avoid fitting the data too well. In our research project we propose an alternative, information theoretic criterion to determine the number of neurons in the optimal model. When applied to the time series prediction problem we find that models, which minimize the description length of the data, both generalize well and accurately capture the underlying dynamics.

The optimal neural network based on the estimation of the minimum description length and the surrogate data method are then combined to apply to human cardiac systems. The experimental results present that pulse waveform measure on the lateral arterial artery (wrist) is equivalent to pulse measure on the fingertip, and pseudo-periodic determinism exists in both ECG and pulse time series but human ECG and pulse data do not conform to the same deterministic process. The human ECG data might provide additional information of the human body than the pulse.
[海报]

讲座: A Learning-Based Approach for Algorithm Selection

主讲人: UIC 郭海鹏博士
时   间: 2006.9.14, 2:00 - 4:00 p.m.

摘   要: The algorithm selection problem aims at selecting the best algorithm for a given computational problem instance according to some characteristics of the instance. In this talk we will look at a machine learning-based inductive approach using experimental algorithmic methods and machine learning techniques to solve the algorithm selection problem. Experimentally, we have applied the proposed methodology to algorithm selection for the MPE (Most Probable Explanation) problem and the results will be presented.
[海报]
讲座: Data Mining in Mass Spectral Databases

主讲人: UIC 贺平博士  
时   间: 2006.9.12, 2:00 - 4:00 p.m.
摘   要: With the growth of chemical measurement and modern information technology, more and more huge databases containing a large amount of chemical compounds information are established, for example, mass spectral database. How to discover knowledge hidden in huge collections is a big challenge. In this talk we will discuss data mining in mass spectral (MS) database. We will review the application of library searching and classification methods, traditional or modern, on MS database and propose new methods to analyze MS database.
[海报]

讲座: A Condition Number for (LP), (SOCP), (SDP)

主讲人: UIC 张展荣博士
时   间: 2006.9.7, 2:00 - 4:00 p.m. 
地   点: 北京师范大学珠海分校,励泽楼A103
[海报]

讲座: Uniform Experimental Design and its Recent Development
主讲人: UIC 方开泰教授
时   间: 2006.9.5, 2:00 - 4:00 p.m.
地   点: 北京师范大学珠海分校,励泽楼A103
[海报]

讲座: Distinguished Lecture Series in Statistics and Computer Science
Invited speakers from academia, industries and government will give public lectures at UIC.

- The first Lecture - Statistics for the Community, by Mr. Fung, Hing Wang, Commissioner for Census and Statistics Department, HKSAR. [海报] [演讲稿] [照片]