Edward Y. Chang | |
|---|---|
| 張智威 | |
| Born | Taipei, Taiwan |
| Occupation(s) | Computer scientist, academic, and author |
| Awards | Fellow of ACM & IEEE |
| Academic background | |
| Education | PhD, Stanford University |
| Alma mater | Stanford University University of California, Berkeley |
| Academic work | |
| Institutions | Stanford University |
| Website | http://infolab.stanford.edu/~echang/ |
Edward Y. Chang is a computer scientist,academic,and author. He is an adjunct professor of Computer Science at Stanford University, [1] and visiting chair professor of Bioinformatics and Medical Engineering at Asia University,since 2019. [2]
Chang is the author of seven books,including Unlocking the Wisdom of Large Language Models (2024),Multi-LLM Agent Collaborative Intelligence:The Path to Artificial General Intelligence (2024),Foundations of Large-Scale Multimedia Information Management and Retrieval,Big Data Analytics for Large-Scale Multimedia Search,Journey of the Mind (poetry),Nomadic Eternity (poetry),and the Mandarin translation of Erwin Schrödinger's What is Life? Mind and Matter. His research interests span consciousness modeling,generative artificial intelligence,and health care,for which he has received numerous awards such as the Google Innovation Award, [3] XPRIZE Award,and the Presidential Award of Taiwan for his work containing the COVID-19 outbreak. He is also a fellow of ACM Association for Computing Machinery [4] and fellow of IEEE Institute of Electrical and Electronics Engineers [5] for his contributions to scalable machine learning and healthcare.
Chang completed his Master of Science in Industrial Engineering and Operations Research at the University of California,Berkeley before pursuing further studies at Stanford University. He received his Master of Science in Computer Science in 1994 and Ph.D. in Electrical Engineering in 1999 both from Stanford University,where he was advised by Hector Garcia-Molina. Beyond his technical education,he enrolled in more than ten courses in philosophy and literature,an intellectual breadth reflected in his publications.[ citation needed ]
Chang started his academic career at the University of California,Santa Barbara where he served as an Assistant,Associate,and eventually Full Professor of Electrical &Computer Engineering from 1999 to 2006. Between 2012 and 2015,he was appointed as an adjunct professor in Computer &Information Science at Hong Kong University of Science and Technology (HKUST),Hong Kong. This was followed by an appointment as a visiting professor at the Future Reality center in the EECS department of University of California,Berkeley from 2017 to 2020. [6] Since 2019,he has been holding appointments as the adjunct professor of Computer Science at Stanford University [1] and Visiting Chair Professor of Bioinformatics and Medical Engineering at Asia University. [2]
Chang was Director of Research at Google from 2006 to 2012. During this time,he led research and development initiatives in several areas,including Web-scale image annotation (2008),data-centric scalable machine learning (2005-2012), [7] [8] recommendation systems, [9] indoor localization, [10] and Google QA. [11] From 2012 to 2020,he served as the President of HTC Healthcare. [12] Chang served as the Chief NLP Advisor at SmartNews,a Tokyo-based company,between 2019 and 2022,where he contributed in developing interactive news.
In 2019,Chang began exploring consciousness modeling,with the goal of enhancing AI reasoning capabilities. In 2023,his work applied the Socratic method to AI,fostering critical reading and thinking. He then introduced SocraSynth (Socratic Synthesis), [13] a framework that convenes multiple Large Language Models (LLMs) in a collaborative and adversarial dialogue. Chang's 2024 book Multi-LLM Agent Collaborative Intelligence:The Path to Artificial General Intelligence depicts the supporting principles in statistics and information theory,and presents successful deployments in various application domains. [14]
Chang began a data-centric approach to machine learning as early as 2005. From 2006 to 2012,he led teams at Google dedicated to this endeavor. In 2007–2008,his team initiated large-scale data annotation of Google's image repositories, [15] and subsequently championed the sponsorship of the Stanford ImageNet project with a substantial Google grant.
To process these large-scale data,Chang's team in 2007 started implementing and open-sourcing parallel versions of five widely used machine-learning algorithms that could handle large datasets:PSVM for Support Vector Machines, [16] PFP for Frequent Itemset Mining, [17] PLDA for Latent Dirichlet Allocation, [18] PSC for Spectral Clustering, [19] and SPeeDO for Parallel Convolutional Neural Networks. [20] Through his research on PSVM,he demonstrated that matrix factorization can be used to distribute the solver of the Interior Point Method across multiple machines,while utilizing a row-based Incomplete Cholesky Factorization to decrease both memory and computation requirements. This approach allows PSVM to effectively reduce memory needs from O(n^2) to O(n) and computational complexity from O(n^3) to O(n) for each of the square-root(n) parallel computation units (CPUs/GPUs),when working with n training instances. [21] In addition,one of his papers,culminating from the research conducted at University of California at Santa Barbara proposed a content-based soft annotation (CBSA) procedure that improves image labeling accuracy by employing an ensemble of binary classifiers and comparing the performance of SVMs and BPMs. [22] While addressing the imbalanced training-data problems in emerging applications such as image retrieval,video surveillance with G Wu,he proposed a class-boundary-alignment algorithm, [23] and also proposed a kernel-boundary-alignment algorithm for SVM-based supervised learning tasks,demonstrating its effectiveness through theoretical analysis and empirical studies. [24] Later in related research,he proved that DeepWalk is equivalent to matrix factorization,and introduced Text-Associated DeepWalk,a method that incorporates text features into network representation learning and outperforms other baselines on multi-class classification tasks,particularly in noisy networks with a small training ratio. [25]
Chang's research has contributed to the field of machine learning with a particular focus on active learning by improving the effectiveness of training data and providing insights for the development of more efficient healthcare technologies. His SVMActive work with Simon Tong addressed the shortage of labeled data available for classifier training in applications such as the healthcare sector by utilizing active learning to identify ambiguous unlabeled instances and query experts,such as physicians,to provide labels,thus maximizing information gain. Initially,this approach was employed to enhance relevance feedback in image-query refinement. [26] In the healthcare sector,he particularly integrated sparse-space active learning with reinforcement learning to enable a doctor-agent to decide on the next symptom query for a patient,optimizing diagnostic accuracy with minimal symptom-probing iterations. Moreover,along with a group of researchers,he proposed the REFUEL algorithm which addresses the challenge of sparse symptoms in disease diagnosis using reward shaping and feature rebuilding strategies to guide the symptom-space search and eliminate correlated symptoms iteratively. [27] REFUEL has also been implemented for remote diagnosis and triage by two hospital chains in Taiwan and by Taiwan CDC in the fight against COVID-19. [28]
Chang and his team developed a mobile device powered by the REFUEL system,which could diagnose twelve common diseases by performing various laboratory tests. His joint paper published in 2017,provided a detailed account of the design of the DeepQ AI-powered symptom checker's key components,such as the optical sense and vital sense modules. These modules were integrated into a mobile device that was designed to offer a user-friendly experience. This work on symptom checker was also recognized in 2017 when the device won second prize in the Qualcomm Tricorder XPRIZE competition. [29] Additionally,his chatbot-based symptom-checking system,developed in collaboration with Taiwan CDC,received the Presidential Award in 2020 for effectively containing the COVID-19 outbreak. Some of his other contributions to the healthcare technology field include the development and annotation of the DeepQ Arrhythmia Database. This database provides a collection of ECG recordings from patients engaged in various activities,complementing the MIT BIH Arrhythmia Database. The DeepQ Arrhythmia Database facilitates machine learning studies while addressing the issue of interpatient variability. [30]
In 1997,he designed the Digital video recorder (DVR),which was developed in 1998 as a chapter of his PhD dissertation under the supervision of Hector Garcia-Molina and Pat Hanrahan. [31] [32]