ICLR: What representation learning means in the data center

海外精选
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
{"value":"Until relatively recently, a major concern of machine learning research was feature engineering, or determining which aspects of a machine learning model’s input data were most useful for the task at hand. Feature engineering typically required domain expertise: vision scientists to identify important features of images, linguists to identity important features of speech, and so on.\n\nThe International Conference on Learning Representations ([ICLR](https://www.amazon.science/conferences-and-events/iclr-2021)) was founded to investigate an alternative: learning features directly from data. This is the approach that fueled the deep-learning revolution, and in the nine years since its founding, ICLR has [moved from the periphery](https://www.amazon.science/blog/iclr-the-ai-conference-that-helped-redefine-the-field) of machine learning into the center of the mainstream.\n\nAravind Srinivasan is an Amazon Scholar, a Distinguished University Professor at the University of Maryland, and an area chair at this year’s ICLR, and in his work at Amazon, he brings representation learning to bear in an environment that, when ICLR was founded, would have seemed far afield: data centers.\n\n![image.png](https://dev-media.amazoncloud.cn/91e15ae15dd24a9ca037ac2c344e6a0a_image.png)\n\nAravind Srinivasan, an Amazon Scholar and a Distinguished University Professor and professor of computer science at the University of Maryland, College Park.\n\nSrinivasan works chiefly on Amazon Web Services Lambda service, which offers function execution as a service. \n\n“You can think of a function as simply a piece of code,” Srinivasan says. “If you can learn representations of the inputs that we get, which are the functions, their shapes” — that is, their resource consumption over time — “how often they run, when they get invoked, how quickly they terminate, whether they have very strict deadlines or lax deadlines, you can use that data to do all kinds of optimizations, both online as well as longer-term planning.”\n\nFor instance, Srinivasan explains, “the function could be spiky: it could spike up its CPU utilization for some time, and then be relatively low maintenance for a bit, and spike again. If you can understand these shapes, you can cluster related functions together. \n\n#### **2021 Amazon Research Awards announced**\n\nBefore joining Amazon as an Amazon Scholar, Aravind Srinivasan [received a 2018 Amazon Research Award](https://www.amazon.science/research-awards/recipients/aravind-srinivasan) for his work on algorithms for cloud-service and ad-delivery optimization. The recipients of the latest round of Amazon Research Awards have [just been announced](https://www.amazon.science/research-awards/program-updates/2020-amazon-research-awards-recipients-announced).\n\n“You often want to cluster what are called anticorrelated functions together. If there are functions F1 and F2, and when F1 is spiking up, F2 will not spike up, and conversely, when F1 comes down, F2 spikes up, it's much better to pack them on the same worker because they are not going to simultaneously require significant resource bounce.\n\n“Or suppose you have a new service that you want to roll out. You want to be able to predict, for instance, what its success rate will be. You can use machine learning to predict what kinds of jobs are most popular, and maybe what kinds of jobs are popular during which times of the year, which days of the week, et cetera. We can explicitly ask customers, but also, we want our own prediction models that can talk about the probability of success of a new anticipated service.\n\n“Then there is the other significant pipeline post-learning, which is how to use these predictions in order to do better resource planning, to do better resource allocation, how to provide guaranteed qualities of service to different customers, et cetera.”\n\n#### **ML meets algorithm design**\n\nhe idea of a post-processing pipeline that makes use of learned representations touches on a central theme of Srinivasan’s research, both at Amazon and in his academic lab: the intersection of machine learning and algorithm design.\n\n“Both within the guts of machine learning and as a post-processing or even preprocessing step, machine learning can be very helpful,” Srinivasan says. “For example, there is growing awareness and concern as well that our models are becoming very, very large. Of course, computation time is a problem, but the carbon footprints of these models are becoming nontrivial. If you have a model that runs on many cores for many days, the amount of energy it takes is nontrivial. \n\n“So can we make our models more efficient? Can we view neural-network architectures as a constrained optimization problem where you can make the neural-network inference faster while retaining accuracy and provide other sorts of guarantees? For example, can fairness be baked into how a neural network runs?”\n\n[Fairness](https://www.amazon.science/tag/fairness-accountability-transparency-ethics-fate), Srinivasan says, is a research topic that has gained momentum in recent years. When he surveys the program at this year’s ICLR, the new emphasis on fairness is one of the things that jumps out at him.\n\n“Amazon is playing a leading role in this,” Srinivasan says. “Amazon has a collaboration with the National Science Foundation [to give out grants](https://www.amazon.science/academic-engagements/national-science-foundation-in-collaboration-with-amazon-awards-11-fairness-in-ai-grant-projects) to people working on fairness and AI. There's a growing number of papers on fairness in forums like ICLR, as well as the other major machine learning and AI conferences.”\n\nFairness is also a good example of the kind of interesting scientific question that arises in the context of trying to provide better services to Amazon customers.\n\n“Amazon is a real sandbox where the inferences one comes up with are of tremendous value to the corporation as well as of scientific interest,” Srinivasan says. “There is the opportunity to both develop new science and apply known science in interesting ways, to highly multimodal data in some cases. There are very interesting scientific and technical challenges, and there are very interesting practical challenges. I don't mean these are separate: they of course interlace with each other. So for people who are interested in large data sets, in uncertainty in data prediction, in predictive models, representation learning, all of these, you have an environment where there are very significant practical problems to be solved.”\n\nABOUT THE AUTHOR\n#### **[Larry Hardesty](https://www.amazon.science/author/larry-hardesty)**\nLarry Hardesty is the editor of the Amazon Science blog. Previously, he was a senior editor at MIT Technology Review and the computer science writer at the MIT News Office.","render":"<p>Until relatively recently, a major concern of machine learning research was feature engineering, or determining which aspects of a machine learning model’s input data were most useful for the task at hand. Feature engineering typically required domain expertise: vision scientists to identify important features of images, linguists to identity important features of speech, and so on.</p>\n<p>The International Conference on Learning Representations (<a href=\\"https://www.amazon.science/conferences-and-events/iclr-2021\\" target=\\"_blank\\">ICLR</a>) was founded to investigate an alternative: learning features directly from data. This is the approach that fueled the deep-learning revolution, and in the nine years since its founding, ICLR has <a href=\\"https://www.amazon.science/blog/iclr-the-ai-conference-that-helped-redefine-the-field\\" target=\\"_blank\\">moved from the periphery</a> of machine learning into the center of the mainstream.</p>\\n<p>Aravind Srinivasan is an Amazon Scholar, a Distinguished University Professor at the University of Maryland, and an area chair at this year’s ICLR, and in his work at Amazon, he brings representation learning to bear in an environment that, when ICLR was founded, would have seemed far afield: data centers.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/91e15ae15dd24a9ca037ac2c344e6a0a_image.png\\" alt=\\"image.png\\" /></p>\n<p>Aravind Srinivasan, an Amazon Scholar and a Distinguished University Professor and professor of computer science at the University of Maryland, College Park.</p>\n<p>Srinivasan works chiefly on Amazon Web Services Lambda service, which offers function execution as a service.</p>\n<p>“You can think of a function as simply a piece of code,” Srinivasan says. “If you can learn representations of the inputs that we get, which are the functions, their shapes” — that is, their resource consumption over time — “how often they run, when they get invoked, how quickly they terminate, whether they have very strict deadlines or lax deadlines, you can use that data to do all kinds of optimizations, both online as well as longer-term planning.”</p>\n<p>For instance, Srinivasan explains, “the function could be spiky: it could spike up its CPU utilization for some time, and then be relatively low maintenance for a bit, and spike again. If you can understand these shapes, you can cluster related functions together.</p>\n<h4><a id=\\"2021_Amazon_Research_Awards_announced_16\\"></a><strong>2021 Amazon Research Awards announced</strong></h4>\\n<p>Before joining Amazon as an Amazon Scholar, Aravind Srinivasan <a href=\\"https://www.amazon.science/research-awards/recipients/aravind-srinivasan\\" target=\\"_blank\\">received a 2018 Amazon Research Award</a> for his work on algorithms for cloud-service and ad-delivery optimization. The recipients of the latest round of Amazon Research Awards have <a href=\\"https://www.amazon.science/research-awards/program-updates/2020-amazon-research-awards-recipients-announced\\" target=\\"_blank\\">just been announced</a>.</p>\\n<p>“You often want to cluster what are called anticorrelated functions together. If there are functions F1 and F2, and when F1 is spiking up, F2 will not spike up, and conversely, when F1 comes down, F2 spikes up, it’s much better to pack them on the same worker because they are not going to simultaneously require significant resource bounce.</p>\n<p>“Or suppose you have a new service that you want to roll out. You want to be able to predict, for instance, what its success rate will be. You can use machine learning to predict what kinds of jobs are most popular, and maybe what kinds of jobs are popular during which times of the year, which days of the week, et cetera. We can explicitly ask customers, but also, we want our own prediction models that can talk about the probability of success of a new anticipated service.</p>\n<p>“Then there is the other significant pipeline post-learning, which is how to use these predictions in order to do better resource planning, to do better resource allocation, how to provide guaranteed qualities of service to different customers, et cetera.”</p>\n<h4><a id=\\"ML_meets_algorithm_design_26\\"></a><strong>ML meets algorithm design</strong></h4>\\n<p>he idea of a post-processing pipeline that makes use of learned representations touches on a central theme of Srinivasan’s research, both at Amazon and in his academic lab: the intersection of machine learning and algorithm design.</p>\n<p>“Both within the guts of machine learning and as a post-processing or even preprocessing step, machine learning can be very helpful,” Srinivasan says. “For example, there is growing awareness and concern as well that our models are becoming very, very large. Of course, computation time is a problem, but the carbon footprints of these models are becoming nontrivial. If you have a model that runs on many cores for many days, the amount of energy it takes is nontrivial.</p>\n<p>“So can we make our models more efficient? Can we view neural-network architectures as a constrained optimization problem where you can make the neural-network inference faster while retaining accuracy and provide other sorts of guarantees? For example, can fairness be baked into how a neural network runs?”</p>\n<p><a href=\\"https://www.amazon.science/tag/fairness-accountability-transparency-ethics-fate\\" target=\\"_blank\\">Fairness</a>, Srinivasan says, is a research topic that has gained momentum in recent years. When he surveys the program at this year’s ICLR, the new emphasis on fairness is one of the things that jumps out at him.</p>\\n<p>“Amazon is playing a leading role in this,” Srinivasan says. “Amazon has a collaboration with the National Science Foundation <a href=\\"https://www.amazon.science/academic-engagements/national-science-foundation-in-collaboration-with-amazon-awards-11-fairness-in-ai-grant-projects\\" target=\\"_blank\\">to give out grants</a> to people working on fairness and AI. There’s a growing number of papers on fairness in forums like ICLR, as well as the other major machine learning and AI conferences.”</p>\\n<p>Fairness is also a good example of the kind of interesting scientific question that arises in the context of trying to provide better services to Amazon customers.</p>\n<p>“Amazon is a real sandbox where the inferences one comes up with are of tremendous value to the corporation as well as of scientific interest,” Srinivasan says. “There is the opportunity to both develop new science and apply known science in interesting ways, to highly multimodal data in some cases. There are very interesting scientific and technical challenges, and there are very interesting practical challenges. I don’t mean these are separate: they of course interlace with each other. So for people who are interested in large data sets, in uncertainty in data prediction, in predictive models, representation learning, all of these, you have an environment where there are very significant practical problems to be solved.”</p>\n<p>ABOUT THE AUTHOR</p>\n<h4><a id=\\"Larry_Hardestyhttpswwwamazonscienceauthorlarryhardesty_43\\"></a><strong><a href=\\"https://www.amazon.science/author/larry-hardesty\\" target=\\"_blank\\">Larry Hardesty</a></strong></h4>\n<p>Larry Hardesty is the editor of the Amazon Science blog. Previously, he was a senior editor at MIT Technology Review and the computer science writer at the MIT News Office.</p>\n"}
目录
亚马逊云科技解决方案 基于行业客户应用场景及技术领域的解决方案
联系亚马逊云科技专家
亚马逊云科技解决方案
基于行业客户应用场景及技术领域的解决方案
联系专家
0
目录
关闭