About the project
Objective
This project develops two key areas of smart societies related to the role of digital technologies in academic research and practices and society at large. These two areas concern ethics, norms, and values around digitalization in society and digitalization research that supports deep transition, including how research conferences can be part of such transitions. These aspects form the two work packages in the project: (1) Public culture, public space and digitalization in society, and (2) Organization and sustainability of the ICT4S 2024 conference. In this work, the project combines knowledge from architecture, philosophy, media technology, and environmental strategies and future studies.
- Public culture, public space and digitalisation in society
For digitalization to be “good” in the broader, societal sense (i.e. where good is shorthand for increased well-being, quality of life, justice, fairness, democracy, and sustainability), the development and implementation of the technology need to be informed by ethical analysis and sensitive to stakeholder values. In short, it must be developed to be compatible with an open, democratic society. Digitalization processes, therefore, need to engage with norms, values, habits, perceptions, and practices in society. Engaging with public culture is a way both to find acceptance and to increase uptake. We will begin by conducting an in-depth investigation of how digitalization is both forming its own public space and affecting existing public spaces as sites of negotiation of public culture. Approaching these issues through the lens of “public culture” enables the researchers to acknowledge that while these perceptions are entangled, inter-subjective and negotiated in character, they can and should inform and complement the more abstract analysis of societal ethics and values. - Organization and sustainability of the ICT4S 2024 conference
Currently, there are few arenas for interdisciplinary research meetings on digitalization for sustainability (D4S or Information and Communications Technology for sustainability, ICT4S). Even if there is a growing interest among digitalization researchers, research tends to focus on certain solutions or specific areas, whereas a broader take on how digitalization can support society in a sustainable direction is rare. The ICT4S conferences are an attempt to create such an arena. This part of the project aims to support the ICT4S 2024 conference in Stockholm and to make the conference relevant for a larger part of Digital Futures and a larger digitalization for a sustainable society. Moreover, the aim is to explore how research conferences, in general, can be more sustainable from mainly an environmental perspective.
Crossdisciplinary collaboration
The project is a collaboration between the School of Architecture, Philosophy and History, Strategic Sustainability Studies and Media Technology and Interaction Design (MID) at KTH.
About the project
Objective
SOS (Smart Och Säker) will enable users to securely store data in confidential cloud enclaves as well as automate the interaction between Internet of Things (IoT) devices via provably secure IoT apps. To achieve these goals, SOS will leverage the support for confidential computing in commodity server platforms, thereby providing end-users with a protected execution environment on third-party clouds. Building on these technologies, SOS will also help ensure that data is not unintentionally or maliciously leaked to unauthorized third parties. Finally, to demonstrate feasibility in realistic societal contexts, SOS will focus on two prime domains: telecare and distance education.
Background
Use of cloud-based IoT apps ensures on-demand computing and storage provisioning. However, this comes at the price of entrusting potentially sensitive data to a range of third-parties that constitute the cloud back-end: app developers, services running the IoT apps in the cloud, as well as the underlying cloud providers. The cloud computing paradigm entails further security and privacy concerns as data is often handled by a range of third-party sub processors. Besides operational aspects, the IoT platform operators that process data on cloud premises can be compromised, go bankrupt or be purchased by a competitor, along with all the collected data. Finally, the power of IoT apps can be abused by attackers.
Crossdisciplinary collaboration
The researchers in the team represent the School of Electrical Engineering & Computer Science, KTH and the Cybersecurity Unit, RISE.
Watch the recorded presentation at Digitalize in Stockholm 2022 event:
About the project
Objective
This research project will provide the foundations for Resilient Decentralized Computing: a new approach to rapidly build continuous, trusted and scalable applications with built-in resilience and privacy. While state-of-the-art cloud technologies require low-latency reliable networks at their core, the project proposes a decentralized computing abstraction inspired by biological structures, called “PODS”, which enables resilience and privacy even in decentralized networks of heterogeneous, often faulty devices that are geo-distributed and only partially online. PODS will be supported by a new programming system which will guarantee data consistency and privacy at compile time, even before software is executed.
Background
The prominent interest in big data technologies and cloud computing has led to significant advancements in how we can reliably store, process and provision data in controlled environments. These include managed data centers, that isolate human users from handling failure outbreaks and data consistency errors. In the context of smart cities and edge services, however, the majority of computing occurs at the “outskirts” of cloud data centers, namely the edge. Currently, the same level of maturity and isolation is yet to be reached in general-purpose software components that operate continuously outside managed cloud environments, yet encapsulate critical logic and actuation to real-world events. Creators and users of cloud and edge services today constantly face unintuitive complexities relating to data consistency, resilience to failures, scalability and privacy while working with non-declarative and low-level programming interfaces.
Crossdisciplinary collaboration
The researchers in the team represent the School of Electrical Engineering & Computer Science, KTH and the Division of Computer systems, RISE.
Watch the recorded presentation at Digitalize in Stockholm 2022 event:
About the project
Objective
This project aims at developing smart autonomous power converters for optimal support of electric power systems. The project will build a new control framework based on digitalization and AI to provide optimal grid support functions and enable further integration of renewable energy sources. This is achieved by developing a novel combined optimization and control algorithm for coordination and an AI-based scheme for autonomous control of smart converters.
The outcome of this project is expected to enhance the resilience of electrical power systems with large-scale integration of renewables and add significant value to the digitalized electrical power industry.
Background
To achieve the national target of 100% renewables by 2040, renewables are increasingly integrated into electric power systems. Unfortunately, intermittent renewables increase the risk of grid instability with voltage fluctuation, frequency deviation and inertia issues, which limit the further integration of renewables. Renewable interface converters offer promising new methods to provide various functions for grid support. To efficiently and successfully utilize the grid support capabilities of the converters requires optimized coordination of many converters. However, optimal coordination is challenging due to limited communication support, multi-timescale operation, various real-time control actions, and computational complexity.
Crossdisciplinary collaboration
The researchers in the team represent the Department of Electrical Engineering at KTH EECS and the Department of Mathematics at KTH SCI.
Watch the recorded presentation at the Digitalize in Stockholm 2023 event:
About the project
Objective
Our proposal is to develop a programming system called “Portals” that combines the built-in trust of cloud data stream processing and the flexibility of message-driven decentralized programming systems. The unique design of Portals enables the construction of systems composed of multiple services, each built in isolation, so atomic processing and data-protection rights are uniformly maintained. Portals’ innovative approach lies in encoding data ownership, processing atomicity within data in transit, and exposing them to the programmer as core programming elements, namely “atoms” and “portals”. This will simplify complex systems engineering by multiple independent teams and enable a new form of serverless computing where any stateful service can be offered as a utility across cloud and edge.
Background
Enabling trust in distributed services is not an easy task. Trust comes in different forms and concrete challenges. For example, data systems can be trusted for their data-protection guarantees (e.g., GDPR), allowing users to access or delete their data or revoke access at any time. Trust can also be manifested in safety or consistency guarantees, enabling exactly-once processing semantics or serializable transactions. All such examples of implementing trust are extremely hard problems in practice that go way beyond the reach and expertise of system engineers, especially when implementing distributed services with multiple copies of the data being accessed simultaneously. Portals is a first-of-a-kind programming system that materializes all aspects of trust within its programming and execution model. Programs written in portals can scale and evolve while guaranteeing that all properties and invariants that manifest “trust” are constantly satisfied.
Another important driving need behind Portals is flexibility, accessibility and ease of use. A programming system is meant to simplify the work of its developers substantially. Serverless computing has been one of the rising concepts in cloud computing technologies in the last few years; that is, a model where developers can build and deploy their applications without worrying about the underlying infrastructure. However, current serverless platforms often have limitations regarding the types of applications that can be built and the ability to interface with persistent state. Portals aim to address these limitations by providing a message-driven decentralized programming system that allows developers to easily build and deploy a wide range of applications. The system’s unique design enables developers to focus on the business logic of their applications and the interdependencies while being oblivious to the decentralized underlying infrastructure or transactional mechanisms employed in the background.
Overall, Portals is a unique programming system that aims to simplify the work of developers while also enabling trust in distributed services. Its innovative approach combines the scalability, security and reliability of cloud data stream processing with the flexibility of actor programming systems. It enables a new form of serverless computing where any stateful service can be offered as a utility across cloud and edge environments.
Crossdisciplinary collaboration
The researchers in the team represent the School of Electrical Engineering at KTH and the Computer Science and Digital Systems Division, Computer Systems Lab at RISE Research Institutes of Sweden.
Watch the recorded presentation at the Digitalize in Stockholm 2023 event:
Portals Website: https://www.portals-project.org/
About the project
Objective
GPARSE aims to mitigate the harm of collisions on road intersections proactively and reactively using edge infrastructure. The proactive approach orchestrates traffic arrival at the intersection using a novel concept of safety zones to avoid collisions. If a collision is nevertheless likely, the reactive approach enables the roadside unit to provide resources to the affected vehicles. This includes contingency path planning considering the safety zones and aggregated sensor data of the intersection for a complete view that cannot be obtained by the vehicles’ sensors alone. To achieve this, GPARSE will focus on nominal and contingency path planning, considering the novel concept of safety zones and the available information the roadside unit provides. This must be done to guarantee timely interaction between the different actors at the intersection. Therefore, GPARSE will develop techniques to allow the roadside unit to provision computation resources for the different types of workloads that emerge from sensors, pro-active tasks and reactive tasks so that the different timing constraints of the workloads are met. This is complicated by these constraints, often spanning across several chains of different computation tasks and platforms.

