Source author record

Tushar Swamy

Tushar Swamy appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

2works
5topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2022arXiv

Modeling of porous lithium metal electrodes: turning the Li-dendrite problem around

The properties of rechargeable lithium-ion batteries are determined by the electrochemical and kinetic properties of their constituent materials as well as by their underlying microstructure. Microstructural design can be leveraged to achieve a leap in performance and durability. Here we investigate a porous electrode structure, as a strategy to increase the surface area, and provide structural stability for Li-metal anodes. The porous architecture consists of a mixed electron/ion conductor that function as a scaffold for lithium metal deposition. A new finite element model was developed to simulate the large topological changes associated with Li plating/stripping. This model is used to predict the current density distribution as a function of material and structural properties. A dimensionless quantity that combines Li-ion conductivity, surface impedance and average pore size is shown to be a good indicator to predict the peak current density. Preventing current localization at the separator reduces the risk of cell shorting. The analyses show that the peak current scales as $(hG)^{1/2}$, where $h$ is the ratio between surface and bulk conductivity and $G$ is the average pore size. Stability analyses suggest that the growth is morphologically stable, and that confining Li-plating into pores can enable high-energy density solid-state batteries. In addition to optimizing porous electrodes design, this finite element method can be extended to studying other Li-battery structures.

preprint2022arXiv

Taurus: A Data Plane Architecture for Per-Packet ML

Emerging applications -- cloud computing, the internet of things, and augmented/virtual reality -- demand responsive, secure, and scalable datacenter networks. These networks currently implement simple, per-packet, data-plane heuristics (e.g., ECMP and sketches) under a slow, millisecond-latency control plane that runs data-driven performance and security policies. However, to meet applications' service-level objectives (SLOs) in a modern data center, networks must bridge the gap between line-rate, per-packet execution and complex decision making. In this work, we present the design and implementation of Taurus, a data plane for line-rate inference. Taurus adds custom hardware based on a flexible, parallel-patterns (MapReduce) abstraction to programmable network devices, such as switches and NICs; this new hardware uses pipelined SIMD parallelism to enable per-packet MapReduce operations (e.g., inference). Our evaluation of a Taurus switch ASIC -- supporting several real-world models -- shows that Taurus operates orders of magnitude faster than a server-based control plane while increasing area by 3.8% and latency for line-rate ML models by up to 221 ns. Furthermore, our Taurus FPGA prototype achieves full model accuracy and detects two orders of magnitude more events than a state-of-the-art control-plane anomaly-detection system.