277 research outputs found
Model pembangunan flet kos rendah wajar dirombak: tiada tempat riadah remaja, tak mesra penghuni
A batch algorithm for estimating trajectories of point targets using expectation maximization
In this paper, we propose a strategy that is based on expectation maximization for tracking multiple point targets. The algorithm is similar to probabilistic multi-hypothesis tracking (PMHT) but does not relax the point target model assumptions. According to the point target models, a target can generate at most one measurement, and a measurement is generated by at most one target. With this model assumption, we show that the proposed algorithm can be implemented as iterations of Rauch-Tung-Striebel (RTS) smoothing for state estimation, and the loopy belief propagation method for marginal data association probabilities calculation. Using example illustrations with tracks, we compare the proposed algorithm with PMHT and joint probabilistic data association (JPDA) and show that PMHT and JPDA exhibit coalescence when there are closely moving targets whereas the proposed algorithm does not. Furthermore, extensive simulations c comparing the mean optimal subpattern assignment (MOSPA) performance of the algorithm for different scenarios averaged over several Monte Carlo iterations show that the proposed algorithm performs better than JPDA and PMHT. We also compare it to benchmarking algorithm: N-scan pruning based track-oriented multiple hypothesis tracking (TOMHT). The proposed algorithm shows a good tradeoff between computational complexity and the MOSPA performance
New challenges in studying nutrition-disease interactions in the developing world.
Latest estimates indicate that nutritional deficiencies account for 3 million child deaths each year in less-developed countries. Targeted nutritional interventions could therefore save millions of lives. However, such interventions require careful optimization to maximize benefit and avoid harm. Progress toward designing effective life-saving interventions is currently hampered by some serious gaps in our understanding of nutrient metabolism in humans. In this Personal Perspective, we highlight some of these gaps and make some proposals as to how improved research methods and technologies can be brought to bear on the problems of undernourished children in the developing world
REDESAIN PILAR JEMBATAN AKIBAT POSISI PILE CAP YANG TIDAK MEMENUHI PERSYARATAN
This research aims to find effective design alternatives for bridge pillars whose position must be shifted away from the existing gas pipe, which was originally 2m to more than 3m. This pillar shift is intended so that the position of the pile cap pillar meets the requirements set by the Minister of Mining and Energy number 300.k/38/m.pe/1997 regarding work safety in oil and gas distribution pipes. To get an effective design, several forms of pillar design were carried out without having to change the span of the bridge's upper structure. An effective design form is tipe 1 (pile cap tipe) bridge pillars rather than tipe 2 (single column), because tipe 1 pillars have an implementation time of 42 days while tipe 2 is 94 days, so the implementation of tipe 1 pillars is 52 days faster than the pillars. tipe 2. The results of the structural analysis, tipe 1 pillar (pile cap tipe) obtained pile cap reinforcement which functions as a pier head of D32-80 in the transverse direction and D32-150 in the longitudinal direction, with a foundation that directly functions as a pillar using concrete spun pile D800mm as many as 60 pieces which are stuck into the ground to a depth of 24 m
REDESAIN PILAR JEMBATAN AKIBAT POSISI PILE CAP YANG TIDAK MEMENUHI PERSYARATAN
This research aims to find effective design alternatives for bridge pillars whose position must be shifted away from the existing gas pipe, which was originally 2m to more than 3m. This pillar shift is intended so that the position of the pile cap pillar meets the requirements set by the Minister of Mining and Energy number 300.k/38/m.pe/1997 regarding work safety in oil and gas distribution pipes. To get an effective design, several forms of pillar design were carried out without having to change the span of the bridge's upper structure. An effective design form is tipe 1 (pile cap tipe) bridge pillars rather than tipe 2 (single column), because tipe 1 pillars have an implementation time of 42 days while tipe 2 is 94 days, so the implementation of tipe 1 pillars is 52 days faster than the pillars. tipe 2. The results of the structural analysis, tipe 1 pillar (pile cap tipe) obtained pile cap reinforcement which functions as a pier head of D32-80 in the transverse direction and D32-150 in the longitudinal direction, with a foundation that directly functions as a pillar using concrete spun pile D800mm as many as 60 pieces which are stuck into the ground to a depth of 24 m
Data association algorithms and metric design for trajectory estimation
This thesis is concerned with trajectory estimation, which finds applications in various fields such as automotive safety and air traffic surveillance. More specifically, the thesis focuses on the data association part of the problem, for single and multiple targets, and on performance metrics. <br /><br />Data association for single-trajectory estimation is typically performed using Gaussian mixture smoothing. To limit complexity, pruning or merging approximations are used. In this thesis, we propose systematic ways to perform a combination of merging and pruning for two smoothing strategies: forward-backward smoothing (FBS) and two-filter smoothing (TFS). We present novel solutions to the backward smoothing step of FBS and a likelihood approximation, called smoothed posterior pruning, for the backward filtering in TFS. <br /><br />For data association in multi-trajectory estimation, we propose two iterative solutions based on expectation maximization (EM). The application of EM enables us to independently address the data association problems at different time instants, in each iteration. In the first solution, the best data association is estimated at each time instant using 2-D assignment, and given the best association, the states of the individual trajectories are immediately computed using Gaussian smoothing. In the second solution, we average the states of the individual trajectories over the data association distribution, which in turn is approximated using loopy belief propagation. Using simulations, we show that both solutions provide good trade-offs between accuracy and computation time compared to multiple hypothesis tracking.<br /><br />For evaluating the performance of trajectory estimation, we propose two metrics that behave in an intuitive manner, capturing the relevant features in target tracking. First, the generalized optimal sub-pattern assignment metric computes the distance between finite sets of states, and addresses properties such as localization errors and missed and false targets, which are all relevant to target estimation. The second metric computes the distance between sets of trajectories and considers the temporal dimension of trajectories. We refine the concepts of track switches, which allow a trajectory from one set to be paired with multiple trajectories in the other set across time, while penalizing it for these multiple assignments in an intuitive manner. We also present a lower bound for the metric that is remarkably accurate while being computable in polynomial time
Practical methods for Gaussian mixture filtering and smoothing
In many applications, there is an interest in systematically and sequentially estimating quantities of interest in a dynamical system, using indirect and inaccurate sensor observations. There are three important sub-problems of sequential estimation: prediction, filtering and smoothing. The objective in the prediction problem is to estimate the future states of the system, using the observations until the current point in time. In the filtering problem, we seek to estimate the current state of the system, using the same information and in the smoothing problem, the aim is to estimate a past state. The smoothing estimate has the advantage that it offers the best performance on average compared to filtering and prediction estimates. Often, the uncertainties regarding the system and the observations are modeled using Gaussian mixtures (GMs). The smoothing solutions to GMs are usually based on pruning approximations, which suffer from the degeneracy problem, resulting in inconsistent estimates. Solutions based on merging have not been explored well in the literature. We address the problem of GM smoothing using both pruning and merging approximations.
We consider the two main smoothing strategies of forward-backward smoothing (FBS) and two-filter smoothing (TFS), and develop novel algorithms for GM smoothing which are specifically tailored for the two principles. The FBS strategy involves forward filtering followed by backward smoothing. The existing literature provides pruning-based solutions to the forward filtering and the backward smoothing steps involved. In this thesis, we present a novel solution to the backward smoothing step of FBS, when the forward filtering uses merging methods. The TFS method works by running two filtering steps: forward filtering and backward filtering. It is not possible to apply the pruning or merging strategies to the backward filtering, as it is not a density function. To the best of our knowledge, there does not exist practical approximation techniques to reduce the complexity of the backward filtering. Therefore, in this thesis we propose two novel techniques to approximate the output of the backward filtering, which we call intragroup approximation and smoothed posterior pruning. We also show that the smoothed posterior pruning technique is applicable to forward filtering as well.
The FBS and TFS solutions based on the proposed ideas are implemented for a single target tracking scenario and are shown to have similar performance with respect to root mean squared error, normalized estimation error squared, computational complexity and track loss. Compared to the FBS based on N-scan pruning, both these algorithms provide estimates with high consistency and low complexity
Design and development of driving system for disabled driver
Having a specialized car for the disabled is a relatively new concept in Malaysia. Previously,disabled people in Malaysia had to import the system to be installed in their cars, where the cost of importing and installation is a big issue. Moreover, most control device used by physically handicapped drivers, especially people without lower limbs, are difficult to install and must be carefully adjusted to
provide satisfactory performance. The main objective of the present study is to develop a new system in a way to modify the existing conventional car so that a disabled person without lower limbs can drive safely and properly
- …