Background
Low-speed collisions at intersections are common but can still lead to permanent impairment – in particular for women. Rudimentary driver assistance systems can reduce the severity of injuries by braking, but more advanced mitigation of unavoidable collisions faces several challenges. In particular, no single vehicle has the necessary overview, other traffic that interferes with the situational awareness of driver assistance systems and can be involved in secondary collisions, and the short timeframes involved. Contingency path planning, i.e. the reconfiguration of unavoidable collisions to decrease the resulting harm, must be able to estimate the collision parameters of the involved actors at runtime. This is challenging in the general case and has a large effect on the outcome of the approach. At the same time, computation platforms on vehicles, as well as roadside units, must schedule heterogeneous workloads in such a way that diverse timing constraints are met. Therefore, online orchestration of dynamic and static workloads under temporal constraints across all compute nodes is necessary.
Crossdisciplinary collaboration
The researchers in the team represent the School of Engineering Engineering and Computer Science (ECS), KTH and the School of Industrial Engineering and Management (ITM), KTH.
About the project
Objective
This research project aims to realize faster-than-real-time (simulation time less than physical flow time) and high-resolution fluid flow simulation in engineering applications, with indoor climate as a pilot. The expected outcome of this project is a static CNN for super-resolution to achieve fast prediction of steady-state indoor airflow, a hybrid RCNN for super-resolution to achieve faster-than-real-time prediction of transient indoor airflow and standards for low-resolution input data by numerical simulation and experimental data. Besides the indoor flow simulations, this project would open a broad spectrum of engineering accurate computational fluid dynamics (CFD) applications complementary to today’s standard application of RANS turbulence models.
Background
Fast, high-resolution heat and mass transfer prediction are critical in many engineering applications. For example, in creating a desired indoor climate, fast and high-resolution airflow and contaminant transport simulation would help sustain life, reduce cost, and minimize energy consumption. In specific scenarios such as emergency management, conceptual design, heating, ventilation, air conditioning and refrigeration (HVAC&R) system control, faster-than-real-time simulation is desired.
Borrowed from computer vision and image recognition, super-resolution is a promising novel approach for the fast analysis of fluid mechanics problems. Super-resolution refers to techniques that obtain a high-resolution flow image output from a low-resolution flow image input. However, super-resolution implementation in real engineering applications faces two major challenges. Firstly, the input low-resolution flow data could be either obtained by fast and computationally inexpensive simulation, e.g., coarse grid CFD simulation, which might be associated with wrong physics or by experimental measurements, where the least number of sensors needed should be identified. Secondly, for transient indoor/outdoor airflow, super-resolution fails to extrapolate the flow fields that belong to a different statistical distribution. Therefore, this study aims to solve the two challenges that state-of-the-art super-resolution models face.
Crossdisciplinary collaboration
The researchers in the team represent the KTH of Architecture and the Built Environment, Department of Civil and Architectural Engineering, KTH School of Engineering Sciences, and Department of Engineering Mechanics.
Watch the recorded presentation at the Digitalize in Stockholm 2023 event: