BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Northeastern University College of Engineering - ECPv6.15.20//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://coe.northeastern.edu
X-WR-CALDESC:Events for Northeastern University College of Engineering
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20230312T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20231105T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20240310T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20241103T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20250309T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20251102T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20240408T141500
DTEND;TZID=America/New_York:20240408T143000
DTSTAMP:20260514T103932
CREATED:20240405T203435Z
LAST-MODIFIED:20240405T212740Z
UID:43245-1712585700-1712586600@coe.northeastern.edu
SUMMARY:Soft Matter Days
DESCRIPTION:Soft Matter Days: April 8-17\, will feature invited guest speakers discussing a variety of interdisciplinary topics in soft matter and complex fluids.  These topics sit at the interface of chemical & mechanical engineering\, materials science\, physics\, chemistry\, and biology.  Guest speakers will discuss real-world phenomena found in food\, blood flow\, and granular materials.  Two talks are guest lectures in CHME5179: RSVP required for those not in the class. \nMonday\, April 8\, 2:15pm\, Curry 340\nCapillary Rise and Thin Films Near Edges: New Insights from Self-similarity\nHoward Stone\, Princeton University\nHost: Xiaoyu Tang x.tang@northeastern.edu \nTuesday\, April 9\, 9:50am\, Zoom (Guest Lecture for CHME 5179)\n“Complex Fluids & Soft Matter in Food”\nDave Weitz\, Harvard University\nRSVP: Sara Hashmi s.hashmi@northeastern.edu \nThursday\, April 11\, 1:30pm\, HS 210\nDynamics of blood flow at the cellular level in health and disease\nMichael Graham\, University of Wisconsin\nHost: Sara Hashmi s.hashmi@northeastern.edu \nFriday\, April 12\, 9:50am\, Zoom (Guest Lecture for CHME 5179)\nNonlinear Rheology of Complex Fluids: Exploring Microstructure\nKate Honda\, Northeastern University\nRSVP: Sara Hashmi s.hashmi@northeastern.edu \nWednesday\,  April 17\, 1:30pm\, HS 210\nUniversality and scaling in shear thickening suspensions\nBulbul Chakraborty\, Brandeis University\nHost: Sara Hashmi s.hashmi@northeastern.edu
URL:https://coe.northeastern.edu/event/soft-matter-days/2024-04-08/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20240408T153000
DTEND;TZID=America/New_York:20240408T170000
DTSTAMP:20260514T103932
CREATED:20240403T182632Z
LAST-MODIFIED:20240403T182632Z
UID:43172-1712590200-1712595600@coe.northeastern.edu
SUMMARY:Jinkun Zhang PhD Dissertation Defense
DESCRIPTION:Announcing:\nPhD Dissertation Defense \nName:\nJinkun Zhang \nTitle:\nLow-latency Forwarding\, Caching and Computation Placement in Data-centric Networks \nDate:\n4/8/2024 \nTime:\n3:30:00 PM \nLocation:\nEXP-459\, \nCommittee Members:\nProf. Edmund Yeh (Advisor)\nProf. Stratis Ioannidis\nProf. Kaushik Chowdhury \nAbstract:\nWith the exponential growth of data- and computation-intensive network applications\, such as real-time augmented reality/virtual reality rendering and large-scale language model training\, traditional cloud computing frameworks exhibit inherent limitations. To address these challenges\, dispersed computing has emerged as a promising next-generation networking paradigm. By enabling geographically distributed nodes with heterogeneous computation capabilities to collaborate\, dispersed computing overcomes the bottlenecks of traditional cloud computing and facilitates in-network computation tasks\, including the training of large models. In data-centric networks\, communication and computation are resolved around data names instead of host addresses. The deployment of network caches\, by enabling data reuse\, offers substantial benefits for data-centric networks. For instance\, consider a scenario where multiple machine learning applications seek to train different models simultaneously. This application could (partially) share data samples and/or computational results. Optimal caching of data and/or results can significantly reduce the overall training cost\, compared to each application independently gathering and transmitting data. \nThis dissertation aims to minimize average user delay in a general cache-enabled computing network. We introduce a low-latency framework that jointly optimizes packet forwarding\, storage deployment\, and computation placement. The proposed framework effectively supports data-intensive and latency-sensitive computation applications in data-centric computing networks with heterogeneous communication\, storage\, and computation capabilities. To minimize user latency in congestible networks\, we model delays caused by link transmissions and CPU computations using traffic-dependent nonlinear functions. We consider a series of related network resource allocation problems in a unified network model. \nWe first investigate the joint forwarding and computation placement problem\, then the joint forwarding and elastic caching problem. Despite the non-convexity of the former subproblem\, we provide a set of sufficient optimality conditions that lead to a distributed algorithm with polynomial-time convergence to the global optimum. For the latter subproblem\, we demonstrate its NP-hardness and non-submodularity\, even after continuous relaxation. We propose a set of conditions that provide a finite bound from the optimum. To the best of our knowledge\, our method represents the first analytical progress in addressing the joint caching and forwarding problem with arbitrary topology and non-linear costs. Upon solving the above two subproblems\, we formally propose the low-latency joint forwarding\, caching\, and computation placement framework. We formulate the mixed-integer NP-hard total cost minimization problem jointly over forwarding\, caching\, and computation offloading variables. Developing on the established result for both subproblems\, we propose two methods\, each with an analytical guarantee. The first method achieves a 1/2 approximation guarantee by exploiting the “submodular + concave” structure of the problem\, leading to an offline distributed algorithm. In real scenarios\, however\, request patterns and network status are not known prior and can be time-varying. To this end\, our second method leads to an online adaptive algorithm exploiting its “convex + geodesic-convex” nature\, with a proven bounded gap from the optimum. \nThe proposed solutions are followed by a few extension problems. Specifically\, we generalize the computation from “single-step” to “service chain” applications. We also generalize the solution to incorporate congestion control by considering an “extended graph”. Furthermore\, several network resource allocation optimization problems related to data-centric networking are introduced\, expanding the scope of this dissertation. For example\, we investigate joint caching and transmission power allocation in wireless heterogeneous networks\, where the total transmission energy is minimized subject to constraints for SINR lower bounds\, cache capacities\, and total power budget at each node. We also study the optimal multi-commodity pricing with finite menu length\, where novel asymptotic bounds on quantization errors are devised.
URL:https://coe.northeastern.edu/event/jinkun-zhang-phd-dissertation-defense/
END:VEVENT
END:VCALENDAR