Visual Tracking Using Sequential Importance Sampling with a State Partition Technique

Total Page:16

File Type:pdf, Size:1020Kb

Visual Tracking Using Sequential Importance Sampling with a State Partition Technique VISUAL TRACKING USING SEQUENTIAL IMPORTANCE SAMPLING WITH A STATE PARTITION TECHNIQUE Yan Zhai 1, Mark Yeary 1, Joseph P. Havlicek 1 Jean-Charles Noyer 2, Patrick Lanvin 2 1School of Electrical and Computer Engineering University of Oklahoma, Norman, OK USA 2Laboratoire d’ Analyse des Syst`emes du Littoral Universit¶e du Littoral C^ote d’Opale, Calais Cedex, France Corresponding Author’s E-mail: [email protected], [email protected] ABSTRACT tion filter (JPDAF) [1]. Hidden Markov models (HMM) Sequential importance sampling (SIS), also known as par- have also been widely used [2, 3]. ticle filtering, has drawn increasing attention recently due More recently, a sequential importance sampling (SIS) to its superior performance in nonlinear and non-Gaussian technique, viz. particle filtering (PF), has been recognized dynamic problems. In the SIS framework, estimation accu- as a significant target tracking algorithm because of its ac- racy depends strongly on the choice of proposal distribution. curacy, robustness and flexibility in non-linear and non- In this paper we propose a novel SIS algorithm called PF- Gaussian scenarios [4]. Various PF tracking approaches SP-PEKF that is based on a state partition technique and have been reported, including the condensation method [5], a parallel bank of extended Kalman filters designed to im- switching PF [6], unscented PF [7] and others. However, prove the accuracy of the proposal distribution. Our results performance of these techniques is strongly influenced by show that this new approach yields a significantly improved the choice and accuracy of the proposal distribution (PD). estimate of the state, enabling the new particle filter to ef- In this paper, we introduce a new PF approach where the fectively track human subjects in a video sequence where PD is generated using the state partition technique and mul- the standard condensation filter fails to maintain track lock. tiple weighted EKFs. This technique provides highly accu- Moreover, because of the improved proposal distribution, rate and robust state estimates in the presence of noise and the new filter can achieve a given level of performance us- strong clutter, which improves tracking performance while ing fewer particles than its conventional SIS counterparts. simultaneously reducing the need for a large number of par- ticles. As an illustrative example, we apply the new ap- proach to track human perambulation in a highly cluttered 1. INTRODUCTION environment. Robust, accurate visual object tracking is fundamental to a variety of computer vision applications including robotics, 2. SEQUENTIAL IMPORTANCE SAMPLING human tracking and biometric identification, intelligent transportation systems, smart rooms, and military target- The conventional PF technique [4] is based on a nonlinear ing systems. Usually, the objects of interest in a video se- system modeled in state space according to quence are represented by state space models that may in- x(t) =f(x(t ¡ 1)) + v(t ¡ 1) volve strong nonlinearities. In addition, the noise and back- y(t) =h(x(t)) + n(t) (1) ground clutter that are almost always present in real-world video sequences make the visual tracking problem particu- where x(t) and y(t) denote the state vector and observations larly challenging. Conventional methods for dealing with and where v(t) and n(t) are the process and observation nonlinear and non-Gaussian problems include the extended noises. The filtering objective is to simulate the posterior Kalman filter (EKF), Bayesian multiple-hypothesis filters, distribution p(x(0:t)jy(1:t)) via a large set of randomly gen- and approximate variants including the probability data as- erated samples called particles. Applying Bayes’ theorem, sociation filter (PDAF) and joint probability data associa- this distribution is given by p(y(1:t)jx(0:t))p(x(0:t)) This work was supported in part by the U.S. Army Research Labora- p(x(0:t)jy(1:t)) = R : tory and the U.S. Army Research Office under grant W911NF-04-1-0221. p(y(1:t)jx(0:t)p(x(0:t)) dx(0:t) 0-7803-9134-9/05/$20.00 ©2005 IEEE SIS approximates the posterior distribution according to where F(¢) denotes the Jacobian. From (5), we have that Ns X xn (t) + xr (t) ¼ f(xn (t ¡ 1)) + vn (t ¡ 1) p(x(0:t)jy(1:t)) ¼ !~(i)(t)±(x(0:t) ¡ x(i)(0:t)) ; (2) i i i i ¡ v (t ¡ 1) + F(x (t ¡ 1))x (t ¡ 1) + v(t ¡ 1); i=1 ni ni ri where Ns is the number of particles. The normalized im- which can be simplified to obtain portance weight !~(i)(t) is given by xri (t) ¼ F(xni (t¡1))xri (t¡1)+v(t¡1)¡vni (t¡1) : (6) !(i)(t) !~(i)(t) = P ; (3) Manipulating the output equation in a similar way yields Ns (j) j=1 ! (t) y(t) ¼ h(xni (t)) + H(xni (t))xri (t) + n(t); (7) where !(i)(t) denotes the importance weight associated with the ith particle at time t, given by where H(¢) is the Jacobian. Note that the dynamic model given by (6) and (7) approximates the nonlinear system (1) (i) (i) (i) but is linear in the residual part of the state xri (t). Thus, a (i) (i) p(y(t)jx (t)) p(x (t)jx (t ¡ 1)) ! (t) = ! (t ¡ 1) : bank of EKFs can be applied to update xr (t) and the overall q(x(i)(t)jx(i)(0:t ¡ 1); y(1:t)) i system state is estimated by the weighted sum (4) The particles x(i)(t) are drawn from the PD x(i)(t) » XN (i) q(x(t)jx (0:t ¡ 1) ; y (1:t)): Designing a proper PD q(¢) x^(tjt) = x^i(tjt)wi(t); (8) associated with the SIS is one of the greatest challenges in i=1 implementing a PF and can profoundly affect the filter per- where x^i(tjt) = xni (t) +x ^ri (tjt): The filter weights wi(t) formance. In the next section, we introduce a new, robust in (8) are given by approach to this important task. Li(tjt)wi(t ¡ 1) wi(t) = PN ; (9) 3. NEW PF ALGORITHM (PF-SP-PEKF) i=1 Li(tjt)wi(t ¡ 1) where It is well-known that using the state transition prior as the h 1 proposal (also known as condensation) is not robust in L (tjt) = jR (tjt ¡ 1)j¡0:5 exp ¡ k y(t) i yi 2 strongly cluttered environments, since this proposal does i 2 ¡1 not include the most recent observations [4, 7]. In this sec- ¡ y^i(tjt ¡ 1) k Ryi (tjt ¡ 1) : (10) tion, we suggest a new PD based on the state partition tech- nique and a parallel bank of EKFs (SP-PEKF) [8]. We Finally, the overall estimation error covariance Rtotal is briefly review the SP-PEKF method and then show how it XN can be incorporated within the PF framework. Rtotal(tjt) = fRi(tjt) + [^x(tjt) ¡ x^i(tjt)] SP-PEKF is a technique for calculating the statistics of i=1 T the states of a nonlinear system. The rationale is to generate £ [^x(tjt) ¡ x^i(tjt)] gwi(t) : (11) a set of samples xi, i 2 [1;N], associated with each state x according to the given initial distribution N(x(0);R(0)). Our unique contribution in this paper is developing a new PF algorithm (PF-SP-PEKF) which uses the SP-PEKF state These samples are partitioned as x(t) , xn(t) + xr(t), estimates for its PD q(¢). At each iteration, particles are where xn(t) and xr(t) denote the nominal and residual parts of the true state, respectively. After partitioning, the sam- drawn from a normal distribution with mean (8) and co- ples are propagated through a parallel filter bank and the es- variance (11). These particles are then propagated as in timated states are generated as a weighted sum of the filtered the conventional PF according to (2)-(4) with a resampling step. In order to take maximum advantage of the state es- samples. Initially, samples xi(0) are generated according to timates derived from the particle filter, the final estimates x^(0) = xn (0) +x ^r (0) and R(0) = Rn (0) + Rr (0), i i i i from the combined approach are recursively fed back into where xn (0) =x ^(0), x^r (0) = 0, Rn (0) = R(0), and i i i the SP-PEKF filter. This update stage serves as a “correc- Rri (0) = 0. Here, Rni and Rri represent the covariance of the nominal state and the residual state, respectively. tion” step for the SP-PEKF filter at each iteration. We typ- ically choose the number of filter bank channels N in (8)- The nominal state is updated according to xni (t) = (11) much smaller than the number of particles Ns; our ex- f(xni (t¡1))+vni (t¡1), where vni (t) is distributed iden- tically to v(t) but is a different realization. The system state perience is that taking 10 · N · 20 is generally suffi- cient to obtain significantly improved performance relative trajectory is then linearized about xn (t) according to i to, e.g., a comparable condensation filter. The overall PF- x(t) ¼ f(x (t ¡ 1)) ni SP-PEKF algorithm is illustrated in Fig. 1 and summarized + F(xni (t ¡ 1))xri (t ¡ 1) + v(t ¡ 1); (5) below. The PF-SP-PEKF algorithm: Calculate Particle Weights (3) (1) EKF1 ω (t) ² Sequential Importance Sampling (SIS) Step: (2) (t) EKF2 ω – Sample from the proposal distribution ac- Normalize (3) cording to (8) and (11): ω (t) Particle EKF Output 3 Weights & (i) (i) (i) x (t) » q(x (t)jx (0:t ¡ 1); y(1:t)) Observations Resample Generate Particles =N (^x(tjt);Rtotal(tjt)) ; (Ns) Update using weighted sum given in (8) − (11) – Evaluate and normalize the importance EKFN Evaluate estimated mean and variance ω (t) weights according to (3) and (4); ² Resampling Step: Generate a new set of particles Fig.
Recommended publications
  • Narrative Inquiry Into Chinese International Doctoral Students
    Volume 16, 2021 NARRATIVE INQUIRY INTO CHINESE INTERNATIONAL DOCTORAL STUDENTS’ JOURNEY: A STRENGTH-BASED PERSPECTIVE Shihua Brazill Montana State University, Bozeman, [email protected] MT, USA ABSTRACT Aim/Purpose This narrative inquiry study uses a strength-based approach to study the cross- cultural socialization journey of Chinese international doctoral students at a U.S. Land Grant university. Historically, we thought of socialization as an institu- tional or group-defined process, but “journey” taps into a rich narrative tradi- tion about individuals, how they relate to others, and the identities that they carry and develop. Background To date, research has employed a deficit perspective to study how Chinese stu- dents must adapt to their new environment. Instead, my original contribution is using narrative inquiry study to explore cross-cultural socialization and mentor- ing practices that are consonant with the cultural capital that Chinese interna- tional doctoral students bring with them. Methodology This qualitative research uses narrative inquiry to capture and understand the experiences of three Chinese international doctoral students at a Land Grant in- stitute in the U.S. Contribution This study will be especially important for administrators and faculty striving to create more diverse, supportive, and inclusive academic environments to en- hance Chinese international doctoral students’ experiences in the U.S. Moreo- ver, this study fills a gap in existing research by using a strength-based lens to provide valuable practical insights for researchers, practitioners, and policymak- ers to support the unique cross-cultural socialization of Chinese international doctoral students. Findings Using multiple conversational interviews, artifacts, and vignettes, the study sought to understand the doctoral experience of Chinese international students’ experience at an American Land Grant University.
    [Show full text]
  • Kūnqǔ in Practice: a Case Study
    KŪNQǓ IN PRACTICE: A CASE STUDY A DISSERTATION SUBMITTED TO THE GRADUATE DIVISION OF THE UNIVERSITY OF HAWAI‘I AT MĀNOA IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY IN THEATRE OCTOBER 2019 By Ju-Hua Wei Dissertation Committee: Elizabeth A. Wichmann-Walczak, Chairperson Lurana Donnels O’Malley Kirstin A. Pauka Cathryn H. Clayton Shana J. Brown Keywords: kunqu, kunju, opera, performance, text, music, creation, practice, Wei Liangfu © 2019, Ju-Hua Wei ii ACKNOWLEDGEMENTS I wish to express my gratitude to the individuals who helped me in completion of my dissertation and on my journey of exploring the world of theatre and music: Shén Fúqìng 沈福庆 (1933-2013), for being a thoughtful teacher and a father figure. He taught me the spirit of jīngjù and demonstrated the ultimate fine art of jīngjù music and singing. He was an inspiration to all of us who learned from him. And to his spouse, Zhāng Qìnglán 张庆兰, for her motherly love during my jīngjù research in Nánjīng 南京. Sūn Jiàn’ān 孙建安, for being a great mentor to me, bringing me along on all occasions, introducing me to the production team which initiated the project for my dissertation, attending the kūnqǔ performances in which he was involved, meeting his kūnqǔ expert friends, listening to his music lessons, and more; anything which he thought might benefit my understanding of all aspects of kūnqǔ. I am grateful for all his support and his profound knowledge of kūnqǔ music composition. Wichmann-Walczak, Elizabeth, for her years of endeavor producing jīngjù productions in the US.
    [Show full text]
  • Is Shuma the Chinese Analog of Soma/Haoma? a Study of Early Contacts Between Indo-Iranians and Chinese
    SINO-PLATONIC PAPERS Number 216 October, 2011 Is Shuma the Chinese Analog of Soma/Haoma? A Study of Early Contacts between Indo-Iranians and Chinese by ZHANG He Victor H. Mair, Editor Sino-Platonic Papers Department of East Asian Languages and Civilizations University of Pennsylvania Philadelphia, PA 19104-6305 USA [email protected] www.sino-platonic.org SINO-PLATONIC PAPERS FOUNDED 1986 Editor-in-Chief VICTOR H. MAIR Associate Editors PAULA ROBERTS MARK SWOFFORD ISSN 2157-9679 (print) 2157-9687 (online) SINO-PLATONIC PAPERS is an occasional series dedicated to making available to specialists and the interested public the results of research that, because of its unconventional or controversial nature, might otherwise go unpublished. The editor-in-chief actively encourages younger, not yet well established, scholars and independent authors to submit manuscripts for consideration. Contributions in any of the major scholarly languages of the world, including romanized modern standard Mandarin (MSM) and Japanese, are acceptable. In special circumstances, papers written in one of the Sinitic topolects (fangyan) may be considered for publication. Although the chief focus of Sino-Platonic Papers is on the intercultural relations of China with other peoples, challenging and creative studies on a wide variety of philological subjects will be entertained. This series is not the place for safe, sober, and stodgy presentations. Sino- Platonic Papers prefers lively work that, while taking reasonable risks to advance the field, capitalizes on brilliant new insights into the development of civilization. Submissions are regularly sent out to be refereed, and extensive editorial suggestions for revision may be offered. Sino-Platonic Papers emphasizes substance over form.
    [Show full text]
  • Gateless Gate Has Become Common in English, Some Have Criticized This Translation As Unfaithful to the Original
    Wú Mén Guān The Barrier That Has No Gate Original Collection in Chinese by Chán Master Wúmén Huìkāi (1183-1260) Questions and Additional Comments by Sŏn Master Sǔngan Compiled and Edited by Paul Dōch’ŏng Lynch, JDPSN Page ii Frontspiece “Wú Mén Guān” Facsimile of the Original Cover Page iii Page iv Wú Mén Guān The Barrier That Has No Gate Chán Master Wúmén Huìkāi (1183-1260) Questions and Additional Comments by Sŏn Master Sǔngan Compiled and Edited by Paul Dōch’ŏng Lynch, JDPSN Sixth Edition Before Thought Publications Huntington Beach, CA 2010 Page v BEFORE THOUGHT PUBLICATIONS HUNTINGTON BEACH, CA 92648 ALL RIGHTS RESERVED. COPYRIGHT © 2010 ENGLISH VERSION BY PAUL LYNCH, JDPSN NO PART OF THIS BOOK MAY BE REPRODUCED OR TRANSMITTED IN ANY FORM OR BY ANY MEANS, GRAPHIC, ELECTRONIC, OR MECHANICAL, INCLUDING PHOTOCOPYING, RECORDING, TAPING OR BY ANY INFORMATION STORAGE OR RETRIEVAL SYSTEM, WITHOUT THE PERMISSION IN WRITING FROM THE PUBLISHER. PRINTED IN THE UNITED STATES OF AMERICA BY LULU INCORPORATION, MORRISVILLE, NC, USA COVER PRINTED ON LAMINATED 100# ULTRA GLOSS COVER STOCK, DIGITAL COLOR SILK - C2S, 90 BRIGHT BOOK CONTENT PRINTED ON 24/60# CREAM TEXT, 90 GSM PAPER, USING 12 PT. GARAMOND FONT Page vi Dedication What are we in this cosmos? This ineffable question has haunted us since Buddha sat under the Bodhi Tree. I would like to gracefully thank the author, Chán Master Wúmén, for his grace and kindness by leaving us these wonderful teachings. I would also like to thank Chán Master Dàhuì for his ineptness in destroying all copies of this book; thankfully, Master Dàhuì missed a few so that now we can explore the teachings of his teacher.
    [Show full text]
  • Clans at Bukit Pasoh the Clan Associations of Bukit Pasoh Were, and Still Are, Integral to Their Respective Communities
    Chinatown Stories | Updated as of August 2019 Clans At Bukit Pasoh The clan associations of Bukit Pasoh were, and still are, integral to their respective communities. In 19th and early 20th century Singapore, social services were sorely lacking. This was where the clan associations played a vital role: providing a community and invaluable support for fellow immigrants of common ancestry, surname or language, or those who were from the same hometown. Beyond social functions, some of these clans founded schools, provided scholarships, and supported local arts and culture. They also assisted members with important life events such as weddings and funerals. These clan associations used to be concentrated along certain streets in Chinatown, such as Bukit Pasoh Road. Even though their numbers are fast dwindling today due to diminishing membership and high operating costs, the few that remain at Bukit Pasoh such as Gan Clan, Tung On Wui Kun, Koh Clan and Chin Kang Huay Kuan have adapted to the times. They continue to pool resources to promote Chinese culture, guard their heritage and benefit the community. Gan Clan This kinship clan’s early years were fraught with obstacles. Dating from 1926, it was established for immigrants with the surname Gan (颜, Yan in Mandarin) and was known as the Lu Guo Tang (鲁国堂) Gan Clan Association. During the Japanese Occupation, it ceased operations, but re-registered itself as an association after 1948. However, it dissolved again as a result of weak organisational structure. Undeterred, founding chairman Gan Yue Cheng (颜有政) suggested reviving the clan during a banquet in 1965.
    [Show full text]
  • Verbal Projection of Comparable Translations of a Detective Story
    Contrastive PragmaticS 2 (2021) 106–132 brill.com/jocp Verbal Projection of Comparable Translations of a Detective Story Yan Wang Lecturer, Department of Translation, Faculty of Arts, The Chinese University of Hong Kong, Hong Kong, China [email protected] Abstract Based on the systemic functional framework, this paper attempts to compare verbal projection in two comparable translated texts of a detective story entitled A Scandal in Bohemia, one from the early 20th century (henceforth TT1) and the other from the early 21st century (henceforth TT2). Approximately one hundred years apart, these two translations are strikingly different in their language use, with classical Chinese being used in TT1 and plain (colloquial) Chinese being used in TT2. By analysing and comparing the lexicogrammatical features of the verbal clauses in the two translated texts, this paper summarises the choices made by the translators in these two differ- ent historical moments: when translating the source text, TT1 translators show more flexibility by incorporating more addition and omission into their translation than TT2 translators. Keywords comparable translations – verbal projection – translators’ choices 1 Introduction to Verbal Projection As detailed by Halliday and Matthiessen (2004; 2014) and Halliday and McDonald (2004), there are six process types in English and four in Chinese. However, not all these process types will be dealt with in this paper, only ver- bal types will be studied. As the study is centred around a detective story, which is narrated by using a large number of dramatised dialogues, it is worth © YAN WANG, 2020 | doi:10.1163/26660393-bja10016 This is an open access article distributed under the terms of the CC BY 4.0Downloaded license.
    [Show full text]
  • Her Bossy Yet Naive CEO ______Chapter 351
    Her Bossy Yet Naive CEO _________________________________________________________________________________________________________________________________________ Chapter 351 The plane took off anyway. It was the first time in the history of the company that the company had been in the process of developing the new products. She didn’t have a cell phone and was on a plane and had no way to contact anyone, so she had to wait until the plane landed. For over an hour, it was an ordeal. The plane finally landed. Her Bossy Yet Naive CEO _________________________________________________________________________________________________________________________________________ When the passengers had left, Jasmine Tong left only then, and she walked quickly out of the passage alone. Jasmine Tong looked around for a pay phone to call from. She also didn’t have a penny on her and couldn’t leave if she wanted to. “Ma’am,” Suddenly I heard someone call out to me. As soon as Jasmine Tong turned around, she saw a familiar face, someone she had seen before, who should be the bodyguard by Albert Ou’s side. Her Bossy Yet Naive CEO _________________________________________________________________________________________________________________________________________ “Madam, what are you doing here “The bodyguard was also very surprised to see Jasmine Tong. “What are you doing here?” Wasn’t Albert Ou’s bodyguard following Albert Ou around? “Mr. Ou just took a plane to S City, my ID card just happened to expire and I didn’t make it.” “What is he doing in S City” Jasmine Tong looked at the bodyguard in horror. “Go find the wife ah we have been looking for a few days Ou just found out that the wife is Her Bossy Yet Naive CEO _________________________________________________________________________________________________________________________________________ in the Huo family in S city, so he immediately brought someone over.” “What? He even found out.” Jasmine Tong whacked her hand against her palm.
    [Show full text]
  • Residual Likelihood Forests 1
    YAN ZUO, TOM DRUMMOND: RESIDUAL LIKELIHOOD FORESTS 1 Residual Likelihood Forests Yan Zuo ARC Centre of Excellence for Robotic [email protected] Vision, Monash University, Australia Tom Drummond [email protected] Abstract This paper presents a novel ensemble learning approach called Residual Likelihood Forests (RLF). Our weak learners produce conditional likelihoods that are sequentially optimized using global loss in the context of previous learners within a boosting-like framework (rather than probability distributions that are measured from observed data) and are combined multiplicatively (rather than additively). This increases the efficiency of our strong classifier, allowing for the design of classifiers which are more compact in terms of model capacity. We apply our method to several machine learning classification tasks, showing significant improvements in performance. When compared against sev- eral ensemble approaches including Random Forests and Gradient Boosted Trees, RLFs offer a significant improvement in performance whilst concurrently reducing the required model size. 1 Introduction Ensemble and Boosting methods such as Random Forests [3] and AdaBoost [19] are often recognized as some of the best out-of-the-box classifiers, consistently achieving state-of- the-art performance across a wide range of computer vision tasks including applications in image classification [1], semantic segmentation [22], object recognition [12] and data clus- teringarXiv:2011.02086v1 [stat.ML] 4 Nov 2020 [16]. The success of these methods is attributed to their ability to learn models (strong learners) which possess low bias and variance through the combination of weakly correlated learners (weak learners). Forests reduce variance through averaging its weak learners over the ensemble.
    [Show full text]
  • Molecular Cancer Therapeutics | Small Molecule Therapeutics
    Published OnlineFirst November 19, 2019; DOI: 10.1158/1535-7163.MCT-19-0183 MOLECULAR CANCER THERAPEUTICS | SMALL MOLECULE THERAPEUTICS ERK Inhibitor LY3214996 Targets ERK Pathway–Driven Cancers: A Therapeutic Approach Toward Precision Medicine A C Shripad V. Bhagwat, William T. McMillen, Shufen Cai, Baohui Zhao, Matthew Whitesell, Weihua Shen, Lisa Kindler, Robert S. Flack, Wenjuan Wu, Bryan Anderson, Yan Zhai, Xiu-Juan Yuan, Meghann Pogue, Robert D. Van Horn, Xi Rao, Denis McCann, Andrew J. Dropsey, Jason Manro, Jennie Walgren, Eunice Yuen, Michael J. Rodriguez, Gregory D. Plowman, Ramon V. Tiu, Sajan Joseph, and Sheng-Bin Peng ABSTRACT ◥ The ERK pathway is critical in oncogenesis; aberrations in inhibited the pharmacodynamic biomarker, phospho-p90RSK1, components of this pathway are common in approximately 30% in cells and tumors, and correlated with LY3214996 exposures of human cancers. ERK1/2 (ERK) regulates cell proliferation, and antitumor activities. In in vitro cell proliferation assays, differentiation, and survival and is the terminal node of the sensitivity to LY3214996 correlated with ERK pathway aberra- pathway. BRAF- and MEK-targeted therapies are effective in tions. LY3214996 showed dose-dependent tumor growth inhi- BRAF V600E/K metastatic melanoma and lung cancers; however, bition and regression in xenograft models harboring ERK path- responses are short-lived due to emergence of resistance. Reac- way alterations. Importantly, more than 50% target inhibition for tivation of ERK signaling is central to the mechanisms of upto8to16hourswassufficient for significant tumor growth acquired resistance. Therefore, ERK inhibition provides an inhibition as single agent in BRAF- and KRAS-mutant models. opportunity to overcome resistance and leads to improved LY3214996 also exhibited synergistic combination benefitwitha efficacy.
    [Show full text]
  • FORMULA INDEX by CHAPTER Formulas Are Listed Alphabetically on P
    FORMULA INDEX BY CHAPTER Formulas are listed alphabetically on p. 629 GROUP 1. EXOGENOUS WIND DISORDERS 1A. EXOGENOUS WIND-COLD (Common Cold – Cold Type) 2 Classical Formulas: Chuan Xiong Cha Tiao San chuān xiōng chá tiáo săn (川芎茶调 ) 4 Ge Gen Tang gé gēn tāng (葛根汤 ) 6 Gui Zhi Tang guì zhī tāng (桂枝汤 ) 8 Jing Fang Bai Du San jīng fáng bài dú săn (荆防败毒散 ) 10 Ren Shen Bai Du San rén shēn bài dú săn (人参败毒散 ) 12 Other: 14 1B. PATHOGENIC WIND-HEAT (Common Cold – Mild Heat Type) 15 Classical Formulas: Chai Ge Jie Ji Tang chái gé jiĕ jī tāng (柴葛解肌汤 ) 16 Sang Ju Yin sāng jú yĭn (桑菊饮 ) 18 Yin Qiao San yín qiào săn (银翘散 ) 20 Other: 21 1C. NASAL AND EAR CONGESTION 22 Classical Formulas: Cang Er Zi San cāng ěr zǐ sǎn (苍耳子散 ) 24 Xin Yi Wan xīn yí wán (辛夷丸 ) 26 Modern Formulas: Bi Min Gan Wan (Pe Min Kan) bí mǐn gǎn wán (鼻敏感丸 ) 28 Bi Yan Pian bí yán piān (鼻炎片 ) 30 Children’s Ear Formula (GF) 31 Other: 32 iv Essential Chinese Formulas Formula Index by Chapter GROUP 2: FORMULAS THAT CLEAR HEAT 2A. HEAT-TOXINS & DAMP-HEAT TOXINS 33 (Viral and Bacterial Infections; Common Cold; Influenza) Classical Formulas: Da Huang Mu Dan Pi Tang dà huáng mŭ dān pí tāng (大黄牡丹皮汤 ) 36 Huang Lian Jie Du Tang huáng lián jiĕ dú tāng (黄连解毒汤 ) 38 Nei Xiao Luo Li Wan nèi xiāo luǒ lì wán (内消瘰沥丸 ) 40 Pu Ji Xiao Du Yin pŭ jì xiāo dú yĭn (普济消毒饮 ) 42 Wu Wei Xiao Du Yin wŭ wèi xiāo dú yĭn (五味消毒饮 ) 44 Xi Gua Shuang (Watermelon Frost) xī guā shuāng (西瓜霜 ) 46 Modern Formulas: Chuan Xin Lian Wan chuān xīn lián wán (穿心莲丸 ) 48 Gan Mao Ling gǎn mào líng (感冒灵 ) 50 Zhong Gan Ling zhòng gǎn líng (重 感灵 ) 52 Other: 54 2B.
    [Show full text]
  • ABSTRACT YAN, ZHUO. S-Parameter
    ABSTRACT YAN, ZHUO. S-Parameter Based Binary Multimode Interconnect Design Methodology and Implementation. (Under the direction of Dr. Paul D. Franzon). As higher density of interconnects and packages are demanded, crosstalk noise is becoming more important in input/output (I/O) design. Multimode signaling (or modal signaling) offers the ability to improve wiring density with almost zero crosstalk. To make best use of crosstalk cancelling by multimode signaling in real world applications, practical channels including packages, sockets, and printed circuit boards (PCBs) need to be considered. However, optimum implementation of a realistic multimode signaling sub- system requires a systematic approach to co-design the circuits and the interconnect channel. This dissertation describes a design methodology for multimode signaling circuit/channel co-design. It is based on a new transceiver design, referred to as “binary multimode interconnect” because the coder/decoder (CODEC) is implemented only in the transmitter to produce conventional binary signals at receiver input with no further decoding needed. It was simulated to operate at an aggregate bandwidth of 16 Gbps and at a power efficiency of 5.6 mW/Gbps in 130 nm CMOS (which would scale with process technology). This was combined with an S-Parameter based CODEC derivation method. A fully tunable multimode signaling transceiver is designed to implement the CODEC. Both the CODEC coefficients and individual channel timing parameters are tunable. The methodology is as follows; first the set of baseline CODEC coefficients and timing parameters are derived from the S- parameters extracted from the baseline channel design. Then the different components in the channel are tuned for high density and impedance characteristics so as to minimize root mean square (RMS) jitter and bit error rate.
    [Show full text]
  • Crash Course Chinese
    Crash Course Chinese Lu Yang Yanmin Liu Presented by William & Mary Confucius Institute Overview of the Workshop • Composition of Chinese names • Meanings of Chinese names • Tips for bridging the cultural gap • Structure of the Chinese phonetic system • A few easily confused syllables • Chinese as a tonal language • Useful expressions in daily life Composition of Chinese Names • Chinese names include 姓 surname and 名 given name. Chinese English Surname Given name Given name Surname 杨(yáng) 璐(lù) Lu Yang 刘(liú) 燕(yàn)敏(mǐn) Yanmin Liu 陈(chén) 晨(chén)一(yì)夫(fū) Chenyifu Chen Composition of Chinese Names • The top three surnames 王(wáng), 李(lǐ), 张(zhāng) cover more than 20% of the population. • Compound surnames are rare. They are mostly restricted to minority groups. Familiar compound surnames are 欧 (ōu)阳(yáng), 东(dōng)方(fāng), 上(shàng)官(guān), etc. What does it mean? • Pleasing sounds and/or tonal qualities • Beautiful shapes (symmetrical shaped characters like 林 (lín), 森(sēn), 品(pǐn), 晶(jīng), 磊(lěi), 鑫(xīn). • Positive association • Masculine vs. feminine Major types of male names • Firmness and strength: 刚(gāng), 力(lì), 坚(jiān) • Power: 伟(wěi), 强(qiáng), 雄(xióng) • Bravery: 勇(yǒng) • Virtues and values: 信(xìn), 诚(chéng), 正(zhèng), 义(yì) • Beauty: 帅(shuài), 俊(jùn), 高(gāo), 凯(kǎi) Major types of female names • Flowers or plants: 梅(méi), 菊(jú), 兰(lán) • Seasons: 春(chūn), 夏(xià), 秋(qiū), 冬(dōng) • Quietness and serenity: 静(jìng) • Purity and cleanness: 白(bái), 洁(jié), 清(qīng), 晶(jīng),莹(yíng) • Beauty: 美(měi), 丽(lì), 倩(qiàn) • Jade: 玉(yù), 璐 (lù) • Birds: 燕(yàn) Cultural nuances regarding Chinese names • Names reflecting particular times such as: 援(yuán) 朝(cháo) Supporting North Korea 国(guó) 庆(qìng) National Day • Female names reflecting male chauvinism such as: 来(lái) 弟(dì), 招(zhāo) 弟(dì), 娣(dì) Seeking a little brother • Since 1950s, women do not change their surnames after getting married in mainland China.
    [Show full text]