{"id":2796,"date":"2025-06-18T11:55:04","date_gmt":"2025-06-18T10:55:04","guid":{"rendered":"https:\/\/research.reading.ac.uk\/met-darc\/?p=2796"},"modified":"2025-06-18T11:55:04","modified_gmt":"2025-06-18T10:55:04","slug":"how-computational-limitations-can-lead-to-fun-and-new-mathematics","status":"publish","type":"post","link":"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/","title":{"rendered":"How computational limitations can lead to fun and new mathematics!"},"content":{"rendered":"<p>by Jemima M. Tabeart, TU Eindhoven<\/p>\n<p style=\"text-align: justify\">When designing data assimilation algorithms, we want to exploit access to lots of parallel computational resource, while ensuring that we can obtain our results quickly in real time. This sometimes means reformulating our original problem to reveal hidden structure.\u00a0 In this work we want to solve a problem of the form\u00a0 <strong>A<\/strong><em><sup>k<\/sup><\/em><strong>x<\/strong> = <strong>b<\/strong><sub>1<\/sub>, where <strong>A<\/strong><em><sup>k<\/sup><\/em>\u00a0represents uncertainty information for ocean variables, and <em>k<\/em> is a parameter which controls smoothness. The matrix <strong>A<\/strong> is very large, so we cannot solve this problem directly, by computing an inverse (the matrix equivalent of \u201cdividing\u201d by a constant), so we use an <em>iterative<\/em> method, where each step of our algorithm takes us closer to the solution. Our goal is to reduce the number of steps we need to get an answer that we are happy with, while ensuring that the steps themselves are computationally affordable.<\/p>\n<h4><strong>Reformulating the problem<\/strong><\/h4>\n<p style=\"text-align: justify\">We start by re-writing the problem we want to solve. Instead of applying our matrix multiplications with <strong>A<\/strong> sequentially (one-after the other), we re-write our problem as a bigger system with more structure<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2799\" src=\"https:\/\/research.reading.ac.uk\/met-darc\/wp-content\/uploads\/sites\/48\/2025\/06\/Picture1.png\" alt=\"\" width=\"512\" height=\"110\" srcset=\"https:\/\/research.reading.ac.uk\/met-darc\/wp-content\/uploads\/sites\/48\/2025\/06\/Picture1.png 512w, https:\/\/research.reading.ac.uk\/met-darc\/wp-content\/uploads\/sites\/48\/2025\/06\/Picture1-300x64.png 300w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" \/><\/p>\n<p style=\"text-align: justify\">This means that it is more straightforward to split multiplications across different processors, hopefully reducing our overall time to obtain the solution.<\/p>\n<h4><strong>Preconditioning<\/strong><\/h4>\n<p style=\"text-align: justify\">The challenge is now to accelerate the solution of this larger problem. <em>Preconditioners<\/em> allow us to solve an equivalent problem, with a better mathematical structure which means that we should see more improvement to our answer with each step. We can think of this like going from the third floor to the first floor, and replacing 2 very shallow steps with one deeper step on the staircase \u2013 at each step we take, we will get closer to our goal, but it may take us more effort to make those steps<\/p>\n<p style=\"text-align: justify\">For problems of the form shown above, there are well-known preconditioners that help accelerate convergence. However, one of the components of the standard approach is too expensive for the problem we are interested in. For our staircase analogy, this is like saying our original method was to take one step from the third floor to the second floor \u2013 which is definitely too much effort!<\/p>\n<h4><strong>Adding another solver<\/strong><\/h4>\n<p style=\"text-align: justify\">Our idea is to replace the expensive step, with another iterative method.\u00a0 Another iterative method will add a new staircase between our floors, making each step a bit easier, but adding more steps (which could increase the overall time). We have to solve <em>k<\/em> of these sub-problems, and we want to solve them approximately \u2013 maybe our staircase doesn\u2019t need to go all the way to the second floor to be useful.<\/p>\n<p style=\"text-align: justify\">The main mathematical work of Tabeart et al. (2025) was to understand whether these sub-problems make staircases that definitely take us to the next floor, and how quickly the stairs will take us there. Two of the <em>k<\/em> sub-problems fit into existing theory, which tells us that we do reach the next floor, with one problem getting there much more slowly. The other <em>k-2<\/em> \u00a0stairs were more problematic \u2013 we saw numerically that our method worked, but guaranteeing it mathematically needed some technical mathematical proofs. We discovered out that all of our stairs are guaranteed to reach the next floor, and developed an easy-to-compute upper bound on how long it will take us to get there.<\/p>\n<h4><strong>Making a practical algorithm<\/strong><\/h4>\n<p style=\"text-align: justify\">We can also use these new bounds to reduce the total number of iterations\u00a0. By using information about how quickly each method descends, we can solve each of our problems to the same tolerance (build our staircases to the same height). When we have a limited computational budget, this means we are not wasting resources building one intermediate staircase much further than the others.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2803\" src=\"https:\/\/research.reading.ac.uk\/met-darc\/wp-content\/uploads\/sites\/48\/2025\/06\/1750240001441-a48ebc38-8db8-4081-86fc-d4ec29199316_1.png\" alt=\"\" width=\"1024\" height=\"568\" srcset=\"https:\/\/research.reading.ac.uk\/met-darc\/wp-content\/uploads\/sites\/48\/2025\/06\/1750240001441-a48ebc38-8db8-4081-86fc-d4ec29199316_1.png 1024w, https:\/\/research.reading.ac.uk\/met-darc\/wp-content\/uploads\/sites\/48\/2025\/06\/1750240001441-a48ebc38-8db8-4081-86fc-d4ec29199316_1-300x166.png 300w, https:\/\/research.reading.ac.uk\/met-darc\/wp-content\/uploads\/sites\/48\/2025\/06\/1750240001441-a48ebc38-8db8-4081-86fc-d4ec29199316_1-768x426.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p style=\"text-align: justify\">This figure shows the performance of our new method against solving the original problem with no preconditioner. The top panels show the number of iterations (steps) to find an acceptable solution, and the bottom panels show how much effort it cost us to get there. The left and right panels show two different versions of the preconditioner. The black line shows the computational effort to solve the original problem, the blue line the method with the new <em>iterative <\/em>preconditioner where we allocate the same budget to each sub-problem. Finally the red line shows the new iterative preconditioner where we use the mathematical theory to help us solve each problem to about the same tolerance (build the stairs to the same height). Both our new methods do much better than solving the problem with no preconditioner, for iterations and computational cost. Our second method is easy to apply, and results in even better performance than our first method. We started off with a problem where we couldn\u2019t use the existing approach due to computational limitations. These limitations introduced us to some new mathematics and a new algorithm!<\/p>\n<p><strong>Reference:<\/strong><\/p>\n<p style=\"text-align: justify\">Tabeart, J. M., G\u00fcrol, S., Pearson, J. W., &amp; Weaver, A. W. (2025). Block Alpha-Circulant Preconditioners for All-at-Once Diffusion-Based Covariance Operators.\u00a0arXiv preprint arXiv:2506.03947<\/p>\n","protected":false},"excerpt":{"rendered":"<p>by Jemima M. Tabeart, TU Eindhoven When designing data assimilation algorithms, we want to exploit access to lots of parallel computational resource, while ensuring that we can obtain our results&#8230;<a class=\"read-more\" href=\"&#104;&#116;&#116;&#112;&#115;&#58;&#47;&#47;&#114;&#101;&#115;&#101;&#97;&#114;&#99;&#104;&#46;&#114;&#101;&#97;&#100;&#105;&#110;&#103;&#46;&#97;&#99;&#46;&#117;&#107;&#47;&#109;&#101;&#116;&#45;&#100;&#97;&#114;&#99;&#47;&#50;&#48;&#50;&#53;&#47;&#48;&#54;&#47;&#49;&#56;&#47;&#104;&#111;&#119;&#45;&#99;&#111;&#109;&#112;&#117;&#116;&#97;&#116;&#105;&#111;&#110;&#97;&#108;&#45;&#108;&#105;&#109;&#105;&#116;&#97;&#116;&#105;&#111;&#110;&#115;&#45;&#99;&#97;&#110;&#45;&#108;&#101;&#97;&#100;&#45;&#116;&#111;&#45;&#102;&#117;&#110;&#45;&#97;&#110;&#100;&#45;&#110;&#101;&#119;&#45;&#109;&#97;&#116;&#104;&#101;&#109;&#97;&#116;&#105;&#99;&#115;&#47;\">Read More ><\/a><\/p>\n","protected":false},"author":960,"featured_media":2805,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"__cvm_playback_settings":[],"__cvm_video_id":"","footnotes":"","_links_to":"","_links_to_target":""},"categories":[1],"tags":[68,37,67],"class_list":["post-2796","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorised","tag-iterative-methods","tag-parallel-computing","tag-preconditioners"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How computational limitations can lead to fun and new mathematics! - DARC<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How computational limitations can lead to fun and new mathematics! - DARC\" \/>\n<meta property=\"og:description\" content=\"by Jemima M. Tabeart, TU Eindhoven When designing data assimilation algorithms, we want to exploit access to lots of parallel computational resource, while ensuring that we can obtain our results...Read More &gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/\" \/>\n<meta property=\"og:site_name\" content=\"DARC\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-18T10:55:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/research.reading.ac.uk\/met-darc\/wp-content\/uploads\/sites\/48\/2025\/06\/pexels-jimbear-1309897-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1836\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Guannan Hu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Guannan Hu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/\",\"url\":\"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/\",\"name\":\"How computational limitations can lead to fun and new mathematics! - DARC\",\"isPartOf\":{\"@id\":\"https:\/\/research.reading.ac.uk\/met-darc\/#website\"},\"datePublished\":\"2025-06-18T10:55:04+00:00\",\"dateModified\":\"2025-06-18T10:55:04+00:00\",\"author\":{\"@id\":\"https:\/\/research.reading.ac.uk\/met-darc\/#\/schema\/person\/41beca464c9b27182f6155ebedd0b117\"},\"breadcrumb\":{\"@id\":\"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/research.reading.ac.uk\/met-darc\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How computational limitations can lead to fun and new mathematics!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/research.reading.ac.uk\/met-darc\/#website\",\"url\":\"https:\/\/research.reading.ac.uk\/met-darc\/\",\"name\":\"DARC\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/research.reading.ac.uk\/met-darc\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/research.reading.ac.uk\/met-darc\/#\/schema\/person\/41beca464c9b27182f6155ebedd0b117\",\"name\":\"Guannan Hu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/research.reading.ac.uk\/met-darc\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4aa971b56d7b1b1c4fcafa11a08255d399ccc0a8fa28c704cc54aaa0aa08907d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4aa971b56d7b1b1c4fcafa11a08255d399ccc0a8fa28c704cc54aaa0aa08907d?s=96&d=mm&r=g\",\"caption\":\"Guannan Hu\"},\"url\":\"https:\/\/research.reading.ac.uk\/met-darc\/author\/sj922391reading-ac-uk\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How computational limitations can lead to fun and new mathematics! - DARC","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/","og_locale":"en_GB","og_type":"article","og_title":"How computational limitations can lead to fun and new mathematics! - DARC","og_description":"by Jemima M. Tabeart, TU Eindhoven When designing data assimilation algorithms, we want to exploit access to lots of parallel computational resource, while ensuring that we can obtain our results...Read More >","og_url":"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/","og_site_name":"DARC","article_published_time":"2025-06-18T10:55:04+00:00","og_image":[{"width":2560,"height":1836,"url":"https:\/\/research.reading.ac.uk\/met-darc\/wp-content\/uploads\/sites\/48\/2025\/06\/pexels-jimbear-1309897-scaled.jpg","type":"image\/jpeg"}],"author":"Guannan Hu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Guannan Hu","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/","url":"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/","name":"How computational limitations can lead to fun and new mathematics! - DARC","isPartOf":{"@id":"https:\/\/research.reading.ac.uk\/met-darc\/#website"},"datePublished":"2025-06-18T10:55:04+00:00","dateModified":"2025-06-18T10:55:04+00:00","author":{"@id":"https:\/\/research.reading.ac.uk\/met-darc\/#\/schema\/person\/41beca464c9b27182f6155ebedd0b117"},"breadcrumb":{"@id":"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/research.reading.ac.uk\/met-darc\/2025\/06\/18\/how-computational-limitations-can-lead-to-fun-and-new-mathematics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/research.reading.ac.uk\/met-darc\/"},{"@type":"ListItem","position":2,"name":"How computational limitations can lead to fun and new mathematics!"}]},{"@type":"WebSite","@id":"https:\/\/research.reading.ac.uk\/met-darc\/#website","url":"https:\/\/research.reading.ac.uk\/met-darc\/","name":"DARC","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/research.reading.ac.uk\/met-darc\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/research.reading.ac.uk\/met-darc\/#\/schema\/person\/41beca464c9b27182f6155ebedd0b117","name":"Guannan Hu","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/research.reading.ac.uk\/met-darc\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4aa971b56d7b1b1c4fcafa11a08255d399ccc0a8fa28c704cc54aaa0aa08907d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4aa971b56d7b1b1c4fcafa11a08255d399ccc0a8fa28c704cc54aaa0aa08907d?s=96&d=mm&r=g","caption":"Guannan Hu"},"url":"https:\/\/research.reading.ac.uk\/met-darc\/author\/sj922391reading-ac-uk\/"}]}},"cc_featured_image_caption":{"caption_text":"","source_text":"","source_url":""},"_links":{"self":[{"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/posts\/2796","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/users\/960"}],"replies":[{"embeddable":true,"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/comments?post=2796"}],"version-history":[{"count":10,"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/posts\/2796\/revisions"}],"predecessor-version":[{"id":2810,"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/posts\/2796\/revisions\/2810"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/media\/2805"}],"wp:attachment":[{"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/media?parent=2796"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/categories?post=2796"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/research.reading.ac.uk\/met-darc\/wp-json\/wp\/v2\/tags?post=2796"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}